summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* bpf: Add override check to kprobe multi link attachJiri Olsa2023-10-061-0/+16
* ring-buffer: Update "shortest_full" in pollingSteven Rostedt (Google)2023-10-061-0/+3
* sched/rt: Fix live lock between select_fallback_rq() and RT pushJoel Fernandes (Google)2023-10-061-0/+1
* kernel/sched: Modify initial boot task idle setupLiam R. Howlett2023-10-062-1/+2
* ring-buffer: Do not attempt to read past "commit"Steven Rostedt (Google)2023-10-061-0/+5
* ring-buffer: Avoid softlockup in ring_buffer_resize()Zheng Yejian2023-10-061-0/+2
* dma-debug: don't call __dma_entry_alloc_check_leak() under free_entries_lockSergey Senozhatsky2023-10-061-5/+15
* bpf: Avoid deadlock when using queue and stack maps from NMIToke Høiland-Jørgensen2023-10-061-3/+18
* tracing: Have option files inc the trace array ref countSteven Rostedt (Google)2023-09-231-1/+22
* tracing: Have current_trace inc the trace array ref countSteven Rostedt (Google)2023-09-231-1/+2
* tracing: Increase trace array ref count on enable and filter filesSteven Rostedt (Google)2023-09-233-2/+33
* tracing: Have event inject files inc the trace array ref countSteven Rostedt (Google)2023-09-231-1/+2
* tracing: Have tracing_max_latency inc the trace array ref countSteven Rostedt (Google)2023-09-231-5/+10
* panic: Reenable preemption in WARN slowpathLukas Wunner2023-09-231-0/+1
* printk: Consolidate console deferred printingJohn Ogness2023-09-232-14/+30
* printk: Keep non-panic-CPUs out of console lockJohn Ogness2023-09-231-19/+26
* scftorture: Forgive memory-allocation failure if KASANPaul E. McKenney2023-09-231-2/+4
* rcuscale: Move rcu_scale_writer() schedule_timeout_uninterruptible() to _idle()Zqiang2023-09-231-1/+1
* kernel/fork: beware of __put_task_struct() calling contextWander Lairson Costa2023-09-231-0/+8
* bpf: Assign bpf_tramp_run_ctx::saved_run_ctx before recursion check.Sebastian Andrzej Siewior2023-09-192-4/+2
* bpf: Invoke __bpf_prog_exit_sleepable_recur() on recursion in kern_sys_bpf().Sebastian Andrzej Siewior2023-09-191-0/+1
* bpf: Remove prog->active check for bpf_lsm and bpf_iterMartin KaFai Lau2023-09-192-15/+70
* tracing: Zero the pipe cpumask on alloc to avoid spurious -EBUSYBrian Foster2023-09-131-2/+2
* bpf: Fix issue in verifying allow_ptr_leaksYafang Shao2023-09-131-8/+9
* cpu/hotplug: Prevent self deadlock on CPU hot-unplugThomas Gleixner2023-09-131-1/+23
* printk: ringbuffer: Fix truncating buffer size min_t castKees Cook2023-09-131-1/+1
* tracing: Fix race issue between cpu buffer write and swapZheng Yejian2023-09-131-5/+12
* tracing: Remove extra space at the end of hwlat_detector/modeMikhail Kobuk2023-09-131-1/+1
* tick/rcu: Fix false positive "softirq work is pending" messagesPaul Gortmaker2023-09-131-1/+1
* cgroup:namespace: Remove unused cgroup_namespaces_init()Lu Jialin2023-09-131-6/+0
* cgroup/cpuset: Inherit parent's load balance state in v2Waiman Long2023-09-131-3/+30
* PCI: Allow drivers to request exclusive config regionsIra Weiny2023-09-131-5/+8
* audit: fix possible soft lockup in __audit_inode_child()Gaosheng Cui2023-09-131-0/+2
* bpf: Fix an error in verifying a field in a unionYafang Shao2023-09-131-1/+1
* bpf: Clear the probe_addr for uprobeYafang Shao2023-09-132-2/+3
* sched/rt: Fix sysctl_sched_rr_timeslice intial valueCyril Hrubis2023-09-131-1/+1
* refscale: Fix uninitalized use of wait_queue_head_tWaiman Long2023-09-131-2/+1
* tracing: Introduce pipe_cpumask to avoid race on trace_pipesZheng Yejian2023-09-132-7/+50
* kprobes: Prohibit probing on CFI preamble symbolMasami Hiramatsu (Google)2023-09-131-1/+13
* modules: only allow symbol_get of EXPORT_SYMBOL_GPL modulesChristoph Hellwig2023-09-061-3/+11
* kallsyms: Fix kallsyms_selftest failureYonghong Song2023-09-021-10/+7
* lockdep: fix static memory detection even moreHelge Deller2023-09-021-22/+14
* module: Expose module_init_layout_section()James Morse2023-09-021-1/+1
* cgroup/cpuset: Free DL BW in case can_attach() failsDietmar Eggemann2023-08-302-20/+50
* sched/deadline: Create DL BW alloc, free & check overflow interfaceDietmar Eggemann2023-08-303-16/+43
* cgroup/cpuset: Iterate only if DEADLINE tasks are presentJuri Lelli2023-08-301-0/+3
* sched/cpuset: Keep track of SCHED_DEADLINE task in cpusetsJuri Lelli2023-08-303-0/+43
* sched/cpuset: Bring back cpuset_mutexJuri Lelli2023-08-302-88/+95
* cgroup/cpuset: Rename functions dealing with DEADLINE accountingJuri Lelli2023-08-301-4/+4
* tracing: Fix memleak due to race between current_tracer and traceZheng Yejian2023-08-303-2/+12