summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-08-16xen: allow enable use of VGA console on dom0Jeremy Fitzhardinge5-1/+126
2011-08-16net: Fix security_socket_sendmsg() bypass problem.Tetsuo Handa1-9/+34
2011-08-16net: Cap number of elements for sendmmsgAnton Blanchard1-0/+3
2011-08-16net: sendmmsg should only return an error if no messages were sentAnton Blanchard1-24/+3
2011-08-16ath9k: skip ->config_pci_powersave() if PCIe port has ASPM disabledStanislaw Gruszka5-13/+40
2011-08-16ath9k: initialize tx chainmask before testing channel tx power valuesFelix Fietkau1-0/+2
2011-08-16iwlegacy: set tx power after rxon_assocStanislaw Gruszka2-3/+11
2011-08-16rtlwifi: Fix kernel oops on ARM SOCLarry Finger1-9/+11
2011-08-16rt2x00: fix usage of NULL queueStanislaw Gruszka1-2/+3
2011-08-16rt2x00: rt2800: fix zeroing skb structureStanislaw Gruszka1-2/+1
2011-08-16fix return type of __atomic64_add_returnJohn David Anglin1-2/+2
2011-08-16Fix futex supportCarlos O'Donell1-6/+60
2011-08-16wire up sendmmsg syscallJames Bottomley2-1/+3
2011-08-16futex: Fix regression with read only mappingsShawn Bohrer1-12/+42
2011-08-16cris: add missing declaration of kgdb_init() and breakpoint()WANG Cong1-0/+3
2011-08-16cris: fix the prototype of sync_serial_ioctl()WANG Cong1-1/+1
2011-08-16cris: fix a build error in sync_serial_open()WANG Cong1-2/+2
2011-08-16cris: fix a build error in kernel/fork.cWANG Cong1-3/+3
2011-08-05Linux 3.0.1v3.0.1Greg Kroah-Hartman1-1/+1
2011-08-05dm: fix idr leak on module removalAlasdair G Kergon1-2/+8
2011-08-05dm mpath: fix potential NULL pointer in feature arg processingMike Snitzer1-0/+5
2011-08-05dm snapshot: flush disk cache when mergingMikulas Patocka1-1/+1
2011-08-05dm io: flush cpu cache with vmapped ioMikulas Patocka1-2/+27
2011-08-05ALSA: sound/core/pcm_compat.c: adjust array indexJulia Lawall1-1/+1
2011-08-05watchdog: shwdt: fix usage of mod_timerDavid Engraf1-1/+1
2011-08-05GFS2: Fix mount hang caused by certain access pattern to sysfs filesSteven Whitehouse1-2/+2
2011-08-05rt2x00: Add device ID for RT539F device.Gertjan van Wingerde1-0/+1
2011-08-05oom: task->mm == NULL doesn't mean the memory was freedOleg Nesterov1-1/+3
2011-08-05AppArmor: Fix masking of capabilities in complain modeJohn Johansen1-1/+1
2011-08-05AppArmor: Fix reference to rcu protected pointer outside of rcu_read_lockJohn Johansen1-1/+1
2011-08-05ipc/sem.c: fix race with concurrent semtimedop() timeouts and IPC_RMIDManfred Spraul1-2/+11
2011-08-05hvc_console: Improve tty/console put_chars handlingHendrik Brueckner1-3/+5
2011-08-05powerpc/pseries/hvconsole: Fix dropped console outputAnton Blanchard1-1/+1
2011-08-05SERIAL: SC26xx: Fix link error.Ralf Baechle1-1/+1
2011-08-05tty/serial: Fix XSCALE serial ports, e.g. ce4100Stephen Warren1-1/+1
2011-08-05memcg: fix behavior of mem_cgroup_resize_limit()Daisuke Nishimura1-1/+1
2011-08-05cfg80211: really ignore the regulatory requestSven Neumann1-2/+3
2011-08-05EHCI: fix direction handling for interrupt data togglesAlan Stern2-1/+3
2011-08-05EHCI: only power off port if over-current is activeSergei Shtylyov1-1/+2
2011-08-05n_gsm: fix the wrong FCS handlingDu, Alek1-4/+0
2011-08-05proc: fix a race in do_io_accounting()Vasiliy Kulikov1-3/+13
2011-08-05NFS: Fix spurious readdir cookie loop messagesTrond Myklebust2-24/+35
2011-08-05NFSv4: Don't use the delegation->inode in nfs_mark_return_delegation()Trond Myklebust1-8/+8
2011-08-05svcrpc: fix list-corrupting race on nfsd shutdownJ. Bruce Fields1-5/+6
2011-08-05nfsd4: fix file leak on open_downgradeJ. Bruce Fields1-23/+8
2011-08-05nfsd4: remember to put RW access on stateid destructionJ. Bruce Fields1-11/+6
2011-08-05nfsd: don't break lease on CLAIM_DELEGATE_CURCasey Bodley1-6/+12
2011-08-05eCryptfs: Unlock keys needed by ecryptfsdTyler Hicks1-22/+25
2011-08-05ecryptfs: Make inode bdi consistent with superblock bdiThieu Le1-0/+1
2011-08-05ext3: Fix oops in ext3_try_to_allocate_with_rsv()Jan Kara1-2/+10