summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-03-17Linux 2.6.32.59v2.6.32.59Willy Tarreau1-1/+1
2012-03-17blkfront: Fix backtrace in del_gendiskDavid Vrabel1-2/+2
2012-03-17watchdog: hpwdt: clean up set_memory_x call for 32 bitMaxim Uvarov1-2/+3
2012-03-17regset: Return -EFAULT, not -EIO, on host-side memory faultH. Peter Anvin1-2/+2
2012-03-17regset: Prevent null pointer reference on readonly regsetsH. Peter Anvin2-1/+7
2012-03-17net/usbnet: avoid recursive locking in usbnet_stop()Sebastian Siewior1-0/+2
2012-03-17cifs: fix dentry refcount leak when opening a FIFO on lookupJeff Layton1-2/+18
2012-03-17KEYS: Enable the compat keyctl wrapper on s390xDavid Howells1-0/+3
2012-03-17eCryptfs: Handle failed metadata read in lookupTyler Hicks4-16/+28
2012-03-17bsg: fix sysfs link remove warningStanislaw Gruszka1-1/+2
2012-03-17writeback: fixups for !dirty_writeback_centisecsJens Axboe3-5/+12
2012-03-17IA64: Remove COMPAT_IA32 supportBen Hutchings1-17/+0
2012-03-17compat: Re-add missing asm/compat.h include to fix compile breakage on s390Heiko Carstens1-0/+1
2012-03-04Linux 2.6.32.58v2.6.32.58Greg Kroah-Hartman1-1/+1
2012-03-04PM / Sleep: Fix read_unlock_usermodehelper() call.Tetsuo Handa1-2/+1
2012-03-04PM / Sleep: Fix freezer failures due to racy usermodehelper_is_disabled()Srivatsa S. Bhat3-1/+30
2012-03-04firmware loader: allow builtin firmware load even if usermodehelper is disabledLinus Torvalds1-5/+6
2012-03-04PM: Print a warning if firmware is requested when tasks are frozenRafael J. Wysocki3-0/+19
2012-03-04compat: fix compile breakage on s390Heiko Carstens11-11/+9
2012-03-04Fix autofs compile without CONFIG_COMPATLinus Torvalds1-0/+4
2012-03-04autofs: work around unhappy compat problem on x86-64Ian Kent4-3/+23
2012-03-04cdrom: use copy_to_user() without the underscoresDan Carpenter1-7/+1
2012-03-04eCryptfs: Clear i_nlink in rmdirTyler Hicks1-0/+2
2012-03-04eCryptfs: Remove extra d_delete in ecryptfs_rmdirTyler Hicks1-2/+0
2012-03-04eCryptfs: Use notify_change for truncating lower inodesTyler Hicks1-32/+67
2012-03-04hdpvr: fix race conditon during start of streamingJanne Grunau1-1/+2
2012-03-04xhci: Fix encoding for HS bulk/control NAK rate.Sarah Sharp1-8/+24
2012-03-04USB: Fix handoff when BIOS disables host PCI device.Sarah Sharp1-0/+11
2012-03-04USB: Added Kamstrup VID/PIDs to cp210x serial driver.Bruno Thomsen1-0/+2
2012-03-04ARM: 7325/1: fix v7 boot with lockdep enabledRabin Vincent2-1/+6
2012-03-04ARM: 7321/1: cache-v7: Disable preemption when reading CCSIDRStephen Boyd1-0/+6
2012-03-04SCSI: 3w-9xxx fix bug in sgl loadingadam radford1-4/+7
2012-03-04ecryptfs: read on a directory should return EISDIR if not supportedAndy Whitcroft1-0/+1
2012-03-04drm/radeon/kms: fix MSI re-arm on rv370+Alex Deucher2-6/+2
2012-03-04crypto: sha512 - use standard ror64()Alexey Dobriyan2-9/+24
2012-03-04Add mount option to check uid of device being mounted = expect uid, CVE-2011-...John Johansen1-5/+25
2012-03-04Ban ecryptfs over ecryptfsAl Viro1-0/+8
2012-03-04eCryptfs: Remove mmap from directory operationsTyler Hicks1-1/+0
2012-03-04crypto: sha512 - Avoid stack bloat on i386Herbert Xu1-36/+32
2012-03-04crypto: sha512 - Use binary and instead of modulusHerbert Xu1-2/+2
2012-03-04hwmon: (f75375s) Fix automatic pwm mode setting for F75373 & F75375Nikolaus Schulz1-1/+1
2012-03-04printk_ratelimited(): fix uninitialized spinlockOGAWA Hirofumi1-8/+7
2012-03-04kernel.h: fix wrong usage of __ratelimit()Yong Zhang1-1/+1
2012-03-04mac80211: timeout a single frame in the rx reorder bufferEliad Peller1-1/+1
2012-03-04relay: prevent integer overflow in relay_open()Dan Carpenter1-2/+8
2012-03-04lib: proportion: lower PROP_MAX_SHIFT to 32 on 64-bit kernelWu Fengguang1-0/+4
2012-03-04hwmon: (f75375s) Fix bit shifting in f75375_write16Nikolaus Schulz1-1/+1
2012-03-04drm/i915: no lvds quirk for AOpen MP45Daniel Vetter1-0/+8
2012-02-13Linux 2.6.32.57v2.6.32.57Greg Kroah-Hartman1-1/+1
2012-02-13net: sock_queue_err_skb() dont mess with sk_forward_allocEric Dumazet4-24/+33