Age | Commit message (Expand) | Author | Files | Lines |
2021-11-28 | Merge tag 'sched-urgent-2021-11-28' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -4/+7 |
2021-11-28 | Merge tag 'perf-urgent-2021-11-28' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -0/+3 |
2021-11-28 | Merge tag 'locking-urgent-2021-11-28' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -93/+89 |
2021-11-28 | Merge tag 'trace-v5.16-rc2-3' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+1 |
2021-11-27 | tracing: Test the 'Do not trace this pid' case in create event | Steven Rostedt (VMware) | 1 | -1/+1 |
2021-11-27 | Merge tag 'trace-v5.16-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -6/+30 |
2021-11-26 | tracing: Fix pid filtering when triggers are attached | Steven Rostedt (VMware) | 1 | -6/+18 |
2021-11-26 | Merge tag 'pm-5.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 2 | -4/+4 |
2021-11-26 | tracing: Check pid filtering when creating events | Steven Rostedt (VMware) | 1 | -0/+12 |
2021-11-24 | PM: hibernate: Fix snapshot partial write lengths | Evan Green | 1 | -1/+1 |
2021-11-24 | PM: hibernate: use correct mode for swsusp_close() | Thomas Zeitlhofer | 1 | -3/+3 |
2021-11-24 | sched/scs: Reset task stack state in bringup_cpu() | Mark Rutland | 2 | -4/+7 |
2021-11-23 | tracing/uprobe: Fix uprobe_perf_open probes iteration | Jiri Olsa | 1 | -0/+1 |
2021-11-23 | perf: Ignore sigtrap for tracepoints destined for other tasks | Marco Elver | 1 | -0/+3 |
2021-11-23 | locking/rwsem: Optimize down_read_trylock() under highly contended case | Muchun Song | 1 | -7/+4 |
2021-11-23 | locking/rwsem: Make handoff bit handling more consistent | Waiman Long | 1 | -86/+85 |
2021-11-19 | Merge tag 'trace-v5.16-6' of git://git.kernel.org/pub/scm/linux/kernel/git/ro... | Linus Torvalds | 2 | -22/+35 |
2021-11-19 | Merge branch 'SA_IMMUTABLE-fixes-for-v5.16-rc2' of git://git.kernel.org/pub/s... | Linus Torvalds | 2 | -9/+31 |
2021-11-19 | signal: Replace force_fatal_sig with force_exit_sig when in doubt | Eric W. Biederman | 2 | -2/+15 |
2021-11-19 | signal: Don't always set SA_IMMUTABLE for forced signals | Eric W. Biederman | 1 | -7/+16 |
2021-11-18 | tracing: Don't use out-of-sync va_list in event printing | Nikita Yushchenko | 1 | -0/+12 |
2021-11-18 | tracing: Use memset_startat() to zero struct trace_iterator | Kees Cook | 1 | -3/+1 |
2021-11-18 | Merge tag 'net-5.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 5 | -27/+63 |
2021-11-18 | tracing/histogram: Fix UAF in destroy_hist_field() | Kalesh Singh | 1 | -19/+22 |
2021-11-18 | Merge tag 'printk-for-5.16-fixup' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -0/+5 |
2021-11-18 | Merge branch 'rework/printk_safe-removal' into for-linus | Petr Mladek | 1 | -0/+5 |
2021-11-16 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | Jakub Kicinski | 5 | -27/+63 |
2021-11-15 | bpf: Fix toctou on read-only map's constant scalar tracking | Daniel Borkmann | 2 | -22/+52 |
2021-11-15 | bpf: Forbid bpf_ktime_get_coarse_ns and bpf_timer_* in tracing progs | Dmitrii Banshchikov | 4 | -4/+9 |
2021-11-14 | Merge tag 'trace-v5.16-5' of git://git.kernel.org/pub/scm/linux/kernel/git/ro... | Linus Torvalds | 1 | -2/+7 |
2021-11-14 | tracing: Add length protection to histogram string copies | Steven Rostedt (VMware) | 1 | -2/+7 |
2021-11-14 | Merge tag 'timers-urgent-2021-11-14' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2 | -2/+18 |
2021-11-14 | Merge tag 'irq-urgent-2021-11-14' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -2/+2 |
2021-11-14 | Merge tag 'sched_urgent_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 6 | -40/+76 |
2021-11-14 | Merge tag 'perf_urgent_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -5/+5 |
2021-11-13 | Merge tag 'trace-v5.16-4' of git://git.kernel.org/pub/scm/linux/kernel/git/ro... | Linus Torvalds | 2 | -6/+9 |
2021-11-12 | tracing/histogram: Fix check for missing operands in an expression | Kalesh Singh | 1 | -1/+2 |
2021-11-12 | tracing/histogram: Do not copy the fixed-size char array field over the field... | Masami Hiramatsu | 1 | -4/+5 |
2021-11-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 1 | -0/+1 |
2021-11-12 | bpf: Fix inner map state pruning regression. | Alexei Starovoitov | 1 | -1/+2 |
2021-11-12 | tracing/osnoise: Make osnoise_instances static | Daniel Bristot de Oliveira | 1 | -1/+2 |
2021-11-11 | Merge tag 'kcsan.2021.11.11a' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 5 | -111/+183 |
2021-11-11 | Merge tag 'trace-v5.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro... | Linus Torvalds | 2 | -1/+7 |
2021-11-11 | Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 2 | -35/+27 |
2021-11-11 | perf/core: Avoid put_page() when GUP fails | Greg Thelen | 1 | -5/+5 |
2021-11-11 | preempt: Restore preemption model selection configs | Valentin Schneider | 2 | -24/+24 |
2021-11-11 | sched/fair: Prevent dead task groups from regaining cfs_rq's | Mathias Krause | 5 | -16/+49 |
2021-11-11 | sched/core: Mitigate race cpus_share_cache()/update_top_cache_domain() | Vincent Donnefort | 1 | -0/+3 |
2021-11-11 | PCI/MSI: Move non-mask check back into low level accessors | Thomas Gleixner | 1 | -2/+2 |
2021-11-10 | Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 4 | -16/+33 |