summaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel
Commit message (Expand)AuthorAgeFilesLines
* Revert "parisc: Increase parisc_cache_flush_threshold setting"Helge Deller2022-05-081-15/+3
* parisc: Mark cr16 clock unstable on all SMP machinesHelge Deller2022-05-081-23/+4
* parisc: Fix typos in commentsJulia Lawall2022-05-082-2/+2
* parisc: Merge model and model name into one line in /proc/cpuinfoHelge Deller2022-05-081-2/+1
* parisc: Only list existing CPUs in cpu_possible_maskHelge Deller2022-05-081-0/+8
* Revert "parisc: Fix patch code locking and flushing"Helge Deller2022-05-081-11/+14
* Revert "parisc: Mark sched_clock unstable only if clocks are not syncronized"Helge Deller2022-05-082-3/+6
* Revert "parisc: Mark cr16 CPU clocksource unstable on all SMP machines"Helge Deller2022-05-081-8/+22
* Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-03-311-2/+1
|\
| * arch: syscalls: simplify uapi/kapi directory creationMasahiro Yamada2022-03-311-2/+1
* | Merge tag 'for-5.18/parisc-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-03-3012-142/+217
|\ \
| * | parisc: Fix patch code locking and flushingJohn David Anglin2022-03-291-14/+11
| * | parisc: Find a new timesync master if current CPU is removedHelge Deller2022-03-292-1/+9
| * | parisc: Move common_stext into .text section when CONFIG_HOTPLUG_CPU=yHelge Deller2022-03-291-2/+9
| * | parisc: Rewrite arch_cpu_idle_dead() for CPU hotpluggingHelge Deller2022-03-291-3/+24
| * | parisc: Implement __cpu_die() and __cpu_disable() for CPU hotpluggingHelge Deller2022-03-291-15/+87
| * | parisc: Add PDC locking functions for rendezvous codeHelge Deller2022-03-291-0/+37
| * | parisc: Move disable_sr_hashing_asm() into .text sectionHelge Deller2022-03-291-1/+1
| * | parisc: Move CPU startup-related functions into .text sectionHelge Deller2022-03-294-4/+4
| * | parisc: Move store_cpu_topology() into text sectionHelge Deller2022-03-291-2/+3
| * | parisc: Switch from GENERIC_CPU_DEVICES to GENERIC_ARCH_TOPOLOGYHelge Deller2022-03-293-59/+19
| * | parisc: Ensure set_firmware_width() is called only onceHelge Deller2022-03-291-1/+6
| * | parisc: Clean up cpu_check_affinity() and drop cpu_set_affinity_irq()Helge Deller2022-03-291-21/+2
| * | Revert "parisc: Fix invalidate/flush vmap routines"Helge Deller2022-03-291-19/+5
* | | Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-03-282-6/+5
|\ \ \ | |/ / |/| |
| * | resume_user_mode: Move to resume_user_mode.hEric W. Biederman2022-03-101-2/+2
| * | ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hEric W. Biederman2022-03-101-4/+3
| |/
* | Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-03-251-21/+0
|\ \
| * | asm-generic: Refactor dereference_[kernel]_function_descriptor()Christophe Leroy2022-02-161-21/+0
| |/
* | Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-231-2/+2
|\ \
| * | uaccess: remove CONFIG_SET_FSArnd Bergmann2022-02-251-2/+2
| |/
* | parisc: Fix invalidate/flush vmap routinesJohn David Anglin2022-03-211-5/+19
* | parisc: Avoid flushing cache on cache-less machinesHelge Deller2022-03-181-0/+4
* | parisc: Avoid using hardware single-step in kprobesHelge Deller2022-03-182-17/+21
* | parisc: Improve CPU socket and core bootup info textHelge Deller2022-03-171-2/+2
* | parisc: Avoid calling SMP cache flush functions on cache-less machinesHelge Deller2022-03-162-24/+35
* | parisc: Increase parisc_cache_flush_threshold settingJohn David Anglin2022-03-111-3/+15
* | parisc/unaligned: Enhance user-space visible outputHelge Deller2022-03-111-26/+10
* | parisc/unaligned: Rewrite 32-bit inline assembly of emulate_sth()Helge Deller2022-03-111-8/+7
* | parisc/unaligned: Rewrite 32-bit inline assembly of emulate_ldd()Helge Deller2022-03-111-15/+13
* | parisc/unaligned: Rewrite inline assembly of emulate_ldw()Helge Deller2022-03-111-12/+11
* | parisc/unaligned: Rewrite inline assembly of emulate_ldh()Helge Deller2022-03-111-6/+5
* | parisc/unaligned: Use EFAULT fixup handler in unaligned handlersHelge Deller2022-03-111-105/+55
* | parisc: Use constants to encode the space registers like SR_KERNELHelge Deller2022-03-112-6/+6
* | parisc: Add vDSO supportHelge Deller2022-03-1120-138/+1051
* | parisc: Simplify fast path for non-access data TLB faultsJohn David Anglin2022-03-111-67/+5
* | parisc: Fix handling off probe non-access faultsJohn David Anglin2022-03-111-0/+2
* | parisc: Fix non-access data TLB cache flush faultsJohn David Anglin2022-03-111-27/+1
* | parisc/unaligned: Fix ldw() and stw() unalignment handlersHelge Deller2022-02-231-3/+3
* | parisc/unaligned: Fix fldd and fstd unaligned handlers on 32-bit kernelHelge Deller2022-02-231-4/+4
|/