1. f588c96 hfsplus: Fix kfree of wrong pointers in hfsplus_fill_super() error path by Seth Forshee · 13 years ago
  2. c488637 Merge branch 'samsung-fixes-2' of git://github.com/kgene/linux-samsung into HEAD by Arnd Bergmann · 13 years ago
  3. 2d20a26 Bluetooth: Fix timeout on scanning for the second time by Oliver Neukum · 13 years ago
  4. e060c38 Merge branch 'master' into for-next by Jiri Kosina · 13 years ago
  5. 10e4ac5 viacam: Don't explode if pci_find_bus() returns NULL by Jesper Juhl · 13 years ago
  6. 1292208 Remove unneeded version.h include from drivers/uwb/ by Jesper Juhl · 13 years ago
  7. 255f5e0 Remove unneeded version.h includes (and add where needed) for drivers/usb/ by Jesper Juhl · 13 years ago
  8. 9f5c312 Remove unneeded version.h includes from drivers/target/ by Jesper Juhl · 13 years ago
  9. 101ae14 Remove unneeded version.h includes from drivers/scsi/ by Jesper Juhl · 13 years ago
  10. e5de063 Remove unneeded version.h includes from drivers/block/ by Jesper Juhl · 13 years ago
  11. e0ffaa8 Remove unneeded version.h includes from arch/arm/ by Jesper Juhl · 13 years ago
  12. 469bfb4 Remove unneeded version.h include from arch/x86/ by Jesper Juhl · 13 years ago
  13. e81b151 Remove unneeded version.h includes from include/ by Jesper Juhl · 13 years ago
  14. c9bab38 Remove unneeded version.h include from lib/ by Jesper Juhl · 13 years ago
  15. 6993248 treewide: remove extra semicolons from various parts of the kernel by Justin P. Mattock · 13 years ago
  16. ca4a04c futex: Fix spelling in a source code comment by Bart Van Assche · 13 years ago
  17. 77cd769 libertas_tf: deb_defs.h: Fix typo in include guard by Kartik Mohta · 13 years ago
  18. 7cfdaf3 futex: uninitialized warning corrections by Vitaliy Ivanov · 13 years ago
  19. 124ff4e async: uninitialized warning corrections by Vitaliy Ivanov · 13 years ago
  20. f1ee39f ipw2x00: comment typo fix encryptiong to encryption by Justin P. Mattock · 13 years ago
  21. ea70ef3 sched: x86_32 Fix typo in switch_to() description by Kamalesh Babulal · 13 years ago
  22. fb914eb treewide: typo 'interrrupt' word corrections. by Vitaliy Ivanov · 13 years ago
  23. e809ab0 Kconfig: Copyedit: DEBUG_SECTION_MISMATCH by Michael Witten · 13 years ago
  24. 2fe038e scsi/sg: use printk_ratelimited instead of printk_ratelimit by Christian Dietrich · 13 years ago
  25. a28ee47 drivers/char/rtc: use printk_ratelimited instead of printk_ratelimit by Christian Dietrich · 13 years ago
  26. 5369fcc aix94xx: Use angle brackets for system includes by Joe Perches · 13 years ago
  27. 1d273b9 drbd: Use angle brackets for system includes by Joe Perches · 13 years ago
  28. 27a84d5 block: refactor generic_make_request by Christoph Hellwig · 13 years ago
  29. 3dbd443 net: Convert vmalloc/memset to vzalloc by Joe Perches · 13 years ago
  30. 8c1fec1 mm: Convert vmalloc/memset to vzalloc by Joe Perches · 13 years ago
  31. 558feb0 fs: Convert vmalloc/memset to vzalloc by Joe Perches · 13 years ago
  32. 1ac4594 isdn: Convert vmalloc/memset to vzalloc by Joe Perches · 13 years ago
  33. 8e03bd6 char: Convert vmalloc/memset to vzalloc by Joe Perches · 13 years ago
  34. 57f3224 drbd: Convert vmalloc/memset to vzalloc by Joe Perches · 13 years ago
  35. 3a81605 atm: Convert vmalloc/memset to vzalloc by Joe Perches · 13 years ago
  36. dc8a5c9 s390: Convert vmalloc/memset to vzalloc by Joe Perches · 13 years ago
  37. 534a7b8 HID: Add full support for Logitech Unifying receivers by Nestor Lopez Casado · 13 years ago
  38. 61cca2f xen/i386: follow-up to "replace order-based range checking of M2P table by linear one" by Jan Beulich · 13 years ago
  39. 7736594 xen/irq: Alter the locking to use a mutex instead of a spinlock. by Konrad Rzeszutek Wilk · 13 years ago
  40. 763437a ALSA: pcm - fix race condition in wait_for_avail() by Arjan van de Ven · 13 years ago
  41. d03c359 ARM: EXYNOS4: fix incorrect pad configuration for keypad row lines by Thomas Abraham · 13 years ago
  42. 3a0ec25 ARM: SAMSUNG: fix to prevent declaring duplicated by Kukjin Kim · 13 years ago
  43. caf2730 ARM: SAMSUNG: fix watchdog reset issue with clk_get() by Marek Szyprowski · 13 years ago
  44. 0685d5e ARM: S3C64XX: Remove un-used code backlight code on SMDK6410 by Banajit Goswami · 13 years ago
  45. aa421c1 ARM: EXYNOS4: restart clocksource while system resumes by Changhwan Youn · 13 years ago
  46. 4bd0fe1 ARM: EXYNOS4: Fix routing timer interrupt to offline CPU by Kukjin Kim · 13 years ago
  47. 4d487d7 ARM: EXYNOS4: Fix return type of local_timer_setup() by Kukjin Kim · 13 years ago
  48. 6861a19 ARM: EXYNOS4: Fix wrong pll type for vpll by Jonghwan Choi · 13 years ago
  49. cc39c6a mm: account skipped entries to avoid looping in find_get_pages by Shaohua Li · 13 years ago
  50. 4f5b048 drivers/gpio/gpio-generic.c: fix build errors by Russell King · 13 years ago
  51. fa2563e workqueue: lock cwq access in drain_workqueue by Thomas Tuttle · 13 years ago
  52. df4e33a MAINTAINERS: update e-mail address of Benny Halevy by Benny Halevy · 13 years ago
  53. e71f5cc drivers/cpufreq/pcc-cpufreq.c: avoid NULL pointer dereference by Naga Chumbalkar · 13 years ago
  54. 88cee8f drivers/rtc/rtc-s3c.c: fix no occurrence of alarm interrupt by Donggeun Kim · 13 years ago
  55. 7a5caab drivers/leds/ledtrig-timer.c: fix broken sysfs delay handling by Johan Hovold · 13 years ago
  56. 1ebe9da drivers/misc/pti.c: give 'comm' function scope in pti_control_frame_built_and_sent() by Jesper Juhl · 13 years ago
  57. 83ede96 cris: fix a build error in drivers/tty/serial/crisv10.c by WANG Cong · 13 years ago
  58. 461ae48 mm: sync vmalloc address space page tables in alloc_vm_area() by David Vrabel · 13 years ago
  59. 185efc0 memcg: Revert "memcg: add memory.vmscan_stat" by Johannes Weiner · 13 years ago
  60. a4d3e9e mm: vmscan: fix force-scanning small targets without swap by Johannes Weiner · 13 years ago
  61. d4c32f3 drivers/rtc/rtc-imxdi.c needs linux/sched.h by Axel Lin · 13 years ago
  62. 8694a18 alpha, gpio: GENERIC_GPIO default must be n by Ben Hutchings · 13 years ago
  63. 2c51a4b um: fix strrchr() problems by Al Viro · 13 years ago
  64. f2833ae um: clean arch_ptrace() up a bit by Al Viro · 13 years ago
  65. 01599cd um: PTRACE_[GS]ETFPXREGS had been wired on the wrong subarch by Al Viro · 13 years ago
  66. 7cf3cf2 um: fix free_winch() mess by Al Viro · 13 years ago
  67. 45cd5e2 um: winch_interrupt() can happen inside of free_winch() by Al Viro · 13 years ago
  68. f71f948 um: fix oopsable race in line_close() by Al Viro · 13 years ago
  69. fbfe9c8 um: Save FPU registers between task switches by Ingo van Lil · 13 years ago
  70. b40997b um: drivers/xterm.c: fix a file descriptor leak by Jonathan Neuschäfer · 13 years ago
  71. e5f0bdc um: disable CMPXCHG_DOUBLE as it breaks UML build by Thadeu Lima de Souza Cascardo · 13 years ago
  72. 0d6617c numa: fix NUMA compile error when sysfs and procfs are disabled by David Rientjes · 13 years ago
  73. 2bbff6c mm/mempolicy.c: make copy_from_user() provably correct by KAMEZAWA Hiroyuki · 13 years ago
  74. 8aacc9f mm/mempolicy.c: fix pgoff in mbind vma merge by Caspar Zhang · 13 years ago
  75. 8de6ac7 Merge branch 'next-evm' of git://github.com/mzohar/linux-evm into next by James Morris · 13 years ago
  76. 00c46b3 OMAP: id: remove OMAP_CHIP declarations, code by Paul Walmsley · 13 years ago
  77. d6504ac OMAP2+: hwmod: remove OMAP_CHIP* by Paul Walmsley · 13 years ago
  78. 8179488 OMAP: powerdomain: remove omap_chip bitmasks by Paul Walmsley · 13 years ago
  79. 129c65e OMAP: powerdomain: split pwrdm_init() into two functions by Paul Walmsley · 13 years ago
  80. bcd438b Merge git://bedivere.hansenpartnership.com/git/scsi-rc-fixes-2.6 by Linus Torvalds · 13 years ago
  81. 53d872e Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 13 years ago
  82. 1db3706 Merge branch 'zImage_DTB_append' of git://git.linaro.org/people/nico/linux into devel-stable by Russell King · 13 years ago
  83. 843d183 TOMOYO: Bump version. by Tetsuo Handa · 13 years ago
  84. a5ffef6 OMAP: clockdomain code/data: remove omap_chip bitmask from struct clockdomain by Paul Walmsley · 13 years ago
  85. 08cb970 OMAP: clockdomain: split clkdm_init() by Paul Walmsley · 13 years ago
  86. 057673d OMAP2+: id: remove OMAP_REVBITS_* macros by Paul Walmsley · 13 years ago
  87. 3b32b7d OMAP3: id: remove duplicate code for testing SoC ES level by Paul Walmsley · 13 years ago
  88. 51ec811 OMAP3: id: add fallthrough warning; fix some CodingStyle issues by Paul Walmsley · 13 years ago
  89. 9ed2ba7 OMAP3: id: use explicit omap_revision codes for 3505/3517 ES levels by Paul Walmsley · 13 years ago
  90. 91d92d6 OMAP3: id: remove useless strcpy()s by Paul Walmsley · 13 years ago
  91. dfcd04b i2c-imx: add device tree probe support by Shawn Guo · 13 years ago
  92. 593702c i2c-imx: remove init/exit hooks from platform data by Shawn Guo · 13 years ago
  93. fb788d8 evm: clean verification status by Dmitry Kasatkin · 13 years ago
  94. 566be59 evm: permit mode bits to be updated by Mimi Zohar · 13 years ago
  95. bf6d0f5 evm: posix acls modify i_mode by Mimi Zohar · 13 years ago
  96. a924ce0 evm: limit verifying current security.evm integrity by Mimi Zohar · 13 years ago
  97. fb88c2b evm: fix security/security_old_init_security return code by Mimi Zohar · 13 years ago
  98. 1d71405 evm: remove TCG_TPM dependency by Mimi Zohar · 13 years ago
  99. 982e617 encrypted-keys: remove trusted-keys dependency by Mimi Zohar · 13 years ago
  100. 61cf45d encrypted-keys: create encrypted-keys directory by Mimi Zohar · 13 years ago