summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2023-08-10Merge branch 'x86/bugs' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipJakub Kicinski
2023-08-10Merge tag 'net-6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-08-10Merge tag 'nf-23-08-10' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski
2023-08-10Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-08-10x86/speculation: Add cpu_show_gds() prototypeArnd Bergmann
2023-08-10netfilter: nf_tables: remove busy mark and gc batch APIPablo Neira Ayuso
2023-08-10netfilter: nf_tables: GC transaction API to avoid race with control planePablo Neira Ayuso
2023-08-09bpf, sockmap: Fix bug that strp_done cannot be calledXu Kuohai
2023-08-09Merge tag 'wireless-2023-08-09' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski
2023-08-09tcp: add missing family to tcp_set_ca_state() tracepointEric Dumazet
2023-08-08wifi: cfg80211: fix sband iftype data lookup for AP_VLANFelix Fietkau
2023-08-07Merge tag 'x86_bugs_srso' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2023-08-07tpm: Disable RNG for all AMD fTPMsMario Limonciello
2023-08-06Merge tag 'v6.5-rc5.vfs.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-08-06vfs: get rid of old '->iterate' directory operationLinus Torvalds
2023-08-05Merge tag 'ata-6.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds
2023-08-04Merge tag 'hyperv-fixes-signed-20230804' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2023-08-04Merge tag 'pm-6.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2023-08-04Merge tag 'mtd/fixes-for-6.5-rc5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-08-03Merge tag 'net-6.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-08-02Merge tag 'soc-fixes-6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-08-02Merge tag 'bitmap-6.5-rc5' of https://github.com:/norov/linuxLinus Torvalds
2023-08-02Drivers: hv: vmbus: Remove unused extern declaration vmbus_ontimer()YueHaibing
2023-08-02word-at-a-time: use the same return type for has_zero regardless of endiannessndesaulniers@google.com
2023-08-02vxlan: Fix nexthop hash sizeBenjamin Poirier
2023-08-02ata,scsi: do not issue START STOP UNIT on resumeDamien Le Moal
2023-08-01powercap: intel_rapl: Fix a sparse warning in TPMI interfaceZhang Rui
2023-07-29Merge tag '6.5-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2023-07-29Merge tag 'trace-v6.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-07-29net: annotate data-races around sk->sk_markEric Dumazet
2023-07-29net: gro: fix misuse of CB in udp socket lookupRichard Gobert
2023-07-28Merge tag 'mm-hotfixes-stable-2023-07-28-15-52' of git://git.kernel.org/pub/s...Linus Torvalds
2023-07-28Merge tag 'thermal-6.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-07-28Merge tag 'pm-6.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2023-07-28ftrace: Remove unused extern declarationsYueHaibing
2023-07-28Merge tag 'for-linus-6.5a-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2023-07-28Merge tag 'block-6.5-2023-07-28' of git://git.kernel.dk/linuxLinus Torvalds
2023-07-28Merge tag 'drm-fixes-2023-07-28' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2023-07-27net: flower: fix stack-out-of-bounds in fl_set_key_cfm()Eric Dumazet
2023-07-28Merge tag 'drm-misc-fixes-2023-07-27' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2023-07-27mm: fix memory ordering for mm_lock_seq and vm_lock_seqJann Horn
2023-07-27Merge tag 'net-6.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-07-27mtd: spi-nor: avoid holes in struct spi_mem_opArnd Bergmann
2023-07-27Merge tag 'memory-controller-drv-fixes-6.5' of https://git.kernel.org/pub/scm...Arnd Bergmann
2023-07-27backlight: corgi_lcd: fix missing prototypeArnd Bergmann
2023-07-27x86/srso: Add a Speculative RAS Overflow mitigationBorislav Petkov (AMD)
2023-07-26xen/evtchn: Introduce new IOCTL to bind static evtchnRahul Singh
2023-07-25af_packet: Fix warning of fortified memcpy() in packet_getname().Kuniyuki Iwashima
2023-07-25drm/fb-helper: Remove unused inline function drm_fb_helper_defio_init()YueHaibing
2023-07-25fs/nls: make load_nls() take a const parameterWinston Wen