summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'timers-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-04-191-1/+14
|\
| * proc, time/namespace: Show clock symbolic names in /proc/pid/timens_offsetsAndrei Vagin2020-04-161-1/+14
* | Merge tag 'irq-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-04-191-44/+0
|\ \
| * | genirq: Remove setup_irq() and remove_irq()afzal mohammed2020-04-141-44/+0
| |/
* | Merge tag 'sched-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-04-192-4/+21
|\ \
| * | sched/vtime: Work around an unitialized variable warningBorislav Petkov2020-04-151-2/+2
| * | sched/isolation: Allow "isolcpus=" to skip unknown sub-parametersPeter Xu2020-04-151-2/+19
| |/
* | Merge tag 'core-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-04-191-1/+1
|\ \
| * \ Merge branch 'urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2020-04-141-1/+1
| |\ \ | | |/ | |/|
| | * rcu: Don't acquire lock in NMI handler in rcu_nmi_enter_common()Paul E. McKenney2020-04-051-1/+1
* | | Merge tag 'for-linus-2020-04-18' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-04-182-10/+15
|\ \ \
| * | | clone3: add build-time CLONE_ARGS_SIZE_VER* validity checksEugene Syromiatnikov2020-04-151-0/+8
| * | | clone3: add a check for the user struct size if CLONE_INTO_CGROUP is setEugene Syromiatnikov2020-04-151-1/+2
| * | | clone3: fix cgroup argument sanity checkEugene Syromiatnikov2020-04-151-1/+1
| * | | signal: use kill_proc_info instead of kill_pid_info in kill_something_infoZhiqiang Liu2020-04-121-6/+2
| * | | signal: check sig before setting info in kill_pid_usb_asyncioZhiqiang Liu2020-04-121-3/+3
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-04-163-12/+9
|\ \ \
| * | | bpf: remove unneeded conversion to bool in __mark_reg_unknownZou Wei2020-04-141-2/+1
| * | | bpf: Prevent re-mmap()'ing BPF map as writable for initially r/o mappingAndrii Nakryiko2020-04-141-9/+7
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-04-091-1/+1
| |\ \ \
| | * | | bpf: Fix a typo "inacitve" -> "inactive"Qiujun Huang2020-04-061-1/+1
* | | | | tracing: Fix the race between registering 'snapshot' event trigger and trigge...Xiao Yang2020-04-141-7/+3
| |_|/ / |/| | |
* | | | Merge tag 'timers-urgent-2020-04-12' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-04-122-0/+4
|\ \ \ \
| * | | | ucount: Make sure ucounts in /proc/sys/user don't regress againJan Kara2020-04-071-0/+2
| * | | | time/namespace: Add max_time_namespaces ucountDmitry Safonov2020-04-071-0/+1
| * | | | time/namespace: Fix time_for_children symlinkMichael Kerrisk (man-pages)2020-04-071-0/+1
* | | | | Merge tag 'sched-urgent-2020-04-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-04-125-62/+51
|\ \ \ \ \
| * | | | | sched/debug: Add task uclamp values to SCHED_DEBUG procfsValentin Schneider2020-04-081-0/+6
| * | | | | sched/debug: Factor out printing formats into common macrosValentin Schneider2020-04-081-14/+12
| * | | | | sched/debug: Remove redundant macro defineValentin Schneider2020-04-081-12/+0
| * | | | | sched/core: Remove unused rq::last_load_update_tickVincent Donnefort2020-04-082-2/+0
| * | | | | workqueue: Remove the warning in wq_worker_sleeping()Sebastian Andrzej Siewior2020-04-082-3/+6
| * | | | | sched/fair: Fix negative imbalance in imbalance calculationAubrey Li2020-04-081-0/+8
| * | | | | sched/fair: Fix race between runtime distribution and assignmentHuaixin Chang2020-04-081-20/+11
| * | | | | sched/fair: Align rq->avg_idle and rq->avg_scan_costValentin Schneider2020-04-083-11/+8
| | |/ / / | |/| | |
* | | | | Merge tag 'perf-urgent-2020-04-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-04-121-31/+51
|\ \ \ \ \
| * | | | | perf/core: Disable page faults when getting phys addressJiri Olsa2020-04-081-3/+6
| * | | | | perf/cgroup: Correct indirection in perf_less_group_idx()Ian Rogers2020-04-081-1/+2
| * | | | | perf/core: Fix event cgroup trackingPeter Zijlstra2020-04-081-27/+43
| |/ / / /
* | | | | Merge tag 'locking-urgent-2020-04-12' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-04-122-21/+33
|\ \ \ \ \
| * | | | | locking/lockdep: Improve 'invalid wait context' splatPeter Zijlstra2020-04-081-20/+31
| * | | | | locking/percpu-rwsem: Fix a task_struct refcountQian Cai2020-04-081-1/+2
| |/ / / /
* | | | | Merge tag 'dma-mapping-5.7-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-04-112-4/+8
|\ \ \ \ \
| * | | | | dma-debug: fix displaying of dma allocation typeGrygorii Strashko2020-04-081-3/+6
| * | | | | dma-direct: fix data truncation in dma_direct_get_required_mask()Kishon Vijay Abraham I2020-04-081-1/+2
| |/ / / /
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-04-102-3/+3
|\ \ \ \ \
| * | | | | kernel/gcov/fs.c: gcov_seq_next() should increase position indexVasily Averin2020-04-101-1/+1
| * | | | | kmod: make request_module() return an error when autoloading is disabledEric Biggers2020-04-101-2/+2
* | | | | | printk: queue wake_up_klogd irq_work only if per-CPU areas are readySergey Senozhatsky2020-04-103-10/+40
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2020-04-101-0/+1
|\ \ \ \ \ \