summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: Suppress userspace access failures on unsupported, "emulated" MSRsSean Christopherson2024-08-221-3/+8
* KVM: x86: Suppress failures on userspace access to advertised, unsupported MSRsSean Christopherson2024-08-221-18/+9
* KVM: x86: Hoist x86.c's global msr_* variables up above kvm_do_msr_access()Sean Christopherson2024-08-221-184/+184
* KVM: x86: Funnel all fancy MSR return value handling into a common helperSean Christopherson2024-08-221-42/+42
* KVM: x86: Refactor kvm_get_feature_msr() to avoid struct kvm_msr_entrySean Christopherson2024-08-221-16/+13
* KVM: x86: Rename get_msr_feature() APIs to get_feature_msr()Sean Christopherson2024-08-227-14/+14
* KVM: x86: Refactor kvm_x86_ops.get_msr_feature() to avoid kvm_msr_entrySean Christopherson2024-08-225-15/+13
* KVM: x86: Rename KVM_MSR_RET_INVALID to KVM_MSR_RET_UNSUPPORTEDSean Christopherson2024-08-224-12/+19
* KVM: x86: Move MSR_TYPE_{R,W,RW} values from VMX to x86, as enumsSean Christopherson2024-08-222-4/+6
* KVM: SVM: Disallow guest from changing userspace's MSR_AMD64_DE_CFG valueSean Christopherson2024-08-221-2/+7
* KVM: x86: Use this_cpu_ptr() in kvm_user_return_msr_cpu_onlineLi Chen2024-08-221-2/+1
* KVM: x86: Advertise AVX10.1 CPUID to userspaceTao Su2024-08-223-2/+37
* KVM: x86: Optimize local variable in start_sw_tscdeadline()Thorsten Blum2024-08-221-1/+1
* Linux 6.11-rc4v6.11-rc4Linus Torvalds2024-08-181-1/+1
* Merge tag 'driver-core-6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-08-182-2/+2
|\
| * mips: sgi-ip22: Fix the buildBart Van Assche2024-08-131-1/+1
| * ARM: riscpc: ecard: Fix the buildBart Van Assche2024-08-131-1/+1
* | Merge tag 'char-misc-6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-08-183-30/+37
|\ \
| * | char: xillybus: Check USB endpoints when probing deviceEli Billauer2024-08-161-2/+20
| * | char: xillybus: Refine workqueue handlingEli Billauer2024-08-161-3/+5
| * | Revert "misc: fastrpc: Restrict untrusted app to attach to privileged PD"Griffin Kroah-Hartman2024-08-152-22/+3
| * | char: xillybus: Don't destroy workqueue from work item running on itEli Billauer2024-08-131-5/+11
| |/
* | Merge tag 'tty-6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2024-08-184-39/+9
|\ \
| * | Revert "serial: 8250_omap: Set the console genpd always on if no console susp...Griffin Kroah-Hartman2024-08-151-28/+5
| * | tty: atmel_serial: use the correct RTS flag.Mathieu Othacehe2024-08-131-1/+1
| * | tty: vt: conmakehash: remove non-portable code printing comment headerMasahiro Yamada2024-08-131-10/+2
| * | tty: serial: fsl_lpuart: mark last busy before uart_add_one_portPeng Fan2024-08-131-0/+1
| |/
* | Merge tag 'usb-6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2024-08-188-10/+16
|\ \
| * | xhci: Fix Panther point NULL pointer deref at full-speed re-enumerationMathias Nyman2024-08-151-3/+5
| * | usb: misc: ljca: Add Lunar Lake ljca GPIO HID to ljca_gpio_hids[]Hans de Goede2024-08-131-0/+1
| * | Revert "usb: typec: tcpm: clear pd_event queue in PORT_RESET"Xu Yang2024-08-131-1/+0
| * | usb: typec: ucsi: Fix the return value of ucsi_run_command()Heikki Krogerus2024-08-131-1/+1
| * | usb: xhci: fix duplicate stall handling in handle_tx_event()Niklas Neronin2024-08-131-0/+1
| * | usb: xhci: Check for xhci->interrupters being allocated in xhci_mem_clearup()Marc Zyngier2024-08-131-1/+1
| * | Merge tag 'thunderbolt-for-v6.11-rc3' of ssh://gitolite.kernel.org/pub/scm/li...Greg Kroah-Hartman2024-08-132-4/+7
| |\ \ | | |/ | |/|
| | * thunderbolt: Mark XDomain as unplugged when router is removedMika Westerberg2024-08-061-0/+1
| | * thunderbolt: Fix memory leaks in {port|retimer}_sb_regs_write()Aapo Vienamo2024-08-021-4/+6
* | | Merge tag 'for-6.11-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-08-185-8/+86
|\ \ \
| * | | btrfs: only enable extent map shrinker for DEBUG buildsQu Wenruo2024-08-161-1/+7
| * | | btrfs: zoned: properly take lock to read/update block group's zoned variablesNaohiro Aota2024-08-151-6/+8
| * | | btrfs: tree-checker: add dev extent item checksQu Wenruo2024-08-151-0/+69
| * | | btrfs: update target inode's ctime on unlinkJeff Layton2024-08-151-0/+1
| * | | btrfs: send: annotate struct name_cache_entry with __counted_by()Thorsten Blum2024-08-151-1/+1
* | | | fuse: Initialize beyond-EOF page contents before setting uptodateJann Horn2024-08-181-2/+4
* | | | Merge tag 'mm-hotfixes-stable-2024-08-17-19-34' of git://git.kernel.org/pub/s...Linus Torvalds2024-08-1822-182/+201
|\ \ \ \
| * | | | mm/migrate: fix deadlock in migrate_pages_batch() on large foliosGao Xiang2024-08-161-5/+11
| * | | | alloc_tag: mark pages reserved during CMA activation as not taggedSuren Baghdasaryan2024-08-161-0/+2
| * | | | alloc_tag: introduce clear_page_tag_ref() helper functionSuren Baghdasaryan2024-08-163-17/+15
| * | | | crash: fix riscv64 crash memory reserve dead loopJinjie Ruan2024-08-161-1/+2
| * | | | selftests: memfd_secret: don't build memfd_secret test on unsupported archesMuhammad Usama Anjum2024-08-162-0/+5