summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* bpf: fix bpf_probe_read_kernel prototype mismatchArnd Bergmann2023-09-192-19/+2
* bpf: bpf_sk_storage: Fix the missing uncharge in sk_omem_allocMartin KaFai Lau2023-09-191-1/+1
* bpf: bpf_sk_storage: Fix invalid wait context lockdep reportMartin KaFai Lau2023-09-191-33/+14
* 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
* netfilter: nf_tables: Audit log rule resetPhil Sutter2023-09-191-0/+1
* netfilter: nf_tables: Audit log setelem resetPhil Sutter2023-09-191-0/+1
* memfd: replace ratcheting feature from vm.memfd_noexec with hierarchyAleksa Sarai2023-09-133-19/+18
* 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
* workqueue: fix data race with the pwq->stats[] incrementMirsad Goran Todorovac2023-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
* audit: fix possible soft lockup in __audit_inode_child()Gaosheng Cui2023-09-131-0/+2
* bpf: Fix check_func_arg_reg_off bug for graph root/nodeKumar Kartikeya Dwivedi2023-09-131-11/+0
* bpf: Fix a bpf_kptr_xchg() issue with local kptrYonghong Song2023-09-131-10/+15
* watchdog/hardlockup: avoid large stack frames in watchdog_hardlockup_check()Douglas Anderson2023-09-131-7/+2
* nmi_backtrace: allow excluding an arbitrary CPUDouglas Anderson2023-09-131-1/+1
* bpf: fix bpf_dynptr_slice() to stop return an ERR_PTR.Kui-Feng Lee2023-09-131-1/+1
* bpf: Fix an error in verifying a field in a unionYafang Shao2023-09-131-1/+1
* bpf: Fix an error around PTR_UNTRUSTEDYafang Shao2023-09-132-11/+14
* 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
* sched/fair: remove util_est boostingVincent Guittot2023-09-131-3/+0
* clocksource: Handle negative skews in "skew is too large" messagesPaul E. McKenney2023-09-131-4/+4
* refscale: Fix uninitalized use of wait_queue_head_tWaiman Long2023-09-131-2/+1
* tracing: Zero the pipe cpumask on alloc to avoid spurious -EBUSYBrian Foster2023-09-061-2/+2
* modules: only allow symbol_get of EXPORT_SYMBOL_GPL modulesChristoph Hellwig2023-09-061-3/+11
* kallsyms: Fix kallsyms_selftest failureYonghong Song2023-09-022-32/+8
* lockdep: fix static memory detection even moreHelge Deller2023-09-021-22/+14
* module/decompress: use vmalloc() for zstd decompression workspaceAndrea Righi2023-09-021-2/+2
* module: Expose module_init_layout_section()James Morse2023-09-021-1/+1
* Merge tag 'irq-urgent-2023-08-26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-08-261-1/+6
|\
| * genirq: Fix software resend lockup and nested resendJohan Hovold2023-08-261-1/+6
* | tracing: Introduce pipe_cpumask to avoid race on trace_pipesZheng Yejian2023-08-212-7/+50
* | tracing: Fix memleak due to race between current_tracer and traceZheng Yejian2023-08-173-2/+12
* | tracing/synthetic: Allocate one additional element for sizeSven Schnelle2023-08-161-1/+2
* | tracing/synthetic: Skip first entry for stack tracesSven Schnelle2023-08-161-13/+4
* | tracing/synthetic: Use union instead of castsSven Schnelle2023-08-162-50/+45
* | tracing: Fix cpu buffers unavailable due to 'record_disabled' missedZheng Yejian2023-08-161-0/+6
* | Merge tag 'pm-6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2023-08-111-1/+1
|\ \
| * | PM: hibernate: fix resume_store() return value when hibernation not availableVlastimil Babka2023-08-071-1/+1
* | | Merge tag 'wq-for-6.5-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-08-071-1/+42
|\ \ \ | |/ / |/| |
| * | workqueue: Scale up wq_cpu_intensive_thresh_us if BogoMIPS is below 4000Tejun Heo2023-07-251-1/+42
* | | Merge tag 'net-6.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-08-032-19/+33
|\ \ \
| * \ \ Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-08-032-19/+33
| |\ \ \