summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | Bluetooth: RFCOMM - Fix missing msg_namelen update in rfcomm_sock_recvmsg()Mathias Krause2013-04-071-0/+1
| | * | | | | Bluetooth: fix possible info leak in bt_sock_recvmsg()Mathias Krause2013-04-071-2/+2
| | * | | | | ax25: fix info leak via msg_name in ax25_recvmsg()Mathias Krause2013-04-071-0/+1
| | * | | | | atm: update msg_namelen in vcc_recvmsg()Mathias Krause2013-04-071-0/+2
| |/ / / / /
| * | | | | ipv6/tcp: Stop processing ICMPv6 redirect messagesChristoph Paasch2013-04-071-0/+1
* | | | | | Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreamingLinus Torvalds2013-04-101-1/+1
|\ \ \ \ \ \
| * | | | | | add memory barrier to arch_local_irq_restoreMark Salter2013-04-091-1/+1
* | | | | | | Merge tag 'nfs-for-3.9-5' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2013-04-101-0/+1
|\ \ \ \ \ \ \
| * | | | | | | NFSv4: Doh! Typo in the fix to nfs41_walk_client_listTrond Myklebust2013-04-101-0/+1
* | | | | | | | Merge tag 'nfs-for-3.9-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2013-04-104-25/+39
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | NFSv4: Fix another potential state manager deadlockTrond Myklebust2013-04-091-0/+1
| * | | | | | | SUNRPC: Fix a potential memory leak in rpc_new_clientTrond Myklebust2013-04-051-5/+2
| * | | | | | | NFSv4/4.1: Fix bugs in nfs4[01]_walk_client_listTrond Myklebust2013-04-051-16/+28
| * | | | | | | NFSv4: Fix a memory leak in nfs4_discover_server_trunkingTrond Myklebust2013-04-051-1/+7
| * | | | | | | SUNRPC: Remove extra xprt_put()Chuck Lever2013-04-051-3/+1
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2013-04-092-4/+15
|\ \ \ \ \ \ \ \
| * | | | | | | | crypto: ux500 - add missing commaLinus Walleij2013-04-051-1/+1
| * | | | | | | | crypto: gcm - fix assumption that assoc has one segmentJussi Kivilinna2013-04-021-3/+14
* | | | | | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-04-092-11/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | drm/mgag200: Index 24 in extended CRTC registers is 24 in hex, not decimal.Christopher Harvey2013-04-101-10/+3
| * | | | | | | | | Merge branch 'drm-nouveau-fixes-3.9' of git://anongit.freedesktop.org/git/nou...Dave Airlie2013-04-091-1/+1
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | drm/nouveau: fix unconditional return waiting on memoryCalvin Owens2013-04-091-1/+1
* | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-04-095-107/+107
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | mnt: release locks on error path in do_loopbackAndrey Vagin2013-04-091-1/+1
| * | | | | | | | | | | palinfo fixesAl Viro2013-04-091-64/+13
| * | | | | | | | | | | procfs: add proc_remove_subtree()Al Viro2013-04-092-30/+91
| * | | | | | | | | | | ecryptfs: close rmmod raceAl Viro2013-04-091-12/+2
* | | | | | | | | | | | Merge tag 'vfio-v3.9-rc7' of git://github.com/awilliam/linux-vfioLinus Torvalds2013-04-091-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | vfio-pci: Fix possible integer overflowAlex Williamson2013-03-261-1/+2
* | | | | | | | | | | | | Merge tag 'for-linus-20130409' of git://git.kernel.dk/linux-blockLinus Torvalds2013-04-095-122/+247
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Revert "loop: cleanup partitions when detaching loop device"Jens Axboe2013-04-082-20/+2
| * | | | | | | | | | | | | mtip32xx: fix two smatch warningsJens Axboe2013-04-041-2/+2
| * | | | | | | | | | | | | mtip32xx: Add debugfs entry device_statusAsai Thambi S P2013-04-032-12/+154
| * | | | | | | | | | | | | mtip32xx: return 0 from pci probe in case of rebuildAsai Thambi S P2013-04-031-0/+2
| * | | | | | | | | | | | | mtip32xx: recovery from command timeoutAsai Thambi S P2013-04-031-90/+87
| * | | | | | | | | | | | | block: avoid using uninitialized value in from queue_var_storeArnd Bergmann2013-04-031-0/+2
* | | | | | | | | | | | | | spinlocks and preemption points need to be at least compiler barriersLinus Torvalds2013-04-092-19/+32
* | | | | | | | | | | | | | tile: comment assumption about __insn_mtspr for <asm/irqflags.h>Chris Metcalf2013-04-091-1/+9
* | | | | | | | | | | | | | Merge tag 'hwspinlock-3.9-fix' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-04-081-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | hwspinlock: fix __hwspin_lock_request error pathLi Fei2013-04-051-0/+2
* | | | | | | | | | | | | | | Merge tag 'remoteproc-3.9-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-04-083-4/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | remoteproc: fix FW_CONFIG typoRobert Tivy2013-04-071-1/+1
| * | | | | | | | | | | | | | remoteproc: fix error path of handle_vdevSjur Brændeland2013-04-051-1/+3
| * | | | | | | | | | | | | | remoteproc/ste: fix memory leak on shutdownDmitry Tarnyagin2013-04-051-1/+6
| * | | | | | | | | | | | | | remoteproc: fix the error check for idr_allocSuman Anna2013-04-051-1/+1
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sfr/ne...Linus Torvalds2013-04-081-1/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | powerpc: pSeries_lpar_hpte_remove fails from Adjunct partition being performe...Michael Wolf2013-04-081-1/+7
* | | | | | | | | | | | | | | ARC: Add implicit compiler barrier to raw_local_irq* functionsChristian Ruppert2013-04-081-4/+8
* | | | | | | | | | | | | | | Merge tag 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2013-04-085-7/+24
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | [libata] Fix HDIO_DRIVE_* ioctl() Linux 3.9 regressionKrzysztof Mazur2013-04-031-4/+4
OpenPOWER on IntegriCloud