1. 037fc33 kbuild: force all architectures except um to include mandatory-y by Masahiro Yamada · 6 years ago
  2. 7cbbbb8 kbuild: warn redundant generic-y by Masahiro Yamada · 6 years ago
  3. fc2b47b h8300: use cc-cross-prefix instead of hardcoding h8300-unknown-linux- by Masahiro Yamada · 6 years ago
  4. 8a7f97b treewide: add checks for the return value of memblock_alloc*() by Mike Rapoport · 6 years ago
  5. 0240dfd arch: don't memset(0) memory returned by memblock_alloc() by Mike Rapoport · 6 years ago
  6. 3337d5c configs: get rid of obsolete CONFIG_ENABLE_WARN_DEPRECATED by Alexey Brodkin · 6 years ago
  7. b1b988a Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  8. 736706b get rid of legacy 'get_ds()' function by Linus Torvalds · 6 years ago
  9. cfbe271 Merge tag 'y2038-syscall-abi' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground into timers/2038 by Thomas Gleixner · 6 years ago
  10. c8ce48f asm-generic: Make time32 syscall numbers optional by Arnd Bergmann · 6 years ago
  11. 80d7da1 asm-generic: Drop getrlimit and setrlimit syscalls from default list by Yury Norov · 7 years ago
  12. 942fa98 32-bit userspace ABI: introduce ARCH_32BIT_OFF_T config option by Yury Norov · 7 years ago
  13. 36c0f7f arch: unexport asm/shmparam.h for all architectures by Masahiro Yamada · 6 years ago
  14. b421b8a kbuild: remove unused archmrproper by Masahiro Yamada · 6 years ago
  15. 3bd6e94 arch: restore generic-y += shmparam.h for some architectures by Masahiro Yamada · 6 years ago
  16. d6e4b3e arch: remove redundant UAPI generic-y defines by Masahiro Yamada · 6 years ago
  17. d4ce545 arch: remove stale comments "UAPI Header export list" by Masahiro Yamada · 6 years ago
  18. 670b321 Merge tag 'for-4.21' of git://git.sourceforge.jp/gitroot/uclinux-h8/linux by Linus Torvalds · 6 years ago
  19. 96d4f26 Remove 'type' argument from access_ok() function by Linus Torvalds · 6 years ago
  20. fcf0104 Merge tag 'kgdb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/danielt/linux by Linus Torvalds · 6 years ago
  21. cc02829 kgdb/treewide: constify struct kgdb_arch arch_kgdb_ops by Christophe Leroy · 6 years ago
  22. 21c7acc h8300: pci: Remove local declaration of pcibios_penalize_isa_irq by Guenter Roeck · 6 years ago
  23. 3731c3d dma-mapping: always build the direct mapping code by Christoph Hellwig · 6 years ago
  24. 57c8a66 mm: remove include/linux/bootmem.h by Mike Rapoport · 6 years ago
  25. c6ffc5c memblock: rename free_all_bootmem to memblock_free_all by Mike Rapoport · 6 years ago
  26. 15c3c11 memblock: replace alloc_bootmem_pages with memblock_alloc by Mike Rapoport · 6 years ago
  27. aca52c3 mm: remove CONFIG_HAVE_MEMBLOCK by Mike Rapoport · 6 years ago
  28. b4a991e mm: remove CONFIG_NO_BOOTMEM by Mike Rapoport · 6 years ago
  29. de0d22e treewide: remove current_text_addr by Nick Desaulniers · 6 years ago
  30. b27186a Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 6 years ago
  31. 4dcb923 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  32. 3ac946d vmlinux.lds.h: Move LSM_TABLE into INIT_DATA by Kees Cook · 6 years ago
  33. 37c8a5f kbuild: consolidate Devicetree dtb build rules by Rob Herring · 7 years ago
  34. bf4b6a7 y2038: Remove stat64 family from default syscall set by Arnd Bergmann · 7 years ago
  35. 1bc2767 Merge tag 'kbuild-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  36. d503ac5 kbuild: rename LDFLAGS to KBUILD_LDFLAGS by Masahiro Yamada · 6 years ago
  37. 20a9e57 Merge tag 'for-4.19' of git://git.sourceforge.jp/gitroot/uclinux-h8/linux by Linus Torvalds · 6 years ago
  38. 4bdf61c h8300: fix IRQ no by Yoshinori Sato · 6 years ago
  39. 7b291be arch/h8300: add a defconfig target by Randy Dunlap · 6 years ago
  40. ce156fe arch/h8300: eliminate kgbd.c warning by Randy Dunlap · 6 years ago
  41. cfa2d68 arch/h8300: eliminate ptrace.h warnings by Randy Dunlap · 6 years ago
  42. 1b803a3 h8300:let the checker know that size_t is ulong by Luc Van Oostenryck · 7 years ago
  43. 9819d4e h8300: Don't include linux/kernel.h in asm/atomic.h by Will Deacon · 7 years ago
  44. ec3d5f1 h8300: remove unnecessary of_platform_populate call by Rob Herring · 7 years ago
  45. 5743ee2 h8300: Correct signature of test_bit() by Geert Uytterhoeven · 7 years ago
  46. c489dfe h8300: switch to NO_BOOTMEM by Rob Herring · 7 years ago
  47. 811d1b0 h8300: gcc-8.1 fix by Yoshinori Sato · 6 years ago
  48. 686320e h8300: Add missing output register. by Yoshinori Sato · 6 years ago
  49. fa1b5d0 Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  50. 87a4c37 kconfig: include kernel/Kconfig.preempt from init/Kconfig by Christoph Hellwig · 6 years ago
  51. 06ec64b Kconfig: consolidate the "Kernel hacking" menu by Christoph Hellwig · 6 years ago
  52. 1572497 kconfig: include common Kconfig files from top-level Kconfig by Christoph Hellwig · 6 years ago
  53. 9837559 atomics/treewide: Make unconditional inc/dec ops optional by Mark Rutland · 7 years ago
  54. 18cc181 atomics/treewide: Make test ops optional by Mark Rutland · 7 years ago
  55. eccc2da atomics/treewide: Make atomic_fetch_add_unless() optional by Mark Rutland · 7 years ago
  56. bfc18e3 atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless() by Mark Rutland · 7 years ago
  57. a70cee9 locking/atomics/h8300: Don't include <linux/kernel.h> in <asm/atomic.h> by Will Deacon · 7 years ago
  58. 0bbcce5 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  59. 325ef18 PCI: remove PCI_DMA_BUS_IS_PHYS by Christoph Hellwig · 7 years ago
  60. 2b5a9a3 time: Add an asm-generic/compat.h file by Arnd Bergmann · 7 years ago
  61. 1705f7c h8300: remove extraneous __BIG_ENDIAN definition by Arnd Bergmann · 7 years ago
  62. 3879ae6 Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 7 years ago
  63. 2382dc9 Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 7 years ago
  64. 23475ad h8300: use dma-direct by Christoph Hellwig · 7 years ago
  65. 57bf5a8 dma-mapping: clear harmful GFP_* flags in common code by Christoph Hellwig · 7 years ago
  66. 0500871 Construct init thread stack in the linker script rather than by union by David Howells · 7 years ago
  67. e0af0c1 arch: Remove clkdev.h asm-generic from Kbuild by Stephen Boyd · 7 years ago
  68. c895f6f bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program type by Hendrik Brueckner · 7 years ago
  69. 8745808 mm, arch: remove empty_bad_page* by Michal Hocko · 7 years ago
  70. 37cb8e1 Merge tag 'devicetree-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 7 years ago
  71. 7e7962d kbuild: handle dtb-y and CONFIG_OF_ALL_DTBS natively in Makefile.lib by Masahiro Yamada · 7 years ago
  72. 74ce189 kbuild: clean up *.dtb and *.dtb.S patterns from top-level Makefile by Masahiro Yamada · 7 years ago
  73. 6f52b16 License cleanup: add SPDX license identifier to uapi header files with no license by Greg Kroah-Hartman · 7 years ago
  74. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  75. 4c97a0c arch: define CPU_BIG_ENDIAN for all fixed big endian archs by Babu Moger · 7 years ago
  76. b4464bf h8300: Mark _stext and _etext as char-arrays, not single char variables by Masami Hiramatsu · 7 years ago
  77. 87b2c3f h8300: Add missing closing parenthesis in flat_get_addr_from_rp() by Geert Uytterhoeven · 7 years ago
  78. 89cbec7 Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  79. c26e2c0 h8300: move generic-y of exported headers to uapi/asm/Kbuild by Masahiro Yamada · 7 years ago
  80. 1b044f1 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  81. 468138d binfmt_flat: flat_{get,put}_addr_from_rp() should be able to fail by Al Viro · 8 years ago
  82. 6474924 arch: remove unused macro/function thread_saved_pc() by Tobias Klauser · 8 years ago
  83. bb0eb05 clocksource/drivers: Rename CLKSRC_OF to TIMER_OF by Daniel Lezcano · 8 years ago
  84. ba5d08c clocksource/drivers: Rename clocksource_probe to timer_probe by Daniel Lezcano · 8 years ago
  85. 6bc51cb signal: Remove non-uapi <asm/siginfo.h> by Christoph Hellwig · 8 years ago
  86. fcc8487 uapi: export all headers under uapi directories by Nicolas Dichtel · 8 years ago
  87. 3783567 h8300: put bitsperlong.h in uapi by Nicolas Dichtel · 8 years ago
  88. 5db6db0 Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  89. 701cac6 CONFIG_ARCH_HAS_RAW_COPY_USER is unconditional now by Al Viro · 8 years ago
  90. eea86b6 Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64', 'uaccess.avr32', 'uaccess.bfin', 'uaccess.c6x', 'uaccess.cris', 'uaccess.frv', 'uaccess.h8300', 'uaccess.hexagon', 'uaccess.ia64', 'uaccess.m32r', 'uaccess.m68k', 'uaccess.metag', 'uaccess.microblaze', 'uaccess.mips', 'uaccess.mn10300', 'uaccess.nios2', 'uaccess.openrisc', 'uaccess.parisc', 'uaccess.powerpc', 'uaccess.s390', 'uaccess.score', 'uaccess.sh', 'uaccess.sparc', 'uaccess.tile', 'uaccess.um', 'uaccess.unicore32', 'uaccess.x86' and 'uaccess.xtensa' into work.uaccess by Al Viro · 8 years ago
  91. fccfb99 Merge commit 'b4fb8f66f1ae2e167d06c12d018025a8d4d3ba7e' into uaccess.ia64 by Al Viro · 8 years ago
  92. 054838b Merge commit 'fc69910f329d' into uaccess.mips by Al Viro · 8 years ago
  93. bee3f41 Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux into uaccess.parisc by Al Viro · 8 years ago
  94. 72c3373 Merge branch 'regset' (PTRACE_SETREGSET data leakage) by Linus Torvalds · 8 years ago
  95. 502585c h8300/ptrace: Fix incorrect register transfer count by Dave Martin · 8 years ago
  96. 33ab2da 8300: switch to RAW_COPY_USER by Al Viro · 8 years ago
  97. 3fb50075 asm-generic/uaccess.h: don't mess with __copy_{to,from}_user by Al Viro · 8 years ago
  98. aaa2e7a add asm-generic/extable.h by Al Viro · 8 years ago
  99. 9849a56 arch, mm: convert all architectures to use 5level-fixup.h by Kirill A. Shutemov · 8 years ago
  100. 80aa1a5 h8300: Fix build breakage caused by header file changes by Guenter Roeck · 8 years ago