summaryrefslogtreecommitdiff
path: root/arch/parisc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-11-171-0/+1
|\
| * mm: introduce MAP_SHARED_VALIDATE, a mechanism to safely define new mmap flagsDan Williams2017-11-031-0/+1
* | Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-8/+0
|\ \
| * | PCI: Remove redundant pci_dev, pci_bus, resource declarationsBjorn Helgaas2017-11-071-7/+0
| * | PCI: Remove redundant pcibios_set_master() declarationsBjorn Helgaas2017-11-071-1/+0
* | | Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-11-142-8/+8
|\ \ \
| * | | dma-mapping: turn dma_cache_sync into a dma_map_ops methodChristoph Hellwig2017-10-192-8/+8
| | |/ | |/|
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-131-1/+1
|\ \ \
| * | | timer: Remove expires and data arguments from DEFINE_TIMERKees Cook2017-10-051-1/+1
| | |/ | |/|
* | | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-07130-0/+130
|\ \ \
| * | | License cleanup: add SPDX license identifier to uapi header files with a licenseGreg Kroah-Hartman2017-11-021-0/+1
| * | | License cleanup: add SPDX license identifier to uapi header files with no lic...Greg Kroah-Hartman2017-11-0226-0/+26
| * | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02103-0/+103
* | | | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-1/+1
* | | | Merge tag 'v4.14-rc6' into locking/core, to pick up fixesIngo Molnar2017-10-243-5/+8
|\ \ \ \ | |/ / /
| * | | parisc: Fix detection of nonsynchronous cr16 cycle countersHelge Deller2017-10-191-1/+4
| * | | parisc: Export __cmpxchg_u64 unconditionallyGuenter Roeck2017-10-191-1/+1
| * | | parisc: Fix double-word compare and exchange in LWS code on 32-bit kernelsJohn David Anglin2017-10-191-3/+3
| | |/ | |/|
* | | locking/arch: Remove dummy arch_{read,spin,write}_lock_flags() implementationsWill Deacon2017-10-101-3/+1
* | | locking/core: Remove {read,spin,write}_can_lock()Will Deacon2017-10-101-18/+0
|/ /
* | Merge branch 'core-watchdog-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-10-061-1/+1
|\ \ | |/ |/|
| * parisc, watchdog/core: Use lockup_detector_stop()Thomas Gleixner2017-09-141-1/+1
* | parisc: Unbreak bootloader due to gcc-7 optimizationsHelge Deller2017-09-222-2/+3
* | parisc: Reintroduce option to gzip-compress the kernelHelge Deller2017-09-222-0/+17
* | parisc: Add HWPOISON page fault handler codeHelge Deller2017-09-221-4/+29
* | parisc: Move init_per_cpu() into init sectionHelge Deller2017-09-224-4/+4
* | parisc: Check if initrd was loaded into broken RAMHelge Deller2017-09-221-0/+9
* | parisc: Add PDCE_CHECK instruction to HPMC handlerHelge Deller2017-09-221-1/+9
* | parisc: Add wrapper for pdc_instr() firmware functionHelge Deller2017-09-222-0/+21
* | parisc: Move start_parisc() into init sectionHelge Deller2017-09-221-2/+2
* | parisc: Stop unwinding at start of stackHelge Deller2017-09-221-0/+12
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2017-09-111-16/+15
|\
| * signal: Remove kernel interal si_code magicEric W. Biederman2017-07-241-16/+15
* | arch: define CPU_BIG_ENDIAN for all fixed big endian archsBabu Moger2017-09-081-0/+3
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-09-061-11/+3
|\ \
| * | mm,fork: introduce MADV_WIPEONFORKRik van Riel2017-09-061-0/+3
| * | mm: arch: consolidate mmap hugetlb size encodingsMike Kravetz2017-09-061-11/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-09-062-1/+2
|\ \ \ | |/ / |/| |
| * | net: Remove CONFIG_NETFILTER_DEBUG and _ASSERT() macros.Varsha Rao2017-09-041-1/+0
| * | Merge tag 'mlx5-shared-2017-08-07' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller2017-08-074-5/+7
| |\ \
| * | | sock: add SOCK_ZEROCOPY sockoptWillem de Bruijn2017-08-031-0/+2
* | | | Merge branch 'parisc-4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-09-0524-72/+1050
|\ \ \ \
| * | | | parisc/core: Fix section mismatchesHelge Deller2017-08-221-3/+3
| * | | | parisc: Wire up support for self-extracting kernelHelge Deller2017-08-222-3/+19
| * | | | parisc: Make existing core files reuseable for bootloaderHelge Deller2017-08-224-1/+24
| * | | | parisc: Add core code for self-extracting kernelHelge Deller2017-08-229-0/+679
| * | | | parisc: Enable UBSAN supportHelge Deller2017-08-221-0/+2
| * | | | parisc/random: Add machine specific randomnessHelge Deller2017-08-221-3/+21
| * | | | parisc: Optimize switch_mmJohn David Anglin2017-08-221-0/+3
| * | | | parisc: Drop MADV_SPACEAVAIL, MADV_VPS_PURGE and MADV_VPS_INHERITHelge Deller2017-08-221-3/+0