1. ef95159 lib: move strtobool() to kstrtobool() by Kees Cook · 8 years ago
  2. 8f57e4d include/linux/kernel.h: change abs() macro so it uses consistent return type by Michal Nazarewicz · 8 years ago
  3. 58c5661 panic, x86: Allow CPUs to save registers even if looping in NMI context by Hidehiro Kawai · 9 years ago
  4. 1717f20 panic, x86: Fix re-entrance problem due to panic on NMI by Hidehiro Kawai · 9 years ago
  5. 79211c8 remove abs64() by Andrew Morton · 9 years ago
  6. c8299cb kernel.h: make abs() work with 64-bit types by Michal Nazarewicz · 9 years ago
  7. 0a9df78 lib/kasprintf.c: introduce kvasprintf_const by Rasmus Villemoes · 9 years ago
  8. 8db1486 include, lib: add __printf attributes to several function prototypes by Nicolas Iooss · 9 years ago
  9. 2d01eed Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  10. 02201e3 Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 9 years ago
  11. 5375b70 kernel/panic/kexec: fix "crash_kexec_post_notifiers" option issue in oops path by HATAYAMA Daisuke · 9 years ago
  12. e382608 Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
  13. 3c6296f ring-buffer: Remove useless unused tracing_off_permanent() by Steven Rostedt (Red Hat) · 9 years ago
  14. 28b8d0c sysfs: tightened sysfs permission checks by Gobinda Charan Maji · 9 years ago
  15. 9ec2353 sched/preempt, mm/fault: Trigger might_sleep() in might_fault() with disabled pagefaults by David Hildenbrand · 9 years ago
  16. f766093 kernel.h: implement DIV_ROUND_CLOSEST_ULL by Javi Merino · 9 years ago
  17. 02f1f21 kernel.h: remove ancient __FUNCTION__ hack by Rasmus Villemoes · 9 years ago
  18. 1d9c5d7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching by Linus Torvalds · 9 years ago
  19. 00845eb sched: don't cause task state changes in nested sleep debugging by Linus Torvalds · 9 years ago
  20. c5f4546 livepatch: kernel: add TAINT_LIVEPATCH by Seth Jennings · 10 years ago
  21. 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
  22. 9e3961a kernel: add panic_on_warn by Prarit Bhargava · 10 years ago
  23. e1c2296 tty: Move session_of_pgrp() and make static by Peter Hurley · 10 years ago
  24. 3427445 sched: Exclude cond_resched() from nested sleep test by Peter Zijlstra · 10 years ago
  25. 1029a2b sched, exit: Deal with nested sleeps by Peter Zijlstra · 10 years ago
  26. 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
  27. 3db2e9c include/linux: remove strict_strto* definitions by Daniel Walter · 10 years ago
  28. 5e40d33 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 10 years ago
  29. c185b07 include/linux/kernel.h: deduplicate code implementing clamp* macros by Michal Nazarewicz · 10 years ago
  30. 2e1d06e include/linux/kernel.h: rewrite min3, max3 and clamp using min and max by Michal Nazarewicz · 10 years ago
  31. 6ccc72b lib: Add a generic cmdline parse function parse_option_str by Dave Young · 10 years ago
  32. 53d91c5 Provide a binary to hex conversion function by David Howells · 10 years ago
  33. 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
  34. 69361ee panic: add TAINT_SOFTLOCKUP by Josh Hunt · 10 years ago
  35. 087face kernel.h: remove deprecated pack_hex_byte by Joe Perches · 10 years ago
  36. 37549e9 sysfs: disallow world-writable files. by Rusty Russell · 10 years ago
  37. a69f5ed mac_pton: Use bool not int return by Joe Perches · 10 years ago
  38. 6f4c98e Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 10 years ago
  39. 58f86cc VERIFY_OCTAL_PERMISSIONS: stricter checking for sysfs perms. by Rusty Russell · 10 years ago
  40. 8c90487 Rename TAINT_UNSAFE_SMP to TAINT_CPU_OUT_OF_SPEC by Dave Jones · 10 years ago
  41. 66cc69e Fix: module signature vs tracepoints: add new TAINT_UNSIGNED_MODULE by Mathieu Desnoyers · 10 years ago
  42. 4ba9920 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  43. 89a0714 kernel.h: define u8, s8, u32, etc. limits by Alex Elder · 10 years ago
  44. 89770b0 net: introduce reciprocal_scale helper and convert users by Daniel Borkmann · 10 years ago
  45. 897aea3 Merge branch 'core-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  46. 386e790 include/linux/kernel.h: make might_fault() a nop for !MMU by Axel Lin · 11 years ago
  47. 5800dc3 panic: Make panic_timeout configurable by Jason Baron · 11 years ago
  48. 042b10d tracing: Remove unused function ftrace_off_permanent() by Steven Rostedt (Red Hat) · 11 years ago
  49. c26d436 lib: introduce upper case hex ascii helpers by Andre Naujoks · 11 years ago
  50. e67bc51 tracing: Fix trace_dump_stack() proto when CONFIG_TRACING is not set by Dhaval Giani · 11 years ago
  51. 80cc38b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  52. e13053f Merge branch 'sched-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  53. 4cd5773 net: core: move mac_pton() to lib/net_utils.c by Andy Shevchenko · 11 years ago
  54. bcf312c tracing: Put trace_puts() comment above trace_puts() macro for kernel doc by Steven Rostedt · 11 years ago
  55. 662bbcb mm, sched: Allow uaccess in atomic with pagefault_disable() by Michael S. Tsirkin · 11 years ago
  56. 114276a mm, sched: Drop voluntary schedule from might_fault() by Michael S. Tsirkin · 11 years ago
  57. 7450231 linux/kernel.h: fix kernel-doc warning by Randy Dunlap · 11 years ago
  58. f8ce1fa Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago
  59. 1a0df59 kernel/compat.c: make do_sysinfo() static by Stephen Rothwell · 11 years ago
  60. 9e8529a Merge tag 'trace-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 11 years ago
  61. dc72c32 printk: Provide a wake_up_klogd() off-case by Frederic Weisbecker · 11 years ago
  62. b92021b CONFIG_SYMBOL_PREFIX: cleanup. by Rusty Russell · 11 years ago
  63. c142be8 tracing: Add skip argument to trace_dump_stack() by Steven Rostedt (Red Hat) · 11 years ago
  64. 9d3c752c tracing: Optimize trace_printk() with one arg to use trace_puts() by Steven Rostedt (Red Hat) · 11 years ago
  65. 09ae723 tracing: Add trace_puts() for even faster trace_printk() tracing by Steven Rostedt (Red Hat) · 11 years ago
  66. ad909e2 tracing: Add internal tracing_snapshot() functions by Steven Rostedt (Red Hat) · 11 years ago
  67. 373d4d0 taint: add explicit flag to show whether lock dep is still OK. by Rusty Russell · 11 years ago
  68. c4e1849 linux/kernel.h: fix DIV_ROUND_CLOSEST with unsigned divisors by Guenter Roeck · 12 years ago
  69. 4c925d6 kstrto*: add documentation by Eldad Zack · 12 years ago
  70. 090f8cc Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  71. d84da3f mm: use IS_ENABLED(CONFIG_COMPACTION) instead of COMPACTION_BUILD by Kirill A. Shutemov · 12 years ago
  72. e5adfff mm: use IS_ENABLED(CONFIG_NUMA) instead of NUMA_BUILD by Kirill A. Shutemov · 12 years ago
  73. f0b9abf Merge branch 'linus' into perf/core by Ingo Molnar · 12 years ago
  74. cbdbf2a linux/kernel.h: define SYMBOL_PREFIX by James Hogan · 12 years ago
  75. 60efc15 linux/kernel.h: Remove duplicate trace_printk declaration by Michal Hocko · 12 years ago
  76. 607ca46 UAPI: (Scripted) Disintegrate include/linux by David Howells · 12 years ago
  77. 263a523 linux/kernel.h: Fix warning seen with W=1 due to change in DIV_ROUND_CLOSEST by Guenter Roeck · 12 years ago
  78. b6d86d3 linux/kernel.h: Fix DIV_ROUND_CLOSEST to support negative dividends by Guenter Roeck · 12 years ago
  79. bff9d18 Remove SYSTEM_SUSPEND_DISK system state by Rafael J. Wysocki · 12 years ago
  80. a3860c1 introduce SIZE_MAX by Xi Wang · 12 years ago
  81. ce00417 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 12 years ago
  82. 4469690 kernel: Move REPEAT_BYTE definition into linux/kernel.h by David S. Miller · 12 years ago
  83. 07d777f tracing: Add percpu buffers for trace_printk() by Steven Rostedt · 13 years ago
  84. f187e9f Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  85. a591afc Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  86. 7fd5239 Merge branch 'linus' into perf/urgent by Ingo Molnar · 12 years ago
  87. ed2d265 Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 12 years ago
  88. 1ac101a procfs: add num_to_str() to speed up /proc/stat by KAMEZAWA Hiroyuki · 12 years ago
  89. 6061d94 include/ and checkpatch: prefer __scanf to __attribute__((format(scanf,...) by Joe Perches · 12 years ago
  90. 6605f9a Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/urgent by Ingo Molnar · 12 years ago
  91. 93d68e5 tracing: Move the tracing_on/off() declarations into CONFIG_TRACING by Steven Rostedt · 12 years ago
  92. 9993bc63 sched/x86: Fix overflow in cyc2ns_offset by Salman Qazi · 12 years ago
  93. 6c03438 kernel.h: doesn't explicitly use bug.h, so don't include it. by Paul Gortmaker · 13 years ago
  94. 35edd91 bug: consolidate BUILD_BUG_ON with other bug code by Paul Gortmaker · 13 years ago
  95. d8e5dde sysinfo: Move struct sysinfo to a separate header file by H. Peter Anvin · 12 years ago
  96. ff2d8b1 treewide: convert uses of ATTRIB_NORETURN to __noreturn by Joe Perches · 12 years ago
  97. 9402c95 treewide: remove useless NORET_TYPE macro and uses by Joe Perches · 12 years ago
  98. 4da4785 kernel.h: neaten panic prototype by Joe Perches · 12 years ago
  99. 541048a Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  100. 1399ff8 kernel.h: add BUILD_BUG() macro by David Daney · 12 years ago