summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2024-09-09rcu/nocb: Simplify (de-)offloading state machineFrederic Weisbecker
2024-09-08Merge tag 'perf_urgent_for_v6.11_rc7' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2024-09-08genirq: Use cpumask_intersects()Costa Shulyupin
2024-09-06genirq/cpuhotplug: Use cpumask_intersects()Costa Shulyupin
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-05uprobes: perform lockless SRCU-protected uprobes_tree lookupAndrii Nakryiko
2024-09-05perf/uprobe: split uprobe_unregister()Peter Zijlstra
2024-09-05uprobes: travers uprobe's consumer list locklessly under SRCU protectionAndrii Nakryiko
2024-09-05uprobes: get rid of enum uprobe_filter_ctx in uprobe filter callbacksAndrii Nakryiko
2024-09-05uprobes: protected uprobe lifetime with SRCUAndrii Nakryiko
2024-09-05uprobes: revamp uprobe refcounting and lifetime managementAndrii Nakryiko
2024-09-05bpf: Fix use-after-free in bpf_uprobe_multi_link_attach()Oleg Nesterov
2024-09-05perf/core: Fix small negative period being ignoredLuo Gengkun
2024-09-05tracing: Avoid possible softlockup in tracing_iter_reset()Zheng Yejian
2024-09-05Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2024-09-04cgroup/cpuset: Move cpu.h include to cpuset-internal.hWaiman Long
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-04printk: Avoid false positive lockdep report for legacy printingJohn Ogness
2024-09-04printk: nbcon: Assign nice -20 for printing threadsJohn Ogness
2024-09-04printk: Implement legacy printer kthread for PREEMPT_RTJohn Ogness
2024-09-04printk: nbcon: Show replay message on takeoverJohn Ogness
2024-09-04printk: Provide helper for message prependingJohn Ogness
2024-09-04printk: nbcon: Rely on kthreads for normal operationJohn Ogness
2024-09-04printk: nbcon: Use thread callback if in task context for legacyJohn Ogness
2024-09-04printk: nbcon: Relocate nbcon_atomic_emit_one()John Ogness
2024-09-04printk: nbcon: Introduce printer kthreadsThomas Gleixner
2024-09-04printk: nbcon: Init @nbcon_seq to highest possibleJohn Ogness
2024-09-04printk: nbcon: Add context to usable() and emit()John Ogness
2024-09-04printk: Flush console on unregister_console()John Ogness
2024-09-04printk: Fail pr_flush() if before SYSTEM_SCHEDULINGJohn Ogness
2024-09-04printk: nbcon: Add function for printers to reacquire ownershipJohn Ogness
2024-09-04printk: nbcon: Use raw_cpu_ptr() instead of open codingJohn Ogness
2024-09-04cpu: Fix W=1 build kernel-doc warningThorsten Blum
2024-09-04Merge branch 'linus' into smp/coreThomas Gleixner
2024-09-04timers: Annotate possible non critical data race of next_expiryAnna-Maria Behnsen
2024-09-04printk: Use the BITS_PER_LONG macroJinjie Ruan
2024-09-03audit: Make use of str_enabled_disabled() helperHongbo Li
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-30cgroup/cpuset: guard cpuset-v1 code under CONFIG_CPUSETS_V1Chen Ridong
2024-08-30cgroup/cpuset: rename functions shared between v1 and v2Chen Ridong
2024-08-30cgroup/cpuset: move v1 interfaces to cpuset-v1.cChen Ridong