summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2021-11-24PM: hibernate: use correct mode for swsusp_close()Thomas Zeitlhofer
2021-11-24sched/scs: Reset task stack state in bringup_cpu()Mark Rutland
2021-11-23tracing/uprobe: Fix uprobe_perf_open probes iterationJiri Olsa
2021-11-23sched/cpuacct: Make user/system times in cpuacct.stat more preciseAndrey Ryabinin
2021-11-23sched/cpuacct: Fix user/system in shown cpuacct.usage*Andrey Ryabinin
2021-11-23cpuacct: Convert BUG_ON() to WARN_ON_ONCE()Andrey Ryabinin
2021-11-23cputime, cpuacct: Include guest time in user time in cpuacct.statAndrey Ryabinin
2021-11-23perf: Ignore sigtrap for tracepoints destined for other tasksMarco Elver
2021-11-23locking/rwsem: Optimize down_read_trylock() under highly contended caseMuchun Song
2021-11-23locking/rwsem: Make handoff bit handling more consistentWaiman Long
2021-11-22lsm: security_task_getsecid_subj() -> security_current_getsecid_subj()Paul Moore
2021-11-19Merge tag 'trace-v5.16-6' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds
2021-11-19Merge branch 'SA_IMMUTABLE-fixes-for-v5.16-rc2' of git://git.kernel.org/pub/s...Linus Torvalds
2021-11-19signal: Replace force_fatal_sig with force_exit_sig when in doubtEric W. Biederman
2021-11-19signal: Don't always set SA_IMMUTABLE for forced signalsEric W. Biederman
2021-11-18tracing: Don't use out-of-sync va_list in event printingNikita Yushchenko
2021-11-18tracing: Use memset_startat() to zero struct trace_iteratorKees Cook
2021-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-11-18Merge tag 'net-5.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-11-18tracing/histogram: Fix UAF in destroy_hist_field()Kalesh Singh
2021-11-18Merge tag 'printk-for-5.16-fixup' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-11-18Merge branch 'rework/printk_safe-removal' into for-linusPetr Mladek
2021-11-17signal: Requeue ptrace signalsEric W. Biederman
2021-11-17signal: Requeue signals in the appropriate queueEric W. Biederman
2021-11-17signal: In get_signal test for signal_group_exit every time through the loopEric W. Biederman
2021-11-17perf/core: Use static_call to optimize perf_guest_info_callbacksSean Christopherson
2021-11-17perf: Force architectures to opt-in to guest callbacksSean Christopherson
2021-11-17perf: Stop pretending that perf can handle multiple guest callbacksSean Christopherson
2021-11-17perf: Protect perf_guest_cbs with RCUSean Christopherson
2021-11-17psi: Fix PSI_MEM_FULL state when tasks are in memstall and doing reclaimBrian Chen
2021-11-17sched/core: Forced idle accountingJosh Don
2021-11-17psi: Add a missing SPDX license headerLiu Xinpeng
2021-11-17psi: Remove repeated verbose commentLiu Xinpeng
2021-11-17kernel/locking: Use a pointer in ww_mutex_trylock().Sebastian Andrzej Siewior
2021-11-16Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2021-11-16bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33Tiezhu Yang
2021-11-15bpf: Fix toctou on read-only map's constant scalar trackingDaniel Borkmann
2021-11-15bpf: Forbid bpf_ktime_get_coarse_ns and bpf_timer_* in tracing progsDmitrii Banshchikov
2021-11-15cgroup: rstat: Mark benign data race to silence KCSANMichal Koutný
2021-11-15Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-11-14Merge tag 'trace-v5.16-5' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds
2021-11-14tracing: Add length protection to histogram string copiesSteven Rostedt (VMware)
2021-11-14Merge tag 'timers-urgent-2021-11-14' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-11-14Merge tag 'irq-urgent-2021-11-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-11-14Merge tag 'sched_urgent_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2021-11-14Merge tag 'perf_urgent_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2021-11-13Merge tag 'trace-v5.16-4' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds
2021-11-12tracing/histogram: Fix check for missing operands in an expressionKalesh Singh
2021-11-12tracing/histogram: Do not copy the fixed-size char array field over the field...Masami Hiramatsu
2021-11-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds