1. f24659d kprobes: support probing module __init function by Masami Hiramatsu · 16 years ago
  2. 0deddf43 module: add MODULE_STATE_LIVE notify by Masami Hiramatsu · 16 years ago
  3. 49ad2fd kprobes: remove called_from argument by Masami Hiramatsu · 16 years ago
  4. e8386a0 kprobes: support probing module __exit function by Masami Hiramatsu · 16 years ago
  5. 017c39b kprobes: add __kprobes to kprobe internal functions by Masami Hiramatsu · 16 years ago
  6. 1294156 kprobes: add kprobe_insn_mutex and cleanup arch_remove_kprobe() by Masami Hiramatsu · 16 years ago
  7. a06f621 module: add within_module_core() and within_module_init() by Masami Hiramatsu · 16 years ago
  8. 12da3b8 kprobes: add tests for register_kprobes by Masami Hiramatsu · 16 years ago
  9. 8e11440 kprobes: indirectly call kprobe_target by Masami Hiramatsu · 16 years ago
  10. bc2f701 kprobes: bugfix: try_module_get even if calling_mod is NULL by Masami Hiramatsu · 16 years ago
  11. 51e911e drivers/spi: move a dereference below a NULL test by Julia Lawall · 16 years ago
  12. ee9c1fb spi: use generic gpio calls in spi_s3c24xx_gpio by Ben Dooks · 16 years ago
  13. 5ee36c9 spi: atmel_spi update chipselect handling by Haavard Skinnemoen · 16 years ago
  14. 5bfa26c atmel_spi: clean up SPIv1 quirk handling by Haavard Skinnemoen · 16 years ago
  15. d29389d spi_gpio driver by David Brownell · 16 years ago
  16. c2bacfc dmi: fix kernel-doc notation by Randy Dunlap · 16 years ago
  17. ee9ef6b fs/ncpfs/getopt.c: cleanup keneldoc by Qinghuang Feng · 16 years ago
  18. 87113e80 fs/binfmt_misc.c: add terminating newline to /proc/sys/fs/binfmt_misc/status by Qinghuang Feng · 16 years ago
  19. 5cf0cc4 binfmts.h: include list.h by Hiroshi Shimamoto · 16 years ago
  20. 29041b4 ibmpex: add endian annotation to extract_data() helper by Harvey Harrison · 16 years ago
  21. 85e0e5a hwmon: applesmc: Add support for MacBook Air 2 by Henrik Rydberg · 16 years ago
  22. 44ea9c8 drivers/macintosh: Add missing of_node_put in therm_adt746x.c by Nicolas Palix · 16 years ago
  23. 89fac11 adt7470: make automatic fan control really work by Darrick J. Wong · 16 years ago
  24. 2f22d5d adt7470: observe the number of temperature sensors to shorten update time by Darrick J. Wong · 16 years ago
  25. 2e75a4b adt7470: fix pwm at a certain level during temperature sensor scan by Darrick J. Wong · 16 years ago
  26. 8f8c1fb adt74{62, 70, 73}: Use DIV_ROUND_CLOSEST for rounded division by Darrick J. Wong · 16 years ago
  27. 57b9c6d checkpatch: version: 0.26 by Andy Whitcroft · 16 years ago
  28. 21caa13 checkpatch: fix the perlcritic errors by Andy Whitcroft · 16 years ago
  29. 2b6db5c checkpatch: struct file_operations should normally be const by Andy Whitcroft · 16 years ago
  30. b53c8e1 checkpatch: ensure we actually detect if assignments split across lines by Andy Whitcroft · 16 years ago
  31. 2d1bafd7 checkpatch: do not report nr_static as a static declaration by Andy Whitcroft · 16 years ago
  32. 4635f4f checkpatch: track #ifdef/#else/#endif when tracking blocks by Andy Whitcroft · 16 years ago
  33. 8b1b337 checkpatch: fix continuation detection when handling spacing on operators by Andy Whitcroft · 16 years ago
  34. 8054576 checkpatch: loosen spacing on typedef function checks by Andy Whitcroft · 16 years ago
  35. 080ba92 checkpatch: try to catch missing VMLINUX_SYMBOL() in vmlinux.lds.h by Mike Frysinger · 16 years ago
  36. 86f9d05 checkpatch: allow parentheses on return for comparisons by Andy Whitcroft · 16 years ago
  37. 1e85572 checkpatch: Add warning for p0-patches by Wolfram Sang · 16 years ago
  38. 2a5a2c2 checkpatch: update copyrights by Andy Whitcroft · 16 years ago
  39. b0e0b43 checkpatch: update MAINTAINERS entry by Andy Whitcroft · 16 years ago
  40. 50a7dcf checkpatch: version: 0.25 by Andy Whitcroft · 16 years ago
  41. 6586386 checkpatch: dissallow spaces between stars in pointer types by Andy Whitcroft · 16 years ago
  42. fae17da checkpatch: comment ends inside strings is most likely not an open comment by Andy Whitcroft · 16 years ago
  43. 8e761b0 checkpatch: detect multiple bitfield declarations by Andy Whitcroft · 16 years ago
  44. 5fe3af1 checkpatch: __weak is an official attribute by Andy Whitcroft · 16 years ago
  45. 383099f checkpatch: structure member assignments are not complex by Andy Whitcroft · 16 years ago
  46. 83242e0 checkpatch: widen implied comment detection to allow multiple stars by Andy Whitcroft · 16 years ago
  47. 721c1cb checkpatch: comment detection may miss an implied comment on the last hunk by Andy Whitcroft · 16 years ago
  48. 691d77b checkpatch: add checks for in_atomic() by Andy Whitcroft · 16 years ago
  49. 94e2959 fs: fix function param name in kernel-doc by Randy Dunlap · 16 years ago
  50. 8c36593 include/linux/interrupt.h: do not include linux/irqnr.h twice by Jesper Juhl · 16 years ago
  51. 208b95c sysrq: more explicit, less terse help messages by Randy Dunlap · 16 years ago
  52. 0bc02f3 fs/inode: fix kernel-doc notation by Randy Dunlap · 16 years ago
  53. 67faaad Remove obsolete CONFIG_RESOURCES_64BIT by Geert Uytterhoeven · 16 years ago
  54. 350eaf7 do_coredump(): check return from argv_split() by Tetsuo Handa · 16 years ago
  55. 26e5438 profile: don't include <asm/ptrace.h> twice. by KOSAKI Motohiro · 16 years ago
  56. d2e3192 init/main.c: mark late_time_init as __initdata by Jan Beulich · 16 years ago
  57. ca8a5bd add missing accounting calls to compat_sys_{readv,writev} by Gerd Hoffmann · 16 years ago
  58. 8c40188 fs: fix name overwrite in __register_chrdev_region() by Cyrill Gorcunov · 16 years ago
  59. ba84be2 remove linux/hardirq.h from asm-generic/local.h by Russell King · 16 years ago
  60. 08adefd ioc4: automatically load sgiioc4 subordinate module by Brent Casavant · 16 years ago
  61. bfa0b1c Dmitry has been renamed by Dmitry Eremin-Solenikov · 16 years ago
  62. 179f7eb percpu_counter: FBC_BATCH should be a variable by Eric Dumazet · 16 years ago
  63. e3d5a27 Allow times and time system calls to return small negative values by Paul Mackerras · 16 years ago
  64. af9379c documentation: when to BUG(), and when to not BUG() by David Brownell · 16 years ago
  65. 5f820f6 poll: allow f_op->poll to sleep by Tejun Heo · 16 years ago
  66. 67ec7d3 fs: use menuconfig to control the Misc. filesystems menu by Randy Dunlap · 16 years ago
  67. 5aea50b scripts: script from kerneloops.org to pretty print oops dumps by Arjan van de Ven · 16 years ago
  68. d6624f9 oops: increment the oops UUID every time we oops by Arjan van de Ven · 16 years ago
  69. e899aa8 strict_strto* is not strict enough by Pavel Machek · 16 years ago
  70. ff083c8 autodetect_raid: add missing __init marking by Mike Frysinger · 16 years ago
  71. 7ec7fb3 samples: mark {static|__init|__exit} for {init|exit} functions by Qinghuang Feng · 16 years ago
  72. 9fe0608 Create a DIV_ROUND_CLOSEST macro to do division with rounding by Darrick J. Wong · 16 years ago
  73. 3007967 lib: proportions.c trivial sparse lock annotation by Harvey Harrison · 16 years ago
  74. 8cef7d5 lib: radix_tree.c make percpu variable static by Harvey Harrison · 16 years ago
  75. 40bc1f2 lib: fix sparse shadowed variable warning by Harvey Harrison · 16 years ago
  76. 6034880 fork.c: cleanup for copy_sighand() by Zhaolei · 16 years ago
  77. f1883f8 Remove remaining unwinder code by Alexey Dobriyan · 16 years ago
  78. eaccbfa fs/exec.c:__bprm_mm_init(): clean up error handling by Luiz Fernando N. Capitulino · 16 years ago
  79. bca1033 do_mounts: add device info to mount message by Marton Balint · 16 years ago
  80. b61312d oops handling: ensure that any oops is flushed to the mtdoops console by Viktor Rosendahl · 16 years ago
  81. f41ced8 Check fops_get() return value by Laurent Pinchart · 16 years ago
  82. bdbeed7 pci: use pci_ioremap_bar() in drivers/misc by Arjan van de Ven · 16 years ago
  83. ea435467 atomic_t: unify all arch definitions by Matthew Wilcox · 16 years ago
  84. f99ebf0 init: properly placing noinline keyword by Rakib Mullick · 16 years ago
  85. 91f4766 mm: hugetlb: remove redundant `if' operation by Cyrill Gorcunov · 16 years ago
  86. 73ce02e mm: stop kswapd's infinite loop at high order allocation by KOSAKI Motohiro · 16 years ago
  87. 594fe1a bootmem: print request details before BUG_ON(them) by Johannes Weiner · 16 years ago
  88. dcd4a04 mm: check for no mmaps in exit_mmap() by Johannes Weiner · 16 years ago
  89. 084f71ae mm: kill page_queue_congested() by KOSAKI Motohiro · 16 years ago
  90. 9f572e3 mm: remove CONFIG_OUT_OF_LINE_PFN_TO_PAGE by KOSAKI Motohiro · 16 years ago
  91. 901608d mm: introduce get_mm_hiwater_xxx(), fix taskstats->hiwater_xxx accounting by Oleg Nesterov · 16 years ago
  92. 67d58ac mm: pagecache gfp flags fix by Nick Piggin · 16 years ago
  93. 856bf4d fs: sys_sync fix by Nick Piggin · 16 years ago
  94. 38f2197 fs: sync_sb_inodes fix by Nick Piggin · 16 years ago
  95. 4f5a99d fs: remove WB_SYNC_HOLD by Nick Piggin · 16 years ago
  96. e8ea175 UBIFS: do not use WB_SYNC_HOLD by Artem Bityutskiy · 16 years ago
  97. 48b47c5 mm: direct IO starvation improvement by Nick Piggin · 16 years ago
  98. 48aae42 mm/mmap.c: fix coding style by ZhenwenXu · 16 years ago
  99. 853ac43 shmem: unify regular and tiny shmem by Matt Mackall · 16 years ago
  100. 69e9930 block_write_begin(): remove useless goto by Franck Bui-Huu · 16 years ago