aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-08-06Merge tag 'v6.5-rc5.vfs.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+7
2023-08-06vfs: get rid of old '->iterate' directory operationGravatar Linus Torvalds 1-1/+7
2023-08-05Merge tag 'ata-6.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Gravatar Linus Torvalds 1-0/+1
2023-08-04Merge tag 'hyperv-fixes-signed-20230804' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 2-4/+1
2023-08-04Merge tag 'pm-6.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Gravatar Linus Torvalds 1-4/+10
2023-08-04Merge tag 'mtd/fixes-for-6.5-rc5' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+4
2023-08-03Merge tag 'net-6.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 6-9/+55
2023-08-02Merge tag 'soc-fixes-6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-0/+5
2023-08-02Merge tag 'bitmap-6.5-rc5' of https://github.com:/norov/linuxGravatar Linus Torvalds 1-2/+6
2023-08-02Drivers: hv: vmbus: Remove unused extern declaration vmbus_ontimer()Gravatar YueHaibing 1-3/+0
2023-08-02word-at-a-time: use the same return type for has_zero regardless of endiannessGravatar ndesaulniers@google.com 1-1/+1
2023-08-02vxlan: Fix nexthop hash sizeGravatar Benjamin Poirier 1-2/+2
2023-08-02ata,scsi: do not issue START STOP UNIT on resumeGravatar Damien Le Moal 1-0/+1
2023-08-01powercap: intel_rapl: Fix a sparse warning in TPMI interfaceGravatar Zhang Rui 1-4/+10
2023-07-29Merge tag '6.5-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 1-1/+1
2023-07-29Merge tag 'trace-v6.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-4/+0
2023-07-29net: annotate data-races around sk->sk_markGravatar Eric Dumazet 3-6/+7
2023-07-29net: gro: fix misuse of CB in udp socket lookupGravatar Richard Gobert 1-0/+43
2023-07-28Merge tag 'mm-hotfixes-stable-2023-07-28-15-52' of git://git.kernel.org/pub/s...Gravatar Linus Torvalds 3-8/+59
2023-07-28Merge tag 'thermal-6.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-3/+3
2023-07-28Merge tag 'pm-6.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Gravatar Linus Torvalds 1-10/+0
2023-07-28ftrace: Remove unused extern declarationsGravatar YueHaibing 1-4/+0
2023-07-28Merge tag 'for-linus-6.5a-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 2-1/+19
2023-07-28Merge tag 'block-6.5-2023-07-28' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-5/+5
2023-07-28Merge tag 'drm-fixes-2023-07-28' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 1-5/+0
2023-07-27net: flower: fix stack-out-of-bounds in fl_set_key_cfm()Gravatar Eric Dumazet 1-1/+3
2023-07-28Merge tag 'drm-misc-fixes-2023-07-27' of git://anongit.freedesktop.org/drm/dr...Gravatar Dave Airlie 1-5/+0
2023-07-27mm: fix memory ordering for mm_lock_seq and vm_lock_seqGravatar Jann Horn 3-8/+59
2023-07-27Merge tag 'net-6.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 3-11/+16
2023-07-27mtd: spi-nor: avoid holes in struct spi_mem_opGravatar Arnd Bergmann 1-0/+4
2023-07-27Merge tag 'memory-controller-drv-fixes-6.5' of https://git.kernel.org/pub/scm...Gravatar Arnd Bergmann 1-0/+3
2023-07-27backlight: corgi_lcd: fix missing prototypeGravatar Arnd Bergmann 1-0/+2
2023-07-26xen/evtchn: Introduce new IOCTL to bind static evtchnGravatar Rahul Singh 2-1/+19
2023-07-25af_packet: Fix warning of fortified memcpy() in packet_getname().Gravatar Kuniyuki Iwashima 1-1/+5
2023-07-25drm/fb-helper: Remove unused inline function drm_fb_helper_defio_init()Gravatar YueHaibing 1-5/+0
2023-07-25fs/nls: make load_nls() take a const parameterGravatar Winston Wen 1-1/+1
2023-07-24block: Fix a source code comment in include/uapi/linux/blkzoned.hGravatar Bart Van Assche 1-5/+5
2023-07-24tcp: Reduce chance of collisions in inet6_hashfn().Gravatar Stewart Smith 1-6/+2
2023-07-24vxlan: calculate correct header length for GPEGravatar Jiri Benc 1-4/+9
2023-07-24PM: sleep: wakeirq: drop unused enable helpersGravatar Johan Hovold 1-10/+0
2023-07-24thermal: core: constify params in thermal_zone_device_registerGravatar Ahmad Fatoum 1-3/+3
2023-07-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-1/+1
2023-07-23Merge tag 'ext4_for_linus-6.5-rc3' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 2-14/+5
2023-07-23Merge tag 'kvmarm-fixes-6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Paolo Bonzini 1-1/+1
2023-07-22Merge tag 'block-6.5-2023-07-21' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-2/+0
2023-07-20Merge tag 'net-6.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 13-33/+60
2023-07-20Merge tag 'for-net-2023-07-20' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Jakub Kicinski 1-2/+5
2023-07-20tcp: annotate data-races around fastopenq.max_qlenGravatar Eric Dumazet 1-1/+1
2023-07-20tcp: annotate data-races around tp->notsent_lowatGravatar Eric Dumazet 1-1/+5
2023-07-20tcp: annotate data-races around tp->keepalive_probesGravatar Eric Dumazet 1-2/+7