summaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | fs: add ksys_fallocate() wrapper; remove in-kernel calls to sys_fallocate()Dominik Brodowski2018-04-021-2/+2
| * | | fs: add ksys_p{read,write}64() helpers; remove in-kernel calls to syscallsDominik Brodowski2018-04-021-2/+2
| * | | fs: add ksys_truncate() wrapper; remove in-kernel calls to sys_truncate()Dominik Brodowski2018-04-021-3/+3
| * | | fs: add ksys_sync_file_range helper(); remove in-kernel calls to syscallDominik Brodowski2018-04-021-1/+1
| * | | fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate()Dominik Brodowski2018-04-021-2/+2
| |/ /
* / / parisc: Handle case where flush_cache_range is called with no contextJohn David Anglin2018-03-171-9/+32
|/ /
* | Merge branch 'parisc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-03-025-38/+77
|\ \ | |/ |/|
| * parisc: Reduce irq overhead when run in qemuHelge Deller2018-03-021-4/+5
| * parisc: Use cr16 interval timers unconditionally on qemuHelge Deller2018-03-021-1/+1
| * parisc: Check if secondary CPUs want own PDC callsHelge Deller2018-03-022-7/+18
| * parisc: Fix ordering of cache and TLB flushesJohn David Anglin2018-03-022-26/+53
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds2018-02-013-0/+27
|\ \
| * | parisc64: Add .opd based function descriptor dereferenceSergey Senozhatsky2018-01-093-0/+27
* | | Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-01-311-7/+0Star
|\ \ \
| * | | microblaze: remove dma_nommu_dma_supportedChristoph Hellwig2018-01-101-7/+0Star
| | |/ | |/|
* | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-01-304-111/+2Star
|\ \ \ | |/ / |/| |
| * | mm/memory_failure: Remove unused trapno from memory_failureEric W. Biederman2018-01-231-1/+1
| * | signal: Unify and correct copy_siginfo_to_user32Eric W. Biederman2018-01-162-64/+0Star
| * | signal: Unify and correct copy_siginfo_from_user32Eric W. Biederman2018-01-162-45/+0Star
| * | signal/parisc: Document a conflict with SI_USER with SIGFPEEric W. Biederman2018-01-121-1/+1
* | | parisc: qemu idle sleep supportHelge Deller2018-01-061-0/+39
* | | parisc: Fix alignment of pa_tlb_lock in assembly on 32-bit SMP kernelHelge Deller2018-01-022-4/+18
* | | parisc: Show unhashed hardware inventoryHelge Deller2018-01-021-1/+1
|/ /
* | Revert "parisc: Re-enable interrupts early"John David Anglin2017-12-171-3/+9
* | parisc: remove duplicate includesPravin Shedge2017-12-171-1/+0Star
* | parisc: Align os_hpmc_size on word boundaryHelge Deller2017-12-171-0/+1
* | treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook2017-11-221-2/+2
|/
* Merge branch 'parisc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-11-175-29/+149
|\
| * parisc: Add CPU topology supportHelge Deller2017-11-174-26/+146
| * parisc: Fix validity check of pointer size argument in new CAS implementationJohn David Anglin2017-11-171-3/+3
* | Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-11-173-21/+3Star
|\ \
| * | parisc: switch to {get,put}_compat_sigset()Al Viro2017-09-193-21/+3Star
* | | Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-11-151-0/+8
|\ \ \
| * | | dma-mapping: turn dma_cache_sync into a dma_map_ops methodChristoph Hellwig2017-10-191-0/+8
* | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-141-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | timer: Remove expires and data arguments from DEFINE_TIMERKees Cook2017-10-051-1/+1
* | | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0215-0/+15
* | | | 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
| |/ / |/| |
* | | 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: Move init_per_cpu() into init sectionHelge Deller2017-09-223-4/+3Star
* | 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-221-0/+20
* | 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-121-16/+15Star
|\
| * signal: Remove kernel interal si_code magicEric W. Biederman2017-07-241-16/+15Star