1. 3689f9f Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linux by Linus Torvalds · 3 years ago
  2. 47d8c15 include: move find.h from asm_generic to linux by Yury Norov · 3 years, 5 months ago
  3. ca295ff arc: perf: Move static structs to where they're really used by Alexey Brodkin · 3 years, 2 months ago
  4. 7e5b06b arc: Replace lkml.org links with lore by Kees Cook · 4 years ago
  5. 753150a ARC: thread_info.h: correct two typos in a comment by Randy Dunlap · 3 years, 3 months ago
  6. 522a003 Add linux/cacheflush.h by Matthew Wilcox (Oracle) · 3 years, 2 months ago
  7. 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
  8. 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, 3 months ago
  9. 49f8275 Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecache by Linus Torvalds · 3 years, 3 months ago
  10. 08b0b00 mm: Add flush_dcache_folio() by Matthew Wilcox (Oracle) · 4 years, 1 month ago
  11. c3ca31c ARC: fix potential build snafu by Vineet Gupta · 3 years, 3 months ago
  12. 42a20f8 sched: Add wrapper for get_wchan() to keep task blocked by Kees Cook · 3 years, 4 months ago
  13. bb6121b ARC: Add instruction_pointer_set() API by Masami Hiramatsu · 3 years, 4 months ago
  14. adf8a61 kprobes: treewide: Make it harder to refer kretprobe_trampoline directly by Masami Hiramatsu · 3 years, 4 months ago
  15. e07af26 Merge tag 'arc-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 3 years, 4 months ago
  16. 4cdc4cc Merge tag 'asm-generic-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 3 years, 5 months ago
  17. 8747ff7 ARC: mm: support 4 levels of page tables by Vineet Gupta · 4 years, 4 months ago
  18. 2dde02a ARC: mm: support 3 levels of page tables by Vineet Gupta · 4 years, 4 months ago
  19. 9f3c76a ARC: mm: switch to asm-generic/pgalloc.h by Vineet Gupta · 3 years, 5 months ago
  20. d9820ff ARC: mm: switch pgtable_t back to struct page * by Vineet Gupta · 3 years, 5 months ago
  21. fe6cb7b ARC: mm: disintegrate pgtable.h into levels and flags by Vineet Gupta · 5 years ago
  22. 2cc1121 ARC: mm: disintegrate mmu.h (arcv2 bits out) by Vineet Gupta · 4 years, 4 months ago
  23. a79a9c7 ARC: mm: move MMU specific bits out of entry code ... by Vineet Gupta · 5 years ago
  24. 89d0d42 ARC: mm: move MMU specific bits out of ASID allocator by Vineet Gupta · 5 years ago
  25. be43b09 ARC: mm: non-functional code movement/cleanup by Vineet Gupta · 4 years, 4 months ago
  26. e93e59a ARC: mm: pmd_populate* to use the canonical set_pmd (and drop pmd_set) by Vineet Gupta · 5 years ago
  27. da773cf ARC: ioremap: use more commonly used PAGE_KERNEL based uncached flag by Vineet Gupta · 5 years ago
  28. 1b4013b9 ARC: mm: Enable STRICT_MM_TYPECHECKS by Vineet Gupta · 5 years ago
  29. 47910ca ARC: mm: move mmu/cache externs out to setup.h by Vineet Gupta · 5 years ago
  30. 12e7804 ARC: mm: remove tlb paranoid code by Vineet Gupta · 5 years ago
  31. 6128df5 ARC: mm: use SCRATCH_DATA0 register for caching pgdir in ARCv2 only by Vineet Gupta · 5 years ago
  32. 288ff7d ARC: retire MMUv1 and MMUv2 support by Vineet Gupta · 5 years ago
  33. 301014c ARC: atomic_cmpxchg/atomic_xchg: implement relaxed variants by Vineet Gupta · 4 years, 8 months ago
  34. ddc348c ARC: cmpxchg/xchg: implement relaxed variants (LLSC config only) by Vineet Gupta · 4 years, 8 months ago
  35. e188f33 ARC: cmpxchg/xchg: rewrite as macros to make type safe by Vineet Gupta · 4 years, 8 months ago
  36. ecf51c9 ARC: xchg: !LLSC: remove UP micro-optimization/hack by Vineet Gupta · 4 years, 8 months ago
  37. 9d011e1 ARC: bitops: fls/ffs to take int (vs long) per asm-generic defines by Vineet Gupta · 4 years, 9 months ago
  38. cea4314 ARC: switch to generic bitops by Vineet Gupta · 6 years ago
  39. b64be68 ARC: atomics: implement relaxed variants by Vineet Gupta · 4 years, 9 months ago
  40. 7e8f8cb ARC: atomic64: LLSC: elide unused atomic_{and,or,xor,andnot}_return by Vineet Gupta · 4 years, 9 months ago
  41. ca766f0 ARC: atomic: !LLSC: use int data type consistently by Vineet Gupta · 4 years, 8 months ago
  42. b104014 ARC: atomic: !LLSC: remove hack in atomic_set() for for UP by Vineet Gupta · 5 years ago
  43. b0f839b ARC: atomics: disintegrate header by Vineet Gupta · 3 years, 5 months ago
  44. d406739 arc: Prefer unsigned int to bare use of unsigned by Jinchao Wang · 3 years, 7 months ago
  45. 166ec46 asm-generic: remove extra strn{cpy_from,len}_user declarations by Arnd Bergmann · 5 years ago
  46. c52801a arc: use generic strncpy/strnlen from_user by Arnd Bergmann · 5 years ago
  47. f27180d asm-generic/uaccess.h: remove __strncpy_from_user/__strnlen_user by Arnd Bergmann · 5 years ago
  48. 71bd934 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 7 months ago
  49. 1c2f7d1 mm/thp: define default pmd_pgtable() by Anshuman Khandual · 3 years, 7 months ago
  50. fac7757 mm: define default value for FIRST_USER_ADDRESS by Anshuman Khandual · 3 years, 7 months ago
  51. 65090f3 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 7 months ago
  52. 8b793b44 arc: remove support for DISCONTIGMEM by Mike Rapoport · 3 years, 7 months ago
  53. 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, 7 months ago
  54. 96f1b00 ARCv2: save ABI registers across signal handling by Vineet Gupta · 3 years, 7 months ago
  55. 6db5d99 locking/atomic: arc: move to ARCH_ATOMIC by Mark Rutland · 3 years, 8 months ago
  56. c5f756d ARC: mm: PAE: use 40-bit physical page mask by Vladimir Isaev · 3 years, 9 months ago
  57. f79f7a2 arc: Fix typos/spellos by Bhaskar Chowdhury · 3 years, 10 months ago
  58. 8a48c0a arch/arc: add copy_user_page() to <asm/page.h> to fix build error on ARC by Randy Dunlap · 4 years ago
  59. 87dbc20 local64.h: make <asm/local64.h> mandatory by Randy Dunlap · 4 years, 1 month ago
  60. 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
  61. 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
  62. ac73e3d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 1 month ago
  63. 050b2da arc: use FLATMEM with freeing of unused memory map instead of DISCONTIGMEM by Mike Rapoport · 4 years, 1 month ago
  64. 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
  65. 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, 2 months ago
  66. 78aec9b ARC: bitops: Remove unecessary operation and value by Gustavo Pimentel · 4 years, 3 months ago
  67. cef3970 arch: pgtable: define MAX_POSSIBLE_PHYSMEM_BITS where needed by Arnd Bergmann · 4 years, 2 months ago
  68. 53855e1 arc: add support for TIF_NOTIFY_SIGNAL by Jens Axboe · 4 years, 3 months ago
  69. 39cac19 arc/mm/highmem: Use generic kmap atomic implementation by Thomas Gleixner · 4 years, 2 months ago
  70. 75e6a85 arc: use asm-generic/mmu_context.h for no-op implementations by Nicholas Piggin · 4 years, 5 months ago
  71. 33def84 treewide: Convert macro and uses of __section(foo) to __section("foo") by Joe Perches · 4 years, 3 months ago
  72. 6364d1b arc: include/asm: fix typos of "themselves" by Randy Dunlap · 4 years, 3 months ago
  73. dd7c7ab ARC: [plat-eznps]: Drop support for EZChip NPS platform by Vineet Gupta · 4 years, 5 months ago
  74. e5ed606 ARC: pgalloc.h: delete a duplicated word + other fixes by Randy Dunlap · 4 years, 6 months ago
  75. 428e297 uaccess: remove segment_eq by Christoph Hellwig · 4 years, 5 months ago
  76. f05d671 Merge branch 'locking/header' by Peter Zijlstra · 4 years, 6 months ago
  77. 7ca8cf5 locking/atomic: Move ATOMIC_INIT into linux/types.h by Herbert Xu · 4 years, 6 months ago
  78. b7faf97 ARC: elf: use right ELF_ARCH by Vineet Gupta · 4 years, 8 months ago
  79. 33b59f1 ARC: [arcompact] fix bitrot with 2 levels of interrupt by Vineet Gupta · 4 years, 8 months ago
  80. 974b9b2 mm: consolidate pte_index() and pte_offset_*() definitions by Mike Rapoport · 4 years, 7 months ago
  81. ca5999f mm: introduce include/linux/pgtable.h by Mike Rapoport · 4 years, 7 months ago
  82. 8ca4d19 arc: add show_stack_loglvl() by Dmitry Safonov · 4 years, 7 months ago
  83. 090e77e kmap: consolidate kmap_prot definitions by Ira Weiny · 4 years, 7 months ago
  84. abca250 arch/kunmap_atomic: consolidate duplicate code by Ira Weiny · 4 years, 7 months ago
  85. 78b6d91 arch/kmap_atomic: consolidate duplicate code by Ira Weiny · 4 years, 7 months ago
  86. e23c459 arch/kunmap: remove duplicate kunmap implementations by Ira Weiny · 4 years, 7 months ago
  87. 525aaf9 arch/kmap: remove redundant arch specific kmaps by Ira Weiny · 4 years, 7 months ago
  88. 01c4b78 arch/kmap: remove BUG_ON() by Ira Weiny · 4 years, 7 months ago
  89. 86ec2da mm/thp: rename pmd_mknotpresent() as pmd_mkinvalid() by Anshuman Khandual · 4 years, 8 months ago
  90. 3c9e665 Merge tag 'arc-5.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 4 years, 8 months ago
  91. 40db936 ARC: guard dsp early init against non ARCv2 by Eugeniy Paltsev · 4 years, 9 months ago
  92. 62d0fd5 arch: split MODULE_ARCH_VERMAGIC definitions out to <asm/vermagic.h> by Masahiro Yamada · 4 years, 9 months ago
  93. 49b4135 ARC: entry: comment by Vineet Gupta · 4 years, 9 months ago
  94. c62da0c mm/vma: define a default value for VM_DATA_DEFAULT_FLAGS by Anshuman Khandual · 4 years, 9 months ago
  95. 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
  96. 630f289 asm-generic: make more kernel-space headers mandatory by Masahiro Yamada · 4 years, 10 months ago
  97. 4b9fd8a Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 10 months ago
  98. a08971e futex: arch_futex_atomic_op_inuser() calling conventions change by Al Viro · 5 years ago
  99. f09d317 ARC: allow userspace DSP applications to use AGU extensions by Eugeniy Paltsev · 4 years, 11 months ago
  100. 7321e2e ARC: add support for DSP-enabled userspace applications by Eugeniy Paltsev · 4 years, 11 months ago