summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Documentation: devices.txt: reconcile serial/ucc_uart minor numersRandy Dunlap2023-07-252-2/+2
| * | | MAINTAINERS: Update TTY layer for lists and recently added filesTony Lindgren2023-07-251-0/+6
| * | | tty: n_gsm: fix UAF in gsm_cleanup_muxChaoyuan Peng2023-07-251-1/+3
| * | | TIOCSTI: always enable for CAP_SYS_ADMINSamuel Thibault2023-07-201-1/+1
| | |/ | |/|
* | | Merge tag 'staging-6.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-07-304-12/+45
|\ \ \
| * | | staging: ks7010: potential buffer overflow in ks_wlan_set_encode_ext()Zhang Shurong2023-07-271-2/+4
| * | | staging: fbtft: ili9341: use macro FBTFT_REGISTER_SPI_DRIVERRaphael Gallais-Pou2023-07-271-1/+1
| * | | staging: r8712: Fix memory leak in _r8712_init_xmit_priv()Larry Finger2023-07-272-9/+40
| | |/ | |/|
* | | Merge tag 'char-misc-6.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-07-304-26/+20
|\ \ \
| * | | misc/genalloc: Name subpools by of_node_full_name()Linus Walleij2023-07-262-2/+2
| * | | Documentation: embargoed-hardware-issues.rst: add AMD to the listGreg Kroah-Hartman2023-07-261-0/+1
| * | | Documentation: embargoed-hardware-issues.rst: clean out empty and unused entriesGreg Kroah-Hartman2023-07-181-4/+0
| * | | Documentation: security-bugs.rst: clarify CVE handlingGreg Kroah-Hartman2023-07-171-7/+6
| * | | Documentation: security-bugs.rst: update preferences when dealing with the li...Greg Kroah-Hartman2023-07-171-14/+12
| | |/ | |/|
* | | Merge tag 'probes-fixes-v6.5-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-07-303-6/+18
|\ \ \
| * | | kprobes: Prohibit probing on CFI preamble symbolMasami Hiramatsu (Google)2023-07-291-1/+13
| * | | selftests/ftrace: Fix to check fprobe event eneblementMasami Hiramatsu (Google)2023-07-261-1/+1
| * | | tracing/probes: Fix to add NULL check for BTF APIsMasami Hiramatsu (Google)2023-07-261-4/+4
| | |/ | |/|
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-07-3014-186/+255
|\ \ \
| * | | KVM: selftests: Expand x86's sregs test to cover illegal CR0 valuesSean Christopherson2023-07-291-31/+39
| * | | KVM: VMX: Don't fudge CR0 and CR4 for restricted L2 guestSean Christopherson2023-07-291-4/+9
| * | | KVM: x86: Disallow KVM_SET_SREGS{2} if incoming CR0 is invalidSean Christopherson2023-07-295-20/+52
| * | | Revert "debugfs, coccinelle: check for obsolete DEFINE_SIMPLE_ATTRIBUTE() usage"Sean Christopherson2023-07-291-68/+0
| * | | KVM: selftests: Verify stats fd is usable after VM fd has been closedSean Christopherson2023-07-291-2/+8
| * | | KVM: selftests: Verify stats fd can be dup()'d and readSean Christopherson2023-07-291-1/+7
| * | | KVM: selftests: Verify userspace can create "redundant" binary stats filesSean Christopherson2023-07-291-2/+23
| * | | KVM: selftests: Explicitly free vcpus array in binary stats testSean Christopherson2023-07-291-0/+1
| * | | KVM: selftests: Clean up stats fd in common stats_test() helperSean Christopherson2023-07-291-18/+4
| * | | KVM: selftests: Use pread() to read binary stats headerSean Christopherson2023-07-292-4/+8
| * | | KVM: Grab a reference to KVM for VM and vCPU stats file descriptorsSean Christopherson2023-07-291-0/+24
| * | | selftests/rseq: Play nice with binaries statically linked against glibc 2.35+Sean Christopherson2023-07-291-6/+22
| * | | Revert "KVM: SVM: Skip WRMSR fastpath on VM-Exit if next RIP isn't valid"Sean Christopherson2023-07-291-8/+2
| * | | KVM: x86: Acquire SRCU read lock when handling fastpath MSR writesSean Christopherson2023-07-291-0/+4
| * | | KVM: VMX: Use vmread_error() to report VM-Fail in "goto" pathSean Christopherson2023-07-291-2/+1
| * | | KVM: VMX: Make VMREAD error path play nice with noinstrSean Christopherson2023-07-293-9/+26
| * | | KVM: x86/irq: Conditionally register IRQ bypass consumer againLike Xu2023-07-291-1/+1
| * | | KVM: X86: Use GFP_KERNEL_ACCOUNT for pid_table in ipivPeng Hao2023-07-291-1/+2
| * | | KVM: x86: check the kvm_cpu_get_interrupt result before using itMaxim Levitsky2023-07-291-3/+7
| * | | KVM: x86: VMX: set irr_pending in kvm_apic_update_irrMaxim Levitsky2023-07-291-1/+4
| * | | KVM: x86: VMX: __kvm_apic_update_irr must update the IRR atomicallyMaxim Levitsky2023-07-291-7/+13
| |/ /
* | | Merge tag 'locking_urgent_for_v6.5_rc4' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2023-07-304-76/+155
|\ \ \
| * | | locking/rtmutex: Fix task->pi_waiters integrityPeter Zijlstra2023-07-174-76/+155
| | |/ | |/|
* | | Merge tag 'x86_urgent_for_v6.5_rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-07-304-13/+33
|\ \ \
| * | | x86/cpu: Enable STIBP on AMD if Automatic IBRS is enabledKim Phillips2023-07-222-10/+16
| * | | x86/MCE/AMD: Decrement threshold_bank refcount when removing threshold blocksYazen Ghannam2023-07-221-2/+2
| * | | x86: Fix kthread unwindPeter Zijlstra2023-07-201-1/+15
| |/ /
* | | Merge tag 'irq_urgent_for_v6.5_rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-07-304-40/+117
|\ \ \
| * \ \ Merge tag 'irqchip-fixes-6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/...Thomas Gleixner2023-07-244-40/+117
| |\ \ \
| | * | | irqchip/gic-v3: Workaround for GIC-700 erratum 2941627Lorenzo Pieralisi2023-07-112-1/+64
| | * | | irqchip/gic-v3: Enable Rockchip 3588001 erratum workaround for RK3588SSebastian Reichel2023-07-031-1/+2