summaryrefslogtreecommitdiffstats
path: root/arch/parisc
AgeCommit message (Expand)AuthorFilesLines
2022-04-26asm-generic: compat: Cleanup duplicate definitionsGuo Ren1-24/+5
2022-04-26fs: stat: compat: Add __ARCH_WANT_COMPAT_STATGuo Ren1-0/+1
2022-04-26arch: Add SYSVIPC_COMPAT for all architecturesGuo Ren1-4/+0
2022-04-26compat: consolidate the compat_flock{,64} definitionChristoph Hellwig1-16/+0
2022-03-31Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+1
2022-03-31arch: syscalls: simplify uapi/kapi directory creationMasahiro Yamada1-2/+1
2022-03-30Merge tag 'for-5.18/parisc-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds20-190/+241
2022-03-29parisc: Fix patch code locking and flushingJohn David Anglin1-14/+11
2022-03-29parisc: Find a new timesync master if current CPU is removedHelge Deller3-1/+10
2022-03-29parisc: Move common_stext into .text section when CONFIG_HOTPLUG_CPU=yHelge Deller1-2/+9
2022-03-29parisc: Rewrite arch_cpu_idle_dead() for CPU hotpluggingHelge Deller1-3/+24
2022-03-29parisc: Implement __cpu_die() and __cpu_disable() for CPU hotpluggingHelge Deller3-22/+90
2022-03-29parisc: Add PDC locking functions for rendezvous codeHelge Deller3-1/+42
2022-03-29parisc: Move disable_sr_hashing_asm() into .text sectionHelge Deller1-1/+1
2022-03-29parisc: Move CPU startup-related functions into .text sectionHelge Deller4-4/+4
2022-03-29parisc: Move store_cpu_topology() into text sectionHelge Deller1-2/+3
2022-03-29parisc: Switch from GENERIC_CPU_DEVICES to GENERIC_ARCH_TOPOLOGYHelge Deller5-88/+24
2022-03-29parisc: Ensure set_firmware_width() is called only onceHelge Deller1-1/+6
2022-03-29parisc: Add constants for control registers and clean up mfctl()Helge Deller1-9/+8
2022-03-29parisc: Detect hppa-suse-linux-gcc compiler for cross-buildingHelge Deller1-2/+2
2022-03-29parisc: Clean up cpu_check_affinity() and drop cpu_set_affinity_irq()Helge Deller1-21/+2
2022-03-29Revert "parisc: Fix invalidate/flush vmap routines"Helge Deller1-19/+5
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-6/+5
2022-03-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+2
2022-03-25Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds3-32/+6
2022-03-24mm: madvise: MADV_DONTNEED_LOCKEDJohannes Weiner1-0/+2
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-0/+2
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-19/+9
2022-03-23Merge tag 'for-5.18/fbdev-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-0/+1
2022-03-22Merge tag 'nfsd-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-1/+0
2022-03-21arch: Add pmd_pfn() where it is missingMike Rapoport1-0/+1
2022-03-21parisc: Fix invalidate/flush vmap routinesJohn David Anglin1-5/+19
2022-03-18parisc: Avoid flushing cache on cache-less machinesHelge Deller1-0/+4
2022-03-18parisc: Avoid using hardware single-step in kprobesHelge Deller3-19/+24
2022-03-17parisc: Improve CPU socket and core bootup info textHelge Deller1-2/+2
2022-03-17parisc: Enable ARCH_HAS_DEBUG_VM_PGTABLEHelge Deller1-0/+1
2022-03-16parisc: Avoid calling SMP cache flush functions on cache-less machinesHelge Deller3-34/+40
2022-03-11parisc: Increase parisc_cache_flush_threshold settingJohn David Anglin1-3/+15
2022-03-11parisc/unaligned: Enhance user-space visible outputHelge Deller1-26/+10
2022-03-11parisc/unaligned: Rewrite 32-bit inline assembly of emulate_sth()Helge Deller1-8/+7
2022-03-11parisc/unaligned: Rewrite 32-bit inline assembly of emulate_ldd()Helge Deller1-15/+13
2022-03-11parisc/unaligned: Rewrite inline assembly of emulate_ldw()Helge Deller1-12/+11
2022-03-11parisc/unaligned: Rewrite inline assembly of emulate_ldh()Helge Deller1-6/+5
2022-03-11parisc/unaligned: Use EFAULT fixup handler in unaligned handlersHelge Deller1-105/+55
2022-03-11parisc: Reduce code size by optimizing get_current() function callsHelge Deller1-3/+5
2022-03-11parisc: Use constants to encode the space registers like SR_KERNELHelge Deller7-27/+24
2022-03-11parisc: Use SR_USER and SR_KERNEL in get_user() and put_user()Helge Deller1-14/+14
2022-03-11parisc: Add defines for various space registerHelge Deller1-0/+6
2022-03-11parisc: Always use the self-extracting kernel featureHelge Deller2-21/+0