summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | | | | | | | KVM: arm64: Fix circular locking dependencySebastian Ene2024-01-301-10/+17
| | | | |_|_|_|_|/ / / / / / | | | |/| | | | | | | | | |
| | * | | | | | | | | | | | Merge tag 'kvm-riscv-fixes-6.8-1' of https://github.com/kvm-riscv/linux into ...Paolo Bonzini2024-02-142-11/+15
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | RISC-V: KVM: Use correct restricted typesAndrew Jones2024-02-091-8/+12
| | | * | | | | | | | | | | | RISC-V: paravirt: Use correct restricted typesAndrew Jones2024-02-091-2/+2
| | | * | | | | | | | | | | | RISC-V: paravirt: steal_time should be staticAndrew Jones2024-02-091-1/+1
| | | | |_|_|_|_|_|_|/ / / / | | | |/| | | | | | | | | |
| | * | | | | | | | | | | | Merge tag 'kvm-x86-selftests-6.8-rcN' of https://github.com/kvm-x86/linux int...Paolo Bonzini2024-02-1459-240/+237
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | KVM: selftests: Don't assert on exact number of 4KiB in dirty log split testSean Christopherson2024-02-061-9/+12
| | | * | | | | | | | | | | | KVM: selftests: Fix a semaphore imbalance in the dirty ring logging testSean Christopherson2024-02-061-23/+27
| | | * | | | | | | | | | | | KVM: x86: Make gtod_is_based_on_tsc() return 'bool'Vitaly Kuznetsov2024-02-011-1/+1
| | | * | | | | | | | | | | | KVM: selftests: Make hyperv_clock require TSC based system clocksourceVitaly Kuznetsov2024-02-011-0/+1
| | | * | | | | | | | | | | | KVM: selftests: Run clocksource dependent tests with hyperv_clocksource_tsc_p...Vitaly Kuznetsov2024-02-014-5/+6
| | | * | | | | | | | | | | | KVM: selftests: Use generic sys_clocksource_is_tsc() in vmx_nested_tsc_scalin...Vitaly Kuznetsov2024-02-011-18/+1
| | | * | | | | | | | | | | | KVM: selftests: Generalize check_clocksource() from kvm_clock_testVitaly Kuznetsov2024-02-015-37/+40
| | | * | | | | | | | | | | | KVM: selftests: Fail tests when open() fails with !ENOENTVitaly Kuznetsov2024-01-301-1/+2
| | | * | | | | | | | | | | | KVM: selftests: Avoid infinite loop in hyperv_features when invtsc is missingVitaly Kuznetsov2024-01-301-4/+5
| | | * | | | | | | | | | | | KVM: selftests: Delete superfluous, unused "stage" variable in AMX testSean Christopherson2024-01-301-2/+2
| | | * | | | | | | | | | | | KVM: selftests: x86_64: Remove redundant newlinesAndrew Jones2024-01-3022-63/+63
| | | * | | | | | | | | | | | KVM: selftests: s390x: Remove redundant newlinesAndrew Jones2024-01-293-13/+13
| | | * | | | | | | | | | | | KVM: selftests: riscv: Remove redundant newlinesAndrew Jones2024-01-292-2/+2
| | | * | | | | | | | | | | | KVM: selftests: aarch64: Remove redundant newlinesAndrew Jones2024-01-297-27/+27
| | | * | | | | | | | | | | | KVM: selftests: Remove redundant newlinesAndrew Jones2024-01-2917-38/+38
| | | * | | | | | | | | | | | KVM: selftests: Reword the NX hugepage test's skip message to be more helpfulSean Christopherson2024-01-291-3/+3
| | | | |_|_|_|_|_|_|_|/ / / | | | |/| | | | | | | | | |
| | * | | | | | | | | | | | Merge tag 'kvm-x86-fixes-6.8-rcN' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-02-142-12/+8
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / / / | | |/| | | | | | | | | | |
| | | * | | | | | | | | | | KVM: x86: Fix KVM_GET_MSRS stack info leakMathias Krause2024-02-051-10/+5
| | | * | | | | | | | | | | KVM: x86/pmu: Fix type length error when reading pmu->fixed_ctr_ctrlMingwei Zhang2024-02-021-1/+1
| | | * | | | | | | | | | | KVM: x86: make KVM_REQ_NMI request iff NMI pending for vcpuPrasad Pandit2024-01-311-1/+2
| | | |/ / / / / / / / / /
| * | | | | | | | | | | | Merge tag 'trace-v6.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2024-02-165-29/+47
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | seq_buf: Fix kernel documentationAndy Shevchenko2024-02-152-23/+24
| | * | | | | | | | | | | | seq_buf: Don't use "proxy" headersAndy Shevchenko2024-02-152-3/+16
| | * | | | | | | | | | | | tracing/synthetic: Fix trace_string() return valueThorsten Blum2024-02-151-1/+2
| | * | | | | | | | | | | | tracing: Inform kmemleak of saved_cmdlines allocationSteven Rostedt (Google)2024-02-141-0/+3
| | * | | | | | | | | | | | tracing: Use ring_buffer_record_is_set_on() in tracer_tracing_is_on()Sven Schnelle2024-02-131-1/+1
| | * | | | | | | | | | | | tracing: Fix HAVE_DYNAMIC_FTRACE_WITH_REGS ifdefPetr Pavlu2024-02-131-1/+1
| * | | | | | | | | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2024-02-1611-16/+46
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | arm64/sve: Lower the maximum allocation for the SVE ptrace regsetMark Brown2024-02-152-7/+8
| | * | | | | | | | | | | | | arm64: Subscribe Microsoft Azure Cobalt 100 to ARM Neoverse N2 errataEaswar Hariharan2024-02-153-0/+14
| | * | | | | | | | | | | | | perf/arm-cmn: Workaround AmpereOneX errata AC04_MESH_1 (incorrect child count)Ilkka Koskinen2024-02-091-0/+11
| | * | | | | | | | | | | | | arm64: jump_label: use constraints "Si" instead of "i"Fangrui Song2024-02-091-4/+8
| | * | | | | | | | | | | | | arm64: fix typo in commentsSeongsu Park2024-02-091-1/+1
| | * | | | | | | | | | | | | perf: CXL: fix mismatched cpmu event opcodeHojin Nam2024-02-091-1/+1
| | * | | | | | | | | | | | | arm64/signal: Don't assume that TIF_SVE means we saved SVE stateMark Brown2024-02-092-3/+3
| | | |_|_|/ / / / / / / / / | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | Merge tag 'zonefs-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2024-02-162-43/+65
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | zonefs: Improve error handlingDamien Le Moal2024-02-162-43/+65
| | | |_|/ / / / / / / / / / | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | Merge tag 'sound-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2024-02-1634-218/+435
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | ALSA: usb-audio: More relaxed check of MIDI jack namesTakashi Iwai2024-02-151-48/+25
| | * | | | | | | | | | | | | ALSA: hda/realtek: fix mute/micmute LED For HP mt645Eniac Zhang2024-02-151-0/+2
| | * | | | | | | | | | | | | Merge tag 'asoc-fix-v6.8-rc4' of https://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai2024-02-1529-164/+378
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | ASoC: cs35l56: Workaround for ACPI with broken spk-id-gpios propertyRichard Fitzgerald2024-02-131-0/+93
| | | * | | | | | | | | | | | | ASoC: SOF: Intel: pci-tgl/lnl: Change default pathsMark Brown2024-02-132-33/+33
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | | | ASoC: SOF: Intel: pci-lnl: Change the topology path to intel/sof-ipc4-tplgPeter Ujfalusi2024-02-131-1/+1