aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-08-25x86/hyperv: Add hv_isolation_type_tdx() to detect TDX guestsGravatar Dexuan Cui 1-0/+1
2023-08-22hv: hyperv.h: Replace one-element array with flexible-array memberGravatar Saurabh Sengar 1-1/+1
2023-08-22x86/hyperv: Add smp support for SEV-SNP guestGravatar Tianyu Lan 1-0/+1
2023-08-22x86/hyperv: Set Virtual Trust Level in VMBus init messageGravatar Tianyu Lan 2-2/+3
2023-08-22x86/hyperv: Add sev-snp enlightened guest static keyGravatar Tianyu Lan 1-3/+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-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-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-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
2023-07-20tcp: annotate data-races around tp->keepalive_intvlGravatar Eric Dumazet 1-2/+7
2023-07-20tcp: annotate data-races around tp->keepalive_timeGravatar Eric Dumazet 1-2/+5
2023-07-20blk-mq: delete dead struct blk_mq_hw_ctx->queued fieldGravatar Chengming Zhou 1-2/+0
2023-07-20Bluetooth: coredump: fix building with coredump disabledGravatar Arnd Bergmann 1-2/+0
2023-07-20Bluetooth: use RCU for hci_conn_params and iterate safely in hci_syncGravatar Pauli Virtanen 1-0/+5
2023-07-20llc: Check netns in llc_estab_match() and llc_listener_match().Gravatar Kuniyuki Iwashima 1-1/+1
2023-07-19Merge tag 'fuse-update-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+3
2023-07-16Merge tag 'sched_urgent_for_v6.5_rc2' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-2/+6
2023-07-16Merge tag 'hardening-v6.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+0
2023-07-14rsi: remove kernel-doc comment markerGravatar Randy Dunlap 1-1/+1
2023-07-14pie: fix kernel-doc notation warningGravatar Randy Dunlap 1-1/+1
2023-07-14net: NSH: fix kernel-doc notation warningGravatar Randy Dunlap 1-1/+1
2023-07-14net: llc: fix kernel-doc notation warningsGravatar Randy Dunlap 1-2/+4
2023-07-14inet: frags: eliminate kernel-doc warningGravatar Randy Dunlap 1-1/+1
2023-07-14devlink: fix kernel-doc notation warningsGravatar Randy Dunlap 1-12/+16