summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | sound: pss - don't use the deprecated function check_regionWang Shaoyan2011-08-081-2/+4
| * | | | | | ALSA: timer - Add NULL-check for invalid slave timerTakashi Iwai2011-08-081-0/+3
| * | | | | | ALSA: timer - Fix Oops at closing slave timerTakashi Iwai2011-08-081-0/+2
| * | | | | | ALSA: asihpi - use kzalloc()Thomas Meyer2011-08-071-3/+2
| * | | | | | ALSA: snd-usb-caiaq: Fix keymap for RigKontrol3Daniel Mack2011-08-061-1/+1
| * | | | | | ALSA: snd-usb: Fix uninitialized variable usageDaniel Mack2011-08-061-1/+1
| * | | | | | ALSA: hda - Fix a complile warning in patch_via.cWang Shaoyan2011-08-051-1/+1
| * | | | | | ALSA: hdspm - Fix uninitialized compile warningsTakashi Iwai2011-08-051-6/+13
| * | | | | | ALSA: usb-audio - add quirk for Keith McMillen StringPortMiller Puckette2011-08-051-0/+6
| * | | | | | ALSA: snd-usb: operate on given mixer interface onlyDaniel Mack2011-08-042-12/+9
| * | | | | | ALSA: snd-usb: avoid dividing by zero on invalid inputNicolai Krakowiak2011-08-041-0/+5
| * | | | | | ALSA: snd-usb: Accept UAC2 FORMAT_TYPE descriptors with bLength > 6Clemens Ladisch2011-08-041-1/+1
| * | | | | | sound: oss/pas2: Remove CLOCK_TICK_RATE dependency from PAS16 driverDeepak Saxena2011-08-041-4/+4
| * | | | | | ALSA: hda - Use auto-parser for ASUS UX50, Eee PC P901, S101 and P1005Takashi Iwai2011-08-041-7/+0
| * | | | | | ALSA: hda - Fix digital-mic mono recording on ASUS Eee PCTakashi Iwai2011-08-041-0/+26
* | | | | | | gma500: Fix clashes with DRM updatesAlan Cox2011-08-092-24/+1
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2011-08-081-1/+4
|\ \ \ \ \ \ \
| * | | | | | | TOMOYO: Fix incomplete read of /sys/kernel/security/tomoyo/profileTetsuo Handa2011-08-081-1/+4
| | |_|_|/ / / | |/| | | | |
* | | | | | | mm: Fix fixup_user_fault() for MMU=nPeter Zijlstra2011-08-081-2/+10
* | | | | | | autofs4: fix debug printk warning uncovered by cleanupLinus Torvalds2011-08-081-1/+1
* | | | | | | autofs4: clean up uaotfs use of debug/info/warning printoutsLinus Torvalds2011-08-081-18/+8
* | | | | | | cred: use 'const' in get_current_{user,groups}Linus Torvalds2011-08-081-2/+2
* | | | | | | CRED: Restore const to current_cred()David Howells2011-08-081-1/+1
|/ / / / / /
* | | | | | Linux 3.1-rc1v3.1-rc1Linus Torvalds2011-08-071-2/+2
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2011-08-071-2/+4
|\ \ \ \ \ \
| * | | | | | sparc: Fix build with DEBUG_PAGEALLOC enabled.David S. Miller2011-08-061-2/+4
* | | | | | | sh: Fix boot crash related to SCIRafael J. Wysocki2011-08-071-1/+1
* | | | | | | arm: remove stale export of 'sha_transform'Linus Torvalds2011-08-071-3/+0
* | | | | | | arm: remove "optimized" SHA1 routinesLinus Torvalds2011-08-072-212/+1
* | | | | | | fix rcu annotations noise in cred.hAl Viro2011-08-071-5/+6
* | | | | | | vfs: rename 'do_follow_link' to 'should_follow_link'Linus Torvalds2011-08-071-2/+2
* | | | | | | Fix POSIX ACL permission checkAri Savolainen2011-08-071-1/+1
| |_|/ / / / |/| | | | |
* | | | | | Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds2011-08-069-504/+617
|\ \ \ \ \ \
| * | | | | | ore: Make ore its own moduleBoaz Harrosh2011-08-063-1/+23
| * | | | | | exofs: Rename raid engine from exofs/ios.c => oreBoaz Harrosh2011-08-066-255/+295
| * | | | | | exofs: ios: Move to a per inode components & device-tableBoaz Harrosh2011-08-064-183/+218
| * | | | | | exofs: Move exofs specific osd operations out of ios.cBoaz Harrosh2011-08-064-73/+79
| * | | | | | exofs: Add offset/length to exofs_get_io_stateBoaz Harrosh2011-08-063-16/+38
| * | | | | | exofs: Fix truncate for the raid-groups caseBoaz Harrosh2011-08-041-20/+53
| * | | | | | exofs: Small cleanup of exofs_fill_superBoaz Harrosh2011-08-041-4/+2
| * | | | | | exofs: BUG: Avoid sbi reallocBoaz Harrosh2011-08-042-24/+30
| * | | | | | exofs: Remove pnfs-osd private definitionsBoaz Harrosh2011-08-042-50/+1
| * | | | | | nfs_xdr: Move nfs4_string definition out of #ifdef CONFIG_NFS_V4Boaz Harrosh2011-08-041-5/+5
* | | | | | | vfs: optimize inode cache access patternsLinus Torvalds2011-08-064-34/+106
* | | | | | | vfs: renumber DCACHE_xyz flags, remove some stale onesLinus Torvalds2011-08-062-18/+14
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2011-08-0618-453/+325
|\ \ \ \ \ \ \
| * | | | | | | net: Compute protocol sequence numbers and fragment IDs using MD5.David S. Miller2011-08-0614-361/+223
| * | | | | | | crypto: Move md5_transform to lib/md5.cDavid S. Miller2011-08-064-92/+102
| | |/ / / / / | |/| | | | |
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2011-08-066-18/+14
|\ \ \ \ \ \ \
| * | | | | | | cifs: cope with negative dentries in cifs_get_rootJeff Layton2011-08-051-0/+4