summaryrefslogtreecommitdiffstats
path: root/arch/parisc
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | parisc: Static initialization of pcxl_res_lock spinlockHelge Deller2017-08-221-2/+1
| * | | | parisc: Drop exception_data structHelge Deller2017-08-221-2/+0
| * | | | parisc: Static initialization of spinlocks in perf and unwind codeHelge Deller2017-08-222-6/+2
| * | | | parisc: PDT: Add full support for memory failure via Page Deallocation Table ...Helge Deller2017-08-222-41/+240
| * | | | parisc: PDT/firmware: Add support to read PDT on older PAT-machinesHelge Deller2017-08-222-8/+53
| * | | | parisc: Add MADV_HWPOISON and MADV_SOFT_OFFLINEHelge Deller2017-08-221-0/+3
| | |/ / | |/| |
* | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-09-042-22/+6
|\ \ \ \
OpenPOWER on IntegriCloud