1. 36d69c2 hexagon: use new system call table by Arnd Bergmann · 7 months ago
  2. 505d66d clone3: drop __ARCH_WANT_SYS_CLONE3 macro by Arnd Bergmann · 9 months ago
  3. 8968422 hexagon: fix fadvise64_64 calling conventions by Arnd Bergmann · 7 months ago
  4. 3339b99 csky, hexagon: fix broken sys_sync_file_range by Arnd Bergmann · 7 months ago
  5. 549aa96 hexagon: vmlinux.lds.S: handle attributes section by Nathan Chancellor · 10 months ago
  6. 1d35aae Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 10 months ago
  7. 65d287c Merge tag 'asm-generic-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 11 months ago
  8. ba89f9c arch: consolidate existing CONFIG_PAGE_SIZE_*KB definitions by Arnd Bergmann · 11 months ago
  9. 3391538 mm: Remove broken pfn_to_virt() on arch csky/hexagon/openrisc by Yan Zhao · 12 months ago
  10. 7126107 smp: Consolidate smp_prepare_boot_cpu() by Thomas Gleixner · 11 months ago
  11. ec923ea hexagon: select GENERIC_IRQ_PROBE instead of redefining it by Masahiro Yamada · 11 months ago
  12. 6b1c2a1 hexagon: select FRAME_POINTER instead of redefining it by Masahiro Yamada · 11 months ago
  13. c299010 Merge tag 'asm-generic-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 1 year ago
  14. 2562a3a hexagon: traps: add internal prototypes for functions only called from asm by Nathan Chancellor · 1 year, 2 months ago
  15. d6b0180 hexagon: traps: remove sys_syscall() by Nathan Chancellor · 1 year, 2 months ago
  16. 2212acd hexagon: irq: add prototype for arch_do_IRQ() by Nathan Chancellor · 1 year, 2 months ago
  17. d9f85d8 hexagon: vm_events: remove unused dummy_handler() by Nathan Chancellor · 1 year, 2 months ago
  18. d75eb33 hexagon: vdso: include asm/elf.h for arch_setup_additional_pages() prototype by Nathan Chancellor · 1 year, 2 months ago
  19. 54ba0ea hexagon: process: add internal prototype for do_work_pending() by Nathan Chancellor · 1 year, 2 months ago
  20. b0f7312 hexagon: process: include linux/cpu.h for arch_cpu_idle() prototype by Nathan Chancellor · 1 year, 2 months ago
  21. 9e06373 hexagon: reset: include linux/reboot.h for prototypes by Nathan Chancellor · 1 year, 2 months ago
  22. cb0085b hexagon: signal: switch to SYSCALL_DEFINE0 for sys_rt_sigreturn() by Nathan Chancellor · 1 year, 2 months ago
  23. d068b12 hexagon: time: include asm/delay.h for prototypes by Nathan Chancellor · 1 year, 2 months ago
  24. 1f443ca hexagon: time: mark time_init_deferred() as static by Nathan Chancellor · 1 year, 2 months ago
  25. 3279333 hexagon: time: include asm/time.h for prototypes by Nathan Chancellor · 1 year, 2 months ago
  26. 0ebac3e hexagon: vm_tlb: include asm/tlbflush.h for prototypes by Nathan Chancellor · 1 year, 2 months ago
  27. 8126faf hexagon: vm_fault: include asm/vm_fault.h for prototypes by Nathan Chancellor · 1 year, 2 months ago
  28. d9d106c hexagon: vm_fault: mark do_page_fault() as static by Nathan Chancellor · 1 year, 2 months ago
  29. ef14250 hexagon: smp: mark handle_ipi() and start_secondary() as static by Nathan Chancellor · 1 year, 2 months ago
  30. bba0710 hexagon: mm: include asm/setup.h for setup_arch_memory()'s prototype by Nathan Chancellor · 1 year, 2 months ago
  31. 600acbe hexagon: mm: mark paging_init() as static by Nathan Chancellor · 1 year, 2 months ago
  32. 014a5c1 hexagon: uaccess: remove clear_user_hexagon() by Nathan Chancellor · 1 year, 2 months ago
  33. d6e8153 Hexagon: Make pfn accessors statics inlines by Linus Walleij · 1 year, 2 months ago
  34. d67a308 Merge branch 'asm-generic-io.h-cleanup' into asm-generic by Arnd Bergmann · 1 year, 2 months ago
  35. 280ac17 hexagon: Remove CONFIG_HEXAGON_ARCH_VERSION from uapi header by Thomas Huth · 1 year, 3 months ago
  36. 3cd9445 asm/io: remove unnecessary xlate_dev_mem_ptr() and unxlate_dev_mem_ptr() by Kefeng Wang · 1 year, 2 months ago
  37. 026246f arch/*/io.h: remove ioremap_uc in some architectures by Baoquan He · 1 year, 4 months ago
  38. 1f24458 Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 1 year, 3 months ago
  39. 550087a hexagon: Remove unusable symbols from the ptrace.h uapi by Thomas Huth · 1 year, 3 months ago
  40. fd90410 vgacon, arch/*: remove unused screen_info definitions by Arnd Bergmann · 1 year, 4 months ago
  41. df57721 Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 1 year, 5 months ago
  42. d68b4b6 Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 1 year, 5 months ago
  43. 203b7b6 mm: rationalise flush_icache_pages() and flush_icache_page() by Matthew Wilcox (Oracle) · 1 year, 6 months ago
  44. 9ff6339 hexagon: implement the new page table range API by Matthew Wilcox (Oracle) · 1 year, 6 months ago
  45. ef815d2 treewide: drop CONFIG_EMBEDDED by Randy Dunlap · 1 year, 5 months ago
  46. b45a12c hexagon: convert __pte_free_tlb() to use ptdescs by Vishal Moola (Oracle) · 1 year, 6 months ago
  47. 5bd2cc5 hexagon: mm: convert to GENERIC_IOREMAP by Baoquan He · 1 year, 7 months ago
  48. 2f0584f mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma() by Rick Edgecombe · 1 year, 8 months ago
  49. 9471f1f Merge branch 'expand-stack' by Linus Torvalds · 1 year, 7 months ago
  50. 582c161 Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 1 year, 7 months ago
  51. a050ba1 mm/fault: convert remaining simple cases to lock_mm_and_find_vma() by Linus Torvalds · 1 year, 7 months ago
  52. f0e212d Hexagon: Replace all non-returning strlcpy with strscpy by Azeem Shaikh · 1 year, 8 months ago
  53. ef558b4 locking/atomic: treewide: delete arch_atomic_*() kerneldoc by Mark Rutland · 1 year, 8 months ago
  54. 8ad17f2 locking/atomic: hexagon: add preprocessor symbols by Mark Rutland · 1 year, 8 months ago
  55. d12157e locking/atomic: make atomic*_{cmp,}xchg optional by Mark Rutland · 1 year, 8 months ago
  56. a7bafa7 locking/atomic: hexagon: remove redundant arch_atomic_cmpxchg by Mark Rutland · 1 year, 8 months ago
  57. b115d85 Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 1 year, 9 months ago
  58. 0685506 locking/arch: Rename all internal __xchg() names to __arch_xchg() by Andrzej Hajda · 2 years ago
  59. 4c8c3c7 treewide: Trace IPIs sent via smp_send_reschedule() by Valentin Schneider · 1 year, 11 months ago
  60. 1a8d05a Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 1 year, 11 months ago
  61. 0b92ed0 hexagon: fix livelock in uaccess by Al Viro · 2 years ago
  62. 3822a7c Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 1 year, 11 months ago
  63. e5080a9 mm, arch: add generic implementation of pfn_valid() for FLATMEM by Mike Rapoport (IBM) · 2 years ago
  64. 950fe88 mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVE by David Hildenbrand · 2 years ago
  65. 61f4a89 hexagon/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE by David Hildenbrand · 2 years ago
  66. 89b3098 arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabled by Peter Zijlstra · 2 years ago
  67. 2b5a0e4 objtool/idle: Validate __cpuidle code as noinstr by Peter Zijlstra · 2 years ago
  68. e2ca6ba Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 2 years, 1 month ago
  69. 4d2cfea hexagon: ptrace: user_regset_copyin_ignore() always returns 0 by Sergey Shtylyov · 2 years, 3 months ago
  70. e025ab8 mm: remove kern_addr_valid() completely by Kefeng Wang · 2 years, 3 months ago
  71. 676cb49 Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 2 years, 3 months ago
  72. 8afc66e Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 2 years, 4 months ago
  73. 521d04e Merge tag 'regmap-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 2 years, 4 months ago
  74. ce697cc kbuild: remove head-y syntax by Masahiro Yamada · 2 years, 4 months ago
  75. 3216484 kbuild: use obj-y instead extra-y for objects placed at the head by Masahiro Yamada · 2 years, 4 months ago
  76. 2be9880 kernel: exit: cleanup release_thread() by Kefeng Wang · 2 years, 5 months ago
  77. d6ffe60 provide arch_test_bit_acquire for architectures that define test_bit by Mikulas Patocka · 2 years, 5 months ago
  78. f8f6061 regmap/hexagon: Properly fix the generic IO helpers by Linus Walleij · 2 years, 5 months ago
  79. 81c0386 regmap: mmio: Support accelerared noinc operations by Linus Walleij · 2 years, 5 months ago
  80. 4e23eee Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linux by Linus Torvalds · 2 years, 6 months ago
  81. eb5699ba Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 2 years, 6 months ago
  82. 787dbea profile: setup_profiling_timer() is moslty not implemented by Ben Dooks · 2 years, 6 months ago
  83. 3d923c5 mm/mmap: drop ARCH_HAS_VM_GET_PAGE_PROT by Anshuman Khandual · 2 years, 7 months ago
  84. b2022dc hexagon/mm: enable ARCH_HAS_VM_GET_PAGE_PROT by Anshuman Khandual · 2 years, 7 months ago
  85. 0e86283 bitops: unify non-atomic bitops prototypes across architectures by Alexander Lobakin · 2 years, 7 months ago
  86. d927252 mm: avoid unnecessary page fault retires on shared memory types by Peter Xu · 2 years, 8 months ago
  87. 5bd2e97 fork: Generalize PF_IO_WORKER handling by Eric W. Biederman · 2 years, 10 months ago
  88. c5febea fork: Pass struct kernel_clone_args into copy_thread by Eric W. Biederman · 2 years, 10 months ago
  89. 1930a6e Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 2 years, 10 months ago
  90. 194dfe8 Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 2 years, 10 months ago
  91. 9030fb0 Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecache by Linus Torvalds · 2 years, 10 months ago
  92. d6d2244 mm: remove mmu_gathers storage from remaining architectures by Stafford Horne · 2 years, 10 months ago
  93. 7106c51 arch: Add pmd_pfn() where it is missing by Mike Rapoport · 3 years ago
  94. 03248ad resume_user_mode: Move to resume_user_mode.h by Eric W. Biederman · 3 years ago
  95. 153474b ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.h by Eric W. Biederman · 3 years ago
  96. 967747b uaccess: remove CONFIG_SET_FS by Arnd Bergmann · 3 years ago
  97. 12700c1 uaccess: generalize access_ok() by Arnd Bergmann · 3 years ago
  98. 222ca30 uaccess: fix integer overflow on access_ok() by Arnd Bergmann · 3 years ago
  99. 3689f9f Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linux by Linus Torvalds · 3 years ago
  100. 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