summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2026-03-19bootconfig: constify xbc_calc_checksum() data parameterJosh Law1-2/+2
2026-03-19module: Remove extern keyword from param prototypesPetr Pavlu1-45/+44
2026-03-19module: Clean up parse_args() argumentsPetr Pavlu1-4/+4
2026-03-19module: Fix freeing of charp module parameters when CONFIG_SYSFS=nPetr Pavlu1-8/+3
2026-03-18cpufreq: optimize policy_is_shared()Yury Norov1-1/+1
2026-03-18tcpm: Implement sink support for PD SPR AVS negotiationBadhri Jagan Sridharan2-4/+30
2026-03-18power: supply: Add PD SPR AVS support to USB type enumBadhri Jagan Sridharan1-0/+3
2026-03-18usb: typec: Document priority and mode_selection fields in struct typec_altmodeAldo Conte1-0/+3
2026-03-18uapi: Provide DIV_ROUND_CLOSEST()Cristian Ciocaltea1-17/+1
2026-03-18dmaengine: dw-edma: Add non-LL modeDevendra K Verma1-0/+1
2026-03-18PM: EM: Switch to rcu_dereference_all() in wakeup pathDietmar Eggemann1-2/+2
2026-03-18sched/topology: Remove sched_domain_shared allocation with sd_dataK Prateek Nayak1-1/+0
2026-03-18block: split bio_alloc_bioset more clearly into a fast and slowpathChristoph Hellwig1-2/+1
2026-03-18ppp: require callers of ppp_dev_name() to hold RCUQingfang Deng1-1/+3
2026-03-17Merge tag 'hid-for-linus-2026031701' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
2026-03-17driver core: platform: use generic driver_override infrastructureDanilo Krummrich1-5/+0
2026-03-17driver core: generalize driver_override in struct deviceDanilo Krummrich2-0/+58
2026-03-17Merge tag 'rust_io-7.1-rc1' into driver-core-nextDanilo Krummrich14-87/+118
2026-03-17platform/x86/intel/vsec: Plumb ACPI PMT discovery tables through vsecDavid E. Box1-1/+19
2026-03-17platform/x86/intel/vsec: Switch exported helpers from pci_dev to deviceDavid E. Box1-6/+7
2026-03-17platform/x86/intel/vsec: Decouple add/link helpers from PCIDavid E. Box1-1/+1
2026-03-17platform/x86/intel/vsec: Make driver_data info constDavid E. Box1-2/+2
2026-03-17writeback: fix kernel-doc function name mismatch for wb_put_many()Kit Dallege1-1/+1
2026-03-17iommu: Add device ATS supported capabilityShameer Kolothum1-0/+2
2026-03-17iommu/io-pgtable: fix all kernel-doc warnings in io-pgtable.hRandy Dunlap1-2/+8
2026-03-17iommupt: Avoid rewalking during mapJason Gunthorpe1-6/+28
2026-03-17iommupt: Directly call iommupt's unmap_range()Jason Gunthorpe2-6/+32
2026-03-17iommupt: Add the RISC-V page table formatJason Gunthorpe2-0/+27
2026-03-17bus: mhi: host: Use kzalloc_flexRosen Penev1-17/+17
2026-03-17Merge tag 'v7.0-rc4' into sched/core, to pick up scheduler fixesIngo Molnar20-101/+152
2026-03-17Merge tag 'drm-intel-next-2026-03-16' of https://gitlab.freedesktop.org/drm/i...Dave Airlie1-4/+4
2026-03-17bonding: prevent potential infinite loop in bond_header_parse()Eric Dumazet3-4/+8
2026-03-17io_uring/bpf-ops: implement bpf ops registrationPavel Begunkov1-0/+5
2026-03-17io_uring: introduce callback driven main loopPavel Begunkov1-0/+5
2026-03-17io_uring: add REQ_F_IOPOLLCaleb Sander Mateos1-0/+3
2026-03-17io_uring: switch struct io_ring_ctx internal bitfields to flagsJens Axboe1-14/+20
2026-03-16net/mlx5: Expose MLX5_UMR_ALIGN definitionTariq Toukan1-0/+1
2026-03-16{net/RDMA}/mlx5: Add LAG demux table API and vport demux rulesShay Drory2-3/+13
2026-03-16net/mlx5: Add VHCA RX flow destination support for FW steeringShay Drory1-0/+4
2026-03-16net/mlx5: LAG, replace mlx5_get_dev_index with LAG sequence numberShay Drory1-0/+11
2026-03-16net/mlx5: Add silent mode set/query and VHCA RX IFC bitsShay Drory1-5/+14
2026-03-16net/mlx5: Add IFC bits for shared headroom pool PBMC supportAlexei Lazar1-2/+5
2026-03-16Merge tag 'mm-hotfixes-stable-2026-03-16-12-15' of git://git.kernel.org/pub/s...Linus Torvalds1-1/+3
2026-03-16spi: controller registration fixesMark Brown25-148/+229
2026-03-16ASoC: codec: arizona: Convert to use GPIO descriptorsLinus Walleij1-10/+0
2026-03-16locking: Add lock context support in do_raw_{read,write}_trylock()Bart Van Assche1-2/+12
2026-03-16locking: Fix rwlock support in <linux/spinlock_up.h>Bart Van Assche1-10/+10
2026-03-16cleanup: Optimize guardsPeter Zijlstra1-8/+11
2026-03-16jump_label: remove workaround for old compilers in initializationsThomas Weißschuh1-9/+2
2026-03-16jump_label: use ATOMIC_INIT() for initialization of .enabledThomas Weißschuh1-9/+2