summaryrefslogtreecommitdiff
path: root/arch/parisc
AgeCommit message (Expand)Author
2019-05-02parisc: Use get_signal() signal_setup_done()Richard Weinberger
2019-02-11parisc: Fix address in HPMC IVAJohn David Anglin
2019-02-11parisc: Fix map_pages() to not overwrite existing pte entriesHelge Deller
2018-10-21parisc: Fix out of array access in match_pci_device()Helge Deller
2018-10-21parisc: Fix HPMC handler by increasing size to multiple of 16 bytesHelge Deller
2018-10-03parisc: drop _PAGE_FILE and pte_file()-related helpersKirill A. Shutemov
2018-02-13parisc: Fix validity check of pointer size argument in new CAS implementationJohn David Anglin
2018-01-01parisc: Fix double-word compare and exchange in LWS code on 32-bit kernelsJohn David Anglin
2017-10-12parisc: DMA API: return error instead of BUG_ON for dma ops on non dma devsThomas Bogendoerfer
2017-10-12parisc: Report SIGSEGV instead of SIGBUS when running out of stackHelge Deller
2017-10-12parisc: use compat_sys_keyctl()Eric Biggers
2017-07-02mm: larger stack guard gap, between vmasHugh Dickins
2017-03-16parisc: Don't use BITS_PER_LONG in userspace-exported swab.h headerHelge Deller
2017-02-23parisc: Remove unnecessary TLB purges from flush_dcache_page_asm and flush_ic...John David Anglin
2017-02-23parisc: Purge TLB before setting PTEJohn David Anglin
2017-02-23parisc: Also flush data TLB in flush_icache_page_asmJohn David Anglin
2017-02-23parisc: Fix race in pci-dma.cJohn David Anglin
2017-02-23parisc: Ensure consistent state when switching to kernel stack at syscall entryJohn David Anglin
2016-11-20parisc: fix copy_from_user()Al Viro
2016-11-20parisc: Fix order of EREFUSED define in errno.hHelge Deller
2016-08-22parisc: Fix pagefault crash in unaligned __get_user() callHelge Deller
2016-06-15parisc: fix a bug when syscall number of tracee is __NR_Linux_syscallsDmitry V. Levin
2016-05-01parisc: Unbreak handling exceptions from kernel modulesHelge Deller
2016-05-01parisc: Fix kernel crash with reversed copy_from_user()Helge Deller
2016-05-01parisc: Avoid function pointers for kernel exception routinesHelge Deller
2016-02-02parisc: Fix __ARCH_SI_PREAMBLE_SIZEHelge Deller
2016-01-25parisc: Fix syscall restartsHelge Deller
2015-12-14parisc: Drop unused MADV_xxxK_PAGES flags from asm/mman.hHelge Deller
2015-09-30parisc: Filter out spurious interrupts in PA-RISC irq handlerHelge Deller
2015-09-29parisc: Use double word condition in 64bit CAS operationJohn David Anglin
2015-05-28parisc,metag: Fix crashes due to stack randomization on stack-grows-upwards a...Helge Deller
2015-02-04vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds
2015-01-15parisc: fix out-of-register compiler error in ldcw inline assembler functionJohn David Anglin
2014-11-27parisc: Use compat layer for msgctl, shmat, shmctl and semtimedop syscallsHelge Deller
2014-10-05parisc: Only use -mfast-indirect-calls option for 32-bit kernel buildsJohn David Anglin
2014-10-05parisc: Implement new LWS CAS supporting 64 bit operations.Guy Martin
2014-07-24parisc: Eliminate memset after alloc_bootmem_pagesHIMANGI SARAOGI
2014-07-24parisc: Remove SA_RESTORER defineJohn David Anglin
2014-07-13Merge branch 'parisc-3.16-5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-07-13parisc: drop unused defines and header includesHelge Deller
2014-07-13parisc: fix fanotify_mark() syscall on 32bit compat kernelHelge Deller
2014-07-13parisc: add serial ports of C8000/1GHz machine to hardware databaseHelge Deller
2014-06-06Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2014-06-04sys_sgetmask/sys_ssetmask: add CONFIG_SGETMASK_SYSCALLFabian Frederick
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-06-03Merge tag 'usb-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2014-06-02Merge tag 'pci-v3.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-05-28USB: remove CONFIG_USB_DEBUG from defconfig filesGreg Kroah-Hartman
2014-05-27USB: delete CONFIG_USB_DEVICEFS from defconfigNaoki MATSUMOTO
2014-05-27PCI: Turn pcibios_penalize_isa_irq() into a weak functionHanjun Guo