aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-25signal/parisc: Use force_sig_fault where appropriateEric W. Biederman3-63/+27
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman3-0/+4
2018-04-12Merge branch 'parisc-4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds5-114/+15
2018-04-11parisc: Prevent panic at system haltHelge Deller1-8/+5
2018-04-11exec: pass stack rlimit into mm layout functionsKees Cook1-5/+11
2018-04-11parisc: Switch to generic COMPAT_BINFMT_ELFHelge Deller1-98/+0
2018-04-11parisc: Move cache flush functions into .text.hot sectionHelge Deller2-5/+6
2018-04-11parisc/signal: Add FPE_CONDTRAP for conditional trap handlingHelge Deller1-3/+4
2018-04-10Merge tag 'rtc-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linuxLinus Torvalds1-1/+1
2018-04-05mm: fix races between swapoff and flush dcacheHuang Ying1-2/+3
2018-04-03Merge branch 'parisc-4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds4-19/+202
2018-04-02Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/linuxLinus Torvalds1-15/+15
2018-04-02mm: add ksys_readahead() helper; remove in-kernel calls to sys_readahead()Dominik Brodowski1-1/+1
2018-04-02mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()Dominik Brodowski1-3/+3
2018-04-02mm: add ksys_fadvise64_64() helper; remove in-kernel call to sys_fadvise64_64()Dominik Brodowski1-1/+1
2018-04-02fs: add ksys_fallocate() wrapper; remove in-kernel calls to sys_fallocate()Dominik Brodowski1-2/+2
2018-04-02fs: add ksys_p{read,write}64() helpers; remove in-kernel calls to syscallsDominik Brodowski1-2/+2
2018-04-02fs: add ksys_truncate() wrapper; remove in-kernel calls to sys_truncate()Dominik Brodowski1-3/+3
2018-04-02fs: add ksys_sync_file_range helper(); remove in-kernel calls to syscallDominik Brodowski1-1/+1
2018-04-02fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate()Dominik Brodowski1-2/+2
2018-03-27parisc: Fix out of array access in match_pci_device()Helge Deller1-0/+4
2018-03-27parisc: Add code generator for Qemu/SeaBIOS machine infoHelge Deller1-0/+171
2018-03-27parisc: Fix HPMC handler by increasing size to multiple of 16 bytesHelge Deller1-1/+5
2018-03-27parisc: machine_power_off() should call pm_power_off()Helge Deller1-1/+5
2018-03-27parisc: Move various functions and strings to init sectionHelge Deller2-17/+17
2018-03-20parisc: time: stop validating rtc_time in .read_timeAlexandre Belloni1-1/+1
2018-03-17parisc: Handle case where flush_cache_range is called with no contextJohn David Anglin1-9/+32
2018-03-02Merge branch 'parisc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds5-38/+77
2018-03-02parisc: Reduce irq overhead when run in qemuHelge Deller1-4/+5
2018-03-02parisc: Use cr16 interval timers unconditionally on qemuHelge Deller1-1/+1
2018-03-02parisc: Check if secondary CPUs want own PDC callsHelge Deller2-7/+18
2018-03-02parisc: Fix ordering of cache and TLB flushesJohn David Anglin2-26/+53
2018-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printkLinus Torvalds3-0/+27
2018-01-31Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-7/+0
2018-01-30Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds4-111/+2
2018-01-23mm/memory_failure: Remove unused trapno from memory_failureEric W. Biederman1-1/+1
2018-01-15signal: Unify and correct copy_siginfo_to_user32Eric W. Biederman2-64/+0
2018-01-15signal: Unify and correct copy_siginfo_from_user32Eric W. Biederman2-45/+0
2018-01-12signal/parisc: Document a conflict with SI_USER with SIGFPEEric W. Biederman1-1/+1
2018-01-10microblaze: remove dma_nommu_dma_supportedChristoph Hellwig1-7/+0
2018-01-09parisc64: Add .opd based function descriptor dereferenceSergey Senozhatsky3-0/+27
2018-01-06parisc: qemu idle sleep supportHelge Deller1-0/+39
2018-01-02parisc: Fix alignment of pa_tlb_lock in assembly on 32-bit SMP kernelHelge Deller2-4/+18
2018-01-02parisc: Show unhashed hardware inventoryHelge Deller1-1/+1
2017-12-17Revert "parisc: Re-enable interrupts early"John David Anglin1-3/+9
2017-12-17parisc: remove duplicate includesPravin Shedge1-1/+0
2017-12-17parisc: Align os_hpmc_size on word boundaryHelge Deller1-0/+1
2017-11-21treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook1-2/+2
2017-11-17Merge branch 'parisc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds5-29/+149
2017-11-17Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-21/+3