1. dbd0b42 parisc: Fix some apparent put_user() failures by Helge Deller · 2 years, 11 months ago
  2. b160628 parisc: Show error if wrong 32/64-bit compiler is being used by Helge Deller · 2 years, 11 months ago
  3. 18a1d5e parisc: Add ioread64_lo_hi() and iowrite64_lo_hi() by Andy Shevchenko · 2 years, 11 months ago
  4. 9129886 parisc: Drop __init from map_pages declaration by John David Anglin · 3 years ago
  5. 3689f9f Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linux by Linus Torvalds · 3 years ago
  6. dc5341f Merge tag 'for-5.17/parisc-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 3 years ago
  7. 30f3089 parisc: Fix missing prototype for 'toc_intr' warning in toc.c by Helge Deller · 3 years ago
  8. 5f7ee6e parisc: Autodetect default output device and set console= kernel parameter by Helge Deller · 3 years ago
  9. bd25c37 parisc: Use safer strscpy() in setup_cmdline() by Helge Deller · 3 years ago
  10. fd6f57b Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 3 years ago
  11. 35ce8ae Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 3 years ago
  12. f56caed Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years ago
  13. 47d8c15 include: move find.h from asm_generic to linux by Yury Norov · 3 years, 4 months ago
  14. 21b084f mm/mempolicy: wire up syscall set_mempolicy_home_node by Aneesh Kumar K.V · 3 years ago
  15. 36ef159 mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bit by Qi Zheng · 3 years ago
  16. 53e7b5d arch: decompressor: remove useless vmlinux.bin.all-y by Masahiro Yamada · 3 years ago
  17. 7ce7e98 kbuild: rename cmd_{bzip2,lzma,lzo,lz4,xzkern,zstd22} by Masahiro Yamada · 3 years ago
  18. 180d0eb parisc: Add visible flag to toc_stack variable by Helge Deller · 3 years ago
  19. 68d247a parisc: Default to 16 CPUs on 32-bit kernel by Helge Deller · 3 years ago
  20. e486288 parisc: Re-use toc_stack as hpmc_stack by Helge Deller · 3 years ago
  21. d6ab9fc parisc: Enable TOC (transfer of contents) feature unconditionally by Helge Deller · 3 years ago
  22. 6968e70 parisc: io: Improve the outb(), outw() and outl() macros by Bart Van Assche · 3 years ago
  23. c1c72d9 parisc: Add kgdb io_module to read chars via PDC by Helge Deller · 3 years ago
  24. 712a270 parisc: Fix pdc_toc_pim_11 and pdc_toc_pim_20 definitions by Helge Deller · 3 years ago
  25. 72c3dd8 parisc: Add lws_atomic_xchg and lws_atomic_store syscalls by John David Anglin · 3 years ago
  26. d0585d7 parisc: Rewrite light-weight syscall and futex code by John David Anglin · 3 years ago
  27. 20dda87b parisc: Enhance page fault termination message by John David Anglin · 3 years ago
  28. 9d90a90 parisc: Don't call faulthandler_disabled() in do_page_fault() by John David Anglin · 3 years ago
  29. 4b9d2a7 parisc: Switch user access functions to signal errors in r29 instead of r8 by Helge Deller · 3 years ago
  30. 9e9d4b4 parisc: Avoid calling faulthandler_disabled() twice by John David Anglin · 3 years ago
  31. db19c6f1 parisc: Fix lpa and lpa_user defines by John David Anglin · 3 years ago
  32. 45458aa parisc: Define depi_safe macro by John David Anglin · 3 years ago
  33. 3cbadd2 parisc: decompressor: do not copy source files while building by Masahiro Yamada · 3 years ago
  34. aacb201 parisc: remove ARCH_DEFCONFIG by Masahiro Yamada · 3 years ago
  35. d3a5a68 parisc: Fix mask used to select futex spinlock by John David Anglin · 3 years ago
  36. 8f66fce parisc: Correct completer in lws start by John David Anglin · 3 years ago
  37. 484730e parisc: Clear stale IIR value on instruction access rights trap by Helge Deller · 3 years, 1 month ago
  38. 0e25498 exit: Add and use make_task_dead. by Eric W. Biederman · 3 years, 6 months ago
  39. afdb4a5 parisc: Mark cr16 CPU clocksource unstable on all SMP machines by Helge Deller · 3 years, 1 month ago
  40. 0f9fee4 parisc: Fix "make install" on newer debian releases by Helge Deller · 3 years, 1 month ago
  41. 7e8aeb9 parisc: Enable sata sil, audit and usb support on 64-bit defconfig by Helge Deller · 3 years, 1 month ago
  42. 1d7c29b parisc: Fix KBUILD_IMAGE for self-extracting kernel by Helge Deller · 3 years, 1 month ago
  43. 7994149 Merge tag 'folio-5.16b' of git://git.infradead.org/users/willy/pagecache by Linus Torvalds · 3 years, 1 month ago
  44. 98400ad Revert "parisc: Fix backtrace to always include init funtion names" by Helge Deller · 3 years, 1 month ago
  45. 3fbdc12 parisc: Convert PTE lookup to use extru_safe() macro by Helge Deller · 3 years, 1 month ago
  46. df2ffed parisc: Fix extraction of hash lock bits in syscall.S by John David Anglin · 3 years, 1 month ago
  47. 169d1a4 parisc: Provide an extru_safe() macro to extract unsigned bits by Helge Deller · 3 years, 1 month ago
  48. 9412f5a parisc: Enable CONFIG_PRINTK_TIME=y in 32bit defconfig by Helge Deller · 3 years, 1 month ago
  49. 79df39d Revert "parisc: Reduce sigreturn trampoline to 3 instructions" by Helge Deller · 3 years, 1 month ago
  50. 4017b23 parisc: Wrap assembler related defines inside __ASSEMBLY__ by Helge Deller · 3 years, 1 month ago
  51. 8f663eb parisc: Wire up futex_waitv by Helge Deller · 3 years, 1 month ago
  52. 4d7804d parisc: Include stringify.h to avoid build error in crypto/api.c by Helge Deller · 3 years, 1 month ago
  53. 522a003 Add linux/cacheflush.h by Matthew Wilcox (Oracle) · 3 years, 2 months ago
  54. 3ec18fc parisc/entry: fix trace test in syscall exit path by Sven Schnelle · 3 years, 1 month ago
  55. 38860b2 parisc: Flush kernel data mapping in set_pte_at() when installing pte for user page by John David Anglin · 3 years, 2 months ago
  56. f0d1cfa parisc: Fix implicit declaration of function '__kernel_text_address' by Helge Deller · 3 years, 2 months ago
  57. 279917e parisc: Fix backtrace to always include init funtion names by Helge Deller · 3 years, 2 months ago
  58. 1e9ed93 Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 3 years, 2 months ago
  59. 2a2e820 parisc: move CPU field back into thread_info by Ard Biesheuvel · 3 years, 2 months ago
  60. 7e99271 parisc: Don't disable interrupts in cmpxchg and futex operations by Dave Anglin · 3 years, 2 months ago
  61. 014966d parisc: don't enable irqs unconditionally in handle_interruption() by Sven Schnelle · 3 years, 2 months ago
  62. fc02cb2 Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 3 years, 2 months ago
  63. d2fac0a Merge tag 'audit-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit by Linus Torvalds · 3 years, 2 months ago
  64. 79ef0c0 Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years, 2 months ago
  65. 552ebfe Merge tag 'for-5.16/parisc-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 3 years, 2 months ago
  66. 9a7e0a9 Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 2 months ago
  67. 595b28f Merge tag 'locking-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 2 months ago
  68. 49f8275 Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecache by Linus Torvalds · 3 years, 2 months ago
  69. 6e866a4 parisc: Fix set_fixmap() on PA1.x CPUs by Helge Deller · 3 years, 2 months ago
  70. 1ae8e91 parisc: Use swap() to swap values in setup_bootmem() by Yihao Han · 3 years, 2 months ago
  71. 55a2ed7 parisc: Update defconfigs by Helge Deller · 3 years, 2 months ago
  72. 6f21e73 parisc: decompressor: clean up Makefile by Masahiro Yamada · 3 years, 2 months ago
  73. 07578f1 parisc: decompressor: remove repeated depenency of misc.o by Masahiro Yamada · 3 years, 2 months ago
  74. dc5292b parisc: Remove unused constants from asm-offsets.c by Helge Deller · 3 years, 2 months ago
  75. 98f2926 parisc/ftrace: use static key to enable/disable function graph tracer by Sven Schnelle · 3 years, 2 months ago
  76. 44382af parisc/ftrace: set function trace function by Sven Schnelle · 3 years, 2 months ago
  77. d1fbab7 parisc: Make use of the helper macro kthread_run() by Cai Huoqing · 3 years, 2 months ago
  78. ecb6a16 parisc: mark xchg functions notrace by Sven Schnelle · 3 years, 2 months ago
  79. 3759778 parisc: enhance warning regarding usage of O_NONBLOCK by Helge Deller · 3 years, 2 months ago
  80. 0760a91 parisc: Drop ifdef __KERNEL__ from non-uapi kernel headers by Helge Deller · 3 years, 2 months ago
  81. 8d90dbf parisc: Use PRIV_USER and PRIV_KERNEL in ptrace.h by Helge Deller · 3 years, 2 months ago
  82. fdc9e4e parisc: Use PRIV_USER in syscall.S by Helge Deller · 3 years, 2 months ago
  83. 66e29fc parisc/kgdb: add kgdb_roundup() to make kgdb work with idle polling by Sven Schnelle · 3 years, 2 months ago
  84. 2214c0e parisc: Move thread_info into task struct by Helge Deller · 3 years, 2 months ago
  85. bc29483 parisc: add support for TOC (transfer of control) by Sven Schnelle · 3 years, 2 months ago
  86. ecac703 parisc/firmware: add functions to retrieve TOC data by Sven Schnelle · 3 years, 2 months ago
  87. d9e2033 parisc: add PIM TOC data structures by Sven Schnelle · 3 years, 2 months ago
  88. b5f73da parisc: move virt_map macro to assembly.h by Sven Schnelle · 3 years, 2 months ago
  89. 8e0ba12 parisc/unwind: fix unwinder when CONFIG_64BIT is enabled by Sven Schnelle · 3 years, 3 months ago
  90. 8779e05 parisc: Fix ptrace check on syscall return by Helge Deller · 3 years, 3 months ago
  91. f06d6e9 parisc: Use PRIV_USER instead of 3 in entry.S by Helge Deller · 3 years, 3 months ago
  92. 6ff7fa4 parisc: Use FRAME_SIZE and FRAME_ALIGN from assembly.h by Helge Deller · 3 years, 3 months ago
  93. b7d8c16 parisc: Allocate task struct with stack frame alignment by Helge Deller · 3 years, 3 months ago
  94. 9f6cfef parisc: Define FRAME_ALIGN and PRIV_USER/PRIV_KERNEL in assembly.h by Helge Deller · 3 years, 3 months ago
  95. 1030d68 parisc: fix warning in flush_tlb_all by Sven Schnelle · 3 years, 3 months ago
  96. 1c2fb94 parisc: disable preemption in send_IPI_allbutself() by Sven Schnelle · 3 years, 3 months ago
  97. 3fb28e1 parisc: fix preempt_count() check in entry.S by Sven Schnelle · 3 years, 3 months ago
  98. 4f19386 parisc: deduplicate code in flush_cache_mm() and flush_cache_range() by Sven Schnelle · 3 years, 3 months ago
  99. a5e8ca3 parisc: disable preemption during local tlb flush by Sven Schnelle · 3 years, 3 months ago
  100. ec5c115 parisc: Add KFENCE support by Helge Deller · 3 years, 3 months ago