summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ceph-for-4.11-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2017-03-015-24/+54
|\
| * libceph: get rid of ack vs commitIlya Dryomov2017-02-241-5/+1
| * rbd: kill obj_request->object_name and rbd_segment_name_cacheIlya Dryomov2017-02-201-7/+0
| * libceph: bump CEPH_PG_MAX_SIZE to 32Ilya Dryomov2017-02-201-1/+1
| * crush: merge working data and scratchIlya Dryomov2017-02-202-3/+14
| * crush: remove mutable part of CRUSH mapIlya Dryomov2017-02-203-8/+38
| * libceph: use BUG() instead of BUG_ON(1)Arnd Bergmann2017-02-201-1/+1
* | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-02-281-265/+13
|\ \
| * | locking/refcounts: Add missing kernel.h header to have UINT_MAX definedElena Reshetova2017-02-241-0/+1
| * | locking/refcounts: Out-of-line everythingPeter Zijlstra2017-02-241-265/+12
* | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-02-281-1/+13
|\ \ \
| * | | objtool: Enclose contents of unreachable() macro in a blockJosh Poimboeuf2017-02-281-1/+2
| * | | objtool: Prevent GCC from merging annotate_unreachable()Josh Poimboeuf2017-02-251-3/+3
| * | | objtool: Improve detection of BUG() and other dead endsJosh Poimboeuf2017-02-241-1/+12
| | |/ | |/|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-02-282-1/+1
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-02-272-1/+1
| |\ \ \
| | * | | uapi: fix linux/netfilter/xt_hashlimit.h userspace compilation errorDmitry V. Levin2017-02-251-0/+1
| | * | | uapi: stop including linux/sysctl.h in uapi/linux/netfilter.hDmitry V. Levin2017-02-231-1/+0
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-02-2821-60/+167
|\ \ \ \ \
| * | | | | mm: add arch-independent testcases for RODATAJinbum Park2017-02-281-0/+23
| * | | | | mm: clarify mm_struct.mm_{users,count} documentationVegard Nossum2017-02-281-2/+21
| * | | | | mm: add new mmget() helperVegard Nossum2017-02-281-0/+21
| * | | | | mm: add new mmgrab() helperVegard Nossum2017-02-281-0/+22
| * | | | | scripts/spelling.txt: add "followings" pattern and fix typo instancesMasahiro Yamada2017-02-281-1/+1
| * | | | | scripts/spelling.txt: add "disassocation" pattern and fix typo instancesMasahiro Yamada2017-02-281-1/+1
| * | | | | scripts/spelling.txt: add "partiton" pattern and fix typo instancesMasahiro Yamada2017-02-282-2/+2
| * | | | | scripts/spelling.txt: add "an union" pattern and fix typo instancesMasahiro Yamada2017-02-283-5/+5
| * | | | | scripts/spelling.txt: add "an user" pattern and fix typo instancesMasahiro Yamada2017-02-281-1/+1
| * | | | | fs: add i_blocksize()Fabian Frederick2017-02-281-0/+5
| * | | | | ipc/sem: add hysteresisManfred Spraul2017-02-281-1/+1
| * | | | | include/linux/pid.h: use for_each_thread() in do_each_pid_thread()Tetsuo Handa2017-02-281-2/+2
| * | | | | sigaltstack: support SS_AUTODISARM for CONFIG_COMPATStas Sergeev2017-02-281-1/+3
| * | | | | autofs: remove duplicated AUTOFS_DEV_IOCTL_SIZE definitionTomohiro Kusumi2017-02-281-2/+2
| * | | | | autofs: add command enum/macros for root-dir ioctlsTomohiro Kusumi2017-02-283-14/+29
| * | | | | autofs: remove wrong commentTomohiro Kusumi2017-02-281-4/+0
| * | | | | kprobes: move kprobe declarations to asm-generic/kprobes.hLuis R. Rodriguez2017-02-283-24/+28
* | | | | | Merge branch 'for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2017-02-281-2/+2
|\ \ \ \ \ \
| * | | | | | workqueue: avoid clang warningArnd Bergmann2017-02-021-2/+2
* | | | | | | Merge branch 'for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2017-02-286-29/+113
|\ \ \ \ \ \ \
| * | | | | | | IB/core: added support to use rdma cgroup controllerParav Pandit2017-01-101-0/+14
| * | | | | | | rdmacg: Added rdma cgroup controllerParav Pandit2017-01-102-0/+57
| * | | | | | | cgroup: fix a comment typoGeliang Tang2016-12-271-1/+1
| * | | | | | | cgroup: reorder css_set fieldsTejun Heo2016-12-271-27/+27
| * | | | | | | cgroup add cftype->open/release() callbacksTejun Heo2016-12-271-0/+3
| * | | | | | | kernfs: add kernfs_ops->open/release() callbacksTejun Heo2016-12-271-0/+10
| * | | | | | | kernfs: make kernfs_open_file->mmapped a bitfieldTejun Heo2016-12-271-1/+1
* | | | | | | | Merge tag 'rtc-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2017-02-282-16/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | rtc: m48t86: remove unused platform_dataH Hartley Sweeten2017-02-211-16/+0
| * | | | | | | | rtc: tps65910: Add RTC calibration supportVesa Jääskeläinen2017-01-101-0/+1
| |/ / / / / / /
* | | | | | | | Merge tag 'trace-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2017-02-274-20/+46
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |