summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2023-09-02rcu-tasks: Add trc_inspect_reader() checks for exiting critical sectionPaul E. McKenney
2023-09-02rcu-tasks: Wait for trc_read_check_handler() IPIsPaul E. McKenney
2023-09-02rcu-tasks: Fix IPI failure handling in trc_wait_for_one_readerNeeraj Upadhyay
2023-09-02rcu: Prevent expedited GP from enabling tick on offline CPUPaul E. McKenney
2023-09-02module: Expose module_init_layout_section()James Morse
2023-08-30cgroup/cpuset: Free DL BW in case can_attach() failsDietmar Eggemann
2023-08-30sched/deadline: Create DL BW alloc, free & check overflow interfaceDietmar Eggemann
2023-08-30cgroup/cpuset: Iterate only if DEADLINE tasks are presentJuri Lelli
2023-08-30sched/cpuset: Keep track of SCHED_DEADLINE task in cpusetsJuri Lelli
2023-08-30sched/cpuset: Bring back cpuset_mutexJuri Lelli
2023-08-30cgroup/cpuset: Rename functions dealing with DEADLINE accountingJuri Lelli
2023-08-30timers/nohz: Switch to ONESHOT_STOPPED in the low-res handler when the tick i...Nicholas Piggin
2023-08-30tick: Detect and fix jiffies update stallFrederic Weisbecker
2023-08-30torture: Fix hang during kthread shutdown phaseJoel Fernandes (Google)
2023-08-30tracing: Fix memleak due to race between current_tracer and traceZheng Yejian
2023-08-30tracing: Fix cpu buffers unavailable due to 'record_disabled' missedZheng Yejian
2023-08-26tracing/probes: Fix to update dynamic data counter if fetcharg uses itMasami Hiramatsu (Google)
2023-08-26tracing/probes: Have process_fetch_insn() take a void * instead of pt_regsSteven Rostedt (VMware)
2023-08-26ring-buffer: Do not swap cpu_buffer during resize processChen Lin
2023-08-26dma-remap: use kvmalloc_array/kvfree for larger dma memory remapgaoxu
2023-08-16bpf: aggressively forget precise markings during state checkpointingAndrii Nakryiko
2023-08-16bpf: stop setting precise in current stateAndrii Nakryiko
2023-08-16bpf: allow precision tracking for programs with subprogsAndrii Nakryiko
2023-08-11tracing: Fix sleeping while atomic in kdb ftdumpDouglas Anderson
2023-08-11bpf: Disable preemption in bpf_event_outputJiri Olsa
2023-08-11perf: Fix function pointer casePeter Zijlstra
2023-08-11tracing: Fix warning in trace_buffered_event_disable()Zheng Yejian
2023-08-11ring-buffer: Fix wrong stat of cpu_buffer->readZheng Yejian
2023-08-11tracing: Show real address for trace event argumentsMasami Hiramatsu
2023-08-08mm: Move mm_cachep initialization to mm_init()Peter Zijlstra
2023-08-08x86/mm: Use mm_alloc() in poking_init()Peter Zijlstra
2023-07-27ftrace: Fix possible warning on checking all pages used in ftrace_process_locs()Zheng Yejian
2023-07-27ftrace: Store the order of pages allocated in ftrace_pageLinus Torvalds
2023-07-27tracing: Fix memory leak of iter->temp when reading trace_pipeZheng Yejian
2023-07-27tracing/histograms: Return an error if we fail to add histogram to hist_vars ...Mohamed Khalfella
2023-07-27bpf: Address KCSAN report on bpf_lru_listMartin KaFai Lau
2023-07-27sched/fair: Don't balance task to its current running CPUYicong Yang
2023-07-27posix-timers: Ensure timer ID search-loop limit is validThomas Gleixner
2023-07-27tracing/probes: Fix not to count error code to total lengthMasami Hiramatsu (Google)
2023-07-27tracing: Fix null pointer dereference in tracing_err_log_open()Mateusz Stachyra
2023-07-27ring-buffer: Fix deadloop issue on reading trace_pipeZheng Yejian
2023-07-27tracing/histograms: Add histograms to hist_vars if they have referenced varia...Mohamed Khalfella
2023-07-27workqueue: clean up WORK_* constant types, clarify maskingLinus Torvalds
2023-07-27rcu-tasks: Simplify trc_read_check_handler() atomic operationsPaul E. McKenney
2023-07-27rcu-tasks: Mark ->trc_reader_special.b.need_qs data racesPaul E. McKenney
2023-07-27rcu-tasks: Mark ->trc_reader_nesting data racesPaul E. McKenney
2023-07-27kcsan: Don't expect 64 bits atomic builtins from 32 bits architecturesChristophe Leroy
2023-07-27kexec: fix a memory leak in crash_shrink_memory()Zhen Lei
2023-07-27watchdog/perf: more properly prevent false positives with turbo modesDouglas Anderson
2023-07-27bpf: Remove extra lock_sock for TCP_ZEROCOPY_RECEIVEStanislav Fomichev