aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-08overflow: add range_overflows() and range_end_overflows()Jani Nikula1-0/+70
2025-09-08pinctrl: generic: rename PIN_CONFIG_OUTPUT to LEVELLinus Walleij1-4/+8
2025-09-08pinctrl: allow to mark pin functions as requestable GPIOsBartosz Golaszewski2-0/+16
2025-09-08devres: provide devm_kmemdup_const()Bartosz Golaszewski1-0/+2
2025-09-08Merge tag 'v6.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into gpio/for-nextBartosz Golaszewski25-101/+131
2025-09-07hwmon: Introduce 64-bit energy attribute supportGuenter Roeck1-0/+1
2025-09-07Merge tag 'timers-urgent-2025-09-07' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+8
2025-09-06vt: add support for smput/rmput escape codesCalixte Pernot1-0/+3
2025-09-06Merge patch series "eUSB2 Double Isochronous IN Bandwidth support"Greg Kroah-Hartman1-0/+6
2025-09-06usb: core: Introduce usb_endpoint_is_hs_isoc_double()Sakari Ailus1-0/+3
2025-09-06usb: core: Add a function to get USB version independent periodic payloadRai, Amardeep1-0/+3
2025-09-06driver core/PM: Set power.no_callbacks along with power.no_pmRafael J. Wysocki1-0/+3
2025-09-06crypto: hisilicon/zip - add hashjoin, gather, and UDMA data move featuresZhushuai Yin1-0/+1
2025-09-06rhashtable: Use __always_inline instead of inlineMenglong Dong1-21/+21
2025-09-05cpufreq: Drop redundant freq_table parameterZihuan Zhang1-4/+3
2025-09-05workqueue: replace use of system_wq with system_percpu_wqMarco Crivellari1-11/+11
2025-09-05workqueue: replace use of system_unbound_wq with system_dfl_wqMarco Crivellari1-2/+2
2025-09-05regulator: pf530x: NXP PF530x regulator driverMark Brown13-75/+56
2025-09-05ACPI: RISC-V: Add support for RIMTSunil V L1-0/+28
2025-09-05iommu/io-pgtable-dart: Add 4-level page table supportHector Martin1-0/+1
2025-09-04Merge branch 'bpf-next/skb-meta-dynptr' into 'bpf-next/master'Martin KaFai Lau1-1/+1
2025-09-04Merge branch 'bpf-next/skb-meta-dynptr' into 'bpf-next/net'Martin KaFai Lau1-1/+1
2025-09-04bpf: Return an error pointer for skb metadata when CONFIG_NET=nJakub Sitnicki1-1/+1
2025-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-21/+57
2025-09-04x86/cfi: Remove __noinitretpoline and __noretpolineKees Cook2-12/+0
2025-09-04compiler_types.h: Move __nocfi out of compiler-specific headerKees Cook2-6/+3
2025-09-04change the calling conventions for vfs_parse_fs_string()Al Viro1-2/+7
2025-09-04Merge tag 'opp-updates-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pmRafael J. Wysocki1-0/+30
2025-09-04cgroup: Remove unused cgroup_subsys::post_attachChuyi Zhou1-1/+0
2025-09-04Merge tag 'net-6.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-0/+5
2025-09-04wifi: mac80211: support parsing S1G TIM PVBLachlan Hodges1-9/+256
2025-09-03binfmt_elf: preserve original ELF e_flags for core dumpsSvetlana Parfenova1-0/+5
2025-09-03io_uring/cmd: remove unused io_uring_cmd_iopoll_done()Caleb Sander Mateos1-11/+0
2025-09-03io_uring/uring_cmd: correct io_uring_cmd_done() ret typeCaleb Sander Mateos1-2/+2
2025-09-03PCI/P2PDMA: Reduce scope of pci_has_p2pmem()Leon Romanovsky1-5/+0
2025-09-03Merge tag 'mlx5-psp-ifc' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxJakub Kicinski2-4/+95
2025-09-03Merge tag 'pull-getgeo' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs into for-6.18/blockJens Axboe2-2/+2
2025-09-03of/irq: Convert of_msi_map_id() callers to of_msi_xlate()Lorenzo Pieralisi1-6/+0
2025-09-03jiffies: Remove obsolete SHIFTED_HZ commentBjorn Helgaas1-1/+1
2025-09-03vdso/vsyscall: Avoid slow division loop in auxiliary clock updateThomas Weißschuh1-1/+8
2025-09-03wifi: brcmfmac: fix 43752 SDIO FWVID incorrectly labelled as Cypress (CYW)Gokul Sivakumar1-1/+1
2025-09-03sched/fair: Add related data structure for task based throttleValentin Schneider1-0/+5
2025-09-03sched: Move STDL_INIT() functions out-of-linePeter Zijlstra1-42/+7
2025-09-03sched/fair: Get rid of sched_domains_curr_level hack for tl->cpumask()Peter Zijlstra2-2/+28
2025-09-03gpio: nomadik: don't print out global GPIO numbers in debugfs callbacksBartosz Golaszewski1-2/+1
2025-09-02net/mlx5: Add PSP capabilities structures and bitsSaeed Mahameed2-4/+95
2025-09-02io_uring/uring_cmd: add io_uring_cmd_tw_t type aliasCaleb Sander Mateos1-5/+8
2025-09-02bitmap: introduce hardware-specific bitfield operationsNicolas Frattaroli1-0/+62
2025-09-02net: phy: add phy_interface_weight()Russell King (Oracle)1-0/+5
2025-09-02acpi/hmat: Remove now unused hmat_update_target_coordinates()Dave Jiang1-12/+0