aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-04-19Merge tag 'timers-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+14
2020-04-19Merge tag 'irq-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-44/+0
2020-04-19Merge tag 'sched-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-4/+21
2020-04-19Merge tag 'core-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+1
2020-04-18Merge tag 'for-linus-2020-04-18' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-10/+15
2020-04-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Linus Torvalds 3-12/+9
2020-04-16proc, time/namespace: Show clock symbolic names in /proc/pid/timens_offsetsGravatar Andrei Vagin 1-1/+14
2020-04-15sched/vtime: Work around an unitialized variable warningGravatar Borislav Petkov 1-2/+2
2020-04-15sched/isolation: Allow "isolcpus=" to skip unknown sub-parametersGravatar Peter Xu 1-2/+19
2020-04-15clone3: add build-time CLONE_ARGS_SIZE_VER* validity checksGravatar Eugene Syromiatnikov 1-0/+8
2020-04-15clone3: add a check for the user struct size if CLONE_INTO_CGROUP is setGravatar Eugene Syromiatnikov 1-1/+2
2020-04-15clone3: fix cgroup argument sanity checkGravatar Eugene Syromiatnikov 1-1/+1
2020-04-14tracing: Fix the race between registering 'snapshot' event trigger and trigge...Gravatar Xiao Yang 1-7/+3
2020-04-14bpf: remove unneeded conversion to bool in __mark_reg_unknownGravatar Zou Wei 1-2/+1
2020-04-14bpf: Prevent re-mmap()'ing BPF map as writable for initially r/o mappingGravatar Andrii Nakryiko 1-9/+7
2020-04-14genirq: Remove setup_irq() and remove_irq()Gravatar afzal mohammed 1-44/+0
2020-04-14Merge branch 'urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Ingo Molnar 1-1/+1
2020-04-12signal: use kill_proc_info instead of kill_pid_info in kill_something_infoGravatar Zhiqiang Liu 1-6/+2
2020-04-12signal: check sig before setting info in kill_pid_usb_asyncioGravatar Zhiqiang Liu 1-3/+3
2020-04-12Merge tag 'timers-urgent-2020-04-12' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-0/+4
2020-04-12Merge tag 'sched-urgent-2020-04-12' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 5-62/+51
2020-04-12Merge tag 'perf-urgent-2020-04-12' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-31/+51
2020-04-12Merge tag 'locking-urgent-2020-04-12' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-21/+33
2020-04-11Merge tag 'dma-mapping-5.7-1' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 2-4/+8
2020-04-10Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-3/+3
2020-04-10kernel/gcov/fs.c: gcov_seq_next() should increase position indexGravatar Vasily Averin 1-1/+1
2020-04-10kmod: make request_module() return an error when autoloading is disabledGravatar Eric Biggers 1-2/+2
2020-04-10printk: queue wake_up_klogd irq_work only if per-CPU areas are readyGravatar Sergey Senozhatsky 3-10/+40
2020-04-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-0/+1
2020-04-10Merge tag 'pm-5.7-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Gravatar Linus Torvalds 1-55/+46
2020-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 1-1/+1
2020-04-09Merge tag 'modules-for-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+2
2020-04-09proc: Use a dedicated lock in struct pidGravatar Eric W. Biederman 1-0/+1
2020-04-08dma-debug: fix displaying of dma allocation typeGravatar Grygorii Strashko 1-3/+6
2020-04-08dma-direct: fix data truncation in dma_direct_get_required_mask()Gravatar Kishon Vijay Abraham I 1-1/+2
2020-04-08locking/lockdep: Improve 'invalid wait context' splatGravatar Peter Zijlstra 1-20/+31
2020-04-08locking/percpu-rwsem: Fix a task_struct refcountGravatar Qian Cai 1-1/+2
2020-04-08sched/debug: Add task uclamp values to SCHED_DEBUG procfsGravatar Valentin Schneider 1-0/+6
2020-04-08sched/debug: Factor out printing formats into common macrosGravatar Valentin Schneider 1-14/+12
2020-04-08sched/debug: Remove redundant macro defineGravatar Valentin Schneider 1-12/+0
2020-04-08sched/core: Remove unused rq::last_load_update_tickGravatar Vincent Donnefort 2-2/+0
2020-04-08workqueue: Remove the warning in wq_worker_sleeping()Gravatar Sebastian Andrzej Siewior 2-3/+6
2020-04-08sched/fair: Fix negative imbalance in imbalance calculationGravatar Aubrey Li 1-0/+8
2020-04-08sched/fair: Fix race between runtime distribution and assignmentGravatar Huaixin Chang 1-20/+11
2020-04-08sched/fair: Align rq->avg_idle and rq->avg_scan_costGravatar Valentin Schneider 3-11/+8
2020-04-08perf/core: Disable page faults when getting phys addressGravatar Jiri Olsa 1-3/+6
2020-04-08perf/cgroup: Correct indirection in perf_less_group_idx()Gravatar Ian Rogers 1-1/+2
2020-04-08perf/core: Fix event cgroup trackingGravatar Peter Zijlstra 1-27/+43
2020-04-07ucount: Make sure ucounts in /proc/sys/user don't regress againGravatar Jan Kara 1-0/+2
2020-04-07kernel/gcov/fs.c: replace zero-length array with flexible-array memberGravatar Gustavo A. R. Silva 1-1/+1