summaryrefslogtreecommitdiffstats
path: root/arch/parisc
AgeCommit message (Expand)AuthorLines
2021-12-04parisc: Mark cr16 CPU clocksource unstable on all SMP machinesHelge Deller-22/+8
2021-12-04parisc: Fix "make install" on newer debian releasesHelge Deller-0/+1
2021-11-30parisc: Enable sata sil, audit and usb support on 64-bit defconfigHelge Deller-1/+13
2021-11-30parisc: Fix KBUILD_IMAGE for self-extracting kernelHelge Deller-0/+5
2021-11-25Merge tag 'folio-5.16b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds-1/+0
2021-11-22Revert "parisc: Fix backtrace to always include init funtion names"Helge Deller-2/+1
2021-11-22parisc: Convert PTE lookup to use extru_safe() macroHelge Deller-11/+3
2021-11-22parisc: Fix extraction of hash lock bits in syscall.SJohn David Anglin-2/+2
2021-11-22parisc: Provide an extru_safe() macro to extract unsigned bitsHelge Deller-0/+11
2021-11-18parisc: Enable CONFIG_PRINTK_TIME=y in 32bit defconfigHelge Deller-0/+1
2021-11-18Revert "parisc: Reduce sigreturn trampoline to 3 instructions"Helge Deller-8/+9
2021-11-18parisc: Wrap assembler related defines inside __ASSEMBLY__Helge Deller-20/+24
2021-11-18parisc: Wire up futex_waitvHelge Deller-0/+1
2021-11-18parisc: Include stringify.h to avoid build error in crypto/api.cHelge Deller-0/+1
2021-11-17Add linux/cacheflush.hMatthew Wilcox (Oracle)-1/+0
2021-11-13parisc/entry: fix trace test in syscall exit pathSven Schnelle-1/+1
2021-11-13parisc: Flush kernel data mapping in set_pte_at() when installing pte for use...John David Anglin-4/+10
2021-11-13parisc: Fix implicit declaration of function '__kernel_text_address'Helge Deller-0/+1
2021-11-13parisc: Fix backtrace to always include init funtion namesHelge Deller-1/+2
2021-11-08Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-6/+4
2021-11-04parisc: move CPU field back into thread_infoArd Biesheuvel-24/+5
2021-11-04parisc: Don't disable interrupts in cmpxchg and futex operationsDave Anglin-23/+11
2021-11-04parisc: don't enable irqs unconditionally in handle_interruption()Sven Schnelle-1/+1
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+2
2021-11-01Merge tag 'audit-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-8/+13
2021-11-01Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds-11/+3
2021-11-01Merge tag 'for-5.16/parisc-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-320/+617
2021-11-01Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-5/+2
2021-11-01Merge tag 'locking-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-15/+0
2021-11-01Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds-1/+2
2021-11-01parisc: Fix set_fixmap() on PA1.x CPUsHelge Deller-4/+1
2021-11-01parisc: Use swap() to swap values in setup_bootmem()Yihao Han-5/+1
2021-11-01parisc: Update defconfigsHelge Deller-16/+14
2021-11-01parisc: decompressor: clean up MakefileMasahiro Yamada-4/+3
2021-11-01parisc: decompressor: remove repeated depenency of misc.oMasahiro Yamada-2/+0
2021-11-01parisc: Remove unused constants from asm-offsets.cHelge Deller-5/+0
2021-11-01parisc/ftrace: use static key to enable/disable function graph tracerSven Schnelle-3/+6
2021-11-01parisc/ftrace: set function trace functionSven Schnelle-7/+5
2021-11-01parisc: Make use of the helper macro kthread_run()Cai Huoqing-3/+1
2021-11-01parisc: mark xchg functions notraceSven Schnelle-6/+6
2021-11-01parisc: enhance warning regarding usage of O_NONBLOCKHelge Deller-4/+7
2021-11-01parisc: Drop ifdef __KERNEL__ from non-uapi kernel headersHelge Deller-31/+0
2021-11-01parisc: Use PRIV_USER and PRIV_KERNEL in ptrace.hHelge Deller-3/+3
2021-11-01parisc: Use PRIV_USER in syscall.SHelge Deller-2/+2
2021-11-01parisc/kgdb: add kgdb_roundup() to make kgdb work with idle pollingSven Schnelle-2/+17
2021-11-01parisc: Move thread_info into task structHelge Deller-100/+105
2021-11-01parisc: add support for TOC (transfer of control)Sven Schnelle-2/+222
2021-11-01parisc/firmware: add functions to retrieve TOC dataSven Schnelle-0/+34
2021-11-01parisc: add PIM TOC data structuresSven Schnelle-0/+22
2021-11-01parisc: move virt_map macro to assembly.hSven Schnelle-24/+25