1. 65090f3 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 6 months ago
  2. 8b793b44 arc: remove support for DISCONTIGMEM by Mike Rapoport · 3 years, 6 months ago
  3. e7793e5 arc: update comment about HIGHMEM implementation by Mike Rapoport · 3 years, 6 months ago
  4. b555414 arch/arc/kernel/troubleshoot: use vma_lookup() instead of find_vma() by Liam Howlett · 3 years, 6 months ago
  5. 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, 6 months ago
  6. 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, 6 months ago
  7. a15286c Merge tag 'locking-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 6 months ago
  8. b03fbd4 sched: Introduce task_is_running() by Peter Zijlstra · 3 years, 7 months ago
  9. 110febc ARC: fix CONFIG_HARDENED_USERCOPY by Vineet Gupta · 3 years, 10 months ago
  10. 96f1b00 ARCv2: save ABI registers across signal handling by Vineet Gupta · 3 years, 7 months ago
  11. a9e906b Merge branch 'sched/urgent' into sched/core, to pick up fixes by Ingo Molnar · 3 years, 7 months ago
  12. 2e38eb0 kprobes: Do not increment probe miss count in the fault handler by Naveen N. Rao · 3 years, 7 months ago
  13. ec6aba3 kprobes: Remove kprobe::fault_handler by Peter Zijlstra · 3 years, 8 months ago
  14. 3c18851 locking/atomic: delete !ARCH_ATOMIC remnants by Mark Rutland · 3 years, 8 months ago
  15. 6db5d99 locking/atomic: arc: move to ARCH_ATOMIC by Mark Rutland · 3 years, 8 months ago
  16. f1a0a37 sched/core: Initialize the idle task with preemption disabled by Valentin Schneider · 3 years, 8 months ago
  17. 1d5e464 ARC: mm: Use max_high_pfn as a HIGHMEM zone border by Vladimir Isaev · 3 years, 8 months ago
  18. c5f756d ARC: mm: PAE: use 40-bit physical page mask by Vladimir Isaev · 3 years, 8 months ago
  19. 3433adc ARC: entry: fix off-by-one error in syscall number validation by Vineet Gupta · 3 years, 9 months ago
  20. 8e97bf3 ARC: kgdb: add 'fallthrough' to prevent a warning by Randy Dunlap · 3 years, 9 months ago
  21. f79f7a2 arc: Fix typos/spellos by Bhaskar Chowdhury · 3 years, 10 months ago
  22. e8003bf6 mm: drop redundant HAVE_ARCH_TRANSPARENT_HUGEPAGE by Anshuman Khandual · 3 years, 8 months ago
  23. c2280be mm: generalize ARCH_HAS_CACHE_LINE_SIZE by Anshuman Khandual · 3 years, 8 months ago
  24. 1f9d03c mm: move mem_init_print_info() into mm_init() by Kefeng Wang · 3 years, 8 months ago
  25. 83520d6 ARC: treewide: avoid the pointer addition with NULL pointer by dean.yang_cp · 3 years, 11 months ago
  26. 46e1521 arc: kernel: Return -EFAULT if copy_to_user() fails by Wang Qing · 3 years, 10 months ago
  27. fac2452 ARC: haps: bump memory to 1 GB by Vineet Gupta · 3 years, 11 months ago
  28. 4727dc2 arch: setup PF_IO_WORKER threads like PF_KTHREAD by Jens Axboe · 3 years, 11 months ago
  29. 993b832 arch: arc: Remove CONFIG_OPROFILE support by Viresh Kumar · 4 years ago
  30. e8deee4 ARC: [hsdk]: Enable FPU_SAVE_RESTORE by Vineet Gupta · 4 years ago
  31. bb12433 ARC: unbork 5.11 bootup: fix snafu in _TIF_NOTIFY_SIGNAL handling by Vineet Gupta · 4 years ago
  32. 8a48c0a3 arch/arc: add copy_user_page() to <asm/page.h> to fix build error on ARC by Randy Dunlap · 4 years ago
  33. f6e7a02 Merge tag 'arc-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 4 years ago
  34. 87dbc20 local64.h: make <asm/local64.h> mandatory by Randy Dunlap · 4 years ago
  35. 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
  36. 7a932e5 Merge tag 'asm-generic-timers-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 4 years, 1 month ago
  37. 1578071 Merge tag 'asm-generic-mmu-context-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 4 years, 1 month ago
  38. ac73e3d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 1 month ago
  39. 050b2da arc: use FLATMEM with freeing of unused memory map instead of DISCONTIGMEM by Mike Rapoport · 4 years, 1 month ago
  40. edd7ab7 Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 1 month ago
  41. 3a71e42 ARC: build: use $(READELF) instead of hard-coded readelf by Masahiro Yamada · 4 years, 2 months ago
  42. a4e070c ARC: build: remove unneeded extra-y by Masahiro Yamada · 4 years, 2 months ago
  43. c5e6ae5 ARC: build: move symlink creation to arch/arc/Makefile to avoid race by Masahiro Yamada · 4 years, 2 months ago
  44. 0cfccb3 ARC: build: add boot_targets to PHONY by Masahiro Yamada · 4 years, 2 months ago
  45. f2712ec ARC: build: add uImage.lzma to the top-level target by Masahiro Yamada · 4 years, 2 months ago
  46. 9836720 ARC: build: remove non-existing bootpImage from KBUILD_IMAGE by Masahiro Yamada · 4 years, 2 months ago
  47. c84e1ef Merge tag 'asm-generic-fixes-5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 4 years, 1 month ago
  48. f737561 ARC: stack unwinding: reorganize how initial register state setup by Vineet Gupta · 4 years, 2 months ago
  49. e42404f ARC: stack unwinding: don't assume non-current task is sleeping by Vineet Gupta · 4 years, 2 months ago
  50. 5f840df ARC: mm: fix spelling mistakes by Flavio Suligoi · 4 years, 2 months ago
  51. 78aec9b ARC: bitops: Remove unecessary operation and value by Gustavo Pimentel · 4 years, 3 months ago
  52. cef3970 arch: pgtable: define MAX_POSSIBLE_PHYSMEM_BITS where needed by Arnd Bergmann · 4 years, 2 months ago
  53. 53855e1 arc: add support for TIF_NOTIFY_SIGNAL by Jens Axboe · 4 years, 3 months ago
  54. 39cac19 arc/mm/highmem: Use generic kmap atomic implementation by Thomas Gleixner · 4 years, 2 months ago
  55. 3b57533 ARC: [plat-hsdk] Remap CCMs super early in asm boot trampoline by Vineet Gupta · 4 years, 2 months ago
  56. 328d216 ARC: stack unwinding: avoid indefinite looping by Vineet Gupta · 4 years, 2 months ago
  57. 0774a6ed timekeeping: default GENERIC_CLOCKEVENTS to enabled by Arnd Bergmann · 4 years, 3 months ago
  58. 75e6a85 arc: use asm-generic/mmu_context.h for no-op implementations by Nicholas Piggin · 4 years, 4 months ago
  59. 33def84 treewide: Convert macro and uses of __section(foo) to __section("foo") by Joe Perches · 4 years, 3 months ago
  60. 4a22709 Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 2 months ago
  61. 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, 2 months ago
  62. 8c42a5c ARC: perf: redo the pct irq missing in device-tree handling by Vineet Gupta · 4 years, 3 months ago
  63. f56e65d Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 3 months ago
  64. 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
  65. 3c53279 tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume() by Jens Axboe · 4 years, 3 months ago
  66. 5a32c34 Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 4 years, 3 months ago
  67. 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
  68. 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
  69. 9f4df96b dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h> by Christoph Hellwig · 4 years, 4 months ago
  70. 0a0f0d8 dma-mapping: split <linux/dma-mapping.h> by Christoph Hellwig · 4 years, 4 months ago
  71. 6364d1b arc: include/asm: fix typos of "themselves" by Randy Dunlap · 4 years, 3 months ago
  72. 937cf85 ARC: SMP: fix typo and use "come up" instead of "comeup" by Mike Rapoport · 4 years, 3 months ago
  73. 05b1be6 ARC: [dts] fix the errors detected by dtbs_check by Zhen Lei · 4 years, 3 months ago
  74. 63bcf87 arc: plat-hsdk: fix kconfig dependency warning when !RESET_CONTROLLER by Necip Fazil Yildiran · 4 years, 4 months ago
  75. dd7c7ab ARC: [plat-eznps]: Drop support for EZChip NPS platform by Vineet Gupta · 4 years, 4 months ago
  76. 5e6e985 uaccess: add infrastructure for kernel builds with set_fs() by Christoph Hellwig · 4 years, 4 months ago
  77. f75dd13 arc: kprobes: Use generic kretprobe trampoline handler by Masami Hiramatsu · 4 years, 4 months ago
  78. 70187f7 Merge tag 'arc-5.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 4 years, 4 months ago
  79. 26907eb ARC: [plat-hsdk]: Switch ethernet phy-mode to rgmii-id by Evgeniy Didin · 4 years, 6 months ago
  80. 4af22de arc: fix memory initialization for systems with two memory banks by Mike Rapoport · 4 years, 4 months ago
  81. c604abc vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUG by Kees Cook · 4 years, 5 months ago
  82. 89d2999 irqchip/eznps: Fix build error for !ARC700 builds by Vineet Gupta · 4 years, 4 months ago
  83. e5c388b ARC: show_regs: fix r12 printing and simplify by Vineet Gupta · 4 years, 5 months ago
  84. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
  85. fe81d92 ARC: HSDK: wireup perf irq by Vineet Gupta · 4 years, 6 months ago
  86. feb92d7 ARC: perf: don't bail setup if pct irq missing in device-tree by Vineet Gupta · 4 years, 5 months ago
  87. e5ed606 ARC: pgalloc.h: delete a duplicated word + other fixes by Randy Dunlap · 4 years, 6 months ago
  88. 64019a2 mm/gup: remove task_struct pointer for all gup code by Peter Xu · 4 years, 5 months ago
  89. 52e3f8d mm/arc: use general page fault accounting by Peter Xu · 4 years, 5 months ago
  90. bce617e mm: do page fault accounting in handle_mm_fault by Peter Xu · 4 years, 5 months ago
  91. 428e297 uaccess: remove segment_eq by Christoph Hellwig · 4 years, 5 months ago
  92. 8d3e09b Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 5 months ago
  93. 81e1133 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 5 months ago
  94. ca15ca4 mm: remove unneeded includes of <asm/pgalloc.h> by Mike Rapoport · 4 years, 5 months ago
  95. 19b39c3 Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 5 months ago
  96. 9ba2741 Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 4 years, 5 months ago
  97. f05d671 Merge branch 'locking/header' by Peter Zijlstra · 4 years, 5 months ago
  98. 7ca8cf5 locking/atomic: Move ATOMIC_INIT into linux/types.h by Herbert Xu · 4 years, 5 months ago
  99. bb1a773 kill unused dump_fpu() instances by Al Viro · 4 years, 8 months ago
  100. 5a806e0 arc: switch to ->regset_get() by Al Viro · 4 years, 7 months ago