summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2025-10-20rhashtable: use likely for rhashtable lookupMenglong Dong
2025-10-19firmware: qcom: tzmem: fix qcom_tzmem_policy kernel-docRandy Dunlap
2025-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf at 6.18-rc2Alexei Starovoitov
2025-10-18Merge tag 'hid-for-linus-2025101701' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-10-18Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2025-10-18Merge tag 'nfs-for-6.18-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2025-10-18soc: samsung: gs101-pmu: implement access tables for read and writeAndré Draszik
2025-10-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2025-10-18dma-buf: heaps: cma: Register list of CMA regions at bootMaxime Ripard
2025-10-18PM: console: Fix memory allocation error handling in pm_vt_switch_required()Malaya Kumar Rout
2025-10-18Merge tag 'kvm-x86-fixes-6.18-rc2' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2025-10-18firewire: core: handle device quirk of TASCAM FW-1884/FW-1804/FW-1082Takashi Sakamoto
2025-10-17rculist: Add hlist_nulls_replace_rcu() and hlist_nulls_replace_init_rcu()Xuanqiang Luo
2025-10-17ipv6: Move ipv6_fl_list from ipv6_pinfo to inet_sock.Kuniyuki Iwashima
2025-10-17HID: intel-ish-hid: Add ishtp_get_connection_state() interfaceZhang Lixu
2025-10-17HID: intel-ish-hid: Use dedicated unbound workqueues to prevent resume blockingZhang Lixu
2025-10-17cgroup/misc: fix misc_res_type kernel-doc warningRandy Dunlap
2025-10-17Merge tag 'mmc-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds
2025-10-17Merge tag 'zynqmp-soc-for-6.18' of https://github.com/Xilinx/linux-xlnx into ...Arnd Bergmann
2025-10-17can: treewide: remove can_change_mtu()Vincent Mailhol
2025-10-16net/sched: act_mirred: add loop detectionEric Dumazet
2025-10-16PCI/MSI: Delete pci_msi_create_irq_domain()Nam Cao
2025-10-16sched_ext: Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/ke...Tejun Heo
2025-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-10-16Merge tag 'net-6.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-10-16irqchip: Pass platform device to platform driversJohan Hovold
2025-10-16gpiolib: of: Get rid of <linux/gpio/legacy-of-mm-gpiochip.h>Christophe Leroy
2025-10-16gpio: regmap: add the .fixed_direction_output configuration parameterIoana Ciornei
2025-10-16sched: Add support to pick functions to take rfJoel Fernandes
2025-10-16sched: Rename do_set_cpus_allowed()Peter Zijlstra
2025-10-16sched: Employ sched_change guardsPeter Zijlstra
2025-10-15hung_task: fix warnings caused by unaligned lock pointersLance Yang
2025-10-15sched_ext: Add lockless peek operation for DSQsRyan Newton
2025-10-15net: bcmgenet: remove unused platform codeHeiner Kallweit
2025-10-15bpf: Consistently use bpf_rcu_lock_held() everywhereAndrii Nakryiko
2025-10-15bpf: Replace bpf_map_kmalloc_node() with kmalloc_nolock() to allocate bpf_asy...Alexei Starovoitov
2025-10-15regulator: core: forward undervoltage events downstream by defaultOleksij Rempel
2025-10-14net: mdio: use macro module_driver to avoid boilerplate codeHeiner Kallweit
2025-10-14livepatch: Introduce source code helpers for livepatch modulesJosh Poimboeuf
2025-10-14objtool/klp: Introduce klp diff subcommand for diffing object filesJosh Poimboeuf
2025-10-14objtool: Unify STACK_FRAME_NON_STANDARD entry sizesJosh Poimboeuf
2025-10-14x86/asm: Annotate special section entriesJosh Poimboeuf
2025-10-14objtool: Add ANNOTATE_DATA_SPECIALJosh Poimboeuf
2025-10-14objtool: Move ANNOTATE* macros to annotate.hJosh Poimboeuf
2025-10-14interval_tree: Fix ITSTATIC usage for *_subtree_search()Josh Poimboeuf
2025-10-14kbuild: Remove 'kmod_' prefix from __KBUILD_MODNAMEJosh Poimboeuf
2025-10-14elfnote: Change ELFNOTE() to use __UNIQUE_ID()Josh Poimboeuf
2025-10-14compiler.h: Make addressable symbols less of an eyesoreJosh Poimboeuf
2025-10-14compiler: Tweak __UNIQUE_ID() namingJosh Poimboeuf
2025-10-14sched/ext: Implement cgroup_set_idle() callbackzhidao su