summaryrefslogtreecommitdiffstats
path: root/drivers/ssb (unfollow)
Commit message (Expand)AuthorFilesLines
2009-02-09xfs: get rid of indirections in the quotaops implementationChristoph Hellwig12-262/+181
2009-02-09xfs: sanitize qh_lock wrappersChristoph Hellwig4-81/+37
2009-02-09xfs: use mutex_is_locked in XFS_DQ_IS_LOCKEDChristoph Hellwig1-13/+1
2009-02-09xfs: remove XFS_QM_LOCK/XFS_QM_UNLOCK/XFS_QM_HOLD/XFS_QM_RELEChristoph Hellwig2-12/+6
2009-02-09xfs: merge xfs_mkdir into xfs_createChristoph Hellwig3-291/+92
2009-02-09xfs: remove uchar_t/ushort_t/uint_t/ulong_t typesChristoph Hellwig7-18/+10
2009-02-09xfs: remove superflous inobt macrosChristoph Hellwig5-31/+17
2009-02-09xfs: remove iclog calculation special casesChristoph Hellwig1-26/+2
2009-02-08mm: fix error case in mlock downgrade reversionHugh Dickins1-1/+4
2009-02-08xfs: remove the unused XFS_QMOPT_DQLOCK flagChristoph Hellwig3-113/+50
2009-02-08xfs: cleanup xfs_find_handleChristoph Hellwig1-62/+44
2009-02-08Linux 2.6.29-rc4v2.6.29-rc4Linus Torvalds1-1/+1
2009-02-08radeonfb: Fix resume from D3Cold on some platformsBenjamin Herrenschmidt2-67/+20
2009-02-08aty128fb: Properly save PCI state before changing PCI PM levelBenjamin Herrenschmidt1-10/+15
2009-02-08atyfb: Properly save PCI state before changing PCI PM levelBenjamin Herrenschmidt1-5/+15
2009-02-08async: use list_move_tailStefan Richter1-2/+1
2009-02-08async: Rename _special -> _domain for clarity.Cornelia Huck3-24/+29
2009-02-08async: Add some documentation.Cornelia Huck1-0/+47
2009-02-08async: Handle kthread_run() return codes.Cornelia Huck1-2/+9
2009-02-08async: Fix running list handling.Cornelia Huck1-2/+2
2009-02-07module: remove over-zealous check in __module_get()Rusty Russell1-1/+0
2009-02-07ACPI: Kconfig text - Fix the ACPI_CONTAINER module name according to the real...Thierry Vignaud1-1/+1
2009-02-07eeepc-laptop: fix oops when changing backlight brightness during eeepc-laptop...Darren Salt1-1/+2
2009-02-07ACPICA: Fix table entry truncation calculationMyron Stowe1-4/+3
2009-02-07ACPI: Enable bit 11 in _PDC to advertise hw coordPallipadi, Venkatesh1-0/+2
2009-02-07ACPI: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-4/+4
2009-02-07ACPI: add missing KERN_* constants to printksFrank Seidel6-11/+12
2009-02-07ACPI: dock: Don't eval _STA on every show_docked sysfs readHolger Macht1-1/+5
2009-02-07eCryptfs: Regression in unencrypted filename symlinksTyler Hicks1-2/+2
2009-02-07x86-64: fix int $0x80 -ENOSYS returnRoland McGrath1-3/+5
2009-02-07elf core dump: fix get_user useRoland McGrath1-2/+12
2009-02-06CRED: Fix SUID exec regressionDavid Howells3-8/+24
2009-02-06vfs: Don't call attach_nobh_buffers() with an empty listDave Kleikamp1-1/+1
2009-02-06ACPI: disable ACPI cleanly when bad RSDP foundLen Brown1-1/+6
2009-02-06ACPI: delete CPU_IDLE=n codeLen Brown2-608/+1
2009-02-06Add Sascha Hauer to .mailmapUwe Kleine-König1-0/+1
2009-02-06add another mailmap entry for Uwe Kleine-KönigUwe Kleine-König1-1/+2
2009-02-06fork.c: fix NULL pointer dereference when nr_threads == threads-maxLi Zefan1-0/+1
2009-02-06Btrfs: Make sure dir is non-null before doing S_ISGID checksChris Mason1-1/+1
2009-02-06ieee1394: dv1394: move deprecation message from module init to file openStefan Richter1-4/+4
2009-02-06ALSA: hda - Add missing COEF initialization for ALC887Takashi Iwai1-0/+1
2009-02-06ALSA: hda - Add missing initialization for ALC272Takashi Iwai1-0/+1
2009-02-06sound: usb-audio: handle wMaxPacketSize for FIXED_ENDPOINT devicesClemens Ladisch1-0/+1
2009-02-06md: Ensure an md array never has too many devices.NeilBrown1-10/+14
2009-02-06md: Fix a bug in linear.c causing which_dev() to return the wrong device.Andre Noll1-3/+3
2009-02-06md: Allow read error in a single drive raid1 to be passed up.NeilBrown1-1/+2
2009-02-06prevent kprobes from catching spurious page faultsMasami Hiramatsu1-2/+6
2009-02-06braino in sg_ioctl_trans()Al Viro1-1/+1
2009-02-06Revert "tcp: Always set urgent pointer if it's beyond snd_nxt"David S. Miller1-8/+4
2009-02-06ipv6: Copy cork options in ip6_append_dataHerbert Xu1-15/+52