1. 4ae69e6 mmap_min_addr check CAP_SYS_RAWIO only for write by Kees Cook · 14 years ago
  2. 6a251b0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6 by Linus Torvalds · 14 years ago
  3. 9e766d8 Merge branch 'kvm-updates/2.6.34' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 14 years ago
  4. bf6239e Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 by Linus Torvalds · 14 years ago
  5. 1c5250d serial: imx.c: fix CTS trigger level lower to avoid lost chars by Valentin Longchamp · 14 years ago
  6. 77945fe tty: Fix unbalanced BKL handling in error path by Alan Cox · 14 years ago
  7. e6114fa serial: mpc52xx_uart: fix null pointer dereference by Anatolij Gustschin · 14 years ago
  8. 4462dc0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 14 years ago
  9. 002baee vfs: Fix O_NOFOLLOW behavior for paths with trailing slashes by Jan Kara · 14 years ago
  10. fc8e38f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 14 years ago
  11. aa86f26 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 14 years ago
  12. 5051d41 mfd: Clean up after WM83xx AUXADC interrupt if it arrives late by Mark Brown · 14 years ago
  13. 105ce39 Merge branch 'fix/hda' into for-linus by Takashi Iwai · 14 years ago
  14. 3843384 Input: ad7877 - keep dma rx buffers in seperate cache lines by Oskar Schirmer · 14 years ago
  15. ef110b2 Input: psmouse - reset all types of mice before reconnecting by Dmitry Torokhov · 14 years ago
  16. 504e8be Input: elantech - use all 3 bytes when checking version by Dmitry Torokhov · 14 years ago
  17. 4f018c5 KVM: PPC: Keep index within boundaries in kvmppc_44x_emul_tlbwe() by Roel Kluin · 14 years ago
  18. f8c5fae KVM: VMX: blocked-by-sti must not defer NMI injections by Jan Kiszka · 14 years ago
  19. fe19c5a KVM: x86: Call vcpu_load and vcpu_put in cpuid_update by Dongxiao Xu · 14 years ago
  20. 061e2fd KVM: SVM: Fix wrong intercept masks on 32 bit by Joerg Roedel · 14 years ago
  21. 46a47b1 KVM: convert ioapic lock to spinlock by Marcelo Tosatti · 14 years ago
  22. be83567 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 14 years ago
  23. 5ec390e Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 14 years ago
  24. cdf5f61 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 14 years ago
  25. 131c6c9 Merge commit 'kumar/merge' into merge by Benjamin Herrenschmidt · 14 years ago
  26. 769d996 Revert "PCI: update bridge resources to get more big ranges in PCI assign unssigned" by Linus Torvalds · 14 years ago
  27. 7ac512a CacheFiles: Fix error handling in cachefiles_determine_cache_security() by David Howells · 14 years ago
  28. 91af708 rwsem: Test for no active locks in __rwsem_do_wake undo code by Michel Lespinasse · 14 years ago
  29. 82134665 ALSA: ice1724 - Fix ESI Maya44 capture source control by Takashi Iwai · 14 years ago
  30. 9fe17b5 ALSA: pcm - Use pgprot_noncached() for MIPS non-coherent archs by Takashi Iwai · 14 years ago
  31. 6a45f78 ALSA: virtuoso: fix Xonar D1/DX front panel microphone by Clemens Ladisch · 14 years ago
  32. 2a6ce6e ALSA: hda - Add hp-dv4 model for IDT 92HD71bx by Takashi Iwai · 14 years ago
  33. 57d8490 [S390] correct address of _stext with CONFIG_SHARED_KERNEL=y by Martin Schwidefsky · 14 years ago
  34. 545c174 [S390] ptrace: fix return value of do_syscall_trace_enter() by Gerald Schaefer · 14 years ago
  35. 1c1e093 [S390] dasd: fix race between tasklet and dasd_sleep_on by Stefan Weinhuber · 14 years ago
  36. 0fe1ac4 powerpc/perf_event: Fix oops due to perf_event_do_pending call by Paul Mackerras · 14 years ago
  37. e84346b ceph: preserve seq # on requeued messages after transient transport errors by Sage Weil · 14 years ago
  38. f818a73 ceph: fix cap removal races by Sage Weil · 14 years ago
  39. cea0d76 Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging by Linus Torvalds · 14 years ago
  40. b2464ab Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  41. 788885a drivers/gpu/drm/i915/i915_irq.c:i915_error_object_create(): use correct kmap-atomic slot by Andrew Morton · 14 years ago
  42. 06efbeb hp_accel: fix race in device removal by Oliver Neukum · 14 years ago
  43. a3ed2a1 mqueue: fix kernel BUG caused by double free() on mq_open() by André Goddard Rosa · 14 years ago
  44. de145b4 fbdev: bfin-t350mcqb-fb: fix fbmem allocation with blanking lines by Michael Hennerich · 14 years ago
  45. 747388d memcg: fix css_is_ancestor() RCU locking by KAMEZAWA Hiroyuki · 14 years ago
  46. 7f0f154 memcg: fix css_id() RCU locking for real by KAMEZAWA Hiroyuki · 14 years ago
  47. 11cad32 bsdacct: use del_timer_sync() in acct_exit_ns() by Vitaliy Gusev · 14 years ago
  48. ab941e0 rmap: remove anon_vma check in page_address_in_vma() by Naoya Horiguchi · 14 years ago
  49. 4a6018f hugetlbfs: kill applications that use MAP_NORESERVE with SIGBUS instead of OOM-killer by Mel Gorman · 14 years ago
  50. 475f9aa kexec: fix OOPS in crash_kernel_shrink by Vitaly Mayatskikh · 14 years ago
  51. d586ebb mmc: atmel-mci: fix in debugfs: response value printing by Nicolas Ferre · 14 years ago
  52. abc2c9fd mmc: atmel-mci: remove data error interrupt after xfer by Nicolas Ferre · 14 years ago
  53. 009a891 mmc: atmel-mci: prevent kernel oops while removing card by Nicolas Ferre · 14 years ago
  54. ebb1fea mmc: atmel-mci: fix two parameters swapped by Nicolas Ferre · 14 years ago
  55. 3444142 revert "procfs: provide stack information for threads" and its fixup commits by Robin Holt · 14 years ago
  56. 3c904af it8761e_gpio: fix bug in gpio numbering by Denis Turischev · 14 years ago
  57. f33d7e2 dma-mapping: fix dma_sync_single_range_* by FUJITA Tomonori · 14 years ago
  58. 45c6ceb ceph: zero unused message header, footer fields by Sage Weil · 14 years ago
  59. 3d69438 cifs: guard against hardlinking directories by Jeff Layton · 14 years ago
  60. fc2a093 Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 14 years ago
  61. 9fc282b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  62. c61ea31 CacheFiles: Fix occasional EIO on call to vfs_unlink() by David Howells · 14 years ago
  63. 7d6fb7b ACPI: sleep: eliminate duplicate entries in acpisleep_dmi_table[] by Alex Chiang · 14 years ago
  64. 9abf82b ceph: fix locking for waking session requests after reconnect by Sage Weil · 14 years ago
  65. d85b705 ceph: resubmit requests on pg mapping change (not just primary change) by Sage Weil · 14 years ago
  66. 04d000e ceph: fix open file counting on snapped inodes when mds returns no caps by Sage Weil · 14 years ago
  67. 0ceed5d ceph: unregister osd request on failure by Sage Weil · 14 years ago
  68. 0559a53 hwmon: (applesmc) Correct sysfs fan error handling by Henrik Rydberg · 14 years ago
  69. d1bf8cf hwmon: (asc7621) Bug fixes by Ken Milmore · 14 years ago
  70. 829e924 kprobes/x86: Fix removed int3 checking order by Masami Hiramatsu · 14 years ago
  71. de068ec perf: Fix static strings treated like dynamic ones by Frederic Weisbecker · 14 years ago
  72. 26ebe0a ALSA: hda - Fix mute-LED GPIO pin for HP dv series by Takashi Iwai · 14 years ago
  73. 0ebf9e3 ALSA: hda: Fix 0 dB for Lenovo models using Conexant CX20549 (Venice) by Daniel T Chen · 14 years ago
  74. 513d8be Input: iforce - fix Guillemot Jet Leader 3D entry by Marek Vasut · 14 years ago
  75. d861f7b Input: iforce - add Guillemot Jet Leader Force Feedback by Marek Vasut · 14 years ago
  76. de02d72 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 14 years ago
  77. c9ff04c drm/radeon: Fix 3 regressions - since buffer rework by Jean Delvare · 14 years ago
  78. 94b849a Merge branch 'fix/hda' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 14 years ago
  79. f742246 autofs4-2.6.34-rc1 - fix link_count usage by Ian Kent · 14 years ago
  80. b77b907 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 14 years ago
  81. 482c453 ALSA: Revert "ALSA: hda/realtek: quirk for D945GCLF2 mainboard" by Stefan Lippers-Hollmann · 14 years ago
  82. f0ecde1 net: Fix FDDI and TR config checks in ipv4 arp and LLC. by David S. Miller · 14 years ago
  83. bbd7254 IPv4: unresolved multicast route cleanup by Andreas Meissner · 14 years ago
  84. 0217f14 ALSA: hda - add support for Lenovo ThinkPad X100e in conexant codec by Andrej Gelenberg · 14 years ago
  85. b57f95a Linux 2.6.34-rc7 by Linus Torvalds · 14 years ago
  86. 93cb463 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 by Linus Torvalds · 14 years ago
  87. 1c6fe03 cpuidle: Fix incorrect optimization by Arjan van de Ven · 14 years ago
  88. fde4e2f HID: fix suspend crash by moving initializations earlier by Alan Stern · 14 years ago
  89. f1c448e Merge branch 'for-linus' of git://neil.brown.name/md by Linus Torvalds · 14 years ago
  90. 2c32b1d Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 by Linus Torvalds · 14 years ago
  91. 48fe37c Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  92. e33b3e7 Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 14 years ago
  93. e2dbe06 virtio: initialize earlier by Stijn Tintel · 14 years ago
  94. 9167746 Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 14 years ago
  95. 4a22533 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 14 years ago
  96. 417a9ef Merge branch 'v4l_for_2.6.34' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6 by Linus Torvalds · 14 years ago
  97. 91bc482e Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  98. 79733a8 mac80211: remove association work when processing deauth request by Reinette Chatre · 14 years ago
  99. 160b824 ar9170: wait for asynchronous firmware loading by Christian Lamparter · 14 years ago
  100. 1176568 md: restore ability of spare drives to spin down. by NeilBrown · 14 years ago