summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2024-10-03soundwire: optimize sdw_master_propPierre-Louis Bossart1-7/+7
2024-10-03soundwire: optimize sdw_stream_runtime memory layoutPierre-Louis Bossart1-5/+5
2024-10-03soundwire: amd: refactor existing code for acp 6.3 platformVijendar Mukunda1-0/+1
2024-10-03soundwire: amd: pass acp pci revision id as resource dataVijendar Mukunda1-0/+5
2024-10-03net: pcs: xpcs: make xpcs_do_config() and xpcs_link_up() internalRussell King (Oracle)1-4/+0
2024-10-03net: pcs: xpcs: drop interface argument from xpcs_create*()Russell King (Oracle)1-4/+2
2024-10-03net: pcs: xpcs: add xpcs_destroy_pcs() and xpcs_create_pcs_mdiodev()Russell King (Oracle)1-0/+3
2024-10-03net: pcs: xpcs: move PCS reset to .pcs_pre_config()Russell King (Oracle)1-0/+1
2024-10-03net: test for not too small csum_start in virtio_net_hdr_to_skb()Eric Dumazet1-1/+3
2024-10-03Merge tag 'mlx5-fixes-2024-09-25' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski1-1/+1
2024-10-03Merge tag 'pull-work.unaligned' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds9-8/+154
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro9-8/+154
2024-10-03PCI/TPH: Add Steering Tag supportWei Huang1-0/+23
2024-10-03PCI: Add TLP Processing Hints (TPH) supportWei Huang2-0/+28
2024-10-02Merge branch 'timers/kvm' into timers/coreThomas Gleixner1-0/+2
2024-10-02timekeeping: Add the boot clock to system time snapshotVincent Donnefort1-0/+2
2024-10-02ntp: Make tick_usec staticThomas Gleixner1-7/+0
2024-10-02ntp: Remove unused tick_nsecThomas Gleixner1-1/+0
2024-10-02inotify: Fix possible deadlock in fsnotify_destroy_markLizhi Xu1-7/+3
2024-10-02firmware: xilinx: add support for new SMC call formatRonak Jain1-2/+24
2024-10-02firmware: xilinx: use u32 for reset ID in reset APIsRonak Jain1-5/+4
2024-10-02firmware: xilinx: Add missing debug firmware interfacesRonak Jain1-0/+4
2024-10-02spi: spi-mem: Allow specifying the byte order in Octal DTR modeTudor Ambarus1-1/+7
2024-10-02Merge patch series "Fixup NLM and kNFSD file lock callbacks"Christian Brauner3-13/+7
2024-10-01pwm: Add kernel doc for members added to pwm_ops recentlyUwe Kleine-König1-0/+5
2024-10-01cpufreq: Avoid a bad reference count on CPU nodeMiquel Sabaté Solà1-5/+1
2024-10-01reset: Add devres helpers to request pre-deasserted reset controlsPhilipp Zabel1-0/+113
2024-10-01reset: replace boolean parameters with flags parameterPhilipp Zabel1-62/+99
2024-10-01folio_queue: fix documentationChristian Brauner1-1/+1
2024-10-01exportfs: Remove EXPORT_OP_ASYNC_LOCKBenjamin Coddington1-13/+0
2024-10-01firmware: xilinx: Add Pinctrl Get Attribute IDSai Krishna Potthuri1-0/+1
2024-10-01net: Fix gso_features_check to check for both dev->gso_{ipv4_,}max_sizeDaniel Borkmann1-0/+9
2024-10-01net: Add netif_get_gro_max_size helper for GRODaniel Borkmann1-0/+9
2024-10-01Merge tag 'drm-misc-fixes-2024-09-26' of https://gitlab.freedesktop.org/drm/m...Dave Airlie1-0/+9
2024-09-30Merge tag 'vfs-6.12-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+168
2024-09-30backlight: lcd: Do not include <linux/fb.h> in lcd headerThomas Zimmermann1-1/+0
2024-09-30backlight: lcd: Remove struct fb_videomode from set_mode callbackThomas Zimmermann1-2/+5
2024-09-30backlight: lcd: Replace check_fb with controls_deviceThomas Zimmermann1-4/+12
2024-09-30backlight: lcd: Add LCD_POWER_ constants for power statesThomas Zimmermann1-0/+5
2024-09-30backlight: lcd: Test against struct fb_info.lcd_devThomas Zimmermann1-0/+13
2024-09-30ftrace: Have calltime be saved in the fgraph storageSteven Rostedt1-1/+0
2024-09-30ftrace: Use a running sleeptime instead of saving on shadow stackSteven Rostedt1-0/+1
2024-09-30fgraph: Use fgraph data to store subtime for profilerSteven Rostedt1-3/+1
2024-09-30tracing: Add a comment about ftrace_regs definitionMasami Hiramatsu (Google)1-0/+26
2024-09-30netfs: Add folio_queue API documentationDavid Howells1-0/+168
2024-09-30ASoC: samsung: Remove obsoleted declaration for s3c64xx_ac97_setup_gpioGaosheng Cui1-2/+0
2024-09-30ARM: samsung: Remove obsoleted declaration for s3c_hwmon_set_platdataGaosheng Cui1-10/+0
2024-09-30iio: adc: Constify struct iio_mapChristophe JAILLET1-2/+3
2024-09-30types: Complement the aligned types with signed 64-bit oneAndy Shevchenko1-1/+2
2024-09-30close_range(): fix the logics in descriptor table trimmingAl Viro1-4/+4