summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-08-28tls: move tls_cipher_size_desc to net/tls/tls.hSabrina Dubroca1-10/+0
2023-08-28net/mlx5: Provide an interface to block change of IPsec capabilitiesLeon Romanovsky1-0/+1
2023-08-28net/mlx5: Add IFC bits to support IPsec enable/disableLeon Romanovsky1-0/+3
2023-08-28devlink: Expose port function commands to control IPsec packet offloadsDima Chumak2-0/+17
2023-08-28devlink: Expose port function commands to control IPsec crypto offloadsDima Chumak2-0/+17
2023-08-27Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-4/+0
2023-08-26net: stmmac: convert plat->phylink_node to fwnodeRussell King (Oracle)1-1/+1
2023-08-26net: phylink: add phylink_limit_mac_speed()Russell King (Oracle)1-0/+2
2023-08-26Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski5-4/+34
2023-08-26Merge tag 'wireless-next-2023-08-25' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski5-82/+197
2023-08-26Merge tag 'for-net-next-2023-08-24' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2-6/+55
2023-08-26Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-40/+40
2023-08-26LoadPin: Annotate struct dm_verity_loadpin_trusted_root_digest with __counted_byKees Cook1-1/+1
2023-08-25Merge branches 'pm-sleep', 'pm-qos' and 'powercap'Rafael J. Wysocki1-0/+10
2023-08-25Merge branches 'pm-cpuidle' and 'pm-cpufreq'Rafael J. Wysocki1-11/+3
2023-08-25Merge branch 'acpi-pm'Rafael J. Wysocki1-2/+8
2023-08-25Merge branches 'acpi-scan', 'acpi-tad', 'acpi-extlog' and 'acpi-misc'Rafael J. Wysocki3-6/+9
2023-08-25Merge tag 'mm-hotfixes-stable-2023-08-25-11-07' of git://git.kernel.org/pub/s...Linus Torvalds4-9/+35
2023-08-25Merge branch 'acpi-thermal'Rafael J. Wysocki1-0/+9
2023-08-25Merge branch 'acpi-processor'Rafael J. Wysocki2-36/+40
2023-08-25Merge branches 'acpi-bus' and 'acpi-video'Rafael J. Wysocki1-0/+6
2023-08-25Merge branch 'acpica'Rafael J. Wysocki7-8/+81
2023-08-25Merge tag 'riscv-for-linus-6.5-rc8' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+0
2023-08-25bpf: Consider non-owning refs to refcounted nodes RCU protectedDave Marchevsky1-1/+2
2023-08-25bpf: Consider non-owning refs trustedDave Marchevsky1-1/+1
2023-08-25Merge tag 'drm-fixes-2023-08-25' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2-1/+2
2023-08-25mmc: atmel-mci: move atmel MCI header fileBalamanikandan Gunasundar1-46/+0
2023-08-25mmc: atmel-mci: Convert to gpio descriptorsBalamanikandan Gunasundar1-2/+2
2023-08-25Merge branch 'for-next/perf' into for-next/coreWill Deacon3-3/+21
2023-08-25mmc: core: Add host specific tuning support for SD HS modeWenchao Chen1-0/+8
2023-08-25net: handle ARPHRD_PPP in dev_is_mac_header_xmit()Nicolas Dichtel1-0/+4
2023-08-25net: pcs: xpcs: support to switch mode for Wangxun NICsJiawen Wu1-0/+1
2023-08-25net: pcs: xpcs: add specific vendor supoprt for Wangxun 10Gb NICsJiawen Wu1-0/+7
2023-08-25Merge tag 'drm-intel-next-fixes-2023-08-24' of git://anongit.freedesktop.org/...Dave Airlie1-0/+1
2023-08-25Merge tag 'trace-v6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-0/+11
2023-08-25scsi: core: raid_class: Remove raid_component_add()Zhu Wang1-4/+0
2023-08-25document while_each_thread(), change first_tid() to use for_each_thread()Oleg Nesterov1-0/+4
2023-08-25crash: hotplug support for kexec_load()Eric DeVolder2-2/+13
2023-08-25crash: memory and CPU hotplug sysfs attributesEric DeVolder1-0/+8
2023-08-25crash: add generic infrastructure for crash hotplug supportEric DeVolder2-0/+18
2023-08-25crash: move a few code bits to setup support of crash hotplugEric DeVolder2-15/+20
2023-08-25maple_tree: shrink struct maple_treeMateusz Guzik1-1/+1
2023-08-25secretmem: convert page_is_secretmem() to folio_is_secretmem()Matthew Wilcox (Oracle)1-8/+7
2023-08-25mm: remove enum page_entry_sizeMatthew Wilcox (Oracle)2-11/+3
2023-08-25mm: move PMD_ORDER to pgtable.hMatthew Wilcox (Oracle)1-0/+3
2023-08-25mm: remove checks for pte_indexMatthew Wilcox (Oracle)1-1/+0
2023-08-25mm/swap: inline folio_set_swap_entry() and folio_swap_entry()David Hildenbrand1-11/+1
2023-08-25mm/swap: use dedicated entry for swap in folioMatthew Wilcox2-13/+15
2023-08-25mm/swap: stop using page->private on tail pages for THP_SWAPDavid Hildenbrand2-11/+10
2023-08-25mm: convert do_set_pte() to set_pte_range()Yin Fengwei1-1/+2