summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
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
2023-07-27ring-buffer: Fix deadloop issue on reading trace_pipeZheng Yejian1-9/+15
2023-07-27tracing/histograms: Add histograms to hist_vars if they have referenced varia...Mohamed Khalfella1-3/+5
2023-07-27workqueue: clean up WORK_* constant types, clarify maskingLinus Torvalds1-5/+8
2023-07-27rcu-tasks: Simplify trc_read_check_handler() atomic operationsPaul E. McKenney1-17/+3
2023-07-27rcu-tasks: Mark ->trc_reader_special.b.need_qs data racesPaul E. McKenney1-4/+4
2023-07-27rcu-tasks: Mark ->trc_reader_nesting data racesPaul E. McKenney1-5/+6
2023-07-27kcsan: Don't expect 64 bits atomic builtins from 32 bits architecturesChristophe Leroy1-0/+2
2023-07-27kexec: fix a memory leak in crash_shrink_memory()Zhen Lei1-3/+2
2023-07-27watchdog/perf: more properly prevent false positives with turbo modesDouglas Anderson1-3/+3
2023-07-27bpf: Remove extra lock_sock for TCP_ZEROCOPY_RECEIVEStanislav Fomichev1-0/+46
2023-07-27rcu/rcuscale: Stop kfree_scale_thread thread(s) after unloading rcuscaleQiuxu Zhuo1-0/+5
2023-07-27rcu/rcuscale: Move rcu_scale_*() after kfree_scale_cleanup()Qiuxu Zhuo1-97/+97
2023-07-27rcuscale: Move shutdown from wait_event() to wait_event_idle()Paul E. McKenney1-4/+3
2023-07-27rcuscale: Always log error messageLi Zhijian1-7/+7
2023-07-27rcuscale: Console output claims too few grace periodsJiangong.Han1-2/+2