aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-14Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2-8/+8
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar130-0/+130
2017-11-02License cleanup: add SPDX license identifier to uapi header files with a licenseGreg Kroah-Hartman1-0/+1
2017-11-02License cleanup: add SPDX license identifier to uapi header files with no licenseGreg Kroah-Hartman26-0/+26
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman103-0/+103
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-1/+1
2017-10-24Merge tag 'v4.14-rc6' into locking/core, to pick up fixesIngo Molnar3-5/+8
2017-10-19dma-mapping: turn dma_cache_sync into a dma_map_ops methodChristoph Hellwig2-8/+8
2017-10-19parisc: Fix detection of nonsynchronous cr16 cycle countersHelge Deller1-1/+4
2017-10-19parisc: Export __cmpxchg_u64 unconditionallyGuenter Roeck1-1/+1
2017-10-19parisc: Fix double-word compare and exchange in LWS code on 32-bit kernelsJohn David Anglin1-3/+3
2017-10-10locking/arch: Remove dummy arch_{read,spin,write}_lock_flags() implementationsWill Deacon1-3/+1
2017-10-10locking/core: Remove {read,spin,write}_can_lock()Will Deacon1-18/+0
2017-10-06Merge branch 'core-watchdog-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2017-10-05timer: Remove expires and data arguments from DEFINE_TIMERKees Cook1-1/+1
2017-09-22parisc: Unbreak bootloader due to gcc-7 optimizationsHelge Deller2-2/+3
2017-09-22parisc: Reintroduce option to gzip-compress the kernelHelge Deller2-0/+17
2017-09-22parisc: Add HWPOISON page fault handler codeHelge Deller1-4/+29
2017-09-22parisc: Move init_per_cpu() into init sectionHelge Deller4-4/+4
2017-09-22parisc: Check if initrd was loaded into broken RAMHelge Deller1-0/+9
2017-09-22parisc: Add PDCE_CHECK instruction to HPMC handlerHelge Deller1-1/+9
2017-09-22parisc: Add wrapper for pdc_instr() firmware functionHelge Deller2-0/+21
2017-09-22parisc: Move start_parisc() into init sectionHelge Deller1-2/+2
2017-09-22parisc: Stop unwinding at start of stackHelge Deller1-0/+12
2017-09-14parisc, watchdog/core: Use lockup_detector_stop()Thomas Gleixner1-1/+1
2017-09-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-16/+15
2017-09-08arch: define CPU_BIG_ENDIAN for all fixed big endian archsBabu Moger1-0/+3
2017-09-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-11/+3
2017-09-06mm,fork: introduce MADV_WIPEONFORKRik van Riel1-0/+3
2017-09-06mm: arch: consolidate mmap hugetlb size encodingsMike Kravetz1-11/+0
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-1/+2
2017-09-05Merge branch 'parisc-4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds24-72/+1050
2017-09-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-22/+6
2017-09-04net: Remove CONFIG_NETFILTER_DEBUG and _ASSERT() macros.Varsha Rao1-1/+0
2017-08-25futex: Remove duplicated code and fix undefined behaviourJiri Slaby1-22/+4
2017-08-22parisc/core: Fix section mismatchesHelge Deller1-3/+3
2017-08-22parisc: Wire up support for self-extracting kernelHelge Deller2-3/+19
2017-08-22parisc: Make existing core files reuseable for bootloaderHelge Deller4-1/+24
2017-08-22parisc: Add core code for self-extracting kernelHelge Deller9-0/+679
2017-08-22parisc: Enable UBSAN supportHelge Deller1-0/+2
2017-08-22parisc/random: Add machine specific randomnessHelge Deller1-3/+21
2017-08-22parisc: Optimize switch_mmJohn David Anglin1-0/+3
2017-08-22parisc: Drop MADV_SPACEAVAIL, MADV_VPS_PURGE and MADV_VPS_INHERITHelge Deller1-3/+0
2017-08-22parisc: Static initialization of pcxl_res_lock spinlockHelge Deller1-2/+1
2017-08-22parisc: Drop exception_data structHelge Deller1-2/+0
2017-08-22parisc: Static initialization of spinlocks in perf and unwind codeHelge Deller2-6/+2
2017-08-22parisc: PDT: Add full support for memory failure via Page Deallocation Table (PDT)Helge Deller2-41/+240
2017-08-22parisc: PDT/firmware: Add support to read PDT on older PAT-machinesHelge Deller2-8/+53
2017-08-22parisc: Add MADV_HWPOISON and MADV_SOFT_OFFLINEHelge Deller1-0/+3