summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfsd-4.3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2015-09-067-114/+83
|\
| * net: sunrpc: fix tracepoint Warning: unknown op '->'Pratyush Anand2015-08-311-7/+14
| * 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 'akpm' (patches from Andrew)Linus Torvalds2015-09-0523-51/+433
|\ \
| * | mm: remove struct node_active_regionminkyung88.kim2015-09-051-8/+0
| * | mm: move ->mremap() from file_operations to vm_operations_structOleg Nesterov2015-09-052-1/+1
| * | genalloc: add support of multiple gen_pools per deviceVladimir Zapolskiy2015-09-051-0/+2
| * | genalloc: add name arg to gen_pool_get() and devm_gen_pool_create()Vladimir Zapolskiy2015-09-051-2/+2
| * | mm: defer flush of writable TLB entriesMel Gorman2015-09-051-0/+7
| * | mm: send one IPI per CPU to TLB flush all entries after unmapping pagesMel Gorman2015-09-052-0/+19
| * | x86, mm: trace when an IPI is about to be sentMel Gorman2015-09-052-1/+3
| * | userfaultfd: mcopy_atomic|mfill_zeropage: UFFDIO_COPY|UFFDIO_ZEROPAGE prepara...Andrea Arcangeli2015-09-051-0/+6
| * | userfaultfd: UFFDIO_COPY|UFFDIO_ZEROPAGE uAPIAndrea Arcangeli2015-09-051-1/+41
| * | userfaultfd: activate syscallAndrea Arcangeli2015-09-051-0/+1
| * | userfaultfd: change the read API to return a uffd_msgAndrea Arcangeli2015-09-051-15/+55
| * | userfaultfd: Rename uffd_api.bits into .featuresPavel Emelyanov2015-09-051-3/+9
| * | userfaultfd: teach vma_merge to merge across vma->vm_userfaultfd_ctxAndrea Arcangeli2015-09-051-1/+1
| * | userfaultfd: add VM_UFFD_MISSING and VM_UFFD_WPAndrea Arcangeli2015-09-051-0/+2
| * | userfaultfd: add vm_userfaultfd_ctx to the vm_area_structAndrea Arcangeli2015-09-051-0/+11
| * | userfaultfd: linux/userfaultfd_k.hAndrea Arcangeli2015-09-051-0/+79
| * | userfaultfd: uAPIAndrea Arcangeli2015-09-052-0/+84
| * | userfaultfd: waitqueue: add nr wake parameter to __wake_up_locked_keyAndrea Arcangeli2015-09-051-2/+3
| * | slab: infrastructure for bulk object allocation and freeingChristoph Lameter2015-09-051-0/+10
| * | watchdog: rename watchdog_suspend() and watchdog_resume()Ulrich Obergfell2015-09-051-4/+4
| * | watchdog: use suspend/resume interface in fixup_ht_bug()Ulrich Obergfell2015-09-051-4/+9
| * | watchdog: introduce watchdog_suspend() and watchdog_resume()Ulrich Obergfell2015-09-051-0/+2
| * | kernel/watchdog: move NMI function header declarations from watchdog.h to nmi.hGuenter Roeck2015-09-052-11/+5
| * | smpboot: allow passing the cpumask on per-cpu thread registrationFrederic Weisbecker2015-09-051-1/+10
| * | fs: create and use seq_show_option for escapingKees Cook2015-09-051-0/+35
| * | fsnotify: get rid of fsnotify_destroy_mark_locked()Jan Kara2015-09-051-2/+5
| * | fsnotify: remove mark->free_listJan Kara2015-09-051-2/+0
| * | fsnotify: document mark lockingJan Kara2015-09-051-20/+30
| * | capabilities: add a securebit to disable PR_CAP_AMBIENT_RAISEAndy Lutomirski2015-09-051-1/+10
| * | capabilities: ambient capabilitiesAndy Lutomirski2015-09-052-0/+15
| * | kernel/kthread.c:kthread_create_on_node(): clarify documentationAndrew Morton2015-09-051-1/+1
* | | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2015-09-0516-102/+388
|\ \ \
| * | | drm/exynos: add macro to get the address of START_S regGustavo Padovan2015-08-301-0/+1