aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller7-44/+55
2021-06-28Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-1/+32
2021-06-28sched/core: Disable CONFIG_SCHED_CORE by defaultIngo Molnar1-3/+3
2021-06-28seccomp: Support atomic "addfd + send reply"Rodrigo Campos1-6/+45
2021-06-28Merge tag 'timers-nohz-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-49/+102
2021-06-28Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds42-594/+2335
2021-06-28Merge tag 'perf-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-24/+19
2021-06-28Merge tag 'locking-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-21/+135
2021-06-28Merge tags 'objtool-urgent-2021-06-28' and 'objtool-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+7
2021-06-28trace/osnoise: Fix return value on osnoise_init_hotplug_supportDaniel Bristot de Oliveira1-1/+1
2021-06-28trace/osnoise: Make interval u64 on osnoise_mainDaniel Bristot de Oliveira1-1/+1
2021-06-28trace/osnoise: Fix 'no previous prototype' warningsDaniel Bristot de Oliveira1-9/+11
2021-06-28tracing: Have osnoise_main() add a quiescent state for task rcuSteven Rostedt (VMware)1-1/+4
2021-06-28Merge tag 'regulator-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulatorLinus Torvalds1-0/+79
2021-06-28bpf: Fix false positive kmemleak report in bpf_ringbuf_area_alloc()Rustam Kovhaev1-0/+2
2021-06-28bpf: Allow bpf_get_current_ancestor_cgroup_id for tracingNamhyung Kim1-0/+2
2021-06-28sched/fair: Ensure _sum and _avg values stay consistentOdin Ugedal1-3/+3
2021-06-28Merge tag 'irqchip-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/coreThomas Gleixner28-241/+472
2021-06-28time/kunit: Add missing MODULE_LICENSE()Thomas Gleixner1-0/+1
2021-06-27Revert "signal: Allow tasks to cache one sigqueue struct"Linus Torvalds3-59/+2
2021-06-25trace/osnoise: Support hotplug operationsDaniel Bristot de Oliveira1-30/+135
2021-06-25trace/hwlat: Support hotplug operationsDaniel Bristot de Oliveira1-0/+65
2021-06-25trace/hwlat: Protect kdata->kthread with get/put_online_cpusDaniel Bristot de Oliveira1-6/+13
2021-06-25trace: Add timerlat tracerDaniel Bristot de Oliveira5-31/+688
2021-06-25trace: Add osnoise tracerDaniel Bristot de Oliveira6-4/+1521
2021-06-25tracing: Add LATENCY_FS_NOTIFY to define if latency_fsnotify() is definedSteven Rostedt (VMware)2-5/+4
2021-06-25trace/hwlat: Remove printk from sampling loopDaniel Bristot de Oliveira1-3/+12
2021-06-25trace/hwlat: Use trace_min_max_param for width and window paramsDaniel Bristot de Oliveira1-121/+24
2021-06-25trace: Add a generic function to read/write u64 values from tracefsDaniel Bristot de Oliveira2-0/+103
2021-06-25trace/hwlat: Implement the per-cpu modeDaniel Bristot de Oliveira1-36/+150
2021-06-24mm, futex: fix shared futex pgoff on shmem huge pageHugh Dickins1-2/+1
2021-06-24kthread: prevent deadlock when kthread_mod_delayed_work() races with kthread_cancel_delayed_work_sync()Petr Mladek1-11/+24
2021-06-24kthread_worker: split code for canceling the delayed work timerPetr Mladek1-17/+29
2021-06-24trace/hwlat: Switch disable_migrate to mode noneDaniel Bristot de Oliveira1-8/+5
2021-06-24trace/hwlat: Implement the mode config optionDaniel Bristot de Oliveira1-12/+167
2021-06-24trace/hwlat: Fix Clark's emailDaniel Bristot de Oliveira1-1/+1
2021-06-24xdp: Add proper __rcu annotations to redirect map entriesToke Høiland-Jørgensen2-32/+30
2021-06-24bpf: Allow RCU-protected lookups to happen from bh contextToke Høiland-Jørgensen3-12/+21
2021-06-24Merge tag 'core-urgent-2021-06-24' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+16
2021-06-24Merge tag 'sched-urgent-2021-06-24' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+28
2021-06-24Merge tag 'objtool-urgent-2021-06-24' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+3
2021-06-24time: Improve performance of time64_to_tm()Cassio Neri4-58/+178
2021-06-24sched/topology: Rework CPU capacity asymmetry detectionBeata Michalska1-78/+131
2021-06-24psi: Fix race between psi_trigger_create/destroyZhaoyang Huang1-6/+6
2021-06-24sched/fair: Introduce the burstable CFS controllerHuaixin Chang3-10/+73
2021-06-23kernel/sysctl-test: Remove some casts which are no-longer requiredDavid Gow1-12/+12
2021-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller3-5/+7
2021-06-23perf: Fix task context PMU for HeteroPeter Zijlstra1-1/+8
2021-06-23Merge branch 'stable/for-linus-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlbLinus Torvalds1-8/+15
2021-06-23Merge remote-tracking branch 'regulator/for-5.14' into regulator-nextMark Brown1-0/+79