summaryrefslogtreecommitdiff
path: root/arch/parisc
AgeCommit message (Expand)AuthorFilesLines
2020-08-21parisc: Implement __smp_store_release and __smp_load_acquire barriersJohn David Anglin1-0/+61
2020-08-05parisc: add support for cmpxchg on u8 pointersLiam Beguin2-0/+14
2020-07-29parisc: Add atomic64_set_release() define to avoid CPU soft lockupsJohn David Anglin1-0/+2
2020-06-03parisc: Fix kernel panic in mem_init()Helge Deller1-1/+1
2020-01-12parisc: Fix compiler warnings in debug_core.cHelge Deller1-2/+8
2019-10-29parisc: Fix vmap memory leak in ioremap()/iounmap()Helge Deller1-5/+7
2019-08-06parisc: Fix build of compressed kernel even with debug enabledHelge Deller1-2/+2
2019-07-31parisc: Fix kernel panic due invalid values in IAOQ0 or IAOQ1Helge Deller1-10/+18
2019-07-31parisc: Ensure userspace privilege for ptraced processes in regset functionsHelge Deller1-1/+2
2019-06-25parisc: Fix compiler warnings in float emulation codeHelge Deller1-4/+4
2019-05-25parisc: Rename LEVEL to PA_ASM_LEVEL to avoid name clash with DRBD codeHelge Deller3-6/+6
2019-05-25parisc: Use PA_ASM_LEVEL in boot codeHelge Deller1-3/+3
2019-05-25parisc: Export running_on_qemu symbol for modulesHelge Deller1-0/+1
2019-04-17parisc: regs_return_value() should return gpr28Sven Schnelle1-1/+1
2019-04-17parisc: Detect QEMU earlier in boot processHelge Deller2-6/+3
2019-02-27parisc: Fix ptrace syscall number modificationDmitry V. Levin1-8/+21
2018-11-13parisc: Fix exported address of os_hpmc handlerHelge Deller1-2/+1
2018-11-13parisc: Fix map_pages() to not overwrite existing pte entriesHelge Deller1-6/+2
2018-11-13parisc: Fix address in HPMC IVAJohn David Anglin2-2/+3
2018-08-24parisc: Remove unnecessary barriers from spinlock.hJohn David Anglin1-6/+2
2018-08-24parisc: Remove ordered stores from syscall.SJohn David Anglin1-12/+12
2018-08-15parisc: Define mb() and add memory barriers to assembler unlock sequencesJohn David Anglin4-0/+39
2018-08-15parisc: Enable CONFIG_MLONGCALLS by defaultHelge Deller1-1/+1
2018-06-20parisc: Move setup_profiling_timer() out of init sectionHelge Deller1-2/+1
2018-06-20parisc: drivers.c: Fix section mismatchesHelge Deller1-3/+4
2018-06-20parisc: time: Convert read_persistent_clock() to read_persistent_clock64()Baolin Wang1-1/+1
2018-04-19parisc: Fix HPMC handler by increasing size to multiple of 16 bytesHelge Deller1-1/+5
2018-04-19parisc: Fix out of array access in match_pci_device()Helge Deller1-0/+4
2018-03-21parisc: Handle case where flush_cache_range is called with no contextJohn David Anglin1-9/+32
2018-03-09parisc: Fix ordering of cache and TLB flushesJohn David Anglin3-26/+54
2018-03-09parisc: Reduce irq overhead when run in qemuHelge Deller1-4/+5
2018-03-09parisc: Use cr16 interval timers unconditionally on qemuHelge Deller2-1/+3
2018-03-03parisc: Reduce thread stack to 16 kbJohn David Anglin1-0/+5
2018-01-10parisc: qemu idle sleep supportHelge Deller1-0/+39
2018-01-10parisc: Fix alignment of pa_tlb_lock in assembly on 32-bit SMP kernelHelge Deller3-4/+20
2017-12-29Revert "parisc: Re-enable interrupts early"John David Anglin1-3/+9
2017-12-29parisc: Fix indenting in puts()Helge Deller1-2/+2
2017-12-29parisc: Align os_hpmc_size on word boundaryHelge Deller1-0/+1
2017-12-17fcntl: don't cap l_start and l_end values for F_GETLK64 in compat syscallJeff Layton1-1/+0
2017-11-30parisc: Fix validity check of pointer size argument in new CAS implementationJohn David Anglin1-3/+3
2017-11-02License cleanup: add SPDX license identifier to uapi header files with a licenseGreg Kroah-Hartman1-0/+1
2017-11-02License cleanup: add SPDX license identifier to uapi header files with no lic...Greg Kroah-Hartman26-0/+26
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman103-0/+103
2017-10-19parisc: Fix detection of nonsynchronous cr16 cycle countersHelge Deller1-1/+4
2017-10-19parisc: Export __cmpxchg_u64 unconditionallyGuenter Roeck1-1/+1
2017-10-19parisc: Fix double-word compare and exchange in LWS code on 32-bit kernelsJohn David Anglin1-3/+3
2017-10-06Merge branch 'core-watchdog-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2017-09-22parisc: Unbreak bootloader due to gcc-7 optimizationsHelge Deller2-2/+3
2017-09-22parisc: Reintroduce option to gzip-compress the kernelHelge Deller2-0/+17
2017-09-22parisc: Add HWPOISON page fault handler codeHelge Deller1-4/+29