aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2026-01-29Merge tag 'qcom-drivers-fixes-for-6.19' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into arm/fixesArnd Bergmann1-2/+3
2026-01-29MAINTAINERS: Change Sudeep Holla's email addressSudeep Holla2-12/+13
2026-01-29MAINTAINERS: Add myself as maintainer of hisi_soc_hhaYushan Wang1-0/+5
2026-01-29Merge tag 'imx-maintainers-6.20' of https://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into arm/fixesArnd Bergmann1-7/+7
2026-01-29netfilter: nfnetlink_queue: optimize verdict lookup with hash tableScott Mitchell2-30/+119
2026-01-29netfilter: xt_time: use is_leap_year() helperJinjie Ruan1-6/+2
2026-01-29selftests: netfilter: nft_flowtable.sh: Add IP6IP6 flowtable selftestLorenzo Bianconi1-9/+53
2026-01-29netfilter: flowtable: Add IP6IP6 tx sw accelerationLorenzo Bianconi1-2/+106
2026-01-29netfilter: flowtable: Add IP6IP6 rx sw accelerationLorenzo Bianconi2-13/+97
2026-01-29netfilter: Introduce tunnel metadata info in nf_flowtable_ctx structLorenzo Bianconi1-16/+25
2026-01-29netfilter: Add ctx pointer in nf_flow_skb_encap_protocol/nf_flow_ip4_tunnel_proto signatureLorenzo Bianconi1-11/+12
2026-01-29Merge tag 'mtk-defconfig-for-v6.20' of https://git.kernel.org/pub/scm/linux/kernel/git/mediatek/linux into soc/defconfigArnd Bergmann1-0/+1
2026-01-29gpio: tegra186: Add support for Tegra264Prathamesh Shete1-2/+88
2026-01-29dt-bindings: gpio: Add Tegra264 supportPrathamesh Shete2-0/+83
2026-01-29mm/slub: cleanup and repurpose some stat itemsVlastimil Babka1-57/+26
2026-01-29riscv: defconfig: spacemit: k3: enable clock supportYixun Lan1-1/+1
2026-01-29mm/slub: remove DEACTIVATE_TO_* stat itemsVlastimil Babka1-16/+15
2026-01-29slab: remove frozen slab checks from __slab_free()Vlastimil Babka1-18/+4
2026-01-29slab: update overview commentsVlastimil Babka1-74/+67
2026-01-29slab: refill sheaves from all nodesVlastimil Babka1-31/+106
2026-01-29slab: remove unused PREEMPT_RT specific macrosVlastimil Babka1-23/+1
2026-01-29slab: remove struct kmem_cache_cpuVlastimil Babka2-284/+27
2026-01-29slab: simplify kmalloc_nolock()Vlastimil Babka2-116/+29
2026-01-29slab: remove defer_deactivate_slab()Vlastimil Babka4-44/+28
2026-01-29slab: remove the do_slab_free() fastpathVlastimil Babka1-136/+13
2026-01-29slab: remove SLUB_CPU_PARTIALVlastimil Babka3-341/+18
2026-01-29slab: remove cpu (partial) slabs usage from allocation pathsVlastimil Babka1-541/+87
2026-01-29Merge tag 'ti-k3-config-for-v6.20' of https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux into soc/defconfigArnd Bergmann1-0/+3
2026-01-29slab: add optimized sheaf refill from partial listVlastimil Babka1-21/+272
2026-01-29slab: handle kmalloc sheaves bootstrapVlastimil Babka1-4/+84
2026-01-29slab: make percpu sheaves compatible with kmalloc_nolock()/kfree_nolock()Vlastimil Babka1-22/+60
2026-01-29slab: introduce percpu sheaves bootstrapVlastimil Babka3-47/+97
2026-01-29slab: add sheaves to most cachesVlastimil Babka2-10/+52
2026-01-29Merge tag 'imx-defconfig-6.20' of https://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into soc/defconfigArnd Bergmann3-11/+8
2026-01-29Merge tag 'qcom-arm64-defconfig-for-6.20' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into soc/defconfigArnd Bergmann1-0/+15
2026-01-29Merge tag 'xilinx-defconfig-for-6.20' of https://github.com/Xilinx/linux-xlnx into soc/defconfigArnd Bergmann1-0/+42
2026-01-29Merge tag 'apple-soc-defconfig-6.20' of https://git.kernel.org/pub/scm/linux/kernel/git/sven/linux into soc/defconfigArnd Bergmann2-0/+28
2026-01-29Merge tag 'renesas-arm-defconfig-for-v6.20-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel into soc/defconfigArnd Bergmann2-1/+3
2026-01-29riscv: compat: fix COMPAT_UTS_MACHINE definitionHan Gao1-1/+1
2026-01-29ARM: defconfig: turn off CONFIG_EXPERTArnd Bergmann1-3/+13
2026-01-29ARM: defconfig: move entriesArnd Bergmann1-15/+16
2026-01-299p: Track 9P RPC waiting time as IORemi Pommarel3-11/+11
2026-01-29wait: Introduce io_wait_event_killable()Remi Pommarel1-0/+15
2026-01-28Merge branch 'mptcp-avoid-dup-nl-events-and-propagate-error'Jakub Kicinski2-13/+81
2026-01-28selftests: mptcp: join: fix local endp not being trackedMatthieu Baerts (NGI0)1-5/+4
2026-01-28selftests: mptcp: check subflow errors in close eventsMatthieu Baerts (NGI0)1-3/+20
2026-01-28mptcp: only reset subflow errors when propagatedMatthieu Baerts (NGI0)1-4/+5
2026-01-28selftests: mptcp: check no dup close events after errorMatthieu Baerts (NGI0)1-0/+51
2026-01-28mptcp: avoid dup SUB_CLOSED events after disconnectMatthieu Baerts (NGI0)1-2/+2
2026-01-28Merge branch 'mlx5-misc-fixes-2026-01-27'Jakub Kicinski6-13/+25