summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2025-03-08vsprintf: add simple_strntoulDavid Disseldorp
2025-03-08crypto: lzo - Fix compression buffer overrunHerbert Xu
2025-03-07capability: Remove unused has_capabilityDr. David Alan Gilbert
2025-03-07ubsan/overflow: Rework integer overflow sanitizer option to turn on everythingKees Cook
2025-03-07netpoll: Optimize skb refilling on critical pathBreno Leitao
2025-03-07net: phylink: Remove unused phylink_init_eeeDr. David Alan Gilbert
2025-03-08power: supply: core: get rid of of_nodeSebastian Reichel
2025-03-08power: supply: Remove unused set_charged methodDr. David Alan Gilbert
2025-03-08power: supply: core: Remove unused power_supply_set_battery_chargedDr. David Alan Gilbert
2025-03-07Merge tag 'acpi-6.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2025-03-07Merge tag 'block-6.14-20250306' of git://git.kernel.dk/linuxLinus Torvalds
2025-03-07io_uring/rw: defer reg buf vec importPavel Begunkov
2025-03-07io_uring: add infra for importing vectored reg buffersPavel Begunkov
2025-03-07io_uring: introduce struct iou_vecPavel Begunkov
2025-03-07Merge branch 'for-6.15/io_uring-epoll-wait' into for-6.15/io_uring-reg-vecJens Axboe
2025-03-07Merge branch 'for-6.15/io_uring-rx-zc' into for-6.15/io_uring-reg-vecJens Axboe
2025-03-07Merge branch 'for-6.15/io_uring' into for-6.15/io_uring-reg-vecJens Axboe
2025-03-07PM: EM: Address RCU-related sparse warningsRafael J. Wysocki
2025-03-07bdev: add back PAGE_SIZE block size validation for sb_set_blocksize()Luis Chamberlain
2025-03-06fs/pipe: add simpler helpers for common casesLinus Torvalds
2025-03-06net/mlx5: Relocate function declarations from port.h to mlx5_core.hShahar Shitrit
2025-03-06block: Name the RQF flags enumBreno Leitao
2025-03-06Merge branch 'sched/urgent' into sched/core, to pick up dependent commitsIngo Molnar
2025-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-03-06eth: bnxt: remove most dependencies on RTNLStanislav Fomichev
2025-03-06docs: net: document new locking realityStanislav Fomichev
2025-03-06net: add option to request netdev instance lockStanislav Fomichev
2025-03-06net: replace dev_addr_sem with netdev instance lockStanislav Fomichev
2025-03-06net: hold netdev instance lock during ndo_bpfStanislav Fomichev
2025-03-06net: hold netdev instance lock during sysfs operationsStanislav Fomichev
2025-03-06net: hold netdev instance lock during ioctl operationsStanislav Fomichev
2025-03-06net: hold netdev instance lock during rtnetlink operationsStanislav Fomichev
2025-03-06net: hold netdev instance lock during queue operationsStanislav Fomichev
2025-03-06net: hold netdev instance lock during nft ndo_setup_tcStanislav Fomichev
2025-03-06net: hold netdev instance lock during ndo_open/ndo_stopStanislav Fomichev
2025-03-06Merge tag 'amd-pstate-v6.15-2025-03-06' of ssh://gitolite.kernel.org/pub/scm/...Rafael J. Wysocki
2025-03-06PM: EM: Consify two parameters of em_dev_register_perf_domain()Rafael J. Wysocki
2025-03-06mm/migrate: Add migrate_device_pfnsMatthew Brost
2025-03-06fwctl: FWCTL_RPC to execute a Remote Procedure Call to device firmwareJason Gunthorpe
2025-03-06taint: Add TAINT_FWCTLJason Gunthorpe
2025-03-06fwctl: FWCTL_INFO to return basic information about the deviceJason Gunthorpe
2025-03-06fwctl: Basic ioctl dispatch for the character deviceJason Gunthorpe
2025-03-06fwctl: Add basic structure for a class subsystem with a cdevJason Gunthorpe
2025-03-06tracing: Remove orphaned event_trace_printkHengqi Chen
2025-03-06Merge tag 'vfs-6.14-rc6.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds
2025-03-06fs/pipe: express 'pipe_empty()' in terms of 'pipe_occupancy()'Linus Torvalds
2025-03-06Merge tag 'ffa-updates-6.15' of https://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann
2025-03-06Merge tag 'smccc-update-6.15' of https://git.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann
2025-03-06Merge tag 'asahi-soc-rtkit-6.15' of https://github.com/AsahiLinux/linux into ...Arnd Bergmann
2025-03-06badblocks: use sector_t instead of int to avoid truncation of badblocks lengthZheng Qixing