summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2021-11-30bpf: Remove a redundant comment on bpf_prog_freeChristoph Hellwig
2021-11-29cgroup: get the wrong css for css_alloc() during cgroup_init_subsys()Wei Yang
2021-11-29block: remove the ->rq_disk field in struct requestChristoph Hellwig
2021-11-29fork: move copy_io to block/blk-ioc.cChristoph Hellwig
2021-11-28Merge tag 'sched-urgent-2021-11-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-11-28Merge tag 'perf-urgent-2021-11-28' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-11-28Merge tag 'locking-urgent-2021-11-28' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2021-11-28Merge tag 'trace-v5.16-rc2-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-11-27tracing: Test the 'Do not trace this pid' case in create eventSteven Rostedt (VMware)
2021-11-27Merge tag 'trace-v5.16-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-11-26tracing: Fix pid filtering when triggers are attachedSteven Rostedt (VMware)
2021-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-11-26Merge tag 'pm-5.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2021-11-26tracing: Check pid filtering when creating eventsSteven Rostedt (VMware)
2021-11-25futex: Remove futex_cmpxchg detectionArnd Bergmann
2021-11-24PM: hibernate: Fix snapshot partial write lengthsEvan Green
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