summaryrefslogtreecommitdiffstats
path: root/arch/parisc
Commit message (Expand)AuthorAgeFilesLines
* parisc: Avoid calling faulthandler_disabled() twiceJohn David Anglin2022-01-271-1/+1
* parisc: Fix "make install" on newer debian releasesHelge Deller2021-12-081-0/+1
* parisc/entry: fix trace test in syscall exit pathSven Schnelle2021-11-261-1/+1
* parisc/kgdb: add kgdb_roundup() to make kgdb work with idle pollingSven Schnelle2021-11-261-2/+17
* parisc: fix warning in flush_tlb_allSven Schnelle2021-11-261-2/+2
* parisc: Fix ptrace check on syscall returnHelge Deller2021-11-261-1/+1
* parisc: Use absolute_pointer() to define PAGE0Helge Deller2021-10-061-1/+1
* parisc: fix crash with signals and allocaMikulas Patocka2021-09-221-0/+6
* parisc: Add atomic64_set_release() define to avoid CPU soft lockupsJohn David Anglin2020-07-311-0/+2
* parisc: Fix kernel panic in mem_init()Helge Deller2020-06-031-1/+1
* parisc: Fix compiler warnings in debug_core.cHelge Deller2020-01-121-2/+8
* parisc: Fix vmap memory leak in ioremap()/iounmap()Helge Deller2019-10-291-5/+7
* parisc: Fix kernel panic due invalid values in IAOQ0 or IAOQ1Helge Deller2019-08-041-10/+18
* parisc: Fix compiler warnings in float emulation codeHelge Deller2019-07-101-4/+4
* parisc: Fix map_pages() to not overwrite existing pte entriesHelge Deller2018-11-211-6/+2
* parisc: Fix address in HPMC IVAJohn David Anglin2018-11-212-2/+3
* parisc: Remove unnecessary barriers from spinlock.hJohn David Anglin2018-08-241-6/+2
* parisc: Remove ordered stores from syscall.SJohn David Anglin2018-08-241-12/+12
* parisc: Define mb() and add memory barriers to assembler unlock sequencesJohn David Anglin2018-08-154-0/+39
* parisc: Enable CONFIG_MLONGCALLS by defaultHelge Deller2018-08-151-1/+1
* futex: Remove duplicated code and fix undefined behaviourJiri Slaby2018-05-261-21/+4
* parisc: Fix out of array access in match_pci_device()Helge Deller2018-04-241-0/+4
* parisc: Fix alignment of pa_tlb_lock in assembly on 32-bit SMP kernelHelge Deller2018-01-103-4/+20
* parisc: Fix validity check of pointer size argument in new CAS implementationJohn David Anglin2017-11-301-3/+3
* parisc: Fix double-word compare and exchange in LWS code on 32-bit kernelsJohn David Anglin2017-10-271-3/+3
* parisc: Avoid trashing sr2 and sr3 in LWS codeJohn David Anglin2017-10-271-29/+24
* parisc: perf: Fix potential NULL pointer dereferenceArvind Yadav2017-10-081-45/+49
* parisc/mm: Ensure IRQs are off in switch_mm()Helge Deller2017-07-211-2/+13
* parisc: DMA API: return error instead of BUG_ON for dma ops on non dma devsThomas Bogendoerfer2017-07-211-4/+7
* parisc: use compat_sys_keyctl()Eric Biggers2017-07-211-1/+1
* parisc: Report SIGSEGV instead of SIGBUS when running out of stackHelge Deller2017-07-211-1/+1
* mm: larger stack guard gap, between vmasHugh Dickins2017-06-261-6/+9
* parisc: Don't use BITS_PER_LONG in userspace-exported swab.h headerHelge Deller2017-02-013-5/+10
* parisc: Fix TLB related boot crash on SMP machinesHelge Deller2016-12-151-0/+11
* parisc: Remove unnecessary TLB purges from flush_dcache_page_asm and flush_ic...John David Anglin2016-12-151-21/+1
* parisc: Purge TLB before setting PTEJohn David Anglin2016-12-151-4/+4
* parisc: Also flush data TLB in flush_icache_page_asmJohn David Anglin2016-12-021-15/+22
* parisc: Fix race in pci-dma.cJohn David Anglin2016-12-021-1/+1
* parisc: Fix races in parisc_setup_cache_timing()John David Anglin2016-12-022-19/+16
* parisc: Ensure consistent state when switching to kernel stack at syscall entryJohn David Anglin2016-11-101-2/+9
* parisc: Increase initial kernel mapping sizeHelge Deller2016-10-281-3/+3
* parisc: Fix kernel memory layout regarding position of __gpHelge Deller2016-10-281-2/+5
* parisc: Increase KERNEL_INITIAL_SIZE for 32-bit SMP kernelsHelge Deller2016-10-282-1/+9
* parisc: fix copy_from_user()Al Viro2016-09-241-2/+4
* parisc: Fix order of EREFUSED define in errno.hHelge Deller2016-09-071-2/+2
* parisc: Fix pagefault crash in unaligned __get_user() callHelge Deller2016-06-241-1/+9
* parisc: Unbreak handling exceptions from kernel modulesHelge Deller2016-04-204-0/+9
* parisc: Fix kernel crash with reversed copy_from_user()Helge Deller2016-04-201-0/+3
* parisc: Avoid function pointers for kernel exception routinesHelge Deller2016-04-201-5/+5
* parisc: Fix ptrace syscall number and return value modificationHelge Deller2016-03-092-6/+15