summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2025-03-04rcu: Use _full() API to debug synchronize_rcu()Uladzislau Rezki (Sony)
2025-03-04Flush console log from kernel_power_off()Paul E. McKenney
2025-03-04rcu-tasks: Move RCU Tasks self-tests to core_initcall()Paul E. McKenney
2025-03-04tcp: use RCU lookup in __inet_hash_connect()Eric Dumazet
2025-03-04tcp: add RCU management to inet_bind_bucketEric Dumazet
2025-03-04ppp: use IFF_NO_QUEUE in virtual interfacesQingfang Deng
2025-03-04PCI: hotplug: Inline pci_hp_{create,remove}_module_link()Lukas Wunner
2025-03-04PCI: hotplug: Drop superfluous pci_hotplug_slot_listLukas Wunner
2025-03-04ACPI: platform_profile: Add support for hidden choicesMario Limonciello
2025-03-04x86/percpu: Fix __per_cpu_hot_end markerUros Bizjak
2025-03-04x86/preempt: Move preempt count to percpu hot sectionBrian Gerst
2025-03-04percpu: Introduce percpu hot sectionBrian Gerst
2025-03-04Merge branch 'x86/asm' into x86/core, to pick up dependent commitsIngo Molnar
2025-03-04fs/pipe: Read pipe->{head,tail} atomically outside pipe->mutexLinus Torvalds
2025-03-04Coresight: Add Coresight TMC Control Unit driverJie Gan
2025-03-04Coresight: Change to read the trace ID from coresight_pathJie Gan
2025-03-04Coresight: Introduce a new struct coresight_pathJie Gan
2025-03-04sched_ext: Add trace point to track sched_ext core eventsChangwoo Min
2025-03-04tracing: Fix DECLARE_TRACE_CONDITIONGabriele Monaco
2025-03-04mm: Remove wait_on_page_locked()Matthew Wilcox (Oracle)
2025-03-04mm: Remove grab_cache_page_write_begin()Matthew Wilcox (Oracle)
2025-03-04mm: Remove wait_for_stable_page()Matthew Wilcox (Oracle)
2025-03-04Merge tag 'wireless-next-2025-03-04-v2' of https://git.kernel.org/pub/scm/lin...Jakub Kicinski
2025-03-04drivers: firewire: firewire-cdev.h: fix identation on a kernel-doc markupMauro Carvalho Chehab
2025-03-04include/asm-generic/io.h: fix kerneldoc markupMauro Carvalho Chehab
2025-03-04ASoC: Tidy up SOC_DOUBLE_* and SOC_SINGLE_* helpersCharles Keepax
2025-03-04ftrace: Add print_function_args()Sven Schnelle
2025-03-04Tidy up ASoC VALUE control macrosMark Brown
2025-03-04drm/print: require struct drm_device for drm_err() and friendsJani Nikula
2025-03-04media: rc: reduce useless padding in struct rc_dev etcSean Young
2025-03-04Coresight: Add trace_id function to retrieving the trace IDJie Gan
2025-03-04Coresight: Add support for new APB clock nameJie Gan
2025-03-04irqchip/davinci-cp-intc: Remove public headerBartosz Golaszewski
2025-03-04Add STM32MP25 SPI NOR supportMark Brown
2025-03-04net: plumb extack in __dev_change_net_namespace()Nicolas Dichtel
2025-03-04net: advertise netns_immutable property via netlinkNicolas Dichtel
2025-03-04net: rename netns_local to netns_immutableNicolas Dichtel
2025-03-04mtd: spinand: Add read retry supportCheng Ming Lin
2025-03-04gpiolib: of: Handle threecell GPIO chipsLinus Walleij
2025-03-04Merge branch 'x86/cpu' into x86/asm, to pick up dependent commitsIngo Molnar
2025-03-04<linux/sizes.h>: Cover all possible x86 CPU cache sizesAhmed S. Darwish
2025-03-04Merge branch 'x86/urgent' into x86/cpu, to pick up dependent commitsIngo Molnar
2025-03-04x86/smp: Fix mwait_play_dead() and acpi_processor_ffh_play_dead() noreturn be...Josh Poimboeuf
2025-03-04wait: avoid spurious calls to prepare_to_wait_event() in ___wait_event()Mateusz Guzik
2025-03-04pipe: cache 2 pages instead of 1Mateusz Guzik
2025-03-04perf/core: Detach 'struct perf_cpu_pmu_context' and 'struct pmu' lifetimesPeter Zijlstra
2025-03-04perf/core: Merge struct pmu::pmu_disable_count into struct perf_cpu_pmu_conte...Peter Zijlstra
2025-03-04perf/core: Simplify perf_pmu_register()Peter Zijlstra
2025-03-04perf/core: Simplify the perf_event_alloc() error pathPeter Zijlstra
2025-03-04fs: support getname_maybe_null() in move_mount()Christian Brauner