1. 5d32c88 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  2. 234e340 simple_open: automatically convert to simple_open() by Stephen Boyd · 12 years ago
  3. 6c216ec Merge tag 'for_linus-3.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb by Linus Torvalds · 12 years ago
  4. 3751d3e x86,kgdb: Fix DEBUG_RODATA limitation using text_poke() by Jason Wessel · 12 years ago
  5. 23bbd8e kgdbts: (2 of 2) fix single step awareness to work correctly with SMP by Jason Wessel · 12 years ago
  6. 486c598 kgdbts: (1 of 2) fix single step awareness to work correctly with SMP by Jason Wessel · 12 years ago
  7. 456ca7f kgdbts: Fix kernel oops with CONFIG_DEBUG_RODATA by Jason Wessel · 12 years ago
  8. 0195c00 Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system by Linus Torvalds · 12 years ago
  9. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  10. 96f951e Add #includes needed to permit the removal of asm/system.h by David Howells · 12 years ago
  11. 66f03c6 Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  12. 5375871 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 12 years ago
  13. e2a0883 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  14. ea23b453 ibmasmfs: make register_filesystem the last failure exit by Al Viro · 12 years ago
  15. 318ceed tidy up after d_make_root() conversion by Al Viro · 12 years ago
  16. 48fde70 switch open-coded instances of d_make_root() to new helper by Al Viro · 13 years ago
  17. 843ec55 Merge tag 'tty-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 12 years ago
  18. 9f9d276 Merge tag 'char-misc-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 12 years ago
  19. 2f16669 TTY: remove re-assignments to tty_driver members by Jiri Slaby · 12 years ago
  20. 87cab16 TTY: remove minor_num from tty_driver by Jiri Slaby · 12 years ago
  21. 22ea71d c2port: class_create() returns an ERR_PTR by Dan Carpenter · 12 years ago
  22. b222258 misc: bmp085: Use unsigned long to store jiffies by Bernhard Walle · 12 years ago
  23. 8e315a7 ARM: at91/tc/clocksource: Add 32 bit variant to Timer Counter by Nicolas Ferre · 13 years ago
  24. 3a61a5d ARM: at91/tc: add device tree support to atmel_tclib by Nicolas Ferre · 13 years ago
  25. 2983129 ARM: at91/tclib: take iomem size from resource by Nicolas Ferre · 13 years ago
  26. 6c15d7a carma-fpga: fix race between data dumping and DMA callback by Ira Snyder · 12 years ago
  27. 75ff85a carma-fpga: fix lockdep warning by Ira Snyder · 12 years ago
  28. 3734f78 misc: bmp085: Handle jiffies overflow correctly by Bernhard Walle · 12 years ago
  29. ef77d83 misc: fsa9480: Remove obsolete cleanup for clientdata by Wolfram Sang · 12 years ago
  30. 5a22e30 Merge tag 'tty-3.3-rc3' tty-next by Greg Kroah-Hartman · 12 years ago
  31. ae5cdd4 Merge tag 'char-misc-3.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 12 years ago
  32. 815b043 cs5535-mfgpt: don't call __init function from __devinit by Danny Kukawka · 12 years ago
  33. 9261818 lkdtm: avoid calling lkdtm_do_action() with spinlock held by Cong Wang · 12 years ago
  34. b5266ea mmc: cb710 core: Add missing spin_lock_init for irq_lock of struct cb710_chip by Axel Lin · 12 years ago
  35. 474de3b cs5535-mfgpt: don't call __init function from __devinit by Danny Kukawka · 12 years ago
  36. 3e5ba46 vmw_balloon: fix for a -Wuninitialized warning by Danny Kukawka · 12 years ago
  37. 81f5835 TTY: use tty_standard_install by Jiri Slaby · 12 years ago
  38. a3dc3c9 MISC: convert drivers/misc/* to use module_spi_driver() by Axel Lin · 12 years ago
  39. a64fe2e MISC: convert drivers/misc/* to use module_i2c_driver() by Axel Lin · 12 years ago
  40. b00e126 MISC: convert drivers/misc/* to use module_platform_driver() by Axel Lin · 12 years ago
  41. 7c5763b drivers: misc: Remove MISC_DEVICES config option by Fabio Estevam · 12 years ago
  42. ecd9d34 c2port: fix build error for duramar2150 due to missing header. by Paul Gortmaker · 12 years ago
  43. 57f2685 Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 13 years ago
  44. 0a80939 Merge tag 'for-linus' of git://github.com/rustyrussell/linux by Linus Torvalds · 13 years ago
  45. 21ebd6c Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6 by Linus Torvalds · 13 years ago
  46. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 13 years ago
  47. bafeafe module_param: check type correctness for module_param_array by Rusty Russell · 13 years ago
  48. 21a2cb5 Merge branch 'char-misc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 13 years ago
  49. 71e5878 misc: Remove max8997-muic sysfs attributes by Donggeun Kim · 13 years ago
  50. ee66e65 mfd: Unify abx500 headers in mfd/abx500 by Linus Walleij · 13 years ago
  51. 99f09be misc: Add driver support for MAX8997 MUIC by Donggeun Kim · 13 years ago
  52. 9879326 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  53. 972b2c7 Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 13 years ago
  54. 2a5ac6f isl29020: Remove a redundant semi-colon from return statement by Jesper Juhl · 13 years ago
  55. f80ea66 BMP085: Remove redundant semi-colon from return statement by Jesper Juhl · 13 years ago
  56. 933aae5 drivers:misc: ti-st: DEBUG uart, baud rate mods by Pavan Savoy · 13 years ago
  57. 18ccecf drivers:misc: ti-st: flush UART upon fw failure by Pavan Savoy · 13 years ago
  58. bfb88d6 drivers:misc: ti-st: protect registrations by Pavan Savoy · 13 years ago
  59. d161a13 switch procfs to umode_t use by Al Viro · 13 years ago
  60. d36b691 misc latin1 to utf8 conversions by Al Viro · 13 years ago
  61. b361311 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  62. 072bc80 eeprom_93cx6: Add write support by Ben Dooks · 13 years ago
  63. b30f8bd eeprom_93cx6: Add data direction control. by Ben Dooks · 13 years ago
  64. b0d8166 Merge branch 'char-misc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 13 years ago
  65. efd0bf9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  66. 7f3379d misc: ad525x_dpot: Add support for SPI module device table matching by Michael Hennerich · 13 years ago
  67. 6ac2afb misc: ad525x_dpot: Fix AD8400 spi transfer size. by Michael Hennerich · 13 years ago
  68. 148b00b Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 13 years ago
  69. e0d23ef Merge branch 'dma_slave_direction' into next_test_dirn by Vinod Koul · 13 years ago
  70. 34324dc net: remove NETIF_F_NO_CSUM feature bit by Michał Mirosław · 13 years ago
  71. 4933402 carma-fpga: Missed switch from of_register_platform_driver() by Al Viro · 13 years ago
  72. 001ef5e drivers/misc/eeprom: fix dependecy on 'PPC_MPC5200_GPIO' by Paul Bolle · 13 years ago
  73. 2a98879 pch_phub: Fix MAC address writing issue for LAPIS ML7831 by Tomoya MORINAGA · 13 years ago
  74. 9914a0d pch_phub: Improve ADE(Address Decode Enable) control by Tomoya MORINAGA · 13 years ago
  75. 7f2732c pch_phub: Change company name OKI SEMICONDUCTOR to LAPIS Semiconductor by Tomoya MORINAGA · 13 years ago
  76. 584ad00 pch_phub: Support new device LAPIS Semiconductor ML7831 IOH by Tomoya MORINAGA · 13 years ago
  77. 161f141 pcie-gadget-spear: Add "platform:" prefix for platform modalias by Axel Lin · 13 years ago
  78. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  79. 2ca02df drivers/misc/vmw_balloon.c: fix typo in code comment by Rakib Mullick · 13 years ago
  80. 6d994a7 drivers/misc/vmw_balloon.c: determine page allocation flag can_sleep outside loop by Rakib Mullick · 13 years ago
  81. 68e24ba Merge branch 'next/fixes' of git://git.linaro.org/people/arnd/arm-soc by Linus Torvalds · 13 years ago
  82. 094803e Merge branch 'akpm' (Andrew's incoming) by Linus Torvalds · 13 years ago
  83. aaaa287 drivers/misc/ad525x_dpot-i2c.c: add i2c support for AD5161 by Peter Korsgaard · 13 years ago
  84. e58a0f8 driver/misc/fsa9480.c fix potential null-pointer dereference by Jonghwan Choi · 13 years ago
  85. ec400c9 lis3lv02d: make regulator API usage unconditional by Mark Brown · 13 years ago
  86. 895c156 lis3: remove the references to the global variable in core driver by Éric Piel · 13 years ago
  87. e1e5687 lis3: change exported function to use passed parameter by Éric Piel · 13 years ago
  88. d7f81d4 lis3: use consistent naming of variables by Éric Piel · 13 years ago
  89. 0021586 lis3: free regulators if probe() fails by Éric Piel · 13 years ago
  90. 1510dd5 lis3lv02d: avoid divide by zero due to unchecked by Éric Piel · 13 years ago
  91. 7a32129 drivers/misc: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required. by Paul Gortmaker · 13 years ago
  92. eb12a67 drivers/misc: Add module.h to files who are really modular. by Paul Gortmaker · 13 years ago
  93. 1eb6337 Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 13 years ago
  94. 1d0c81e carma: move to dma_transfer_direction by Vinod Koul · 13 years ago
  95. 2d03423 Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 13 years ago
  96. 589a66d Merge branch 'fixes' into next/fixes by Arnd Bergmann · 13 years ago
  97. 2d60cd1 ARM: at91: remove dependency for Atmel PWM driver selector in Kconfig by Nicolas Ferre · 13 years ago
  98. 05faadc lis3: fix regression of HP DriveGuard with 8bit chip by Takashi Iwai · 13 years ago
  99. cff4fa8 [media] altera-stapl: it is time to move out from staging by Igor M. Liplianin · 13 years ago
  100. 1ebe9da drivers/misc/pti.c: give 'comm' function scope in pti_control_frame_built_and_sent() by Jesper Juhl · 13 years ago