summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* lockd: NLM grace period shouldn't block NFSv4 opensJ. Bruce Fields2015-08-131-0/+6
* sunrpc: Switch to using hash list instead single listKinglong Mee2015-08-131-2/+2
* sunrpc/nfsd: Remove redundant code by exports seq_operations functionsKinglong Mee2015-08-131-0/+5
* nfsd/sunrpc: factor svc_rqst allocation and freeing from sv_nrthreads refcoun...Jeff Layton2015-08-101-0/+3
* nfsd/sunrpc: move pool_mode definitions into svc.hJeff Layton2015-08-101-0/+25
* nfsd/sunrpc: abstract out svc_set_num_threads to sv_opsJeff Layton2015-08-101-0/+3
* nfsd/sunrpc: turn enqueueing a svc_xprt into a svc_serv operationJeff Layton2015-08-102-0/+4
* nfsd/sunrpc: move sv_module parm into sv_opsJeff Layton2015-08-101-3/+6
* nfsd/sunrpc: move sv_function into sv_opsJeff Layton2015-08-101-8/+3
* nfsd/sunrpc: add a new svc_serv_ops struct and move sv_shutdown into itJeff Layton2015-08-101-10/+10
* svcrdma: Change maximum server payload back to RPCSVC_MAXPAYLOADChuck Lever2015-08-101-7/+2
* svcrdma: Remove svc_rdma_fastreg()Chuck Lever2015-07-201-1/+0
* svcrdma: Clean up svc_rdma_get_reply_array()Chuck Lever2015-07-201-79/+2
* nfsd: Add macro NFS_ACL_MASK for ACLKinglong Mee2015-07-201-0/+1
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-07-181-2/+14
|\
| * x86/fpu, sched: Introduce CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT and use it on...Ingo Molnar2015-07-181-1/+5
| * x86/fpu, sched: Dynamically allocate 'struct fpu'Dave Hansen2015-07-181-2/+10
* | mm/page_owner: set correct gfp_mask on page_ownerJoonsoo Kim2015-07-171-0/+13
* | mm: clean up per architecture MM hook header filesLaurent Dufour2015-07-171-0/+16
* | Update Viresh Kumar's email addressViresh Kumar2015-07-172-2/+2
* | include, lib: add __printf attributes to several function prototypesNicolas Iooss2015-07-1711-28/+33
* | mm: hugetlb: allow hugepages_supported to be architecture specificDominik Dingel2015-07-171-9/+8
* | Merge tag 'staging-4.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-07-171-0/+1
|\ \
| * \ Merge tag 'iio-fixes-for-4.2a' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2015-07-131-0/+1
| |\ \
| | * | hid-sensor: Fix suspend/resume delaySrinivas Pandruvada2015-06-021-0/+1
* | | | Merge tag 'gpio-v4.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2015-07-171-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | gpio: Remove double "base" in commentGeert Uytterhoeven2015-07-161-1/+1
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2015-07-161-8/+3
|\ \ \
| * | | blkcg: fix blkcg_policy_data allocation bugTejun Heo2015-07-091-8/+2
| * | | blkcg: implement all_blkcgs listTejun Heo2015-07-091-0/+1
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2015-07-152-3/+18
|\ \ \ \
| * | | | IB/srp: Avoid using uninitialized variableSagi Grimberg2015-07-141-0/+1
| * | | | IB: Add rdma_cap_ib_switch helper and use where appropriateHal Rosenstock2015-07-141-3/+17
* | | | | Merge tag 'locks-v4.2-1' of git://git.samba.org/jlayton/linuxLinus Torvalds2015-07-151-10/+20
|\ \ \ \ \
| * | | | | locks: inline posix_lock_file_wait and flock_lock_file_waitJeff Layton2015-07-131-18/+14
| * | | | | locks: new helpers - flock_lock_inode_wait and posix_lock_inode_waitJeff Layton2015-07-131-0/+14
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-07-151-0/+18
|\ \ \ \ \ \
| * | | | | | KVM: count number of assigned devicesPaolo Bonzini2015-07-101-0/+18
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'module-final-v4.2-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-07-152-78/+84
|\ \ \ \ \ \
| * | | | | | module: relocate module_init from init.h to module.hPaul Gortmaker2015-07-052-78/+84
| |/ / / / /
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-07-133-1/+9
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | can: replace timestamp as unique skb attributeOliver Hartkopp2015-07-121-0/+2
| * | | | | cdc_ncm: Add support for moving NDP to end of NCM frameEnrico Mioso2015-07-091-1/+6
| * | | | | ipv4: add support for linkdown sysctl to netconfAndy Gospodarek2015-07-081-0/+1
* | | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2015-07-122-3/+5
|\ \ \ \ \ \
| * | | | | | time: Get rid of do_posix_clock_monotonic_gettimeThomas Gleixner2015-07-091-1/+0
| * | | | | | tick/broadcast: Unbreak CONFIG_GENERIC_CLOCKEVENTS=n buildThomas Gleixner2015-07-071-0/+7
| * | | | | | tick/broadcast: Make idle check independent from mode and configThomas Gleixner2015-07-071-4/+0
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-07-121-1/+6
|\ \ \ \ \ \
| * | | | | | hotplug: Prevent alloc/free of irq descriptors during cpu up/downThomas Gleixner2015-07-081-1/+6
| |/ / / / /