1. cedc5b6 kernel.h: documentation for roundup() vs round_up() by Kees Cook · 6 years ago
  2. 8730662 kernel.h: Fix a typo in comment by Wei Wang · 7 years ago
  3. eafdca4 Merge tag 'staging-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 7 years ago
  4. 1c4bc43 mm/memblock: introduce PHYS_ADDR_MAX by Stefan Agner · 7 years ago
  5. c1a957d PM / suspend: Prevent might sleep splats by Thomas Gleixner · 7 years ago
  6. 227abcc staging: kernel.h: Prevent macro expantion bug in container_of_safe() by Dan Carpenter · 7 years ago
  7. 05e6557 staging: lustre: add container_of_safe() by NeilBrown · 7 years ago
  8. bc4f2f5 taint: add taint for randstruct by Kees Cook · 7 years ago
  9. 47d4b26 taint: convert to indexed initialization by Kees Cook · 7 years ago
  10. d1be35c proc: add seq_put_decimal_ull_width to speed up /proc/pid/smaps by Andrei Vagin · 7 years ago
  11. e9092d0 Fix subtle macro variable shadowing in min_not_zero() by Linus Torvalds · 7 years ago
  12. 3c8ba0d kernel.h: Retain constant expression output for max()/min() by Kees Cook · 7 years ago
  13. df34df4 Merge tag 'staging-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 7 years ago
  14. cf14f27 macro: introduce COUNT_ARGS() macro by Alexei Starovoitov · 7 years ago
  15. 73709e1 Merge 4.16-rc6 into staging-next by Greg Kroah-Hartman · 7 years ago
  16. 9fbcc57 extable: Make init_kernel_text() global by Josh Poimboeuf · 7 years ago
  17. 47a3616 lib: Add strongly typed 64bit int_sqrt by Crt Mori · 7 years ago
  18. 4efb442c kernel/panic.c: add TAINT_AUX by Borislav Petkov · 7 years ago
  19. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  20. e8c97af linux/kernel.h: add/correct kernel-doc notation by Randy Dunlap · 7 years ago
  21. 604df32 linux/kernel.h: move DIV_ROUND_DOWN_ULL() macro by Masahiro Yamada · 7 years ago
  22. 7a46ec0 locking/refcounts, x86/asm: Implement fast refcount overflow protection by Kees Cook · 7 years ago
  23. c7acec71 kernel.h: handle pointers to arrays better in container_of() by Ian Abbott · 7 years ago
  24. 69a78ff init: Introduce SYSTEM_SCHEDULING state by Thomas Gleixner · 8 years ago
  25. 5a0387a Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  26. ed067d4 linux/kernel.h: Add ALIGN_DOWN macro by Krzysztof Kozlowski · 8 years ago
  27. f51b17c boot/param: Move next_arg() function to lib/cmdline.c for later reuse by Baoquan He · 8 years ago
  28. 4f5901f5 linux/kernel.h: fix DIV_ROUND_CLOSEST to support negative divisors by Niklas Söderlund · 8 years ago
  29. 5eb7c0d taint/module: Fix problems when out-of-kernel driver defines true or false by Larry Finger · 8 years ago
  30. 4d98ead Merge tag 'modules-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 8 years ago
  31. e6efef7 Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 8 years ago
  32. 7fd8329 taint/module: Clean up global and module taint flags handling by Petr Mladek · 8 years ago
  33. d384995 fs: decouple READ and WRITE from the block layer ops by Christoph Hellwig · 8 years ago
  34. 3ca45a4 percpu: ensure the requested alignment is power of two by zijun_hu · 8 years ago
  35. 589a978 min/max: remove sparse warnings when they're nested by Johannes Berg · 8 years ago
  36. 9af6528 sched/core: Optimize __schedule() by Peter Zijlstra · 8 years ago
  37. 9d5059c dynamic_debug: only add header when used by Luis de Bethencourt · 8 years ago
  38. 088e9d2 rcu: sysctl: Panic on RCU Stall by Daniel Bristot de Oliveira · 9 years ago
  39. 2f37dd1 Merge tag 'staging-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 9 years ago
  40. 48a27055 include/linux: apply __malloc attribute by Rasmus Villemoes · 9 years ago
  41. 3ed605b kernel.h: add u64_to_user_ptr() by Gustavo Padovan · 9 years ago
  42. e46b4e2 Merge tag 'trace-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
  43. ebc41f2 panic: change nmi_panic from macro to function by Hidehiro Kawai · 9 years ago
  44. 3debb0a tracing: Fix trace_printk() to print when not using bprintk() by Steven Rostedt (Red Hat) · 9 years ago
  45. 1200b68 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  46. ef95159 lib: move strtobool() to kstrtobool() by Kees Cook · 9 years ago
  47. b5d3755 uapi: define DIV_ROUND_UP for userland by Nicolas Dichtel · 9 years ago
  48. 8f57e4d include/linux/kernel.h: change abs() macro so it uses consistent return type by Michal Nazarewicz · 9 years ago
  49. 58c5661 panic, x86: Allow CPUs to save registers even if looping in NMI context by Hidehiro Kawai · 9 years ago
  50. 1717f20 panic, x86: Fix re-entrance problem due to panic on NMI by Hidehiro Kawai · 9 years ago
  51. 79211c8 remove abs64() by Andrew Morton · 9 years ago
  52. c8299cb kernel.h: make abs() work with 64-bit types by Michal Nazarewicz · 9 years ago
  53. 0a9df78 lib/kasprintf.c: introduce kvasprintf_const by Rasmus Villemoes · 9 years ago
  54. 8db1486 include, lib: add __printf attributes to several function prototypes by Nicolas Iooss · 9 years ago
  55. 2d01eed Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 10 years ago
  56. 02201e3 Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 10 years ago
  57. 5375b70 kernel/panic/kexec: fix "crash_kexec_post_notifiers" option issue in oops path by HATAYAMA Daisuke · 10 years ago
  58. e382608 Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  59. 3c6296f ring-buffer: Remove useless unused tracing_off_permanent() by Steven Rostedt (Red Hat) · 10 years ago
  60. 28b8d0c sysfs: tightened sysfs permission checks by Gobinda Charan Maji · 10 years ago
  61. 9ec2353 sched/preempt, mm/fault: Trigger might_sleep() in might_fault() with disabled pagefaults by David Hildenbrand · 10 years ago
  62. f766093 kernel.h: implement DIV_ROUND_CLOSEST_ULL by Javi Merino · 10 years ago
  63. 02f1f21 kernel.h: remove ancient __FUNCTION__ hack by Rasmus Villemoes · 10 years ago
  64. 1d9c5d7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching by Linus Torvalds · 10 years ago
  65. 00845eb sched: don't cause task state changes in nested sleep debugging by Linus Torvalds · 10 years ago
  66. c5f4546 livepatch: kernel: add TAINT_LIVEPATCH by Seth Jennings · 10 years ago
  67. 37da7bb Merge tag 'tty-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 10 years ago
  68. 9e3961a kernel: add panic_on_warn by Prarit Bhargava · 10 years ago
  69. e1c2296 tty: Move session_of_pgrp() and make static by Peter Hurley · 10 years ago
  70. 3427445 sched: Exclude cond_resched() from nested sleep test by Peter Zijlstra · 10 years ago
  71. 1029a2b sched, exit: Deal with nested sleeps by Peter Zijlstra · 10 years ago
  72. 8c81f48 Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  73. 3db2e9cd include/linux: remove strict_strto* definitions by Daniel Walter · 10 years ago
  74. 5e40d33 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 10 years ago
  75. c185b07 include/linux/kernel.h: deduplicate code implementing clamp* macros by Michal Nazarewicz · 10 years ago
  76. 2e1d06e include/linux/kernel.h: rewrite min3, max3 and clamp using min and max by Michal Nazarewicz · 10 years ago
  77. 6ccc72b8 lib: Add a generic cmdline parse function parse_option_str by Dave Young · 10 years ago
  78. 53d91c5 Provide a binary to hex conversion function by David Howells · 10 years ago
  79. c8d6637 Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 10 years ago
  80. 69361ee panic: add TAINT_SOFTLOCKUP by Josh Hunt · 10 years ago
  81. 087face kernel.h: remove deprecated pack_hex_byte by Joe Perches · 10 years ago
  82. 37549e9 sysfs: disallow world-writable files. by Rusty Russell · 10 years ago
  83. a69f5ed mac_pton: Use bool not int return by Joe Perches · 11 years ago
  84. 6f4c98e Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago
  85. 58f86cc VERIFY_OCTAL_PERMISSIONS: stricter checking for sysfs perms. by Rusty Russell · 11 years ago
  86. 8c90487 Rename TAINT_UNSAFE_SMP to TAINT_CPU_OUT_OF_SPEC by Dave Jones · 11 years ago
  87. 66cc69e Fix: module signature vs tracepoints: add new TAINT_UNSIGNED_MODULE by Mathieu Desnoyers · 11 years ago
  88. 4ba9920 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  89. 89a0714 kernel.h: define u8, s8, u32, etc. limits by Alex Elder · 11 years ago
  90. 89770b0 net: introduce reciprocal_scale helper and convert users by Daniel Borkmann · 11 years ago
  91. 897aea3 Merge branch 'core-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  92. 386e790 include/linux/kernel.h: make might_fault() a nop for !MMU by Axel Lin · 11 years ago
  93. 5800dc3 panic: Make panic_timeout configurable by Jason Baron · 11 years ago
  94. 042b10d tracing: Remove unused function ftrace_off_permanent() by Steven Rostedt (Red Hat) · 11 years ago
  95. c26d436 lib: introduce upper case hex ascii helpers by Andre Naujoks · 11 years ago
  96. e67bc51 tracing: Fix trace_dump_stack() proto when CONFIG_TRACING is not set by Dhaval Giani · 11 years ago
  97. 80cc38b1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  98. e13053f Merge branch 'sched-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  99. 4cd5773 net: core: move mac_pton() to lib/net_utils.c by Andy Shevchenko · 12 years ago
  100. bcf312c tracing: Put trace_puts() comment above trace_puts() macro for kernel doc by Steven Rostedt · 12 years ago