summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2021-04-25kernel: always initialize task->pf_io_worker to NULLStefan Metzmacher1-0/+1
2021-04-25Merge tag 'locking_urgent_for_v5.12' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+4
2021-04-25Merge tag 'sched_urgent_for_v5.12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2021-04-24kbuild: redo fake deps at include/config/*.hAlexey Dobriyan1-1/+1
2021-04-24Merge tag 'irqchip-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner1-46/+6
2021-04-23bpf: Remove unnecessary map checks for ARG_PTR_TO_CONST_STRFlorent Revest1-2/+1
2021-04-23bpf: Notify user if we ever hit a bpf_snprintf verifier bugFlorent Revest1-2/+4
2021-04-23Merge tag 'kvmarm-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini3-5/+3
2021-04-23signal, perf: Add missing TRAP_PERF case in siginfo_layout()Marco Elver1-0/+2
2021-04-22irqdomain: Drop references to recusive irqdomain setupMarc Zyngier1-6/+2
2021-04-22irqdomain: Get rid of irq_create_strict_mappings()Marc Zyngier1-32/+0
2021-04-22Merge branch 'kvm-arm64/kill_oprofile_dependency' into kvmarm-master/nextMarc Zyngier1-5/+0
2021-04-22kcsan: Fix printk format stringArnd Bergmann1-1/+1
2021-04-22perf: Get rid of oprofile leftoversMarc Zyngier1-5/+0
2021-04-21cpumask/hotplug: Fix cpu_dying() state trackingPeter Zijlstra1-5/+11
2021-04-21kthread: Fix PF_KTHREAD vs to_kthread() racePeter Zijlstra3-8/+29
2021-04-21sched/debug: Fix cgroup_path[] serializationWaiman Long1-13/+29
2021-04-21sched,psi: Handle potential task count underflow bugs more gracefullyCharan Teja Reddy1-2/+3
2021-04-21sched: Warn on long periods of pending need_reschedPaul Turner4-1/+94
2021-04-21Merge tag 'trace-v5.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+7
2021-04-21capabilities: 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 simp...YueHaibing1-22/+18
2021-04-20Merge tag 'v5.12-rc8' into sched/core, to pick up fixesIngo Molnar36-295/+805
2021-04-20bpf: Refine retval for bpf_get_task_stack helperDave Marchevsky1-0/+1
2021-04-20bpf: Add a bpf_snprintf helperFlorent Revest3-0/+93
2021-04-20bpf: Add a ARG_PTR_TO_CONST_STR argument typeFlorent Revest1-0/+41
2021-04-20bpf: Factorize bpf_trace_printk and bpf_seq_printfFlorent Revest2-334/+293
2021-04-20Revert "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/net...Linus 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-17gcov: clang: fix clang-11+ buildJohannes Berg1-1/+1
2021-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-74/+156
2021-04-17bpf: Tighten speculative pointer arithmetic maskDaniel Borkmann1-29/+44
2021-04-17bpf: Move sanitize_val_alu out of op switchDaniel Borkmann1-6/+11
2021-04-17bpf: Refactor and streamline bounds check into helperDaniel Borkmann1-16/+33
2021-04-17bpf: Improve verifier error messages for usersDaniel Borkmann1-23/+63
2021-04-17bpf: Rework ptr_limit into alu_limit and add common error pathDaniel Borkmann1-8/+13
2021-04-17bpf: Ensure off_reg has no mixed signed bounds for all typesDaniel Borkmann1-10/+9
2021-04-17bpf: Move off_reg into sanitize_ptr_aluDaniel Borkmann1-4/+5
2021-04-17bpf: 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