1. a335b2e mm: Fix out-of-date comments which refers non-existent functions by Ryota Ozaki · 14 years ago
  2. ec4f2ac drm: Fix printk typo 'failled' by Paul Bolle · 14 years ago
  3. bc0b44c coh901318.c: Change initate to initiate. by Justin P. Mattock · 14 years ago
  4. 74ab003 mbox-db5500.c Change initate to initiate. by Justin P. Mattock · 14 years ago
  5. cb60a42 edac: correct i82975x error-info reported by Arvind R · 14 years ago
  6. da95b3d edac: correct i82975x mci initialisation by Arvind R · 14 years ago
  7. 7ba9957 edac: correct commented info by Arvind R · 14 years ago
  8. b0a4bb8 fs: update comments to point correct document by Namhyung Kim · 14 years ago
  9. 5629f8a target: remove duplicate include of target/target_core_device.h from drivers/target/target_core_hba.c by Jesper Juhl · 14 years ago
  10. 177b241 kbuild, mtd, net: a few comment typo fixes and rewording by Gilles Espinasse · 14 years ago
  11. 689bca3 memcg: clarify use_hierarchy documentation by Greg Thelen · 14 years ago
  12. c23cf8b cris: fix comment typo occationally to occasionally by Justin P. Mattock · 14 years ago
  13. fd018fe ext4: fix comment typo uninitized by Paul Bolle · 14 years ago
  14. 68ba697 doc: Fix numbering of KVM API description sections by Paul Bolle · 14 years ago
  15. 8272f4c fuse/cuse: fix comment typo initilaization by Paul Bolle · 14 years ago
  16. 1752a37 mISDN: fix printk typo fushing by Paul Bolle · 14 years ago
  17. 46a1ca7 hvcs: fix typo in comment by Paul Bolle · 14 years ago
  18. 0a9d59a Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  19. 795abaf klist: Fix object alignment on 64-bit. by David Miller · 14 years ago
  20. 091994c Merge branch 'spi/merge' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  21. d8ed516 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 14 years ago
  22. f00eaee Revert "pci: use security_capable() when checking capablities during config space read" by Linus Torvalds · 14 years ago
  23. 6146124 Merge branch 'fix/asoc' into for-linus by Takashi Iwai · 14 years ago
  24. c170093 Merge branch 'devicetree/merge' into spi/merge by Grant Likely · 14 years ago
  25. 78bba98 devicetree-discuss is moderated for non-subscribers by Paul Bolle · 14 years ago
  26. a0dc00b MAINTAINERS: Add entry for GPIO subsystem by Grant Likely · 14 years ago
  27. c8e0b00 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 14 years ago
  28. e447183 jbd2: call __jbd2_log_start_commit with j_state_lock write locked by Theodore Ts'o · 14 years ago
  29. e9e3bce ext4: serialize unaligned asynchronous DIO by Eric Sandeen · 14 years ago
  30. 2892c15 ext4: make grpinfo slab cache names static by Eric Sandeen · 14 years ago
  31. 557218e MAINTAINERS: Add entry for GPIO subsystem by Grant Likely · 14 years ago
  32. 3c6c0d6 Merge branch 'kvm-updates/2.6.38' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 14 years ago
  33. 5b49378 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp by Linus Torvalds · 14 years ago
  34. d40b0c3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm by Linus Torvalds · 14 years ago
  35. 3aec46c Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 14 years ago
  36. 68c3d4b Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/staging by Linus Torvalds · 14 years ago
  37. f7909fb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 14 years ago
  38. c41d40b Merge branch 's5p-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung by Linus Torvalds · 14 years ago
  39. a288465 Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblaze by Linus Torvalds · 14 years ago
  40. 80d02d2 drivers/w1/masters/omap_hdq.c: add missing clk_put by Julia Lawall · 14 years ago
  41. 678ff89 memcg: fix leak of accounting at failure path of hugepage collapsing by KAMEZAWA Hiroyuki · 14 years ago
  42. f0fdc5e vmscan: fix zone shrinking exit when scan work is done by Johannes Weiner · 14 years ago
  43. 419d8c9 mlock: do not munlock pages in __do_fault() by Michel Lespinasse · 14 years ago
  44. e15f8c0 mlock: fix race when munlocking pages in do_wp_page() by Michel Lespinasse · 14 years ago
  45. e6d2e2b memblock: don't adjust size in memblock_find_base() by Yinghai Lu · 14 years ago
  46. de1f016 nbd: remove module-level ioctl mutex by Soren Hansen · 14 years ago
  47. 24a6f5b drivers/rtc/rtc-proc.c: add module_put on error path in rtc_proc_open() by Alexander Strakh · 14 years ago
  48. 6e20fb1 drivers/gpio/pca953x.c: add a mutex to fix race condition by Roland Stigge · 14 years ago
  49. 01e05e9 ptrace: use safer wake up on ptrace_detach() by Tejun Heo · 14 years ago
  50. d863b50 vfs: call rcu_barrier after ->kill_sb() by Boaz Harrosh · 14 years ago
  51. 2dab597 Fix possible filp_cachep memory corruption by Linus Torvalds · 14 years ago
  52. 6b155c8 dlm: use single thread workqueues by David Teigland · 14 years ago
  53. a23ce6d MAINTAINERS: fix sorting by Harry Wei · 14 years ago
  54. ced649e MAINTAINERS: add second list for IRDA by Wolfram Sang · 14 years ago
  55. 45e8234c x86: Fix printk typo WARING by Paul Bolle · 14 years ago
  56. 87889e1 Documentation: default_message_level is a typo by Paul Bolle · 14 years ago
  57. 965b76d ALSA: hda - add quirk for Ordissimo EVE using a realtek ALC662 by Anisse Astier · 14 years ago
  58. 47970b1 pci: use security_capable() when checking capablities during config space read by Chris Wright · 14 years ago
  59. 6037b71 security: add cred argument to security_capable() by Chris Wright · 14 years ago
  60. deabb19 Merge branch 'for-james' of git://tpmdd.git.sourceforge.net/gitroot/tpmdd/tpmdd into for-linus by James Morris · 14 years ago
  61. 71823ba cifs: don't always drop malformed replies on the floor (try #3) by Jeff Layton · 14 years ago
  62. 9b29050 tpm_tis: Use timeouts returned from TPM by Stefan Berger · 14 years ago
  63. d247852 char/ipmi: fix OOPS caused by pnp_unregister_driver on unregistered driver by Corey Minyard · 14 years ago
  64. ee24aeb cap_syslog: accept CAP_SYS_ADMIN for now by Linus Torvalds · 14 years ago
  65. a09e2b2 ARM: SAMSUNG: Ensure struct sys_device is declared in plat/pm.h by Mark Brown · 14 years ago
  66. 4019452 ARM: S5PV310: Cleanup System MMU by Kukjin Kim · 14 years ago
  67. 3de0498 ARM: S5PV310: Add support System MMU on SMDKV310 by Thomas Abraham · 14 years ago
  68. 67d0195 Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 14 years ago
  69. ce86d35 Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 by Linus Torvalds · 14 years ago
  70. b477958 Merge branch 'staging-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6 by Linus Torvalds · 14 years ago
  71. e128c5e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  72. 3e9d08e virtio_net: Add schedule check to napi_enable call by Bruce Rogers · 14 years ago
  73. 70a0622 fix jiffy calculations in calibrate_delay_direct to handle overflow by Tim Deegan · 14 years ago
  74. 2243c4d ALSA: hrtimer: remove superfluous tasklet invocation by Clemens Ladisch · 14 years ago
  75. b1d4f7f ALSA: hrtimer: handle delayed timer interrupts by Clemens Ladisch · 14 years ago
  76. a6c47a8 ALSA: HDA: Add subwoofer quirk for Acer Aspire 8942G by David Henningsson · 14 years ago
  77. 41a63f1 ALSA: hda - Don't handle empty patch files by Takashi Iwai · 14 years ago
  78. 4d79636 amd64_edac: Fix DIMMs per DCTs output by Borislav Petkov · 14 years ago
  79. 96642d4 x25: Do not reference freed memory. by David S. Miller · 14 years ago
  80. 195291e cifs: clean up checks in cifs_echo_request by Jeff Layton · 14 years ago
  81. 6148a47 Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 by Linus Torvalds · 14 years ago
  82. ebc02e9 pch_can: fix tseg1/tseg2 setting issue by Tomoya MORINAGA · 14 years ago
  83. cd141ee isdn: hysdn: Kill (partially buggy) CVS regision log reporting. by David S. Miller · 14 years ago
  84. bcf721d hwmon: (emc1403) Fix I2C address range by Guenter Roeck · 14 years ago
  85. 2778fb1 hwmon: (lm63) Consider LM64 temperature offset by Dirk Eibach · 14 years ago
  86. 69e6ed1 can: softing_cs needs slab.h by Randy Dunlap · 14 years ago
  87. ae09357 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6 by David S. Miller · 14 years ago
  88. 75d1a75 pch_gbe: Fix the issue which a driver locks when rx offload is set by ethtool by Toshiharu Okada · 14 years ago
  89. d3d373e Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 14 years ago
  90. aceb91c Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  91. ae8eed2 Merge branch 'for-linus' of git://neil.brown.name/md by Linus Torvalds · 14 years ago
  92. 5414e55 staging: zram: fix data corruption issue by Nitin Gupta · 14 years ago
  93. 0742cec Staging: Comedi: Fix a few NI module dependencies by Ian Abbott · 14 years ago
  94. 3c323c0 Staging: comedi: Add MODULE_LICENSE and similar to NI modules by Ian Abbott · 14 years ago
  95. 893a5ab KVM: SVM: Make sure KERNEL_GS_BASE is valid when loading gs_index by Joerg Roedel · 14 years ago
  96. b8cf0e0 cdrom: support devices that have check_events but not media_changed by Simon Arlott · 14 years ago
  97. 02a8f01 cfq-iosched: Don't wait if queue already has requests. by Justin TerAvest · 14 years ago
  98. c317428 netfilter: nf_conntrack: set conntrack templates again if we return NF_REPEAT by Pablo Neira Ayuso · 14 years ago
  99. c69b909 pch_can: fix module reload issue with MSI by Tomoya · 14 years ago
  100. ce9736d pch_can: fix rmmod issue by Tomoya · 14 years ago