summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-09-19tracing: Zero the pipe cpumask on alloc to avoid spurious -EBUSYBrian Foster1-2/+2
2023-09-19printk: ringbuffer: Fix truncating buffer size min_t castKees Cook1-1/+1
2023-09-19tracing: Fix race issue between cpu buffer write and swapZheng Yejian1-5/+12
2023-09-19cgroup:namespace: Remove unused cgroup_namespaces_init()Lu Jialin1-6/+0
2023-09-19audit: fix possible soft lockup in __audit_inode_child()Gaosheng Cui1-0/+2
2023-09-19bpf: Clear the probe_addr for uprobeYafang Shao2-2/+3
2023-09-19refscale: Fix uninitalized use of wait_queue_head_tWaiman Long1-2/+1
2023-09-19tracing: Introduce pipe_cpumask to avoid race on trace_pipesZheng Yejian2-7/+50
2023-09-19kprobes: Prohibit probing on CFI preamble symbolMasami Hiramatsu (Google)1-1/+13
2023-09-19modules: only allow symbol_get of EXPORT_SYMBOL_GPL modulesChristoph Hellwig1-2/+13
2023-09-02rcu-tasks: Add trc_inspect_reader() checks for exiting critical sectionPaul E. McKenney1-9/+9
2023-09-02rcu-tasks: Wait for trc_read_check_handler() IPIsPaul E. McKenney1-0/+14
2023-09-02rcu-tasks: Fix IPI failure handling in trc_wait_for_one_readerNeeraj Upadhyay1-1/+3
2023-09-02rcu: Prevent expedited GP from enabling tick on offline CPUPaul E. McKenney1-1/+4
2023-09-02module: Expose module_init_layout_section()James Morse1-1/+1
2023-08-30cgroup/cpuset: Free DL BW in case can_attach() failsDietmar Eggemann2-19/+49
2023-08-30sched/deadline: Create DL BW alloc, free & check overflow interfaceDietmar Eggemann3-16/+43
2023-08-30cgroup/cpuset: Iterate only if DEADLINE tasks are presentJuri Lelli1-0/+3
2023-08-30sched/cpuset: Keep track of SCHED_DEADLINE task in cpusetsJuri Lelli3-0/+42
2023-08-30sched/cpuset: Bring back cpuset_mutexJuri Lelli2-47/+53
2023-08-30cgroup/cpuset: Rename functions dealing with DEADLINE accountingJuri Lelli1-4/+4
2023-08-30timers/nohz: Switch to ONESHOT_STOPPED in the low-res handler when the tick i...Nicholas Piggin1-2/+10
2023-08-30tick: Detect and fix jiffies update stallFrederic Weisbecker2-0/+21
2023-08-30torture: Fix hang during kthread shutdown phaseJoel Fernandes (Google)1-1/+1
2023-08-30tracing: Fix memleak due to race between current_tracer and traceZheng Yejian3-2/+12
2023-08-30tracing: Fix cpu buffers unavailable due to 'record_disabled' missedZheng Yejian1-0/+6
2023-08-26tracing/probes: Fix to update dynamic data counter if fetcharg uses itMasami Hiramatsu (Google)1-5/+7
2023-08-26tracing/probes: Have process_fetch_insn() take a void * instead of pt_regsSteven Rostedt (VMware)3-5/+7
2023-08-26ring-buffer: Do not swap cpu_buffer during resize processChen Lin2-2/+15
2023-08-26dma-remap: use kvmalloc_array/kvfree for larger dma memory remapgaoxu1-2/+2
2023-08-16bpf: aggressively forget precise markings during state checkpointingAndrii Nakryiko1-0/+37
2023-08-16bpf: stop setting precise in current stateAndrii Nakryiko1-12/+91
2023-08-16bpf: allow precision tracking for programs with subprogsAndrii Nakryiko1-1/+34
2023-08-11tracing: Fix sleeping while atomic in kdb ftdumpDouglas Anderson1-5/+6
2023-08-11bpf: Disable preemption in bpf_event_outputJiri Olsa1-1/+5
2023-08-11perf: Fix function pointer casePeter Zijlstra1-2/+6
2023-08-11tracing: Fix warning in trace_buffered_event_disable()Zheng Yejian1-10/+4
2023-08-11ring-buffer: Fix wrong stat of cpu_buffer->readZheng Yejian1-10/+12
2023-08-11tracing: Show real address for trace event argumentsMasami Hiramatsu3-2/+83
2023-08-08mm: Move mm_cachep initialization to mm_init()Peter Zijlstra1-14/+18
2023-08-08x86/mm: Use mm_alloc() in poking_init()Peter Zijlstra1-5/+0
2023-07-27ftrace: Fix possible warning on checking all pages used in ftrace_process_locs()Zheng Yejian1-14/+31
2023-07-27ftrace: Store the order of pages allocated in ftrace_pageLinus Torvalds1-18/+17
2023-07-27tracing: Fix memory leak of iter->temp when reading trace_pipeZheng Yejian1-0/+1
2023-07-27tracing/histograms: Return an error if we fail to add histogram to hist_vars ...Mohamed Khalfella1-1/+2
2023-07-27bpf: Address KCSAN report on bpf_lru_listMartin KaFai Lau2-13/+15
2023-07-27sched/fair: Don't balance task to its current running CPUYicong Yang1-1/+1
2023-07-27posix-timers: Ensure timer ID search-loop limit is validThomas Gleixner1-13/+18
2023-07-27tracing/probes: Fix not to count error code to total lengthMasami Hiramatsu (Google)1-0/+2
2023-07-27tracing: Fix null pointer dereference in tracing_err_log_open()Mateusz Stachyra1-1/+1