summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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-2721-60/+167
|\ \ \ \
| * | | | mm: add arch-independent testcases for RODATAJinbum Park2017-02-271-0/+23
| * | | | mm: clarify mm_struct.mm_{users,count} documentationVegard Nossum2017-02-271-2/+21
| * | | | mm: add new mmget() helperVegard Nossum2017-02-271-0/+21
| * | | | mm: add new mmgrab() helperVegard Nossum2017-02-271-0/+22
| * | | | scripts/spelling.txt: add "followings" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1
| * | | | scripts/spelling.txt: add "disassocation" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1
| * | | | scripts/spelling.txt: add "partiton" pattern and fix typo instancesMasahiro Yamada2017-02-272-2/+2
| * | | | scripts/spelling.txt: add "an union" pattern and fix typo instancesMasahiro Yamada2017-02-273-5/+5
| * | | | scripts/spelling.txt: add "an user" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1
| * | | | fs: add i_blocksize()Fabian Frederick2017-02-271-0/+5
| * | | | ipc/sem: add hysteresisManfred Spraul2017-02-271-1/+1
| * | | | include/linux/pid.h: use for_each_thread() in do_each_pid_thread()Tetsuo Handa2017-02-271-2/+2
| * | | | sigaltstack: support SS_AUTODISARM for CONFIG_COMPATStas Sergeev2017-02-271-1/+3
| * | | | autofs: remove duplicated AUTOFS_DEV_IOCTL_SIZE definitionTomohiro Kusumi2017-02-271-2/+2
| * | | | autofs: add command enum/macros for root-dir ioctlsTomohiro Kusumi2017-02-273-14/+29
| * | | | autofs: remove wrong commentTomohiro Kusumi2017-02-271-4/+0
| * | | | kprobes: move kprobe declarations to asm-generic/kprobes.hLuis R. Rodriguez2017-02-273-24/+28
* | | | | Merge branch 'for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2017-02-271-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-276-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-272-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
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | jump_label: Reduce the size of struct static_keyJason Baron2017-02-151-8/+15
| * | | | | | timers: Make flags output in the timer_start tracepoint usefulThomas Gleixner2017-02-152-2/+14
| * | | | | | tracing: Show number of constants profiled in likely profilerSteven Rostedt (VMware)2017-01-191-5/+10
| * | | | | | tracing: Process constants for (un)likely() profilerSteven Rostedt (VMware)2017-01-171-6/+8
* | | | | | | Merge tag 'watchdog-for-linus-v4.11' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-02-261-0/+7
|\ \ \ \ \ \ \
| * | | | | | | watchdog: Introduce watchdog_stop_on_unregister helperGuenter Roeck2017-02-241-0/+7
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-02-251-1/+1
|\ \ \ \ \ \ \
| * | | | | | | btrfs: Make btrfs_ino take a struct btrfs_inodeNikolay Borisov2017-02-141-1/+1
* | | | | | | | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2017-02-2527-364/+1729
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge tag 'v4.11-rockchip-clk2' of git://git.kernel.org/pub/scm/linux/kernel/...Stephen Boyd2017-02-031-0/+1
| |\ \ \ \ \ \ \ \