aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-20Merge tag 'trace-v5.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-3/+7
2021-04-20capabilities: require CAP_SETFCAP to map uid 0Serge E. Hallyn1-3/+62
2021-04-20tracing: Fix checking event hash pointer logic when tp_printk is enabledSteven Rostedt (VMware)1-3/+7
2021-04-20sched/fair: Move update_nohz_stats() to the CONFIG_NO_HZ_COMMON block to simplify the code & fix an unused function warningYueHaibing1-22/+18
2021-04-20Merge tag 'v5.12-rc8' into sched/core, to pick up fixesIngo Molnar36-295/+805
2021-04-19bpf: Refine retval for bpf_get_task_stack helperDave Marchevsky1-0/+1
2021-04-19bpf: Add a bpf_snprintf helperFlorent Revest3-0/+93
2021-04-19bpf: Add a ARG_PTR_TO_CONST_STR argument typeFlorent Revest1-0/+41
2021-04-19bpf: Factorize bpf_trace_printk and bpf_seq_printfFlorent Revest2-334/+293
2021-04-19Revert "gcov: clang: fix clang-11+ build"Linus Torvalds1-1/+1
2021-04-19perf: Extend PERF_TYPE_HARDWARE and PERF_TYPE_HW_CACHEKan Liang1-3/+16
2021-04-19preempt/dynamic: Fix typo in macro conditional statementZhouyi Zhou1-1/+1
2021-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-89/+183
2021-04-17Merge tag 'net-5.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-74/+156
2021-04-17posix-timers: Preserve return value in clock_adjtime32()Chen Jun1-2/+2
2021-04-17locking/qrwlock: Fix ordering in queued_write_lock_slowpath()Ali Saidi1-3/+4
2021-04-17sched/debug: Rename the sched_debug parameter to sched_verbosePeter Zijlstra3-9/+9
2021-04-16gcov: clang: fix clang-11+ buildJohannes Berg1-1/+1
2021-04-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-74/+156
2021-04-16bpf: Tighten speculative pointer arithmetic maskDaniel Borkmann1-29/+44
2021-04-16bpf: Move sanitize_val_alu out of op switchDaniel Borkmann1-6/+11
2021-04-16bpf: Refactor and streamline bounds check into helperDaniel Borkmann1-16/+33
2021-04-16bpf: Improve verifier error messages for usersDaniel Borkmann1-23/+63
2021-04-16bpf: Rework ptr_limit into alu_limit and add common error pathDaniel Borkmann1-8/+13
2021-04-16bpf: Ensure off_reg has no mixed signed bounds for all typesDaniel Borkmann1-10/+9
2021-04-16bpf: Move off_reg into sanitize_ptr_aluDaniel Borkmann1-4/+5
2021-04-16bpf: Use correct permission flag for mixed signed bounds arithmeticDaniel Borkmann1-1/+1
2021-04-16cgroup: use tsk->in_iowait instead of delayacct_is_task_waiting_on_io()Chunguang Xu1-1/+1
2021-04-16tick/broadcast: Allow late registered device to enter oneshot modeJindong Yue1-2/+14
2021-04-16tick: Use tick_check_replacement() instead of open coding itWang Wensheng1-6/+1
2021-04-16time/timecounter: Mark 1st argument of timecounter_cyc2time() as constMarc Kleine-Budde1-1/+1
2021-04-16sched,fair: Alternative sched_slice()Peter Zijlstra2-1/+14
2021-04-16sched: Move /proc/sched_debug to debugfsPeter Zijlstra1-9/+16
2021-04-16sched,debug: Convert sysctl sched_domains to debugfsPeter Zijlstra3-211/+59
2021-04-16sched,preempt: Move preempt_dynamic to debug.cPeter Zijlstra3-77/+78
2021-04-16sched: Move SCHED_DEBUG sysctl to debugfsPeter Zijlstra5-108/+77
2021-04-16sched: Remove sched_schedstats sysctl out from under SCHED_DEBUGPeter Zijlstra1-11/+11
2021-04-16sched/numa: Allow runtime enabling/disabling of NUMA balance without SCHED_DEBUGMel Gorman1-1/+3
2021-04-16sched: Use cpu_dying() to fix balance_push vs hotplug-rollbackPeter Zijlstra2-12/+15
2021-04-16cpumask: Introduce DYING maskPeter Zijlstra1-0/+6
2021-04-16perf: Add support for SIGTRAP on perf eventsMarco Elver1-1/+48
2021-04-16signal: Introduce TRAP_PERF si_code and si_perf to siginfoMarco Elver1-0/+11
2021-04-16perf: Add support for event removal on execMarco Elver1-8/+62
2021-04-16perf: Support only inheriting events if cloned with CLONE_THREADMarco Elver2-8/+15
2021-04-16perf: Apply PERF_EVENT_IOC_MODIFY_ATTRIBUTES to childrenMarco Elver1-1/+21
2021-04-16perf: Rework perf_event_exit_event()Peter Zijlstra1-63/+79
2021-04-16perf: Cap allocation order at aux_watermarkAlexander Shishkin1-16/+18
2021-04-14rseq: Optimise rseq_get_rseq_cs() and clear_rseq_cs()Eric Dumazet1-0/+9
2021-04-14rseq: Remove redundant access_ok()Eric Dumazet1-4/+1
2021-04-14rseq: Optimize rseq_update_cpu_id()Eric Dumazet1-4/+11