summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2024-01-28tty: vt: remove extern from functions in selection.hJiri Slaby (SUSE)1-28/+24
2024-01-28tty: vt: make vc_is_sel()'s vc constJiri Slaby (SUSE)1-1/+1
2024-01-28tty: vt: pass vc_resize_user as a parameterJiri Slaby (SUSE)3-3/+9
2024-01-28tty: vt: pass proper pointers from tioclinux()Jiri Slaby (SUSE)1-1/+1
2024-01-28vgacon: inline vc_scrolldelta_helper() into vgacon_scrolldelta()Jiri Slaby (SUSE)1-3/+0
2024-01-28usb: typec: tcpm: add discover identity support for SOP'RD Babiera1-1/+7
2024-01-28usb: typec: tcpci: add attempt_vconn_swap_discovery callbackRD Babiera2-0/+18
2024-01-28usb: typec: tcpm: add control message support to sop'RD Babiera1-0/+1
2024-01-28usb: typec: tcpci: add tcpm_transmit_type to tcpm_pd_receiveRD Babiera2-1/+3
2024-01-28usb: typec: tcpci: add cable_comm_capable attributeRD Babiera2-0/+7
2024-01-28usb: typec: altmodes: add svdm version info for typec cablesRD Babiera2-0/+13
2024-01-28usb: typec: altmodes: add typec_cable_ops to typec_altmodeRD Babiera2-0/+24
2024-01-28phy: core: add notify_connect and notify_disconnect callbackStanley Chang1-0/+21
2024-01-28usb: audio-v2: Correct comments for struct uac_clock_selector_descriptorAlexander Tsoy1-2/+2
2024-01-28USB: uapi: OTG 3.0Oliver Neukum1-0/+2
2024-01-27Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski10-65/+341
2024-01-27ipmr: fix kernel panic when forwarding mcast packetsNicolas Dichtel1-1/+1
2024-01-27net: phy: add support for PHY LEDs polarity modesChristian Marangi1-0/+22
2024-01-27af_unix: Try to run GC async.Kuniyuki Iwashima2-2/+11
2024-01-27af_unix: Return struct unix_sock from unix_get_socket().Kuniyuki Iwashima1-1/+1
2024-01-27af_unix: Do not use atomic ops for unix_sk(sk)->inflight.Kuniyuki Iwashima1-1/+1
2024-01-27power: supply: bq27xxx: Add devm action to free IDAAndrew Davis1-1/+0
2024-01-27Merge tag 'ata-6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/liba...Linus Torvalds1-1/+1
2024-01-27workqueue: Break up enum definitions and give names to the typesTejun Heo1-17/+24
2024-01-27Merge tag 'drm-fixes-2024-01-27' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-5/+20
2024-01-26Merge tag 'spi-fix-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2024-01-26drm/ttm: Make sure the mapped tt pages are decrypted when neededZack Rusin1-1/+8
2024-01-26bitmap: Define a cleanup function for bitmapsBartosz Golaszewski1-0/+3
2024-01-26Revert "nl80211/cfg80211: Specify band specific min RSSI thresholds with sche...Jeff Johnson2-20/+4
2024-01-26wifi: cfg80211: validate MLO connections betterJohannes Berg1-0/+24
2024-01-26wifi: mac80211: add support for SPP A-MSDUsJohannes Berg1-0/+5
2024-01-26wifi: cfg80211: add support for SPP A-MSDUsJohannes Berg2-0/+16
2024-01-26wifi: mac80211: add support for negotiated TTLM requestAyala Beker2-2/+42
2024-01-26wifi: mac80211: process and save negotiated TID to Link mapping requestAyala Beker1-1/+45
2024-01-26wifi: ieee80211: add definitions for negotiated TID to Link mapAyala Beker1-0/+28
2024-01-26KEYS: include header for EINVAL definitionClay Chang1-0/+1
2024-01-26mm, kmsan: fix infinite recursion due to RCU critical sectionMarco Elver1-3/+3
2024-01-26mm: mmap: map MAP_STACK to VM_NOHUGEPAGEYang Shi1-0/+1
2024-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski37-231/+538
2024-01-25Merge tag 'net-6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds12-30/+108
2024-01-25Merge tag 'vfs-6.8-rc2.netfs' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+25
2024-01-25asm-generic: remove extra type checking in acquire/release for non-SMP caseBaokun Li1-2/+0
2024-01-25fs: make the i_size_read/write helpers be smp_load_acquire/store_release()Baokun Li1-2/+8
2024-01-25Merge tag 'mlx5-fixes-2024-01-24' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Abeni4-4/+11
2024-01-25Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni1-0/+27
2024-01-25drm/ttm: replace busy placement with flags v6Somalapuram Amaranath2-10/+8
2024-01-25riscv: Avoid code duplication with generic bitops implementationXiao Wang4-8/+24
2024-01-25xsk: fix usage of multi-buffer BPF helpers for ZC XDPMaciej Fijalkowski1-0/+26
2024-01-25xsk: make xsk_buff_pool responsible for clearing xdp_buff::flagsMaciej Fijalkowski1-0/+1
2024-01-25bpf,lsm: Add BPF token LSM hooksAndrii Nakryiko3-0/+33