1. 65090f3 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 7 months ago
  2. b555414 arch/arc/kernel/troubleshoot: use vma_lookup() instead of find_vma() by Liam Howlett · 3 years, 7 months ago
  3. 54a728d Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 7 months ago
  4. 28a27cb Merge tag 'perf-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 7 months ago
  5. b03fbd4 sched: Introduce task_is_running() by Peter Zijlstra · 3 years, 7 months ago
  6. 110febc ARC: fix CONFIG_HARDENED_USERCOPY by Vineet Gupta · 3 years, 11 months ago
  7. 96f1b00 ARCv2: save ABI registers across signal handling by Vineet Gupta · 3 years, 8 months ago
  8. a9e906b Merge branch 'sched/urgent' into sched/core, to pick up fixes by Ingo Molnar · 3 years, 8 months ago
  9. 2e38eb0 kprobes: Do not increment probe miss count in the fault handler by Naveen N. Rao · 3 years, 8 months ago
  10. ec6aba3 kprobes: Remove kprobe::fault_handler by Peter Zijlstra · 3 years, 8 months ago
  11. f1a0a37 sched/core: Initialize the idle task with preemption disabled by Valentin Schneider · 3 years, 8 months ago
  12. 3433adc ARC: entry: fix off-by-one error in syscall number validation by Vineet Gupta · 3 years, 9 months ago
  13. 8e97bf3 ARC: kgdb: add 'fallthrough' to prevent a warning by Randy Dunlap · 3 years, 9 months ago
  14. f79f7a2 arc: Fix typos/spellos by Bhaskar Chowdhury · 3 years, 10 months ago
  15. 83520d6 ARC: treewide: avoid the pointer addition with NULL pointer by dean.yang_cp · 4 years ago
  16. 46e1521 arc: kernel: Return -EFAULT if copy_to_user() fails by Wang Qing · 3 years, 11 months ago
  17. 4727dc2 arch: setup PF_IO_WORKER threads like PF_KTHREAD by Jens Axboe · 4 years ago
  18. bb12433 ARC: unbork 5.11 bootup: fix snafu in _TIF_NOTIFY_SIGNAL handling by Vineet Gupta · 4 years ago
  19. 005b2a9 Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 1 month ago
  20. f737561 ARC: stack unwinding: reorganize how initial register state setup by Vineet Gupta · 4 years, 2 months ago
  21. e42404f ARC: stack unwinding: don't assume non-current task is sleeping by Vineet Gupta · 4 years, 2 months ago
  22. 53855e1 arc: add support for TIF_NOTIFY_SIGNAL by Jens Axboe · 4 years, 3 months ago
  23. 3b57533 ARC: [plat-hsdk] Remap CCMs super early in asm boot trampoline by Vineet Gupta · 4 years, 3 months ago
  24. 328d216 ARC: stack unwinding: avoid indefinite looping by Vineet Gupta · 4 years, 3 months ago
  25. 4a22709 Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 3 months ago
  26. 0a14d76 Merge tag 'arc-5.10-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 4 years, 3 months ago
  27. 8c42a5c ARC: perf: redo the pct irq missing in device-tree handling by Vineet Gupta · 4 years, 3 months ago
  28. b32649b Merge tag 'arc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 4 years, 3 months ago
  29. 3c53279 tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume() by Jens Axboe · 4 years, 4 months ago
  30. 1c68907 Merge tag 'perf-kprobes-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 3 months ago
  31. 34eb62d Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 3 months ago
  32. 937cf85 ARC: SMP: fix typo and use "come up" instead of "comeup" by Mike Rapoport · 4 years, 4 months ago
  33. dd7c7ab ARC: [plat-eznps]: Drop support for EZChip NPS platform by Vineet Gupta · 4 years, 5 months ago
  34. f75dd13 arc: kprobes: Use generic kretprobe trampoline handler by Masami Hiramatsu · 4 years, 5 months ago
  35. 70187f7 Merge tag 'arc-5.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 4 years, 5 months ago
  36. c604abc vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUG by Kees Cook · 4 years, 5 months ago
  37. e5c388b ARC: show_regs: fix r12 printing and simplify by Vineet Gupta · 4 years, 6 months ago
  38. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
  39. feb92d7 ARC: perf: don't bail setup if pct irq missing in device-tree by Vineet Gupta · 4 years, 6 months ago
  40. 64019a2 mm/gup: remove task_struct pointer for all gup code by Peter Xu · 4 years, 5 months ago
  41. 8d3e09b Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 5 months ago
  42. 19b39c3 Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 6 months ago
  43. 9ba2741 Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 4 years, 6 months ago
  44. bb1a773 kill unused dump_fpu() instances by Al Viro · 4 years, 8 months ago
  45. 5a806e0 arc: switch to ->regset_get() by Al Viro · 4 years, 7 months ago
  46. 714acdb arch: rename copy_thread_tls() back to copy_thread() by Christian Brauner · 4 years, 7 months ago
  47. 10011f7 ARCv2: support loop buffer (LPB) disabling by Eugeniy Paltsev · 4 years, 8 months ago
  48. 97d0b5d ARCv2: boot log: detect newer/upconing HS3x/HS4x releases by Vineet Gupta · 4 years, 7 months ago
  49. 00fdec9 ARC: entry: fix potential EFA clobber when TIF_SYSCALL_TRACE by Vineet Gupta · 4 years, 8 months ago
  50. d8ed45c mmap locking API: use coccinelle to convert mmap_sem rwsem call sites by Michel Lespinasse · 4 years, 8 months ago
  51. 9cb8f06 kernel: rename show_stack_loglvl() => show_stack() by Dmitry Safonov · 4 years, 8 months ago
  52. 8ca4d19 arc: add show_stack_loglvl() by Dmitry Safonov · 4 years, 8 months ago
  53. 7915502 ARC: show_regs: avoid extra line of output by Vineet Gupta · 4 years, 9 months ago
  54. a75ff01 arc: remove #ifndef CONFIG_AS_CFI_SIGNAL_FRAME by Masahiro Yamada · 4 years, 9 months ago
  55. 9eca345 arc: ptrace: hard-code "arc" instead of UTS_MACHINE by Masahiro Yamada · 4 years, 9 months ago
  56. 43900ed ARC: Fix ICCM & DCCM runtime size checks by Eugeniy Paltsev · 4 years, 10 months ago
  57. 5364abc Merge tag 'arc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 4 years, 10 months ago
  58. d198b34 .gitignore: add SPDX License Identifier by Masahiro Yamada · 4 years, 11 months ago
  59. f09d317 ARC: allow userspace DSP applications to use AGU extensions by Eugeniy Paltsev · 4 years, 11 months ago
  60. 7321e2e ARC: add support for DSP-enabled userspace applications by Eugeniy Paltsev · 4 years, 11 months ago
  61. 4827d0c ARC: handle DSP presence in HW by Eugeniy Paltsev · 4 years, 11 months ago
  62. 240c84b ARC: add helpers to sanitize config options by Eugeniy Paltsev · 4 years, 11 months ago
  63. 204c7ec ARC: show_regs: reduce lines of output by Vineet Gupta · 4 years, 11 months ago
  64. 3b00b04 ARC: Replace <linux/clk-provider.h> by <linux/of_clk.h> by Geert Uytterhoeven · 5 years ago
  65. b7e573b Merge tag 'arc-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 5 years ago
  66. ca9b5b6 Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 5 years ago
  67. c677124 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  68. f45ba2b ARCv2: fpu: preserve userspace fpu state by Vineet Gupta · 5 years ago
  69. f05523a ARC: fpu: declutter code, move bits out into fpu.h by Vineet Gupta · 5 years ago
  70. bd71c45 ARC: wireup clone3 syscall by Vineet Gupta · 5 years ago
  71. 61f23e6 arch/arc/setup: Drop dummy_con initialization by Arvind Sankar · 5 years ago
  72. 8f8b69a Merge tag 'arc-5.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 5 years ago
  73. 7ecc6c1 ARC: pt_regs: remove hardcoded registers offset by Eugeniy Paltsev · 5 years ago
  74. 1e5f8a3 Merge tag 'v5.5-rc3' into sched/core, to pick up fixes by Ingo Molnar · 5 years ago
  75. 833a20b ARC: asm-offsets: remove duplicate entry by Eugeniy Paltsev · 5 years ago
  76. c593642 treewide: Use sizeof_field() macro by Pankaj Bharadiya · 5 years ago
  77. 9165917 sched/rt, ARC: Use CONFIG_PREEMPTION by Thomas Gleixner · 5 years ago
  78. 056df57 Merge tag 'arc-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 5 years ago
  79. 1d87200 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  80. f091d5a ARC: ARCv2: jump label: implement jump label patching by Eugeniy Paltsev · 5 years ago
  81. c917404 vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATA by Kees Cook · 5 years ago
  82. 93240b3 vmlinux.lds.h: Replace RO_DATA_SECTION with RO_DATA by Kees Cook · 5 years ago
  83. eaf9370 vmlinux.lds.h: Move NOTES into RO_DATA by Kees Cook · 5 years ago
  84. 5effc09 ARC: perf: Accommodate big-endian CPU by Alexey Brodkin · 5 years ago
  85. 4a64489 Merge tag 'Wimplicit-fallthrough-5.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux by Linus Torvalds · 5 years ago
  86. 00a0c84 ARC: unwind: Mark expected switch fall-through by Gustavo A. R. Silva · 5 years ago
  87. 174ae4e ARCv2: IDU-intc: Add support for edge-triggered interrupts by Mischa Jonker · 5 years ago
  88. e86d94f ARC: unwind: Mark expected switch fall-throughs by Gustavo A. R. Silva · 5 years ago
  89. 3eb5148 Merge tag 'arc-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 6 years ago
  90. 5ad18b2 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
  91. fd5de27 ARC: hide unused function unw_hdr_alloc by Arnd Bergmann · 6 years ago
  92. 75370ad ARCv2: entry: simplify return to Delay Slot via interrupt by Vineet Gupta · 6 years ago
  93. 68e5c6f ARC: entry: EV_Trap expects r10 (vs. r9) to have exception cause by Vineet Gupta · 6 years ago
  94. a488080 ARCv2: entry: rewrite to enable use of double load/stores LDD/STD by Vineet Gupta · 6 years ago
  95. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  96. 1d0ea06 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 332 by Thomas Gleixner · 6 years ago
  97. 2e1661d2 signal: Remove the task parameter from force_sig_fault by Eric W. Biederman · 6 years ago
  98. 351b682 signal: Explicitly call force_sig_fault on current by Eric W. Biederman · 6 years ago
  99. 3cf5d07 signal: Remove task parameter from force_sig by Eric W. Biederman · 6 years ago
  100. cb44c9a signal: Remove task parameter from force_sigsegv by Eric W. Biederman · 6 years ago