summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2024-09-10Merge tag 'trace-v6.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-09-09tracing: Drop unused helper function to fix the buildAndy Shevchenko
2024-09-09tracing/osnoise: Fix build when timerlat is not enabledSteven Rostedt
2024-09-08Merge tag 'perf_urgent_for_v6.11_rc7' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2024-09-05Merge tag 'bpf-6.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds
2024-09-05Merge tag 'trace-v6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-09-05tracing/timerlat: Add interface_lock around clearing of kthread in stop_kthre...Steven Rostedt
2024-09-05tracing/timerlat: Only clear timer if a kthread existsSteven Rostedt
2024-09-05tracing/osnoise: Use a cpumask to know what threads are kthreadsSteven Rostedt
2024-09-05tracing: Avoid possible softlockup in tracing_iter_reset()Zheng Yejian
2024-09-04bpf: add check for invalid name in btf_name_valid_section()Jeongjun Park
2024-09-04perf/aux: Fix AUX buffer serializationPeter Zijlstra
2024-09-04Merge tag 'mm-hotfixes-stable-2024-09-03-20-19' of git://git.kernel.org/pub/s...Linus Torvalds
2024-09-03uprobes: Use kzalloc to allocate xol areaSven Schnelle
2024-09-01kexec_file: fix elfcorehdr digest exclusion when CONFIG_CRASH_HOTPLUG=yPetr Tesarik
2024-09-01Merge tag 'x86-urgent-2024-09-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-09-01Merge tag 'locking-urgent-2024-08-25' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2024-08-30bpf: Fix a crash when btf_parse_base() returns an error pointerMartin KaFai Lau
2024-08-27Merge tag 'vfs-6.11-rc6.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds
2024-08-24Merge tag 'cgroup-for-6.11-rc4-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2024-08-24Merge tag 'wq-for-6.11-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-08-21Revert "pidfd: prevent creation of pidfds for kthreads"Christian Brauner
2024-08-21tracing: Fix memory leak in fgraph storage selftestMasami Hiramatsu (Google)
2024-08-21tracing: fgraph: Fix to add new fgraph_ops to array after ftrace_startup_subo...Masami Hiramatsu (Google)
2024-08-20x86/kaslr: Expose and use the end of the physical memory address spaceThomas Gleixner
2024-08-19Merge tag 'printk-for-6.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-08-17Merge tag 'mm-hotfixes-stable-2024-08-17-19-34' of git://git.kernel.org/pub/s...Linus Torvalds
2024-08-17Merge tag 'powerpc-6.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2024-08-16Merge tag 'trace-v6.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-08-15crash: fix riscv64 crash memory reserve dead loopJinjie Ruan
2024-08-15Merge tag 'hardening-v6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-08-15kallsyms: Match symbols exactly with CONFIG_LTO_CLANGSong Liu
2024-08-15rtmutex: Drop rt_mutex::wait_lock before schedulingRoland Xu
2024-08-14Merge tag 'vfs-6.11-rc4.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-08-13perf/bpf: Don't call bpf_overflow_handler() for tracing eventsKyle Huey
2024-08-13printk/panic: Allow cpu backtraces to be written into ringbuffer during panicRyo Takakura
2024-08-12bpf: Fix a kernel verifier crash in stacksafe()Yonghong Song
2024-08-13cpu/SMT: Enable SMT only if a core is onlineNysal Jan K.A
2024-08-12pidfd: prevent creation of pidfds for kthreadsChristian Brauner
2024-08-11Merge tag 'timers-urgent-2024-08-11' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-08-11Merge tag 'irq-urgent-2024-08-11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-08-10Merge tag 'dma-mapping-6.11-2024-08-10' of git://git.infradead.org/users/hch/...Linus Torvalds
2024-08-09tracing: Return from tracing_buffers_read() if the file has been closedSteven Rostedt
2024-08-09Merge tag 'probes-fixes-v6.11-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-08-09module: make waiting for a concurrent module loader interruptibleLinus Torvalds
2024-08-08Merge tag 'trace-v6.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-08-08Merge tag 'bcachefs-2024-08-08' of git://evilpiepirate.org/bcachefsLinus Torvalds
2024-08-08module: warn about excessively long module waitsLinus Torvalds
2024-08-08Merge tag 'mm-hotfixes-stable-2024-08-07-18-32' of git://git.kernel.org/pub/s...Linus Torvalds
2024-08-07padata: Fix possible divide-by-0 panic in padata_mt_helper()Waiman Long