summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2026-01-27atomic: add alignment check to instrumented atomic operationsPeter Zijlstra1-0/+11
2026-01-27atomic: specify alignment for atomic_t and atomic64_tFinn Thain1-1/+1
2026-01-27linux/log2.h: reduce instruction count for is_power_of_2()Maciej W. Rozycki1-1/+1
2026-01-27kho/abi: add memblock ABI headerMike Rapoport (Microsoft)1-0/+73
2026-01-27kho: relocate vmalloc preservation structure to KHO ABI headerJason Miu3-26/+81
2026-01-27kho: introduce KHO FDT ABI headerJason Miu1-0/+85
2026-01-27kho/abi: memfd: make generated documentation more coherentMike Rapoport (Microsoft)1-2/+2
2026-01-27kho/abi: luo: make generated documentation more coherentMike Rapoport (Microsoft)1-4/+4
2026-01-27ima: verify the previous kernel's IMA buffer lies in addressable RAMHarshit Mogalapalli1-0/+1
2026-01-27types: drop definition of __EXPORTED_HEADERS__Thomas Weißschuh1-1/+0
2026-01-27resource: provide 0args DEFINE_RES variant for unset resource descChristian Marangi1-1/+6
2026-01-27mm/zone_device: reinitialize large zone device private foliosMatthew Brost1-3/+6
2026-01-27memfd: export alloc_file()Pratyush Yadav (Google)1-0/+6
2026-01-27mm/kasan: fix KASAN poisoning in vrealloc()Andrey Ryabinin1-0/+14
2026-01-27tracing: Add bitmask-list option for human-readable bitmask displayAaron Tomlin2-5/+15
2026-01-26Merge tag 'vfs-6.19-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+5
2026-01-26xdrgen: Add enum value validation to generated decodersChuck Lever1-1/+7
2026-01-26xdrgen: Initialize data pointer for zero-length itemsChuck Lever1-12/+8
2026-01-26xdrgen: Implement short (16-bit) integer typesChuck Lever1-0/+60
2026-01-26Merge branch 'fixes' of into for-nextIlpo Järvinen1-8/+9
2026-01-26Merge tag 'v6.19-rc7' into driver-core-nextDanilo Krummrich20-38/+111
2026-01-26ASoC: fsl_sai: Add AUDMIX mode support on i.MX952Shengjiu Wang1-0/+2
2026-01-26nubus: Call put_device() in bus initialization error pathFinn Thain1-2/+1
2026-01-26Merge tag 'coresight-next-v7.0' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman1-24/+0
2026-01-26Merge 6.19-rc7 into char-misc-nextGreg Kroah-Hartman20-38/+111
2026-01-26mm: add VM_SHADOW_STACK definition for riscvDeepak Gupta1-2/+3
2026-01-26ipv4: igmp: annotate data-races around idev->mr_maxdelayEric Dumazet1-1/+1
2026-01-26net: expand NETDEV_RSS_KEY_LEN to 256 bytesEric Dumazet1-2/+1
2026-01-26net: always inline skb_frag_unref() and __skb_frag_unref()Eric Dumazet1-5/+5
2026-01-26u64_stats: Introduce u64_stats_copy()David Yang1-0/+15
2026-01-25Merge tag 'char-misc-6.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+2
2026-01-25bpf: support fsession for bpf_session_cookieMenglong Dong1-0/+15
2026-01-25bpf: support fsession for bpf_session_is_returnMenglong Dong1-0/+2
2026-01-25bpf: add fsession supportMenglong Dong1-0/+19
2026-01-24Merge tag 'driver-core-6.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+9
2026-01-24scsi: Change the return type of the .queuecommand() callbackBart Van Assche1-1/+2
2026-01-24Merge branch 'for-7.0/cxl-init' into cxl-for-nextDave Jiang1-0/+5
2026-01-23net: introduce mangleid_featuresPaolo Abeni1-0/+3
2026-01-23tty: tty_port: add workqueue to flip TTY bufferXin Zhao3-0/+21
2026-01-23usb: phy: tegra: add HSIC supportSvyatoslav Ryhel1-0/+5
2026-01-23usb: phy: tegra: use phy type directlySvyatoslav Ryhel1-1/+1
2026-01-23usb: typec: Introduce mode_selection bitAndrei Kuchynski2-0/+2
2026-01-23usb: typec: Implement mode selectionAndrei Kuchynski1-0/+40
2026-01-23usb: typec: Expose alternate mode priority via sysfsAndrei Kuchynski1-0/+1
2026-01-23usb: typec: Add mode_control field to port propertyAndrei Kuchynski1-0/+2
2026-01-23fsnotify: Track inode connectors for a superblockJan Kara1-1/+4
2026-01-23firmware: xilinx: Add firmware API's to support aes-gcm in Versal deviceHarsh Jain1-2/+74
2026-01-23firmware: zynqmp: Add helper API to self discovery the deviceHarsh Jain1-0/+19
2026-01-23firmware: zynqmp: Move crypto API's to separate fileHarsh Jain2-13/+29
2026-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski14-18/+59