summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'livepatching-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-11-256-19/+172
|\
| * livepatch: Allow to distinguish different version of system state changesPetr Mladek2019-11-013-0/+53
| * livepatch: Basic API to track system state changesPetr Mladek2019-11-012-1/+84
| * livepatch: Keep replaced patches until post_patch callback is calledPetr Mladek2019-11-013-18/+35
* | Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-11-252-3/+3
|\ \
| * | trace: Use pr_warn instead of pr_warningKefeng Wang2019-10-181-2/+2
| * | dma-debug: Use pr_warn instead of pr_warningKefeng Wang2019-10-181-1/+1
* | | Merge branch 'for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2019-11-2510-295/+196
|\ \ \
| * | | cgroup: fix incorrect WARN_ON_ONCE() in cgroup_setup_root()Tejun Heo2019-11-141-1/+1
| * | | cgroup: use cgrp->kn->id as the cgroup IDTejun Heo2019-11-124-55/+29
| * | | kernfs: use 64bit inos if ino_t is 64bitTejun Heo2019-11-121-4/+17
| * | | kernfs: combine ino/id lookup functions into kernfs_find_and_get_node_by_id()Tejun Heo2019-11-121-1/+1
| * | | kernfs: convert kernfs_node->id from union kernfs_node_id to u64Tejun Heo2019-11-124-40/+34
| * | | cgroup: freezer: don't change task and cgroups status unnecessarilyHonglei Wang2019-11-071-0/+9
| * | | cgroup: use cgroup->last_bstat instead of cgroup->bstat_pending for consistencyTejun Heo2019-11-061-21/+25
| * | | cgroup: remove cgroup_enable_task_cg_lists() optimizationTejun Heo2019-10-252-147/+39
| * | | cgroup: pids: use atomic64_t for pids->limitAleksa Sarai2019-10-241-5/+6
| * | | cgroup: Optimize single thread migrationMichal Koutný2019-10-073-13/+36
| * | | cgroup: Update comments about task exit pathMichal Koutný2019-10-071-20/+9
| * | | cgroup: short-circuit current_cgns_cgroup_from_root() on the default hierarchyMiaohe Lin2019-10-071-0/+2
* | | | Merge branch 'for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2019-11-251-25/+65
|\ \ \ \
| * | | | workqueue: Add RCU annotation for pwq list walkSebastian Andrzej Siewior2019-11-151-1/+2
| * | | | workqueue: Fix pwq ref leak in rescuer_thread()Tejun Heo2019-10-041-5/+12
| * | | | workqueue: more destroy_workqueue() fixesTejun Heo2019-10-041-14/+31
| * | | | workqueue: Minor follow-ups to the rescuer destruction changeTejun Heo2019-09-201-2/+2
| * | | | workqueue: Fix missing kfree(rescuer) in destroy_workqueue()Tejun Heo2019-09-201-0/+1
| * | | | workqueue: Fix spurious sanity check failures in destroy_workqueue()Tejun Heo2019-09-181-5/+19
* | | | | Merge tag 'threads-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Linus Torvalds2019-11-254-34/+156
|\ \ \ \ \
| * | | | | fork: extend clone3() to support setting a PIDAdrian Reber2019-11-153-18/+80
| * | | | | clone3: add CLONE_CLEAR_SIGHANDChristian Brauner2019-10-211-5/+11
| * | | | | pid: use pid_has_task() in pidfd_open()Christian Brauner2019-10-171-7/+5
| * | | | | exit: use pid_has_task() in do_wait()Christian Brauner2019-10-171-1/+1
| * | | | | pid: use pid_has_task() in __change_pid()Christian Brauner2019-10-171-1/+1
| * | | | | pidfd: check pid has attached task in fdinfoChristian Brauner2019-10-171-6/+11
| * | | | | pidfd: add NSpid entries to fdinfoChristian Kellner2019-10-151-1/+52
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-11-251-7/+39
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'kvm-tsx-ctrl' into HEADPaolo Bonzini2019-11-2125-98/+508
| |\ \ \ \ \ \
| * | | | | | | perf/core: Provide a kernel-internal interface to pause perf_eventLike Xu2019-11-151-0/+18
| * | | | | | | perf/core: Provide a kernel-internal interface to recalibrate event periodLike Xu2019-11-151-7/+21
* | | | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-11-253-11/+10
|\ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ Merge branches 'for-next/elf-hwcap-docs', 'for-next/smccc-conduit-cleanup', '...Catalin Marinas2019-11-081-7/+6
| |\ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / | | |/| | | | | | |
| | | * | | | | | | dma/direct: turn ARCH_ZONE_DMA_BITS into a variableNicolas Saenz Julienne2019-11-011-7/+6
| | |/ / / / / / /
| * | | | | | | | module/ftrace: handle patchable-function-entryMark Rutland2019-11-061-1/+1
| * | | | | | | | ftrace: add ftrace_init_nop()Mark Rutland2019-11-061-3/+3
| |/ / / / / / /
* | | | | | | | Merge tag 'linux-kselftest-5.5-rc1-kunit' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2019-11-252-0/+394
|\ \ \ \ \ \ \ \
| * | | | | | | | kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()Iurii Zaikin2019-09-302-0/+394
* | | | | | | | | Merge tag 'for-5.5/io_uring-20191121' of git://git.kernel.dk/linux-blockLinus Torvalds2019-11-251-4/+12
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | io-wq: small threadpool implementation for io_uringJens Axboe2019-10-291-4/+12
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-11-221-1/+3
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-11-171-1/+3
| |\ \ \ \ \ \ \ \ \ \