summaryrefslogtreecommitdiff
path: root/arch/parisc
AgeCommit message (Expand)AuthorFilesLines
2022-01-27parisc: Avoid calling faulthandler_disabled() twiceJohn David Anglin1-1/+1
2022-01-05parisc: Clear stale IIR value on instruction access rights trapHelge Deller1-0/+2
2021-12-29parisc: Fix mask used to select futex spinlockJohn David Anglin1-2/+2
2021-12-29parisc: Correct completer in lws startJohn David Anglin1-1/+1
2021-12-08parisc: Mark cr16 CPU clocksource unstable on all SMP machinesHelge Deller1-19/+5
2021-12-08parisc: Fix "make install" on newer debian releasesHelge Deller1-0/+1
2021-12-08parisc: Fix KBUILD_IMAGE for self-extracting kernelHelge Deller1-0/+5
2021-12-01Revert "parisc: Fix backtrace to always include init funtion names"Helge Deller1-2/+1
2021-11-21parisc/entry: fix trace test in syscall exit pathSven Schnelle1-1/+1
2021-11-18parisc: Fix backtrace to always include init funtion namesHelge Deller1-1/+2
2021-11-18parisc/kgdb: add kgdb_roundup() to make kgdb work with idle pollingSven Schnelle1-2/+17
2021-11-18parisc/unwind: fix unwinder when CONFIG_64BIT is enabledSven Schnelle1-7/+14
2021-11-18parisc: fix warning in flush_tlb_allSven Schnelle1-2/+2
2021-11-18parisc: Fix ptrace check on syscall returnHelge Deller1-1/+1
2021-11-18parisc: Fix set_fixmap() on PA1.x CPUsHelge Deller1-4/+1
2021-10-27parisc: math-emu: Fix fall-through warningsHelge Deller1-3/+53
2021-09-30parisc: Use absolute_pointer() to define PAGE0Helge Deller1-1/+1
2021-09-18parisc: fix crash with signals and allocaMikulas Patocka1-0/+6
2021-09-03Revert "parisc: Add assembly implementations for memset, strlen, strcpy, strn...Helge Deller5-157/+74
2021-07-14sched/core: Initialize the idle task with preemption disabledValentin Schneider1-1/+0
2021-04-14parisc: avoid a warning on u8 cast for cmpxchg on u8 pointersGao Xiang1-1/+1
2021-03-11parisc: Enable -mlong-calls gcc option with CONFIG_COMPILE_TESTHelge Deller1-2/+5
2021-03-07parisc: Bump 64-bit IRQ stack size to 64 KBJohn David Anglin1-0/+4
2021-02-04parisc: Enable -mlong-calls gcc option by default when !CONFIG_MODULESHelge Deller2-6/+12
2021-01-12local64.h: make <asm/local64.h> mandatoryRandy Dunlap1-1/+0
2020-11-24sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra1-1/+1
2020-10-26treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches4-6/+6
2020-10-25Merge branch 'parisc-5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-9/+87
2020-10-23parisc: Add wrapper syscalls to fix O_NONBLOCK flag usageHelge Deller2-7/+78
2020-10-23Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+1
2020-10-22parisc: Improve error return codes when setting rtc timeHelge Deller1-2/+9
2020-10-22Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-0/+1
2020-10-18mm/madvise: introduce process_madvise() syscall: an external memory hinting APIMinchan Kim1-0/+1
2020-10-18tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe1-3/+1
2020-10-16Merge branch 'parisc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds19-68/+116
2020-10-16Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds3-8/+2
2020-10-15parisc: Add MAP_UNINITIALIZED defineHelge Deller1-0/+1
2020-10-15parisc: Improve spinlock handlingJohn David Anglin1-10/+13
2020-10-15parisc: Install vmlinuz instead of zImage fileHelge Deller1-1/+1
2020-10-15parisc: Rewrite tlb flush threshold calculationJohn David Anglin1-10/+8
2020-10-15parisc: Switch to more fine grained lws locksJohn David Anglin2-7/+7
2020-10-15parisc: Mark pointers volatile in __xchg8(), __xchg32() and __xchg64()John David Anglin2-10/+10
2020-10-15parisc: Fix comments and enable interrupts laterJohn David Anglin1-7/+7
2020-10-15parisc: Add alternative patching to synchronize_caches defineJohn David Anglin1-1/+5
2020-10-15parisc: Add ioread64_hi_lo() and iowrite64_hi_lo()Helge Deller1-0/+18
2020-10-15parisc: disable CONFIG_IDE in defconfigsChristoph Hellwig2-9/+3
2020-10-15parisc: Drop useless comments in uapi/asm/signal.hHelge Deller1-2/+2
2020-10-15parisc: Define O_NONBLOCK to become 000200000Helge Deller2-3/+3
2020-10-15parisc: Drop HP-UX specific fcntl and signal flagsHelge Deller2-5/+1
2020-10-15parisc: Avoid external interrupts when IPI finishesHelge Deller1-3/+6