summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2025-07-07PM: domains: Add flags to specify power on attach/detachClaudiu Beznea1-2/+8
2025-07-07block: reject bs > ps block devices when THP is disabledPankaj Raghav1-0/+5
2025-07-07bpf: support for void/primitive __arg_untrusted global func paramsEduard Zingerman1-0/+1
2025-07-07treewide: Remove redundantMark Brown1-24/+163
2025-07-07block: remove pktcdvd driverJens Axboe1-198/+0
2025-07-07power: supply: core: Add power_supply_get/set_property_direct()Armin Wolf1-0/+8
2025-07-07Merge branch 'mlx5-next' into wip/leon-for-nextLeon Romanovsky1-11/+56
2025-07-07cred: add auto cleanup methodChristian Brauner1-0/+2
2025-07-07wifi: mac80211: correctly identify S1G short beaconLachlan Hodges1-12/+33
2025-07-07Merge tag 'pm-runtime-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Bartosz Golaszewski7-32/+179
2025-07-07gpio: generic: add new generic GPIO chip APIBartosz Golaszewski1-0/+120
2025-07-07Merge tag 'gpio-mmio-remove-bgpio-pdata-for-v6.17-rc1' into gpio/for-nextBartosz Golaszewski1-6/+0
2025-07-07gpio: mmio: remove struct bgpio_pdataBartosz Golaszewski1-6/+0
2025-07-07pwm: Expose PWM_WFHWSIZE in public headerMichal Wilczynski1-0/+2
2025-07-07pwm: Add support for pwmchip devices for faster and easier userspace accessUwe Kleine-König1-0/+3
2025-07-07Merge tag 'pm-runtime-6.17-rc1'Sebastian Reichel7-32/+179
2025-07-05Merge merge point of tag 'usb-6.16-rc5' into usb-nextGreg Kroah-Hartman17-50/+105
2025-07-05soc: qcom: ubwc: Add #defines for UBWC swizzle bitsKonrad Dybcio1-4/+4
2025-07-05drm/msm/a6xx: Resolve the meaning of UBWC_MODEKonrad Dybcio1-0/+10
2025-07-05drm/msm: Use the central UBWC config databaseKonrad Dybcio1-1/+1
2025-07-05soc: qcom: Add UBWC config providerKonrad Dybcio1-0/+65
2025-07-05Merge tag 'pm-6.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-0/+5
2025-07-05treewide: Remove redundantMark Brown1-24/+163
2025-07-04Merge branch 'pm-sleep'Rafael J. Wysocki1-0/+5
2025-07-04Merge tag 'soc-fixes-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds1-0/+1
2025-07-04Merge tag 'spi-fix-v6.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-1/+9
2025-07-04Merge tag 'platform-drivers-x86-v6.16-3' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-0/+13
2025-07-04Merge tag 'usb-6.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-0/+3
2025-07-04Merge tag 'vfs-6.16-rc5.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-11/+12
2025-07-04treewide: Remove redundantMark Brown1-24/+163
2025-07-04Merge tag 'icc-6.16-rc5' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Greg Kroah-Hartman1-0/+7
2025-07-04tree-wide: s/struct fileattr/struct file_kattr/gChristian Brauner4-16/+16
2025-07-04watchdog/perf: Provide function for adjusting the event periodYicong Yang1-0/+2
2025-07-04ata: libata-core: Rename ata_do_set_mode()Damien Le Moal1-1/+1
2025-07-04ata: libata-core: Cache the general purpose log directoryDamien Le Moal1-0/+3
2025-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni3-0/+17
2025-07-04bpf: Avoid putting struct bpf_scc_callchain variables on the stackYonghong Song1-0/+1
2025-07-04bpf: Add dump_stack() analogue to print to BPF stderrKumar Kartikeya Dwivedi1-0/+2
2025-07-04bpf: Add function to find program from stack traceKumar Kartikeya Dwivedi1-0/+1
2025-07-04bpf: Add function to extract program source infoKumar Kartikeya Dwivedi1-0/+3
2025-07-04bpf: Introduce BPF standard streamsKumar Kartikeya Dwivedi1-0/+52
2025-07-04bpf: Refactor bprintf buffer supportKumar Kartikeya Dwivedi1-1/+14
2025-07-04bpf: Show precise link_type for {uprobe,kprobe}_multi fdinfoTao Chen1-0/+1
2025-07-04Merge tag 'drm-misc-next-2025-07-03' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie1-1/+5
2025-07-03PM: sleep: Add strict_midlayer flag to struct dev_pm_infoRafael J. Wysocki2-0/+28
2025-07-03PM: Move two sleep-related functions under CONFIG_PM_SLEEPRafael J. Wysocki1-4/+12
2025-07-03PM: Don't use "proxy" headersAndy Shevchenko1-5/+6
2025-07-03irqdomain: Add device pointer to irq_domain_info and msi_domain_infoThomas Gleixner2-0/+4
2025-07-03ptp: Use ktime_get_clock_ts64() for timestampingThomas Gleixner1-30/+4
2025-07-03Merge tag 'ktime-get-clock-ts64-for-ptp' of git://git.kernel.org/pub/scm/linu...Paolo Abeni1-0/+10