aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2016-08-24libceph: support for blacklisting clientsGravatar Douglas Fuller 2-0/+14
2016-08-24libceph: support for lock.lock_infoGravatar Douglas Fuller 1-0/+22
2016-08-24libceph: support for advisory locking on RADOS objectsGravatar Douglas Fuller 1-0/+27
2016-08-24libceph: add ceph_osdc_call() single-page helperGravatar Douglas Fuller 1-0/+8
2016-08-24libceph: support for CEPH_OSD_OP_LIST_WATCHERSGravatar Douglas Fuller 1-1/+14
2016-08-24libceph: rename ceph_entity_name_encode() -> ceph_auth_entity_name_encode()Gravatar Ilya Dryomov 1-1/+1
2016-08-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-0/+12
2016-08-13Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+2
2016-08-12Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+4
2016-08-12Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-2/+25
2016-08-12Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+2
2016-08-12Merge tag 'nfs-for-4.8-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 2-1/+4
2016-08-12Merge tag 'powerpc-4.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-2/+2
2016-08-12KVM: Protect device ops->create and list_add with kvm->lockGravatar Christoffer Dall 1-0/+6
2016-08-12KVM: PPC: Move xics_debugfs_init out of createGravatar Christoffer Dall 1-0/+6
2016-08-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-1/+1
2016-08-11bvec: avoid variable shadowing warningGravatar Johannes Berg 1-1/+2
2016-08-10locking/qrwlock: Fix write unlock bug on big endian systemsGravatar pan xinhui 1-2/+25
2016-08-10perf/core: Set cgroup in CPU contexts for new cgroup eventsGravatar David Carrillo-Cisneros 1-0/+4
2016-08-09Revert "printk: create pr_<level> functions"Gravatar Linus Torvalds 1-33/+15
2016-08-09Merge tag 'trace-v4.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Gravatar Linus Torvalds 1-3/+11
2016-08-09Merge tag 'drm-fixes-for-4.8-rc2' of git://people.freedesktop.org/~airlied/linuxGravatar Linus Torvalds 1-1/+2
2016-08-09tracing: Fix tick_stop tracepoint symbols for user exportGravatar Steven Rostedt (Red Hat) 1-3/+11
2016-08-09virtio-vsock: fix include guard typoGravatar Stefan Hajnoczi 1-1/+1
2016-08-09genirq/msi: Make sure PCI MSIs are activated earlyGravatar Marc Zyngier 1-0/+2
2016-08-09cxl: Use fixed width predefined types in data structure.Gravatar Philippe Bergheaud 1-2/+2
2016-08-08Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Gravatar Linus Torvalds 3-0/+38
2016-08-08unsafe_[get|put]_user: change interface to use a error target labelGravatar Linus Torvalds 1-2/+2
2016-08-08Merge branch 'drm-next-4.8' of git://people.freedesktop.org/~agd5f/linux into...Gravatar Dave Airlie 1-1/+2
2016-08-07Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 8-37/+37
2016-08-07Merge tag 'drm-for-v4.8-zpos' of git://people.freedesktop.org/~airlied/linuxGravatar Linus Torvalds 1-0/+20
2016-08-07block: rename bio bi_rw to bi_opfGravatar Jens Axboe 5-22/+23
2016-08-07block/mm: make bdev_ops->rw_page() take a bool for read/writeGravatar Jens Axboe 4-15/+14
2016-08-07Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 2-6/+1
2016-08-06Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 4-8/+8
2016-08-06Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 9-1/+455
2016-08-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 3-4/+20
2016-08-06Merge tag 'pwm/for-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 3-1/+158
2016-08-05Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 7-15/+20
2016-08-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 2-11/+19
2016-08-05NFSv4: Cap the transport reconnection timer at 1/2 lease periodGravatar Trond Myklebust 1-0/+2
2016-08-05SUNRPC: Limit the reconnect backoff timer to the max RPC message timeoutGravatar Trond Myklebust 1-1/+2
2016-08-05drm/ttm: Wait for a BO to become idle before unbinding it from GTTGravatar Michel Dänzer 1-1/+2
2016-08-05Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Gravatar Linus Torvalds 7-313/+5
2016-08-05Merge tag 'powerpc-4.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-0/+13
2016-08-04Merge tag 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dled...Gravatar Linus Torvalds 6-27/+97
2016-08-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Gravatar Linus Torvalds 12-8/+404
2016-08-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Gravatar Linus Torvalds 4-2/+222
2016-08-04Merge tag 'nfsd-4.8' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 6-28/+117
2016-08-04Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-137/+160