1. acc6563 rionet: fix page allocation order of rionet_active by Akinobu Mita · 12 years ago
  2. 3f8c91a via-rhine: fix wait-bit inversion. by Andreas Mohr · 12 years ago
  3. 5220ea1 md/raid1: If md_integrity_register() failed,run() must free the mem by majianpeng · 12 years ago
  4. 0366ef8 md/raid0: If md_integrity_register() fails, raid0_run() must free the mem. by majianpeng · 12 years ago
  5. 98d5561 md/linear: If md_integrity_register() fails, linear_run() must free the mem. by majianpeng · 12 years ago
  6. 72331bc ipv6: Fix RTM_GETROUTE's interpretation of RTA_IIF to be consistent with ipv4 by Shmulik Ladkani · 12 years ago
  7. 2533e82 sparc: pgtable_64: change include order by Aaro Koskinen · 12 years ago
  8. 450aed7 m68k/q40: Add missing platform check before registering platform devices by Geert Uytterhoeven · 12 years ago
  9. 6cfeba5 m68k/mac: Add missing platform check before registering platform devices by Geert Uytterhoeven · 12 years ago
  10. 7224c0d m68k: include asm/cmpxchg.h in our m68k atomic.h by Greg Ungerer · 12 years ago
  11. cdaf0b8 net: lpc_eth: Fix rename of dev_hw_addr_random by stigge@antcom.de · 12 years ago
  12. 6523cf9 net/netfilter/nfnetlink_acct.c: use linux/atomic.h by Andrew Morton · 12 years ago
  13. 81213b5 rose_dev: fix memcpy-bug in rose_set_mac_address by danborkmann@iogearbox.net · 12 years ago
  14. 464b57d Fix non TBI PHY access; a bad merge undid bug fix in a previous commit. by Kenth Eriksson · 12 years ago
  15. 6737856 net/garp: avoid infinite loop if attribute already exists by David Ward · 12 years ago
  16. 54f5ffb Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by David S. Miller · 12 years ago
  17. 66189be CIFS: Fix VFS lock usage for oplocked files by Pavel Shilovsky · 12 years ago
  18. 9ebb389 Revert "CIFS: Fix VFS lock usage for oplocked files" by Steve French · 12 years ago
  19. fbc729a hwmon: (k10temp) Add support for AMD Trinity CPUs by Andre Przywara · 12 years ago
  20. 6f7805a hwmon: (w83627ehf) mark const init data with __initconst instead of __initdata by Uwe Kleine-König · 12 years ago
  21. 31e354e hwmon: (acpi_power_meter) fix lockdep spew due to non-static lock class by Kyle McMartin · 12 years ago
  22. ce15a81 hwmon: (adm1031) Fix compiler warning by Guenter Roeck · 12 years ago
  23. 6394011 hwmon: (f75375s) Fix warning message seen in some configurations by Guenter Roeck · 12 years ago
  24. 52f30f7 hwmon: (max6639) Convert to dev_pm_ops by Mark Brown · 12 years ago
  25. be45d42 hwmon: (sht15) Fix Kconfig dependencies by Guenter Roeck · 12 years ago
  26. c1a1260 hwmon: (gpio-fan) Fix Kconfig dependencies by Guenter Roeck · 12 years ago
  27. 4b4e9e4 regmap: rbtree: Fix register default look-up in sync by Lars-Peter Clausen · 12 years ago
  28. e77166b drm/i915: properly clear SSC1 bit in the pch refclock init code by Daniel Vetter · 12 years ago
  29. 1c7eaac drm/i915: apply CS reg readback trick against missed IRQ on snb by Daniel Vetter · 12 years ago
  30. 25e341c drm/i915: quirk away broken OpRegion VBT by Daniel Vetter · 12 years ago
  31. aa46419 drm/i915: enable plain RC6 on Sandy Bridge by default by Eugeni Dodonov · 12 years ago
  32. 83b7f9a drm/i915: allow to select rc6 modes via kernel parameter by Eugeni Dodonov · 12 years ago
  33. 7dd4906 drm/i915: Mark untiled BLT commands as fenced on gen2/3 by Chris Wilson · 12 years ago
  34. 55a254a drm/i915: properly restore the ppgtt page directory on resume by Daniel Vetter · 12 years ago
  35. f47166d drm/i915: Sanitize BIOS debugging bits from PIPECONF by Chris Wilson · 12 years ago
  36. dd775ae Linux 3.4-rc1 by Linus Torvalds · 12 years ago
  37. 2545e07 cifs: writing past end of struct in cifs_convert_address() by Dan Carpenter · 12 years ago
  38. b2a3ad9 cifs: silence compiler warnings showing up with gcc-4.7.0 by Jeff Layton · 12 years ago
  39. b5efb97 CIFS: Fix VFS lock usage for oplocked files by Pavel Shilovsky · 12 years ago
  40. b7ffff4 Merge branch 's3-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/amit/virtio-console by Linus Torvalds · 12 years ago
  41. 8bb1f22 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  42. f22e08a Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  43. f187e9f Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  44. adb3b1f Merge tag 'parisc-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6 by Linus Torvalds · 12 years ago
  45. a75ee6e Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 12 years ago
  46. c0d0259 vfs: fix out-of-date dentry_unhash() comment by J. Bruce Fields · 13 years ago
  47. bad6118 vfs: split __lookup_hash by Miklos Szeredi · 12 years ago
  48. 81e6f52 untangling do_lookup() - take __lookup_hash()-calling case out of line. by Al Viro · 12 years ago
  49. a325554 untangling do_lookup() - switch to calling __lookup_hash() by Al Viro · 12 years ago
  50. a6ecdfc untangling do_lookup() - merge d_alloc_and_lookup() callers by Al Viro · 12 years ago
  51. ec335e9 untangling do_lookup() - merge failure exits in !dentry case by Al Viro · 12 years ago
  52. d774a05 untangling do_lookup() - massage !dentry case towards __lookup_hash() by Al Viro · 12 years ago
  53. 08b0ab7 untangling do_lookup() - get rid of need_reval in !dentry case by Al Viro · 12 years ago
  54. acc9cb3 untangling do_lookup() - eliminate a loop. by Al Viro · 12 years ago
  55. 37c17e1 untangling do_lookup() - expand the area under ->i_mutex by Al Viro · 12 years ago
  56. 3f6c7c7 untangling do_lookup() - isolate !dentry stuff from the rest of it. by Al Viro · 12 years ago
  57. cda309d vfs: move MAY_EXEC check from __lookup_hash() by Miklos Szeredi · 12 years ago
  58. 3637c05 vfs: don't revalidate just looked up dentry by Miklos Szeredi · 12 years ago
  59. fa4ee15 vfs: fix d_need_lookup/d_revalidate order in do_lookup by Miklos Szeredi · 12 years ago
  60. 4613ad1 ext3: move headers to fs/ext3/ by Al Viro · 12 years ago
  61. f7699f2 migrate ext2_fs.h guts to fs/ext2/ext2.h by Al Viro · 12 years ago
  62. 39429c5 new helper: ext2_image_size() by Al Viro · 12 years ago
  63. 2f99c36 get rid of pointless includes of ext2_fs.h by Al Viro · 12 years ago
  64. 4a165d2 ext2: No longer export ext2_fs.h to user space by Thierry Reding · 12 years ago
  65. 00292bb mtdchar: kill persistently held vfsmount by Al Viro · 12 years ago
  66. 22a71c3 pstore: trim pstore_get_inode() by Al Viro · 12 years ago
  67. a2e1859 aio: take final put_ioctx() into callers of io_destroy() by Al Viro · 12 years ago
  68. 06af121 aio: merge aio_cancel_all() with wait_for_all_aios() by Al Viro · 12 years ago
  69. a1c2aa1 selinuxfs: merge dentry allocation into sel_make_dir() by Al Viro · 12 years ago
  70. c9651e7 ASPM: Fix pcie devices with non-pcie children by Matthew Garrett · 12 years ago
  71. d49fe3c regulator: Remove non-existent parameter from fixed-helper.c kernel doc by Russ Dill · 12 years ago
  72. cdb0f9a selinux: inline avc_audit() and avc_has_perm_noaudit() into caller by Linus Torvalds · 12 years ago
  73. a554bea selinux: don't inline slow-path code into avc_has_perm_noaudit() by Linus Torvalds · 12 years ago
  74. 546e784 regulator: Fix setting new voltage in s5m8767_set_voltage by Axel Lin · 12 years ago
  75. 5f12760 regulator: fix sysfs name collision between dummy and fixed dummy regulator by Shawn Guo · 12 years ago
  76. 6308191 tracing, sched, vfs: Fix 'old_pid' usage in trace_sched_process_exec() by Oleg Nesterov · 12 years ago
  77. e3831ed sched: Fix incorrect usage of for_each_cpu_mask() in select_fallback_rq() by Srivatsa S. Bhat · 12 years ago
  78. 6d00889 ARM: fix more fallout from 9f97da78bf (Disintegrate asm/system.h for ARM) by Russell King · 12 years ago
  79. 8ebfdf2 Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 12 years ago
  80. f878d0b virtio-pci: switch to PM ops macro to initialise PM functions by Amit Shah · 12 years ago
  81. 04c2322 virtio-pci: S3 support by Amit Shah · 12 years ago
  82. 0517fdd virtio-pci: drop restore_common() by Amit Shah · 12 years ago
  83. f38f838 virtio: drop thaw PM operation by Amit Shah · 12 years ago
  84. e47d854 virtio: balloon: Allow stats update after restore from S4 by Amit Shah · 12 years ago
  85. fa2a451 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 12 years ago
  86. bde4d8b sparc32: fix fallout from system.h removal by Sam Ravnborg · 12 years ago
  87. 923f797 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 12 years ago
  88. a7697b9 Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 12 years ago
  89. 2b17b43 Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 12 years ago
  90. f558c27 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  91. 3a0d184 Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  92. 623ff77 Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6 by Linus Torvalds · 12 years ago
  93. c39e8ed Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  94. a335750 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux by Linus Torvalds · 12 years ago
  95. 10f3cb4 Merge git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 12 years ago
  96. 919c840 Merge tag 'for-v3.4-rc1' of git://git.infradead.org/battery-2.6 by Linus Torvalds · 12 years ago
  97. a9d38a4 Merge branch 'dunlap' (Randy's Documentation patches) by Linus Torvalds · 12 years ago
  98. c480138 Documentation: fix typo in ABI/stable/sysfs-driver-usb-usbtmc by Rafal Kapela · 12 years ago
  99. 78286cd Documentation: replace install commands with softdeps by Lucas De Marchi · 12 years ago
  100. 970e248 Documentation: remove references to /etc/modprobe.conf by Lucas De Marchi · 12 years ago