summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tty: serial: fsl_lpuart: Check the return value of dmaengine_tx_statusSherry Sun2023-05-301-1/+7
* serial: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-302-2/+2
* serial: 8250: synchronize and annotate UART_IER accessJohn Ogness2023-05-305-0/+85
* serial: 8250: lock port for UART_IER access in omap8250_irq()John Ogness2023-05-301-2/+3
* serial: 8250: lock port for omap8250_restore_regs()John Ogness2023-05-301-1/+7
* serial: 8250: lock port for rx_dma() callbackJohn Ogness2023-05-301-2/+11
* serial: core: lock port for start_rx() in uart_resume_port()John Ogness2023-05-301-1/+4
* serial: 8250: lock port for stop_rx() in omap8250_irq()John Ogness2023-05-301-0/+2
* serial: core: lock port for stop_rx() in uart_suspend_port()John Ogness2023-05-301-1/+4
* serial: 8250: lock port in startup() callbacksJohn Ogness2023-05-304-2/+27
* Merge 6.4-rc3 into tty-nextGreg Kroah-Hartman2023-05-27622-3804/+6644
|\
| * Linux 6.4-rc3v6.4-rc3Linus Torvalds2023-05-211-1/+1
| * Merge tag 'uml-for-linus-6.4-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-05-215-7/+23
| |\
| | * um: harddog: fix modular buildJohannes Berg2023-05-105-7/+23
| * | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-05-2113-66/+129
| |\ \
| | * | KVM: VMX: add MSR_IA32_TSX_CTRL into msrs_to_saveMingwei Zhang2023-05-211-1/+5
| | * | KVM: x86: Don't adjust guest's CPUID.0x12.1 (allowed SGX enclave XFRM)Sean Christopherson2023-05-211-16/+0
| | * | KVM: VMX: Don't rely _only_ on CPUID to enforce XCR0 restrictions for ECREATESean Christopherson2023-05-211-2/+9
| | * | KVM: Fix vcpu_array[0] racesMichal Luczaj2023-05-191-6/+10
| | * | KVM: VMX: Fix header file dependency of asm/vmx.hJacob Xu2023-05-191-0/+2
| | * | KVM: Don't enable hardware after a restart/shutdown is initiatedSean Christopherson2023-05-191-1/+16
| | * | KVM: Use syscore_ops instead of reboot_notifier to hook restart/shutdownSean Christopherson2023-05-191-15/+11
| | * | Merge tag 'kvmarm-fixes-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2023-05-178-25/+76
| | |\ \
| | | * \ Merge branch kvm-arm64/pgtable-fixes-6.4 into kvmarm-master/fixesMarc Zyngier2023-05-112-9/+33
| | | |\ \
| | | | * | KVM: arm64: Constify start/end/phys fields of the pgtable walker dataMarc Zyngier2023-04-211-4/+4
| | | | * | KVM: arm64: Infer PA offset from VA in hyp map walkerOliver Upton2023-04-211-2/+1
| | | | * | KVM: arm64: Infer the PA offset from IPA in stage-2 map walkerOliver Upton2023-04-212-4/+29
| | | * | | Merge branch kvm-arm64/misc-6.4 into kvmarm-master/fixesMarc Zyngier2023-05-116-16/+43
| | | |\ \ \ | | | | |_|/ | | | |/| |
| | | | * | KVM: arm64: vgic: Add Apple M2 PRO/MAX cpus to the list of broken SEIS implem...Marc Zyngier2023-05-112-0/+12
| | | | * | KVM: arm64: Clarify host SME state managementMark Brown2023-04-211-9/+12
| | | | * | KVM: arm64: Restructure check for SVE support in FP trap handlerMark Brown2023-04-211-2/+10
| | | | * | KVM: arm64: Document check for TIF_FOREIGN_FPSTATEMark Brown2023-04-211-0/+5
| | | | * | KVM: arm64: Fix repeated words in commentsJingyu Wang2023-04-211-1/+1
| | | | * | KVM: arm64: Use the bitmap API to allocate bitmapsChristophe JAILLET2023-04-201-3/+2
| | | | * | KVM: arm64: Slightly optimize flush_context()Christophe JAILLET2023-04-201-1/+1
| | | | |/
| * | | | Merge tag 'perf-tools-fixes-for-v6.4-1-2023-05-20' of git://git.kernel.org/pu...Linus Torvalds2023-05-2171-322/+865
| |\ \ \ \
| | * | | | perf bench syscall: Fix __NR_execve undeclared build errorTiezhu Yang2023-05-191-0/+3
| | * | | | perf test attr: Fix python SafeConfigParser() deprecation warningIan Rogers2023-05-191-3/+3
| | * | | | perf test attr: Update no event/metric expectationsIan Rogers2023-05-195-174/+249
| | * | | | tools headers disabled-features: Sync with the kernel sourcesArnaldo Carvalho de Melo2023-05-171-1/+7
| | * | | | tools headers UAPI: Sync arch prctl headers with the kernel sourcesArnaldo Carvalho de Melo2023-05-173-0/+11
| | * | | | tools headers: Update the copy of x86's mem{cpy,set}_64.S used in 'perf bench'Arnaldo Carvalho de Melo2023-05-177-72/+24
| | * | | | tools headers x86 cpufeatures: Sync with the kernel sourcesArnaldo Carvalho de Melo2023-05-171-5/+21
| | * | | | tools headers UAPI: Sync s390 syscall table file that wires up the memfd_secr...Arnaldo Carvalho de Melo2023-05-161-1/+1
| | * | | | tools headers UAPI: Sync linux/prctl.h with the kernel sourcesArnaldo Carvalho de Melo2023-05-161-0/+2
| | * | | | perf metrics: Avoid segv with --topdown for metrics without a groupIan Rogers2023-05-161-1/+1
| | * | | | perf lock contention: Add empty 'struct rq' to satisfy libbpf 'runqueue' type...Jiri Olsa2023-05-101-0/+2
| | * | | | perf cs-etm: Fix contextid validationJames Clark2023-05-101-5/+4
| | * | | | perf arm64: Fix build with refcount checkingJames Clark2023-05-102-3/+3
| | * | | | perf test: Add stat test for record and scriptSandipan Das2023-05-101-0/+13