summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2023-09-02kallsyms: Fix kallsyms_selftest failureYonghong Song
2023-09-02lockdep: fix static memory detection even moreHelge Deller
2023-09-02module: Expose module_init_layout_section()James Morse
2023-09-02module/decompress: use vmalloc() for zstd decompression workspaceAndrea Righi
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-30tracing: Fix memleak due to race between current_tracer and traceZheng Yejian
2023-08-30tracing/synthetic: Allocate one additional element for sizeSven Schnelle
2023-08-30tracing/synthetic: Skip first entry for stack tracesSven Schnelle
2023-08-30tracing/synthetic: Use union instead of castsSven Schnelle
2023-08-30tracing: Fix cpu buffers unavailable due to 'record_disabled' missedZheng Yejian
2023-08-23ring-buffer: Do not swap cpu_buffer during resize processChen Lin
2023-08-23dma-remap: use kvmalloc_array/kvfree for larger dma memory remapgaoxu
2023-08-11bpf: Disable preemption in bpf_event_outputJiri Olsa
2023-08-11bpf: Disable preemption in bpf_perf_event_outputJiri Olsa
2023-08-11bpf, cpumap: Handle skb as well when clean up ptr_ringHou Tao
2023-08-11bpf, cpumap: Make sure kthread is running before map update returnsHou Tao
2023-08-11bpf: Centralize permissions checks for all BPF map typesAndrii Nakryiko
2023-08-11bpf: Inline map creation logic in map_create() functionAndrii Nakryiko
2023-08-11bpf: Move unprivileged checks into map_create() and bpf_prog_load()Andrii Nakryiko
2023-08-03locking/rtmutex: Fix task->pi_waiters integrityPeter Zijlstra
2023-08-03tracing: Fix warning in trace_buffered_event_disable()Zheng Yejian
2023-08-03ring-buffer: Fix wrong stat of cpu_buffer->readZheng Yejian
2023-08-03mm: suppress mm fault logging if fatal signal already pendingLinus Torvalds
2023-07-27tracing/histograms: Return an error if we fail to add histogram to hist_vars ...Mohamed Khalfella
2023-07-27bpf: Repeat check_max_stack_depth for async callbacksKumar Kartikeya Dwivedi
2023-07-27bpf: Fix subprog idx logic in check_max_stack_depthKumar Kartikeya Dwivedi
2023-07-27kallsyms: strip LTO-only suffixes from promoted global functionsYonghong Song
2023-07-27sched/psi: use kernfs polling functions for PSI trigger pollingSuren Baghdasaryan
2023-07-27sched/fair: Use recent_used_cpu to test p->cpus_ptrMiaohe Lin
2023-07-27bpf: Silence a warning in btf_type_id_size()Yonghong Song
2023-07-27bpf: drop unnecessary user-triggerable WARN_ONCE in verifierl logAndrii Nakryiko
2023-07-27bpf: Address KCSAN report on bpf_lru_listMartin KaFai Lau
2023-07-27bpf: Print a warning only if writing to unprivileged_bpf_disabled.Kui-Feng Lee
2023-07-27sched/fair: Don't balance task to its current running CPUYicong Yang
2023-07-27rcu: Mark additional concurrent load from ->cpu_no_qs.b.expPaul E. McKenney
2023-07-27rcu-tasks: Avoid pr_info() with spin lock in cblist_init_generic()Shigeru Yoshida
2023-07-27posix-timers: Ensure timer ID search-loop limit is validThomas Gleixner
2023-07-27prctl: move PR_GET_AUXV out of PR_MCE_KILLMiguel Ojeda
2023-07-23tracing/user_events: Fix struct arg size match checkBeau Belgrave
2023-07-23tracing/probes: Fix to record 0-length data_loc in fetch_store_string*() if f...Masami Hiramatsu (Google)
2023-07-23Revert "tracing: Add "(fault)" name injection to kernel probes"Masami Hiramatsu (Google)
2023-07-23tracing/probes: Fix to update dynamic data counter if fetcharg uses itMasami Hiramatsu (Google)
2023-07-23tracing/probes: Fix not to count error code to total lengthMasami Hiramatsu (Google)
2023-07-23tracing/probes: Fix to avoid double count of the string length on the arrayMasami Hiramatsu (Google)
2023-07-23tracing: Fix null pointer dereference in tracing_err_log_open()Mateusz Stachyra