summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2023-11-02perf/core: Fix potential NULL derefPeter Zijlstra
2023-11-02tracing/kprobes: Fix the description of variable length argumentsYujie Liu
2023-11-02tracing/kprobes: Fix symbol counting logic by looking at modules as wellAndrii Nakryiko
2023-10-25tracing/kprobes: Return EADDRNOTAVAIL when func matches several symbolsFrancis Laniel
2023-10-25perf: Disallow mis-matched inherited group readsPeter Zijlstra
2023-10-25cpufreq: schedutil: Update next_freq when cpufreq_limits changeXuewen Yan
2023-10-25tracing: relax trace_event_eval_update() execution with cond_resched()Clément Léger
2023-10-25fprobe: Fix to ensure the number of active retprobes is not zeroMasami Hiramatsu (Google)
2023-10-25audit,io_uring: io_uring openat triggers audit reference count underflowDan Clash
2023-10-19cgroup: Remove duplicates in cgroup v1 tasks fileMichal Koutný
2023-10-19workqueue: Override implicit ordered attribute in workqueue_apply_unbound_cpu...Waiman Long
2023-10-19bpf: Fix verifier log for async callback return valuesDavid Vernet
2023-10-10bpf: unconditionally reset backtrack_state masks on global func exitAndrii Nakryiko
2023-10-06tracing/user_events: Align set_bit() address for all archsBeau Belgrave
2023-10-06bpf: Add override check to kprobe multi link attachJiri Olsa
2023-10-06ring-buffer: Update "shortest_full" in pollingSteven Rostedt (Google)
2023-10-06ring-buffer: Fix bytes info in per_cpu buffer statsZheng Yejian
2023-10-06sched/rt: Fix live lock between select_fallback_rq() and RT pushJoel Fernandes (Google)
2023-10-06kernel/sched: Modify initial boot task idle setupLiam R. Howlett
2023-10-06ring-buffer: Do not attempt to read past "commit"Steven Rostedt (Google)
2023-10-06ring-buffer: Avoid softlockup in ring_buffer_resize()Zheng Yejian
2023-10-06dma-debug: don't call __dma_entry_alloc_check_leak() under free_entries_lockSergey Senozhatsky
2023-10-06swiotlb: use the calculated number of areasRoss Lagerwall
2023-10-06bpf: Fix a erroneous check after snprintf()Christophe JAILLET
2023-10-06bpf: Avoid dummy bpf_offload_netdev in __bpf_prog_dev_bound_initEduard Zingerman
2023-10-06bpf: Avoid deadlock when using queue and stack maps from NMIToke Høiland-Jørgensen
2023-09-23tracing: Have option files inc the trace array ref countSteven Rostedt (Google)
2023-09-23tracing: Have current_trace inc the trace array ref countSteven Rostedt (Google)
2023-09-23tracing: Increase trace array ref count on enable and filter filesSteven Rostedt (Google)
2023-09-23tracing/synthetic: Print out u64 values properlyTero Kristo
2023-09-23tracing: Have event inject files inc the trace array ref countSteven Rostedt (Google)
2023-09-23tracing: Have tracing_max_latency inc the trace array ref countSteven Rostedt (Google)
2023-09-23panic: Reenable preemption in WARN slowpathLukas Wunner
2023-09-23PM: hibernate: Fix the exclusive get block device in test_resume modeChen Yu
2023-09-23printk: Rename abandon_console_lock_in_panic() to other_cpu_in_panic()John Ogness
2023-09-23printk: Consolidate console deferred printingJohn Ogness
2023-09-23printk: Do not take console lock for console_flush_on_panic()John Ogness
2023-09-23printk: Keep non-panic-CPUs out of console lockJohn Ogness
2023-09-23printk: Reduce console_unblank() usage in unsafe scenariosJohn Ogness
2023-09-23bpf: Consider non-owning refs to refcounted nodes RCU protectedDave Marchevsky
2023-09-23scftorture: Forgive memory-allocation failure if KASANPaul E. McKenney
2023-09-23rcuscale: Move rcu_scale_writer() schedule_timeout_uninterruptible() to _idle()Zqiang
2023-09-23kernel/fork: beware of __put_task_struct() calling contextWander Lairson Costa
2023-09-19bpf: fix bpf_probe_read_kernel prototype mismatchArnd Bergmann
2023-09-19bpf: bpf_sk_storage: Fix the missing uncharge in sk_omem_allocMartin KaFai Lau
2023-09-19bpf: bpf_sk_storage: Fix invalid wait context lockdep reportMartin KaFai Lau
2023-09-19bpf: Assign bpf_tramp_run_ctx::saved_run_ctx before recursion check.Sebastian Andrzej Siewior
2023-09-19bpf: Invoke __bpf_prog_exit_sleepable_recur() on recursion in kern_sys_bpf().Sebastian Andrzej Siewior
2023-09-19netfilter: nf_tables: Audit log rule resetPhil Sutter
2023-09-19netfilter: nf_tables: Audit log setelem resetPhil Sutter