summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* video: mmp display subsystemZhou Zhu2013-02-216-0/+618
* goldfish: framebuffer driverArve Hjønnevåg2013-02-213-0/+328
* fbcon: clear the logo bitmap from the margin areaKamal Mostafa2013-02-211-1/+9
* pcmcia: move unbind/rebind into dev_pm_ops.completeChristian Lamparter2013-02-211-7/+30
* cris: use "int" for ssize_t to match size_tGeert Uytterhoeven2013-02-211-5/+0
* mn10300: use for_each_pci_dev to simplify the codeWei Yongjun2013-02-211-1/+1
* fs/block_dev.c: page cache wrongly left invalidated after revalidate_disk()MITSUNARI Shigeo2013-02-211-0/+1
* inotify: remove broken mask checks causing unmount to be EINVALJim Somerville2013-02-211-4/+0
* compat: return -EFAULT on error in waitid()Dan Carpenter2013-02-211-1/+1
* bug.h, compiler.h: introduce compiletime_assert & BUILD_BUG_ON_MSGDaniel Santos2013-02-212-16/+38
* compiler.h, bug.h: prevent double error messages with BUILD_BUG{,_ON}Daniel Santos2013-02-212-1/+6
* bug.h: make BUILD_BUG_ON generate compile-time errorDaniel Santos2013-02-211-13/+19
* bug.h: prevent double evaulation of `condition' in BUILD_BUG_ONDaniel Santos2013-02-211-3/+4
* bug.h: fix BUILD_BUG_ON macro in __CHECKER__Daniel Santos2013-02-211-2/+2
* compiler{,-gcc4}.h, bug.h: Remove duplicate macrosDaniel Santos2013-02-213-6/+1
* compiler-gcc{3,4}.h: Use GCC_VERSION macroDaniel Santos2013-02-212-14/+14
* compiler-gcc.h: Add gcc-recommended GCC_VERSION macroDaniel Santos2013-02-211-0/+3
* compiler-gcc4.h: Reorder macros based upon gcc verDaniel Santos2013-02-211-9/+11
* device_cgroup: don't grab mutex in rcu callbackJerry Snitselaar2013-02-211-9/+12
* Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-02-216-60/+192
|\
| * pstore: Create a convenient mount point for pstoreJosh Boyer2013-02-122-6/+22
| * efi_pstore: Introducing workqueue updating sysfsSeiji Aguchi2013-02-122-6/+82
| * efivars: Disable external interrupt while holding efivars->lockSeiji Aguchi2013-02-121-42/+44
| * efi_pstore: Avoid deadlock in non-blocking pathsSeiji Aguchi2013-01-111-1/+10
| * pstore: Avoid deadlock in panic and emergency-restart pathSeiji Aguchi2013-01-112-6/+35
* | Merge tag 'dlm-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds2013-02-212-0/+18
|\ \
| * | dlm: avoid scanning unchanged toss listsDavid Teigland2013-01-072-0/+18
* | | Merge tag 'nfs-for-3.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2013-02-2126-260/+415
|\ \ \
| * | | NLM: Ensure that we resend all pending blocking locks after a reclaimTrond Myklebust2013-02-191-0/+3
| * | | umount oops when remove blocklayoutdriver firstfanchaoting2013-02-172-0/+2
| * | | sunrpc: silence build warning in gss_fill_contextJeff Layton2013-02-171-2/+1
| * | | nfs: remove kfree() redundant null checksTim Gardner2013-02-172-4/+2
| * | | NFSv4.1: Don't decode skipped layoutgetsWeston Andros Adamson2013-02-171-1/+2
| * | | NFSv4.1: Fix bulk recall and destroy of layoutsTrond Myklebust2013-02-143-74/+144
| * | | NFSv4.1: Fix an ABBA locking issue with session and state serialisationTrond Myklebust2013-02-111-12/+20
| * | | NFSv4: Fix a reboot recovery race when opening a fileTrond Myklebust2013-02-111-12/+38
| * | | NFSv4: Ensure delegation recall and byte range lock removal don't conflictTrond Myklebust2013-02-114-2/+16
| * | | NFSv4: Fix up the return values of nfs4_open_delegation_recallTrond Myklebust2013-02-111-14/+11
| * | | NFSv4.1: Don't lose locks when a server reboots during delegation returnTrond Myklebust2013-02-113-43/+108
| * | | NFSv4.1: Prevent deadlocks between state recovery and file lockingTrond Myklebust2013-02-111-0/+9
| * | | NFSv4: Allow the state manager to mark an open_owner as being recoveredTrond Myklebust2013-02-112-1/+12
| * | | SUNRPC: Add missing static declaration to _gss_mech_get_by_nameTrond Myklebust2013-02-011-2/+2
| * | | Revert "NFS: add nfs_sb_deactive_async to avoid deadlock"Trond Myklebust2013-02-015-56/+3
| * | | SUNRPC: Nuke the tk_xprt macroTrond Myklebust2013-02-011-1/+0
| * | | SUNRPC: Avoid RCU dereferences in the transport bind and connect codeTrond Myklebust2013-02-012-4/+4
| * | | SUNRPC: Fix an RCU dereference in xprt_reserveTrond Myklebust2013-02-011-1/+4
| * | | SUNRPC: Pass pointers to struct rpc_xprt to the congestion windowTrond Myklebust2013-02-013-8/+8
| * | | SUNRPC: Fix an RCU dereference in xs_local_rpcbindTrond Myklebust2013-02-011-1/+3
| * | | SUNRPC: Pass a pointer to struct rpc_xprt to the connect callbackTrond Myklebust2013-02-014-6/+5
| * | | SUNRPC: Eliminate task->tk_xprt accesses that bypass rcu_dereference()Trond Myklebust2013-02-017-16/+18