aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-08-22KVM: x86: Acquire kvm->srcu when handling KVM_SET_VCPU_EVENTSSean Christopherson1-0/+2
2024-08-22KVM: x86/mmu: Check that root is valid/loaded when pre-faulting SPTEsSean Christopherson1-1/+3
2024-08-22KVM: x86/mmu: Fixup comments missed by the REMOVED_SPTE=>FROZEN_SPTE renameYan Zhao3-8/+8
2024-08-22KVM: x86: Advertise AVX10.1 CPUID to userspaceTao Su3-2/+37
2024-08-22KVM: x86: Optimize local variable in start_sw_tscdeadline()Thorsten Blum1-1/+1
2024-08-22drm/xe: Fix missing runtime outer protection for ggtt_remove_nodeRodrigo Vivi2-39/+73
2024-08-22drm/xe: Make xe_ggtt_node struct independentRodrigo Vivi12-104/+214
2024-08-22drm/xe: Refactor xe_ggtt balloon functions to make the node clearRodrigo Vivi3-15/+18
2024-08-22drm/xe: Introduce xe_ggtt_print_holesRodrigo Vivi3-24/+42
2024-08-22drm/xe: Introduce xe_ggtt_largest_holeRodrigo Vivi3-21/+38
2024-08-22drm/xe: Limit drm_mm_node_allocated access to xe_ggtt_nodeRodrigo Vivi4-7/+19
2024-08-22drm/xe: Rename xe_ggtt_node related functionsRodrigo Vivi4-56/+54
2024-08-22drm/xe: Encapsulate drm_mm_node inside xe_ggtt_nodeRodrigo Vivi11-78/+90
2024-08-22drm/{i915, xe}: Avoid direct inspection of dpt_vma from outside dptRodrigo Vivi4-3/+16
2024-08-22drm/xe: Remove unnecessary drm_mm.h includesRodrigo Vivi3-3/+1
2024-08-22drm/xe: Introduce GGTT documentationRodrigo Vivi3-35/+150
2024-08-22drm/xe: Removed unused xe_ggtt_printkRodrigo Vivi2-21/+0
2024-08-23kbuild: fix typos "prequisites" to "prerequisites"Masahiro Yamada4-4/+4
2024-08-22smb: client: ignore unhandled reparse tagsPaulo Alcantara1-4/+7
2024-08-22smb3: fix problem unloading module due to leaked refcount on shutdownSteve French3-0/+6
2024-08-22s390/early: Dump register contents and call trace for early crashesHeiko Carstens3-4/+24
2024-08-22s390/early: Add __init to __do_early_pgm_check()Heiko Carstens1-1/+1
2024-08-22s390/cpum_sf: Remove WARN_ON_ONCE statementsThomas Richter1-8/+4
2024-08-22s390/cpum_sf: Rework debug_sprintf_event() messagesThomas Richter1-137/+10
2024-08-22s390/boot: Fix KASLR base offset off by __START_KERNEL bytesAlexander Gordeev6-31/+52
2024-08-22s390/boot: Avoid possible physmem_info segment corruptionAlexander Gordeev1-2/+2
2024-08-22perf python: Allow checking for the existence of warning options in clangArnaldo Carvalho de Melo1-1/+1
2024-08-22KVM: arm64: Make the exposed feature bits in AA64DFR0_EL1 writable from users...Shameer Kolothum2-1/+17
2024-08-22nvme_core: scan namespaces asynchronouslyStuart Hayes1-1/+39
2024-08-22regulator: s2mps11: use scoped memory allocation to simplify probeKrzysztof Kozlowski1-10/+7
2024-08-22ASoC: cs-amp-lib: Ignore empty UEFI calibration entriesRichard Fitzgerald1-1/+6
2024-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov1334-9273/+19542
2024-08-22dm bufio: Remove NULL check of list_entry()Yuesong Li1-3/+0
2024-08-22ipe: Remove duplicated include in ipe.cYang Li1-1/+0
2024-08-22lsm: replace indirect LSM hook calls with static callsKP Singh2-73/+198
2024-08-22lsm: count the LSMs enabled at compile timeKP Singh2-3/+138
2024-08-22thermal: imx: Use the .should_bind() thermal zone callbackRafael J. Wysocki1-14/+6
2024-08-22mlxsw: core_thermal: Use the .should_bind() thermal zone callbackRafael J. Wysocki1-84/+31
2024-08-22platform/x86: acerhdf: Use the .should_bind() thermal zone callbackRafael J. Wysocki1-27/+6
2024-08-22thermal: core: Unexport thermal_bind_cdev_to_trip() and thermal_unbind_cdev_f...Rafael J. Wysocki2-14/+4
2024-08-22thermal: ACPI: Use the .should_bind() thermal zone callbackRafael J. Wysocki1-56/+10
2024-08-22thermal: core: Introduce .should_bind() thermal zone callbackRafael J. Wysocki2-24/+92
2024-08-22thermal: core: Move thermal zone locking out of bind/unbind functionsRafael J. Wysocki2-9/+23
2024-08-22thermal: sysfs: Use the dev argument in instance-related show/storeRafael J. Wysocki1-8/+7
2024-08-22thermal: core: Drop redundant thermal instance checksRafael J. Wysocki1-2/+2
2024-08-22thermal: core: Rearrange checks in thermal_bind_cdev_to_trip()Rafael J. Wysocki1-12/+4
2024-08-22thermal: core: Fold two functions into their respective callersRafael J. Wysocki1-36/+19
2024-08-22thermal: Introduce a debugfs-based testing facilityRafael J. Wysocki6-0/+717
2024-08-22perf annotate-data: Copy back variable types after moveNamhyung Kim3-0/+40
2024-08-22perf annotate-data: Update stack slot for the storeNamhyung Kim1-4/+25