summaryrefslogtreecommitdiffstats
path: root/arch/parisc
Commit message (Expand)AuthorAgeFilesLines
* bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program typeHendrik Brueckner2017-12-051-0/+1
* treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook2017-11-211-2/+2
* Merge branch 'parisc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-11-1710-294/+452
|\
| * arch: Fix duplicates in Kconfig for parisc and sparcBabu Moger2017-11-171-3/+0
| * parisc: Make some PDC structures accessible in uapi headersHelge Deller2017-11-172-261/+250
| * parisc: Pass endianness info to sparseLuc Van Oostenryck2017-11-171-1/+1
| * parisc: Add CPU topology supportHelge Deller2017-11-176-26/+198
| * parisc: Fix validity check of pointer size argument in new CAS implementationJohn David Anglin2017-11-171-3/+3
* | Merge tag 'locks-v4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds2017-11-171-1/+0
|\ \
| * | fcntl: don't cap l_start and l_end values for F_GETLK64 in compat syscallJeff Layton2017-11-151-1/+0
* | | Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-11-173-21/+3
|\ \ \
| * | | parisc: switch to {get,put}_compat_sigset()Al Viro2017-09-193-21/+3
* | | | 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
|\ \ \ | |/ / |/| |