aboutsummaryrefslogtreecommitdiff
path: root/arch/parisc
AgeCommit message (Expand)AuthorFilesLines
2017-11-21treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Gravatar Kees Cook 1-2/+2
2017-11-17Merge branch 'parisc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 10-294/+452
2017-11-17Merge tag 'locks-v4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Gravatar Linus Torvalds 1-1/+0
2017-11-17Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 3-21/+3
2017-11-17Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+1
2017-11-17arch: Fix duplicates in Kconfig for parisc and sparcGravatar Babu Moger 1-3/+0
2017-11-17parisc: Make some PDC structures accessible in uapi headersGravatar Helge Deller 2-261/+250
2017-11-17parisc: Pass endianness info to sparseGravatar Luc Van Oostenryck 1-1/+1
2017-11-17parisc: Add CPU topology supportGravatar Helge Deller 6-26/+198
2017-11-17parisc: Fix validity check of pointer size argument in new CAS implementationGravatar John David Anglin 1-3/+3
2017-11-15Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-8/+0
2017-11-15fcntl: don't cap l_start and l_end values for F_GETLK64 in compat syscallGravatar Jeff Layton 1-1/+0
2017-11-14Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 2-8/+8
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+1
2017-11-07PCI: Remove redundant pci_dev, pci_bus, resource declarationsGravatar Bjorn Helgaas 1-7/+0
2017-11-07PCI: Remove redundant pcibios_set_master() declarationsGravatar Bjorn Helgaas 1-1/+0
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsGravatar Ingo Molnar 130-0/+130
2017-11-03mm: introduce MAP_SHARED_VALIDATE, a mechanism to safely define new mmap flagsGravatar Dan Williams 1-0/+1
2017-11-02License cleanup: add SPDX license identifier to uapi header files with a licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-11-02License cleanup: add SPDX license identifier to uapi header files with no lic...Gravatar Greg Kroah-Hartman 26-0/+26
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 103-0/+103
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Gravatar Mark Rutland 1-1/+1
2017-10-24Merge tag 'v4.14-rc6' into locking/core, to pick up fixesGravatar Ingo Molnar 3-5/+8
2017-10-19dma-mapping: turn dma_cache_sync into a dma_map_ops methodGravatar Christoph Hellwig 2-8/+8
2017-10-19parisc: Fix detection of nonsynchronous cr16 cycle countersGravatar Helge Deller 1-1/+4
2017-10-19parisc: Export __cmpxchg_u64 unconditionallyGravatar Guenter Roeck 1-1/+1
2017-10-19parisc: Fix double-word compare and exchange in LWS code on 32-bit kernelsGravatar John David Anglin 1-3/+3
2017-10-10locking/arch: Remove dummy arch_{read,spin,write}_lock_flags() implementationsGravatar Will Deacon 1-3/+1
2017-10-10locking/core: Remove {read,spin,write}_can_lock()Gravatar Will Deacon 1-18/+0
2017-10-06Merge branch 'core-watchdog-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-1/+1
2017-10-05timer: Remove expires and data arguments from DEFINE_TIMERGravatar Kees Cook 1-1/+1
2017-09-22parisc: Unbreak bootloader due to gcc-7 optimizationsGravatar Helge Deller 2-2/+3
2017-09-22parisc: Reintroduce option to gzip-compress the kernelGravatar Helge Deller 2-0/+17
2017-09-22parisc: Add HWPOISON page fault handler codeGravatar Helge Deller 1-4/+29
2017-09-22parisc: Move init_per_cpu() into init sectionGravatar Helge Deller 4-4/+4
2017-09-22parisc: Check if initrd was loaded into broken RAMGravatar Helge Deller 1-0/+9
2017-09-22parisc: Add PDCE_CHECK instruction to HPMC handlerGravatar Helge Deller 1-1/+9
2017-09-22parisc: Add wrapper for pdc_instr() firmware functionGravatar Helge Deller 2-0/+21
2017-09-22parisc: Move start_parisc() into init sectionGravatar Helge Deller 1-2/+2
2017-09-22parisc: Stop unwinding at start of stackGravatar Helge Deller 1-0/+12
2017-09-19parisc: switch to {get,put}_compat_sigset()Gravatar Al Viro 3-21/+3
2017-09-14parisc, watchdog/core: Use lockup_detector_stop()Gravatar Thomas Gleixner 1-1/+1
2017-09-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-16/+15
2017-09-08arch: define CPU_BIG_ENDIAN for all fixed big endian archsGravatar Babu Moger 1-0/+3
2017-09-06Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-11/+3
2017-09-06mm,fork: introduce MADV_WIPEONFORKGravatar Rik van Riel 1-0/+3
2017-09-06mm: arch: consolidate mmap hugetlb size encodingsGravatar Mike Kravetz 1-11/+0
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 2-1/+2
2017-09-05Merge branch 'parisc-4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 24-72/+1050
2017-09-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-22/+6