summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-09-09s390/irq: reduce size of external interrupt handler hash arrayHeiko Carstens1-2/+4
2013-09-09autofs4 - fix device ioctl mount lookupIan Kent1-11/+12
2013-09-09vfs: fix dentry RCU to refcounting possibly sleeping dput()Linus Torvalds1-53/+49
2013-09-09virtio_pci: pm: Use CONFIG_PM_SLEEP instead of CONFIG_PMAaron Lu1-2/+2
2013-09-09introduce kern_path_mountpoint()Al Viro2-11/+25
2013-09-09rename user_path_umountat() to user_path_mountpoint_at()Al Viro4-16/+15
2013-09-09take unlazy_walk() into umount_lookup_last()Al Viro1-33/+27
2013-09-09vfs: use lockred "dead" flag to mark unrecoverably dead dentriesLinus Torvalds2-25/+15
2013-09-09vfs: reorganize dput() memory accessesLinus Torvalds2-10/+11
2013-09-08Merge git://git.infradead.org/users/willy/linux-nvmeLinus Torvalds5-658/+895
2013-09-08Merge tag 'ntb-3.12' of git://github.com/jonmason/ntbLinus Torvalds6-227/+855
2013-09-08Merge tag 'mfd-3.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo...Linus Torvalds106-656/+3222
2013-09-08Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds4-24/+178
2013-09-08Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2-10/+5
2013-09-08Kill indirect include of file.h from eventfd.h, use fdget() in cgroup.cAl Viro2-17/+19
2013-09-08prune_super(): sb->s_op is never NULLAl Viro1-1/+1
2013-09-08exportfs: don't assume that ->iterate() won't feed us too long entriesAl Viro1-1/+1
2013-09-08afs: get rid of redundant ->d_name.len checksAl Viro1-24/+0
2013-09-08lockref: add ability to mark lockrefs "dead"Linus Torvalds2-0/+41
2013-09-08NFSv4: use mach cred for SECINFO_NO_NAME w/ integrityWeston Andros Adamson1-4/+37
2013-09-08NFS: nfs_compare_super shouldn't check the auth flavour unless 'sec=' was setTrond Myklebust1-2/+15
2013-09-08lockref: fix docbook argument namesLinus Torvalds1-4/+4
2013-09-08NFSv4: Allow security autonegotiation for submountsTrond Myklebust2-5/+19
2013-09-08NFSv4: Disallow security negotiation for lookups when 'sec=' is specifiedTrond Myklebust1-1/+3
2013-09-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds9-258/+323
2013-09-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds27-104/+177
2013-09-08Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds32-554/+1673
2013-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds56-1364/+3405
2013-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds6-21/+67
2013-09-08NFSv4: Fix security auto-negotiationTrond Myklebust6-18/+30
2013-09-08NFS: Clean up nfs_parse_security_flavors()Trond Myklebust1-12/+13
2013-09-08NFS: Clean up the auth flavour array messTrond Myklebust2-13/+28
2013-09-07Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-6/+5
2013-09-07Merge tag 'gpio-v3.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds58-1031/+1967
2013-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds33-321/+770
2013-09-07Revert "Input: introduce BTN/ABS bits for drums and guitars"Linus Torvalds5-433/+3
2013-09-07s390/compat,uid16: use current_cred()Heiko Carstens1-4/+5
2013-09-07s390/ap_bus: use and-mask instead of a castHeiko Carstens1-1/+1
2013-09-07s390/ftrace: avoid pointer arithmetics with function pointersHeiko Carstens1-2/+2
2013-09-07s390: make various functions static, add declarations to header filesHeiko Carstens10-22/+19
2013-09-07s390/compat signal: add couple of __force annotationsHeiko Carstens1-5/+5
2013-09-07s390/mm: add __releases()/__acquires() annotations to gmap_alloc_table()Heiko Carstens1-1/+3
2013-09-07s390: keep Kconfig sortedHeiko Carstens1-3/+3
2013-09-07um: Add irq chip um/mask handlersRichard Weinberger1-0/+4
2013-09-07um: prctl: Do not include linux/ptrace.hRichard Weinberger1-1/+1
2013-09-07um: Run UML in it's own session.Richard Weinberger1-0/+2
2013-09-07um: Cleanup SIGTERM handlingRichard Weinberger8-12/+16
2013-09-07um: ubd: Introduce submit_request()Richard Weinberger1-13/+19
2013-09-07um: ubd: Add REQ_FLUSH suppportRichard Weinberger3-1/+50
2013-09-07um: Implement probe_kernel_read()Richard Weinberger4-1/+78