summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-09-133-6/+39
|\
| * bpf: Support __nullable argument suffix for tp_btfPhilo Lu2024-09-112-4/+35
| * bpf, cpumap: Move xdp:xdp_cpumap_kthread tracepoint before rcvDaniel Xu2024-09-111-2/+4
* | Merge tag 'printk-for-6.11-fixup' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-09-111-0/+1
|\ \
| * \ Merge branch 'for-6.11-fixup' into for-linusPetr Mladek2024-09-111-0/+1
| |\ \ | | |/ | |/|
| | * printk: Export match_devname_and_update_preferred_console()Yu Liao2024-09-091-0/+1
* | | Merge tag 'trace-v6.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-09-102-9/+5
|\ \ \
| * | | tracing: Drop unused helper function to fix the buildAndy Shevchenko2024-09-091-4/+0
| * | | tracing/osnoise: Fix build when timerlat is not enabledSteven Rostedt2024-09-091-5/+5
* | | | Merge tag 'perf_urgent_for_v6.11_rc7' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2024-09-084-8/+16
|\ \ \ \
| * | | | perf/aux: Fix AUX buffer serializationPeter Zijlstra2024-09-043-6/+15
| * | | | uprobes: Use kzalloc to allocate xol areaSven Schnelle2024-09-031-2/+1
* | | | | Merge tag 'bpf-6.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds2024-09-061-2/+4
|\ \ \ \ \
| * | | | | bpf: add check for invalid name in btf_name_valid_section()Jeongjun Park2024-09-041-1/+3
| * | | | | bpf: Fix a crash when btf_parse_base() returns an error pointerMartin KaFai Lau2024-08-301-1/+1
| | |_|/ / | |/| | |
* | | | | Merge tag 'trace-v6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-09-064-34/+72
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | tracing/timerlat: Add interface_lock around clearing of kthread in stop_kthre...Steven Rostedt2024-09-051-7/+6
| * | | | tracing/timerlat: Only clear timer if a kthread existsSteven Rostedt2024-09-051-6/+13
| * | | | tracing/osnoise: Use a cpumask to know what threads are kthreadsSteven Rostedt2024-09-051-3/+15
| * | | | tracing: Avoid possible softlockup in tracing_iter_reset()Zheng Yejian2024-09-051-0/+2
| * | | | tracing: Fix memory leak in fgraph storage selftestMasami Hiramatsu (Google)2024-08-211-5/+18
| * | | | tracing: fgraph: Fix to add new fgraph_ops to array after ftrace_startup_subo...Masami Hiramatsu (Google)2024-08-211-13/+18
* | | | | Merge tag 'mm-hotfixes-stable-2024-09-03-20-19' of git://git.kernel.org/pub/s...Linus Torvalds2024-09-041-1/+1
|\ \ \ \ \
| * | | | | kexec_file: fix elfcorehdr digest exclusion when CONFIG_CRASH_HOTPLUG=yPetr Tesarik2024-09-021-1/+1
* | | | | | Merge tag 'x86-urgent-2024-09-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-09-011-4/+2
|\ \ \ \ \ \
| * | | | | | x86/kaslr: Expose and use the end of the physical memory address spaceThomas Gleixner2024-08-201-4/+2
* | | | | | | Merge tag 'locking-urgent-2024-08-25' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2024-09-011-4/+5
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | rtmutex: Drop rt_mutex::wait_lock before schedulingRoland Xu2024-08-151-4/+5
| |/ / / / /
* | | | | | Merge tag 'vfs-6.11-rc6.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds2024-08-271-22/+3
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Revert "pidfd: prevent creation of pidfds for kthreads"Christian Brauner2024-08-211-22/+3
| | |/ / / | |/| | |
* | | | | Merge tag 'cgroup-for-6.11-rc4-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2024-08-241-17/+21
|\ \ \ \ \
| * | | | | cgroup/cpuset: Eliminate unncessary sched domains rebuilds in hotplugWaiman Long2024-08-051-16/+17
| * | | | | cgroup/cpuset: Clear effective_xcpus on cpus_allowed clearing only if cpus.ex...Waiman Long2024-08-051-1/+2
| * | | | | cgroup/cpuset: fix panic caused by partcmd_updateChen Ridong2024-08-051-0/+2
* | | | | | Merge tag 'wq-for-6.11-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-08-241-23/+27
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | workqueue: Correct declaration of cpu_pwq in struct workqueue_structUros Bizjak2024-08-061-1/+1
| * | | | | workqueue: Fix spruious data race in __flush_work()Tejun Heo2024-08-061-20/+25
| * | | | | workqueue: Remove incorrect "WARN_ON_ONCE(!list_empty(&worker->entry));" from...Lai Jiangshan2024-08-061-1/+0
| * | | | | workqueue: Fix UBSAN 'subtraction overflow' error in shift_and_mask()Will Deacon2024-08-061-1/+1
| |/ / / /
* | | | | Merge tag 'printk-for-6.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-08-192-2/+8
|\ \ \ \ \ | |_|/ / / |/| | | / | | |_|/ | |/| |
| * | | printk/panic: Allow cpu backtraces to be written into ringbuffer during panicRyo Takakura2024-08-132-2/+8
* | | | Merge tag 'mm-hotfixes-stable-2024-08-17-19-34' of git://git.kernel.org/pub/s...Linus Torvalds2024-08-181-1/+2
|\ \ \ \
| * | | | crash: fix riscv64 crash memory reserve dead loopJinjie Ruan2024-08-161-1/+2
| | |_|/ | |/| |
* | | | Merge tag 'powerpc-6.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2024-08-181-1/+11
|\ \ \ \
| * | | | cpu/SMT: Enable SMT only if a core is onlineNysal Jan K.A2024-08-131-1/+11
* | | | | Merge tag 'trace-v6.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-08-161-1/+1
|\ \ \ \ \
| * | | | | tracing: Return from tracing_buffers_read() if the file has been closedSteven Rostedt2024-08-091-1/+1
* | | | | | Merge tag 'hardening-v6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-08-152-70/+7
|\ \ \ \ \ \
| * | | | | | kallsyms: Match symbols exactly with CONFIG_LTO_CLANGSong Liu2024-08-152-70/+7
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'vfs-6.11-rc4.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-08-141-3/+22
|\ \ \ \ \ \