aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-24tty: fix tty_port_block_til_ready waitingJiri Slaby1-1/+1
2009-06-24pci: use pci_ioremap_bar() in drivers/serialArjan van de Ven2-6/+3
2009-06-24synclink_gt: fix transmit race and timeoutPaul Fulghum1-42/+30
2009-06-24jsm: clean up "serial: jsm: correctly support 4 8 port boards"Andrew Morton1-2/+2
2009-06-24kgdb: kgdboc console poll hooks for serial_txx9 uartAtsushi Nemoto1-21/+92
2009-06-24switch xfs to generic acl caching helpersAl Viro4-75/+9
2009-06-24helpers for acl caching + switch to thoseAl Viro10-333/+155
2009-06-24switch shmem to inode->i_aclAl Viro3-36/+10
2009-06-24switch reiserfs to inode->i_aclAl Viro5-55/+4
2009-06-24switch reiserfs to usual conventions for caching ACLsAl Viro3-21/+16
2009-06-24reiserfs: minimal fix for ACL cachingAl Viro1-1/+1
2009-06-24switch nilfs2 to inode->i_aclAl Viro3-22/+0
2009-06-24switch btrfs to inode->i_aclAl Viro4-27/+9
2009-06-24switch jffs2 to inode->i_aclAl Viro5-48/+19
2009-06-24switch jfs to inode->i_aclAl Viro4-41/+15
2009-06-24switch ext4 to inode->i_aclAl Viro5-40/+10
2009-06-24switch ext3 to inode->i_aclAl Viro5-40/+10
2009-06-24switch ext2 to inode->i_aclAl Viro5-41/+11
2009-06-24add caching of ACLs in struct inodeAl Viro2-0/+17
2009-06-24fs: Add new pre-allocation ioctls to vfs for compatibility with legacy xfs ioctlsAnkit Jain5-29/+139
2009-06-24cleanup __writeback_single_inodeChristoph Hellwig1-50/+50
2009-06-24... and the same for vfsmount id/mount group idAl Viro2-6/+26
2009-06-24Make allocation of anon devices cheaperAl Viro1-1/+6
2009-06-24update Documentation/filesystems/LockingChristoph Hellwig1-21/+22
2009-06-24devpts: remove module-related codeH. Peter Anvin1-10/+0
2009-06-24VFS: Switch init_mount_tree() to use the new create_mnt_ns() helperTrond Myklebust1-9/+2
2009-06-24vfs: fix nd->root leak in do_filp_open()J. R. Okajima1-1/+10
2009-06-24reiserfs: remove stray unlock_super in reiserfs_resizeChristoph Hellwig1-1/+0
2009-06-24udf: remove redundant tests on unsignedRoel Kluin1-5/+4
2009-06-24bnx2: Fix the behavior of ethtool when ONBOOT=noOoiwa Naohiro1-1/+9
2009-06-24asus-laptop: remove EXPERIMENTAL dependencyCorentin Chary1-1/+1
2009-06-24asus-laptop: use pr_fmt and pr_<level>Corentin Chary1-24/+26
2009-06-24eeepc-laptop: cpufv updatesCorentin Chary1-1/+76
2009-06-24eeepc-laptop: sync eeepc-laptop with asus_acpiCorentin Chary1-4/+15
2009-06-24asus_acpi: Deprecate in favor of asus-laptopCorentin Chary1-2/+2
2009-06-24acpi4asus: update MAINTAINER and KConfig linksCorentin Chary2-9/+10
2009-06-24asus-laptop: platform dev as parent for led and backlightCorentin Chary1-21/+19
2009-06-24eeepc-laptop: enable camera by defaultPekka Enberg1-0/+12
2009-06-24ACPI: Rename ACPI processor device bus IDZhao Yakui1-1/+10
2009-06-24acerhdf: Acer Aspire One fan controlPeter Feuerer4-0/+627
2009-06-23ACPI: video: DMI workaround broken Acer 7720 BIOS enabling display brightnessZhang Rui1-0/+8
2009-06-23ACPI: run ACPI device hot removal in kacpi_hotplug_wqZhang Rui1-12/+8
2009-06-23ACPI: Add the reference count to avoid unloading ACPI video bus twiceZhao Yakui3-9/+38
2009-06-23ACPI: DMI to disable Vista compatibility on some Sony laptopsZhang Rui1-0/+16
2009-06-23ACPI: fix a deadlock in hotplug caseZhang Rui1-9/+16
2009-06-23Show the physical device node of backlight class device.Zhang Rui1-0/+6
2009-06-23qla3xxx: Don't sleep while holding lock.Ron Mercer1-0/+3
2009-06-23qla3xxx: Give the PHY time to come out of reset.Ron Mercer1-1/+2
2009-06-23ipv4 routing: Ensure that route cache entries are usable and reclaimable with caching is offNeil Horman1-3/+23
2009-06-23net: Move rx skb_orphan call to where neededHerbert Xu6-7/+5