summaryrefslogtreecommitdiffstats
path: root/arch/parisc
Commit message (Expand)AuthorAgeFilesLines
* parisc/unaligned: Fix ldw() and stw() unalignment handlersHelge Deller2022-03-021-3/+3
* parisc/unaligned: Fix fldd and fstd unaligned handlers on 32-bit kernelHelge Deller2022-03-021-4/+4
* parisc: Avoid calling faulthandler_disabled() twiceJohn David Anglin2022-01-271-1/+1
* parisc: Mark cr16 CPU clocksource unstable on all SMP machinesHelge Deller2021-12-081-19/+5
* parisc: Fix "make install" on newer debian releasesHelge Deller2021-12-081-0/+1
* parisc: Fix KBUILD_IMAGE for self-extracting kernelHelge Deller2021-12-081-0/+5
* 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: avoid a warning on u8 cast for cmpxchg on u8 pointersGao Xiang2021-04-161-1/+1
* parisc: Bump 64-bit IRQ stack size to 64 KBJohn David Anglin2021-03-071-0/+4
* parisc: Implement __smp_store_release and __smp_load_acquire barriersJohn David Anglin2020-08-211-0/+61
* parisc: add support for cmpxchg on u8 pointersLiam Beguin2020-08-052-0/+14
* parisc: Add atomic64_set_release() define to avoid CPU soft lockupsJohn David Anglin2020-07-291-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 build of compressed kernel even with debug enabledHelge Deller2019-08-061-2/+2
* parisc: Fix kernel panic due invalid values in IAOQ0 or IAOQ1Helge Deller2019-07-311-10/+18
* parisc: Ensure userspace privilege for ptraced processes in regset functionsHelge Deller2019-07-311-1/+2
* parisc: Fix compiler warnings in float emulation codeHelge Deller2019-06-251-4/+4
* parisc: Rename LEVEL to PA_ASM_LEVEL to avoid name clash with DRBD codeHelge Deller2019-05-253-6/+6
* parisc: Use PA_ASM_LEVEL in boot codeHelge Deller2019-05-251-3/+3
* parisc: Export running_on_qemu symbol for modulesHelge Deller2019-05-251-0/+1
* parisc: regs_return_value() should return gpr28Sven Schnelle2019-04-171-1/+1
* parisc: Detect QEMU earlier in boot processHelge Deller2019-04-172-6/+3
* parisc: Fix ptrace syscall number modificationDmitry V. Levin2019-02-271-8/+21
* parisc: Fix exported address of os_hpmc handlerHelge Deller2018-11-131-2/+1
* parisc: Fix map_pages() to not overwrite existing pte entriesHelge Deller2018-11-131-6/+2
* parisc: Fix address in HPMC IVAJohn David Anglin2018-11-132-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
* parisc: Move setup_profiling_timer() out of init sectionHelge Deller2018-06-211-2/+1
* parisc: drivers.c: Fix section mismatchesHelge Deller2018-06-211-3/+4
* parisc: time: Convert read_persistent_clock() to read_persistent_clock64()Baolin Wang2018-06-211-1/+1
* parisc: Fix HPMC handler by increasing size to multiple of 16 bytesHelge Deller2018-04-191-1/+5
* parisc: Fix out of array access in match_pci_device()Helge Deller2018-04-191-0/+4
* parisc: Handle case where flush_cache_range is called with no contextJohn David Anglin2018-03-211-9/+32
* parisc: Fix ordering of cache and TLB flushesJohn David Anglin2018-03-083-26/+54
* parisc: Reduce irq overhead when run in qemuHelge Deller2018-03-081-4/+5
* parisc: Use cr16 interval timers unconditionally on qemuHelge Deller2018-03-082-1/+3
* parisc: Reduce thread stack to 16 kbJohn David Anglin2018-03-031-0/+5
* parisc: qemu idle sleep supportHelge Deller2018-01-101-0/+39
* parisc: Fix alignment of pa_tlb_lock in assembly on 32-bit SMP kernelHelge Deller2018-01-103-4/+20
* Revert "parisc: Re-enable interrupts early"John David Anglin2017-12-291-3/+9