summary refs log tree commit diff
path: root/arch/parisc
AgeCommit message (Expand)Author
2021-11-01Merge tag 'for-5.16/parisc-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-11-01Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-11-01Merge tag 'locking-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-11-01Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2021-11-01parisc: Fix set_fixmap() on PA1.x CPUsHelge Deller
2021-11-01parisc: Use swap() to swap values in setup_bootmem()Yihao Han
2021-11-01parisc: Update defconfigsHelge Deller
2021-11-01parisc: decompressor: clean up MakefileMasahiro Yamada
2021-11-01parisc: decompressor: remove repeated depenency of misc.oMasahiro Yamada
2021-11-01parisc: Remove unused constants from asm-offsets.cHelge Deller
2021-11-01parisc/ftrace: use static key to enable/disable function graph tracerSven Schnelle
2021-11-01parisc/ftrace: set function trace functionSven Schnelle
2021-11-01parisc: Make use of the helper macro kthread_run()Cai Huoqing
2021-11-01parisc: mark xchg functions notraceSven Schnelle
2021-11-01parisc: enhance warning regarding usage of O_NONBLOCKHelge Deller
2021-11-01parisc: Drop ifdef __KERNEL__ from non-uapi kernel headersHelge Deller
2021-11-01parisc: Use PRIV_USER and PRIV_KERNEL in ptrace.hHelge Deller
2021-11-01parisc: Use PRIV_USER in syscall.SHelge Deller
2021-11-01parisc/kgdb: add kgdb_roundup() to make kgdb work with idle pollingSven Schnelle
2021-11-01parisc: Move thread_info into task structHelge Deller
2021-11-01parisc: add support for TOC (transfer of control)Sven Schnelle
2021-11-01parisc/firmware: add functions to retrieve TOC dataSven Schnelle
2021-11-01parisc: add PIM TOC data structuresSven Schnelle
2021-11-01parisc: move virt_map macro to assembly.hSven Schnelle
2021-11-01parisc/unwind: fix unwinder when CONFIG_64BIT is enabledSven Schnelle
2021-11-01parisc: Fix ptrace check on syscall returnHelge Deller
2021-10-30parisc: Use PRIV_USER instead of 3 in entry.SHelge Deller
2021-10-30parisc: Use FRAME_SIZE and FRAME_ALIGN from assembly.hHelge Deller
2021-10-30parisc: Allocate task struct with stack frame alignmentHelge Deller
2021-10-30parisc: Define FRAME_ALIGN and PRIV_USER/PRIV_KERNEL in assembly.hHelge Deller
2021-10-30parisc: fix warning in flush_tlb_allSven Schnelle
2021-10-30parisc: disable preemption in send_IPI_allbutself()Sven Schnelle
2021-10-30parisc: fix preempt_count() check in entry.SSven Schnelle
2021-10-30parisc: deduplicate code in flush_cache_mm() and flush_cache_range()Sven Schnelle
2021-10-30parisc: disable preemption during local tlb flushSven Schnelle
2021-10-30parisc: Add KFENCE supportHelge Deller
2021-10-30parisc: Switch to ARCH_STACKWALK implementationHelge Deller
2021-10-30parisc: make parisc_acctyp() available outside of faults.cHelge Deller
2021-10-30parisc/unwind: use copy_from_kernel_nofault()Sven Schnelle
2021-10-30locking: Remove spin_lock_flags() etcArnd Bergmann
2021-10-18mm: Add flush_dcache_folio()Matthew Wilcox (Oracle)
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook
2021-10-08Merge tag 'asm-generic-fixes-5.15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-10-07firmware: include drivers/firmware/Kconfig unconditionallyArnd Bergmann
2021-09-19parisc: Declare pci_iounmap() parisc version only when CONFIG_PCI enabledHelge Deller
2021-09-16parisc: Use absolute_pointer() to define PAGE0Helge Deller
2021-09-09parisc: Implement __get/put_kernel_nofault()Helge Deller
2021-09-09parisc: Mark sched_clock unstable only if clocks are not syncronizedHelge Deller
2021-09-09parisc: Reduce sigreturn trampoline to 3 instructionsHelge Deller
2021-09-09parisc: Check user signal stack trampoline is inside TASK_SIZEHelge Deller