1. c26d436 lib: introduce upper case hex ascii helpers by Andre Naujoks · 11 years ago
  2. e67bc51 tracing: Fix trace_dump_stack() proto when CONFIG_TRACING is not set by Dhaval Giani · 11 years ago
  3. 80cc38b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  4. 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
  5. 4cd5773 net: core: move mac_pton() to lib/net_utils.c by Andy Shevchenko · 11 years ago
  6. bcf312c tracing: Put trace_puts() comment above trace_puts() macro for kernel doc by Steven Rostedt · 11 years ago
  7. 662bbcb mm, sched: Allow uaccess in atomic with pagefault_disable() by Michael S. Tsirkin · 11 years ago
  8. 114276a mm, sched: Drop voluntary schedule from might_fault() by Michael S. Tsirkin · 11 years ago
  9. 7450231 linux/kernel.h: fix kernel-doc warning by Randy Dunlap · 11 years ago
  10. 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
  11. 1a0df59 kernel/compat.c: make do_sysinfo() static by Stephen Rothwell · 11 years ago
  12. 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
  13. dc72c32 printk: Provide a wake_up_klogd() off-case by Frederic Weisbecker · 11 years ago
  14. b92021b CONFIG_SYMBOL_PREFIX: cleanup. by Rusty Russell · 11 years ago
  15. c142be8 tracing: Add skip argument to trace_dump_stack() by Steven Rostedt (Red Hat) · 11 years ago
  16. 9d3c752c tracing: Optimize trace_printk() with one arg to use trace_puts() by Steven Rostedt (Red Hat) · 11 years ago
  17. 09ae723 tracing: Add trace_puts() for even faster trace_printk() tracing by Steven Rostedt (Red Hat) · 11 years ago
  18. ad909e2 tracing: Add internal tracing_snapshot() functions by Steven Rostedt (Red Hat) · 11 years ago
  19. 373d4d0 taint: add explicit flag to show whether lock dep is still OK. by Rusty Russell · 12 years ago
  20. c4e1849 linux/kernel.h: fix DIV_ROUND_CLOSEST with unsigned divisors by Guenter Roeck · 12 years ago
  21. 4c925d6 kstrto*: add documentation by Eldad Zack · 12 years ago
  22. 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
  23. d84da3f mm: use IS_ENABLED(CONFIG_COMPACTION) instead of COMPACTION_BUILD by Kirill A. Shutemov · 12 years ago
  24. e5adfff mm: use IS_ENABLED(CONFIG_NUMA) instead of NUMA_BUILD by Kirill A. Shutemov · 12 years ago
  25. f0b9abf Merge branch 'linus' into perf/core by Ingo Molnar · 12 years ago
  26. cbdbf2a linux/kernel.h: define SYMBOL_PREFIX by James Hogan · 12 years ago
  27. 60efc15 linux/kernel.h: Remove duplicate trace_printk declaration by Michal Hocko · 12 years ago
  28. 607ca46 UAPI: (Scripted) Disintegrate include/linux by David Howells · 12 years ago
  29. 263a523 linux/kernel.h: Fix warning seen with W=1 due to change in DIV_ROUND_CLOSEST by Guenter Roeck · 12 years ago
  30. b6d86d3 linux/kernel.h: Fix DIV_ROUND_CLOSEST to support negative dividends by Guenter Roeck · 12 years ago
  31. bff9d18 Remove SYSTEM_SUSPEND_DISK system state by Rafael J. Wysocki · 12 years ago
  32. a3860c1 introduce SIZE_MAX by Xi Wang · 12 years ago
  33. ce00417 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 12 years ago
  34. 4469690 kernel: Move REPEAT_BYTE definition into linux/kernel.h by David S. Miller · 12 years ago
  35. 07d777f tracing: Add percpu buffers for trace_printk() by Steven Rostedt · 13 years ago
  36. 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
  37. 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
  38. 7fd5239 Merge branch 'linus' into perf/urgent by Ingo Molnar · 12 years ago
  39. 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
  40. 1ac101a procfs: add num_to_str() to speed up /proc/stat by KAMEZAWA Hiroyuki · 12 years ago
  41. 6061d94 include/ and checkpatch: prefer __scanf to __attribute__((format(scanf,...) by Joe Perches · 12 years ago
  42. 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
  43. 93d68e5 tracing: Move the tracing_on/off() declarations into CONFIG_TRACING by Steven Rostedt · 12 years ago
  44. 9993bc63 sched/x86: Fix overflow in cyc2ns_offset by Salman Qazi · 12 years ago
  45. 6c03438 kernel.h: doesn't explicitly use bug.h, so don't include it. by Paul Gortmaker · 13 years ago
  46. 35edd91 bug: consolidate BUILD_BUG_ON with other bug code by Paul Gortmaker · 13 years ago
  47. d8e5dde sysinfo: Move struct sysinfo to a separate header file by H. Peter Anvin · 12 years ago
  48. ff2d8b1 treewide: convert uses of ATTRIB_NORETURN to __noreturn by Joe Perches · 13 years ago
  49. 9402c95 treewide: remove useless NORET_TYPE macro and uses by Joe Perches · 13 years ago
  50. 4da4785 kernel.h: neaten panic prototype by Joe Perches · 13 years ago
  51. 541048a Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  52. 1399ff8 kernel.h: add BUILD_BUG() macro by David Daney · 13 years ago
  53. 55af779 x86: Panic on detection of stack overflow by Mitsuo Hayasaka · 13 years ago
  54. 2449b8b module,bug: Add TAINT_OOT_MODULE flag for modules not built in-tree by Ben Hutchings · 13 years ago
  55. 67d0a07 kernel.h/checkpatch: mark strict_strto<foo> and simple_strto<foo> as obsolete by Joe Perches · 13 years ago
  56. 55036ba lib: rename pack_hex_byte() to hex_byte_pack() by Andy Shevchenko · 13 years ago
  57. b9075fa treewide: use __printf not __attribute__((format(printf,...))) by Joe Perches · 13 years ago
  58. b780498 lib: add error checking to hex2bin by Mimi Zohar · 13 years ago
  59. 91d41fd Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 13 years ago
  60. 36a26c6 kernel.h: Add DIV_ROUND_UP_ULL and DIV_ROUND_UP_SECTOR_T macro usage by Nicholas Bellinger · 13 years ago
  61. b9d4f42 include/linux/kernel.h: hide internal macros from userspace by Arnaud Lacombe · 13 years ago
  62. 9d00f92 include/linux/kernel.h: fix a headers_check warning by WANG Cong · 13 years ago
  63. 1ecc818 Merge branch 'sched/core-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into sched/core by Ingo Molnar · 13 years ago
  64. d902db1 sched: Generalize sleep inside spinlock detection by Frederic Weisbecker · 13 years ago
  65. ca39599 BUILD_BUG_ON_ZERO: fix sparse breakage by Dr. David Alan Gilbert · 13 years ago
  66. c196e32 lib: add kstrto*_from_user() by Alexey Dobriyan · 13 years ago
  67. 903c0c7 sparse: define dummy BUILD_BUG_ON definition for sparse by KOSAKI Motohiro · 13 years ago
  68. cdbe61b ftrace: Allow dynamically allocated function tracers by Steven Rostedt · 13 years ago
  69. 33ee3b2 kstrto*: converting strings to integers done (hopefully) right by Alexey Dobriyan · 13 years ago
  70. ffbbf2d kernel.h: fix kernel-doc warning by Randy Dunlap · 13 years ago
  71. 1765e3a Remove MAYBE_BUILD_BUG_ON by Rusty Russell · 14 years ago
  72. 7ef88ad BUILD_BUG_ON: make it handle more cases by Rusty Russell · 14 years ago
  73. 2ce802f lockdep: Move early boot local IRQ enable/disable status to init/main.c by Tejun Heo · 14 years ago
  74. 3e7d344 mm: vmscan: reclaim order-0 and use compaction instead of lumpy reclaim by Mel Gorman · 14 years ago
  75. 71a9048 include/linux/kernel.h: abs(): fix handling of 32-bit unsigneds on 64-bit by Andrew Morton · 14 years ago
  76. dc88e46 lib: hex2bin converts ascii hexadecimal string to binary by Mimi Zohar · 14 years ago
  77. 1d6d756 Merge branch 'master' into next by James Morris · 14 years ago
  78. 968ab18 include/linux/kernel.h: Move logging bits to include/linux/printk.h by Linus Torvalds · 14 years ago
  79. eaf06b2 Restrict unprivileged access to kernel syslog by Dan Rosenberg · 14 years ago
  80. 074e61e kernel: add roundup() code comment from akpm by James Morris · 14 years ago
  81. 6070bf3 kernel: Constify temporary variable in roundup() by Tetsuo Handa · 14 years ago
  82. 658716d div64_u64(): improve precision on 32bit platforms by Brian Behlendorf · 14 years ago
  83. 77006a0 ratelimit: add comment warning people off printk_ratelimit() by Andrew Morton · 14 years ago
  84. a55621f include/linux/kernel.h: add __must_check to strict_strto*() by Andrew Morton · 14 years ago
  85. f27c85c kernel.h: add {min,max}3 macros by Hagen Paul Pfeifer · 14 years ago
  86. e9dd2b6 Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  87. b28efd5 kernel: roundup should only reference arguments once by Eric Paris · 14 years ago
  88. 686a0f3 kernel: rounddown helper function by Eric Paris · 14 years ago
  89. c8bf133 Consolidate min_not_zero by Martin K. Petersen · 14 years ago
  90. 12fdff3 Add a dummy printk function for the maintenance of unused printks by David Howells · 14 years ago
  91. 863a604 lib/bug.c: add oops end marker to WARN implementation by Anton Blanchard · 14 years ago
  92. c7ff0d9 panic: keep blinking in spite of long spin timer mode by TAMUKI Shoichi · 14 years ago
  93. cf4ca48 kernel.h: remove unused NIPQUAD and NIPQUAD_FMT by Joe Perches · 14 years ago
  94. e877977 Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  95. 4aed2fd Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  96. 3cfc2c4 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  97. eb7beb5 tracing: Remove special traces by Frederic Weisbecker · 14 years ago
  98. 69c8f52 fix #warning about using kernel headers in userpsace by Justin P. Mattock · 14 years ago
  99. 7db6f5f vsprintf: Recursive vsnprintf: Add "%pV", struct va_format by Joe Perches · 14 years ago
  100. c6de9f0 x86, mce: Add HW_ERR printk prefix for hardware error logging by Huang Ying · 14 years ago