summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
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 Torvalds30-32/+31
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro30-32/+31
2024-10-03PCI/TPH: Add Steering Tag supportWei Huang1-0/+23
2024-10-03PCI: Add TLP Processing Hints (TPH) supportWei Huang3-8/+57
2024-10-02Merge tag 'asoc-fix-v6.12-rc1' of https://git.kernel.org/pub/scm/linux/kernel...Takashi Iwai604-5243/+13457
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-02ALSA: hda: fix trigger_tstamp_latchedJaroslav Kysela1-1/+1
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 "Introduce tracepoint for hugetlbfs"Christian Brauner1-0/+156
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-01bpf: Make sure internal and UAPI bpf_redirect flags don't overlapToke Høiland-Jørgensen1-8/+5
2024-10-01cpufreq: Avoid a bad reference count on CPU nodeMiquel Sabaté Solà1-5/+1
2024-10-01btrfs: tracepoints: end assignment with semicolon at btrfs_qgroup_extent even...Filipe Manana1-1/+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-01tcp: Fix spelling mistake "emtpy" -> "empty"Colin Ian King1-1/+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-01reset: amlogic: add auxiliary reset driver supportJerome Brunet1-0/+23
2024-10-01Merge tag 'drm-misc-fixes-2024-09-26' of https://gitlab.freedesktop.org/drm/m...Dave Airlie2-1/+10
2024-09-30Merge tag 'vfs-6.12-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-1/+170
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: platform_lcd: Remove match_fb from struct plat_lcd_dataThomas Zimmermann1-3/+0
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