1. 01c0319 cleanup __writeback_single_inode by Christoph Hellwig · 15 years ago
  2. f21f622 ... and the same for vfsmount id/mount group id by Al Viro · 15 years ago
  3. c63e09e Make allocation of anon devices cheaper by Al Viro · 15 years ago
  4. 7e325d3 update Documentation/filesystems/Locking by Christoph Hellwig · 15 years ago
  5. f6cc746 devpts: remove module-related code by H. Peter Anvin · 15 years ago
  6. 3b22edc VFS: Switch init_mount_tree() to use the new create_mnt_ns() helper by Trond Myklebust · 15 years ago
  7. 654f562 vfs: fix nd->root leak in do_filp_open() by J. R. Okajima · 15 years ago
  8. b5450d9 reiserfs: remove stray unlock_super in reiserfs_resize by Christoph Hellwig · 15 years ago
  9. c912e7a ALSA: hda - Fix support for Samsung P50 with AD1986A codec by Takashi Iwai · 15 years ago
  10. 03c405a ALSA: hda - Generalize the pin-detect quirk for Lenovo N100 by Takashi Iwai · 15 years ago
  11. 16d11a8 ALSA: hda - Simplify AD1986A mixer definitions by Takashi Iwai · 15 years ago
  12. 3391faa udf: remove redundant tests on unsigned by Roel Kluin · 15 years ago
  13. 1e7b8c8 ALSA: hda - More description about patch module option by Takashi Iwai · 15 years ago
  14. 7682482 ALSA: hda - Add description about patch loading by Takashi Iwai · 15 years ago
  15. 4ea6fbc ALSA: hda - Add patch module option by Takashi Iwai · 15 years ago
  16. a1e21c9 ALSA: hda - Don't call snd_hda_codec_configure in snd_hda_codec_new() by Takashi Iwai · 15 years ago
  17. 7959ea2 bnx2: Fix the behavior of ethtool when ONBOOT=no by Ooiwa Naohiro · 15 years ago
  18. 21ab01e asus-laptop: remove EXPERIMENTAL dependency by Corentin Chary · 15 years ago
  19. 2fcc23d asus-laptop: use pr_fmt and pr_<level> by Corentin Chary · 15 years ago
  20. b31d0fd eeepc-laptop: cpufv updates by Corentin Chary · 15 years ago
  21. b7b700d eeepc-laptop: sync eeepc-laptop with asus_acpi by Corentin Chary · 15 years ago
  22. 6122af3 asus_acpi: Deprecate in favor of asus-laptop by Corentin Chary · 15 years ago
  23. 76593d6 acpi4asus: update MAINTAINER and KConfig links by Corentin Chary · 15 years ago
  24. 116bf2e asus-laptop: platform dev as parent for led and backlight by Corentin Chary · 15 years ago
  25. cede2cb eeepc-laptop: enable camera by default by Pekka Enberg · 15 years ago
  26. 57599cc Merge branch 'bjorn-notify' into release by Len Brown · 15 years ago
  27. fbe8cdd Merge branches 'acerhdf', 'acpi-pci-bind', 'bjorn-pci-root', 'bugzilla-12904', 'bugzilla-13121', 'bugzilla-13396', 'bugzilla-13533', 'bugzilla-13612', 'c3_lock', 'hid-cleanups', 'misc-2.6.31', 'pdc-leak-fix', 'pnpacpi', 'power_nocheck', 'thinkpad_acpi', 'video' and 'wmi' into release by Len Brown · 15 years ago
  28. 7a04b84 ACPI: Rename ACPI processor device bus ID by Zhao Yakui · 15 years ago
  29. e86435e acerhdf: Acer Aspire One fan control by Peter Feuerer · 15 years ago
  30. 916d757 Fix rule eviction order for AUDIT_DIR by Al Viro · 15 years ago
  31. 9d96098 Audit: clean up all op= output to include string quoting by Eric Paris · 15 years ago
  32. 35fe4d0 Audit: move audit_get_nd completely into audit_watch by Eric Paris · 15 years ago
  33. cfcad62 audit: seperate audit inode watches into a subfile by Eric Paris · 15 years ago
  34. ea7ae60 Audit: clean up audit_receive_skb by Eric Paris · 15 years ago
  35. ee080e6 Audit: cleanup netlink mesg handling by Eric Paris · 15 years ago
  36. 038cbcf Audit: unify the printk of an skb when auditd not around by Eric Paris · 15 years ago
  37. e85188f Audit: dereferencing krule as if it were an audit_watch by Eric Paris · 15 years ago
  38. b87ce6e Audit: better estimation of execve record length by Eric Paris · 15 years ago
  39. 35aa901 Audit: fix audit watch use after free by Eric Paris · 15 years ago
  40. 152a4e6 ACPI: video: DMI workaround broken Acer 7720 BIOS enabling display brightness by Zhang Rui · 15 years ago
  41. c8d72a5 ACPI: run ACPI device hot removal in kacpi_hotplug_wq by Zhang Rui · 15 years ago
  42. 86e437f ACPI: Add the reference count to avoid unloading ACPI video bus twice by Zhao Yakui · 15 years ago
  43. 35a7c64f ACPI: DMI to disable Vista compatibility on some Sony laptops by Zhang Rui · 15 years ago
  44. c02256b ACPI: fix a deadlock in hotplug case by Zhang Rui · 15 years ago
  45. 056c308 Show the physical device node of backlight class device. by Zhang Rui · 15 years ago
  46. be98eb2 Merge git://git.infradead.org/iommu-2.6 by Linus Torvalds · 15 years ago
  47. cf5434e Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 15 years ago
  48. 7b58fc2 Merge branch 'next-i2c' of git://aeryn.fluff.org.uk/bjdooks/linux by Linus Torvalds · 15 years ago
  49. 0f77ca9 qla3xxx: Don't sleep while holding lock. by Ron Mercer · 15 years ago
  50. e5a6737 qla3xxx: Give the PHY time to come out of reset. by Ron Mercer · 15 years ago
  51. b6280b4 ipv4 routing: Ensure that route cache entries are usable and reclaimable with caching is off by Neil Horman · 15 years ago
  52. d55d87f net: Move rx skb_orphan call to where needed by Herbert Xu · 15 years ago
  53. 1ab52cf i2c: driver for the Synopsys DesignWare I2C controller by Baruch Siach · 15 years ago
  54. f007e99 Intel-IOMMU, intr-remap: source-id checking by Weidong Han · 15 years ago
  55. c4658b4 Intel-IOMMU, intr-remap: set the whole 128bits of irte when modify/free it by Weidong Han · 15 years ago
  56. 2c2e2c3 IOMMU Identity Mapping Support (drivers/pci/intel_iommu.c) by Fenghua Yu · 15 years ago
  57. 4e8a237 nvidiafb: fix boot-time printk string by Mikael Pettersson · 15 years ago
  58. 840c516 h8/300: fix incorrect "select" directives in arch/h8300/Kconfig.cpu. by Robert P. J. Day · 15 years ago
  59. 364df0e mm: fix handling of pagesets for downed cpus by Dimitri Sivanich · 15 years ago
  60. 01ff53f rmap: fixup page_referenced() for nommu systems by Mike Frysinger · 15 years ago
  61. a5c9b69 mm: pass mm to grab_swap_token by Hugh Dickins · 15 years ago
  62. 626f380 Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 15 years ago
  63. 32708e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 15 years ago
  64. f5bcf5f Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 15 years ago
  65. defe910 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 15 years ago
  66. 95b3692 Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6 by Linus Torvalds · 15 years ago
  67. d26ed65 mm: don't rely on flags coincidence by Hugh Dickins · 15 years ago
  68. 788c7df hugetlb: fault flags instead of write_access by Hugh Dickins · 15 years ago
  69. a800fae Merge branch 'for-linus' of git://www.jni.nu/cris by Linus Torvalds · 15 years ago
  70. c488eef Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 15 years ago
  71. cf9c1b9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog by Linus Torvalds · 15 years ago
  72. 135aae3 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6 by Linus Torvalds · 15 years ago
  73. 811e42c Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 15 years ago
  74. 4843a3b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6 by Linus Torvalds · 15 years ago
  75. 4a7eca8 Merge branches 'ehca', 'misc', 'mlx4', 'mthca' and 'nes' into for-linus by Roland Dreier · 15 years ago
  76. 716abb1 RDMA: Add __init/__exit macros to addr.c and cma.c by Peter Huewe · 15 years ago
  77. 1d4d6da IB/ehca: Bump version number by Alexander Schmidt · 15 years ago
  78. cb4cbcf mm: fix incorrect page removal from LRU by KAMEZAWA Hiroyuki · 15 years ago
  79. bb38c22 sh: Fix up HAVE_PERF_COUNTERS typo. by Paul Mundt · 15 years ago
  80. bf96d1e kmemleak: Do not force the slab debugging Kconfig options by Catalin Marinas · 15 years ago
  81. ae28106 kmemleak: use pr_fmt by Joe Perches · 15 years ago
  82. 0634a63 asm-generic: add dummy pgprot_noncached() by Paul Mundt · 15 years ago
  83. d5fdd6b ipv6: Use correct data types for ICMPv6 type and code by Brian Haley · 15 years ago
  84. 0cf08dc net: let KS8842 driver depend on HAS_IOMEM by Heiko Carstens · 15 years ago
  85. fec37ab can: let SJA1000 driver depend on HAS_IOMEM by Heiko Carstens · 15 years ago
  86. 96f2ebd netxen: fix firmware init handshake by Dhananjay Phadke · 15 years ago
  87. 01542cd netxen: fix build with without CONFIG_PM by Dhananjay Phadke · 15 years ago
  88. 971121f sh: Fix up more dma-mapping fallout. by Paul Mundt · 15 years ago
  89. 2eb2a43 sh: SH7786 SMP support. by Paul Mundt · 15 years ago
  90. b29fa1f sh: Wire up the uncached fixmap on sh64 as well. by Paul Mundt · 15 years ago
  91. 997d003 sh: Use local TLB flush in set_pte_phys(). by Paul Mundt · 15 years ago
  92. 2e046b9 sh: Provide cpu_idle_wait() to fix up cpuidle/SMP build. by Paul Mundt · 15 years ago
  93. 7b99483 CRISv10: remove redundant tests on unsigned by Roel Kluin · 15 years ago
  94. 9b901ee [WATCHDOG] wdt_pci.c: remove #ifdef CONFIG_WDT_501_PCI by Wim Van Sebroeck · 15 years ago
  95. 44df753 [WATCHDOG] hpwdt: Add NMI priority option by Tom Mingarelli · 15 years ago
  96. 789cd47 [WATCHDOG] OMAP fixes: enable clock in probe, trigger timer reload by Ulrik Bech Hald · 15 years ago
  97. eebf8d8 V4L/DVB (12131): BUGFIX: An incorrect Carrier Recovery Loop optimization table was being by Manu Abraham · 15 years ago
  98. 0a5ded5 V4L/DVB (12130): Fix a redundant compiler warning by Manu Abraham · 15 years ago
  99. d8b2996 V4L/DVB (12003): v4l2: Move bounding code outside I2C ifdef block by Trent Piepho · 15 years ago
  100. 1ca2737 V4L/DVB (11913): cx231xx: TRY_FMT should not actually set anything by Trent Piepho · 15 years ago