summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'efi-next-for-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-05-2322-20/+876
|\
| * riscv/efi_stub: Add support for RISCV_EFI_BOOT_PROTOCOLSunil V L2022-05-193-6/+32
| * efi: stub: prefer mirrored memory for randomized allocationsArd Biesheuvel2022-05-061-0/+11
| * efi/arm64: libstub: run image in place if randomized by the loaderArd Biesheuvel2022-05-032-3/+20
| * efi: libstub: pass image handle to handle_kernel_image()Ard Biesheuvel2022-05-035-5/+9
| * efi: x86: Set the NX-compatibility flag in the PE headerPeter Jones2022-05-031-0/+4
| * efi: libstub: ensure allocated memory to be executableBaskov Evgeniy2022-05-032-4/+118
| * efi: libstub: declare DXE services tableBaskov Evgeniy2022-05-034-1/+89
| * efi: Add missing prototype for efi_capsule_setup_infoJan Kiszka2022-04-131-0/+2
| * docs: security: Add secrets/coco documentationDov Murik2022-04-133-0/+113
| * efi: Register efi_secret platform device if EFI secret area is declaredDov Murik2022-04-131-0/+5
| * virt: Add efi_secret module to expose confidential computing secretsDov Murik2022-04-136-0/+422
| * efi: Save location of EFI confidential computing areaDov Murik2022-04-134-0/+35
| * efi: Allow to enable EFI runtime services by default on RTJavier Martinez Canillas2022-04-132-1/+16
* | Linux 5.18v5.18Linus Torvalds2022-05-221-1/+1
* | afs: Fix afs_getattr() to refetch file status if callback break occurredDavid Howells2022-05-221-1/+13
* | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-05-223-2/+23
|\ \
| * | drivers: i2c: thunderx: Allow driver to work with ACPI defined TWSI controllersPiyush Malgujar2022-05-211-0/+1
| * | i2c: ismt: Provide a DMA buffer for Interrupt Cause LoggingMika Westerberg2022-05-211-0/+14
| * | i2c: mt7621: fix missing clk_disable_unprepare() on error in mtk_i2c_probe()Yang Yingliang2022-05-211-2/+8
* | | Merge tag 'perf-tools-fixes-for-v5.18-2022-05-21' of git://git.kernel.org/pub...Linus Torvalds2022-05-2213-16/+103
|\ \ \
| * | | perf session: Fix Intel LBR callstack entries and nr print messageChengdong Li2022-05-211-5/+21
| * | | perf test bpf: Skip test if clang is not presentAthira Rajeev2022-05-211-4/+6
| * | | perf test session topology: Fix test to skip the test in guest environmentAthira Rajeev2022-05-211-0/+11
| * | | perf bench numa: Address compiler error on s390Thomas Richter2022-05-211-1/+1
| * | | perf test: Avoid shell test description infinite loopIan Rogers2022-05-211-2/+6
| * | | perf regs x86: Fix arch__intr_reg_mask() for the hybrid platformKan Liang2022-05-211-0/+12
| * | | perf test: Fix "all PMU test" to skip hv_24x7/hv_gpci tests on powerpcAthira Rajeev2022-05-211-0/+10
| * | | perf stat: Fix and validate CPU map inputs in synthetic PERF_RECORD_STAT eventsIan Rogers2022-05-201-3/+14
| * | | perf build: Fix check for btf__load_from_kernel_by_id() in libbpfArnaldo Carvalho de Melo2022-05-205-1/+22
* | | | Merge tag 'input-for-v5.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-05-222-13/+9
|\ \ \ \
| * | | | Input: ili210x - use one common reset implementationMarek Vasut2022-05-181-12/+8
| * | | | Input: ili210x - fix reset timingMarek Vasut2022-05-181-2/+2
| * | | | dt-bindings: input: mediatek,mt6779-keypad: update maintainerMattijs Korpershoek2022-04-251-1/+1
* | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2022-05-223-32/+43
|\ \ \ \ \
| * | | | | scsi: ufs: core: Fix referencing invalid rsp fieldDaejun Park2022-05-201-12/+7
| * | | | | scsi: target: Fix incorrect use of cpumask_tMingzhe Zou2022-05-182-20/+36
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-05-218-19/+56
|\ \ \ \ \ \
| * | | | | | KVM: x86/mmu: fix NULL pointer dereference on guest INVPCIDPaolo Bonzini2022-05-201-2/+4
| * | | | | | KVM: x86: hyper-v: fix type of valid_bank_maskYury Norov2022-05-201-2/+2
| * | | | | | KVM: Free new dirty bitmap if creating a new memslot failsSean Christopherson2022-05-201-1/+1
| * | | | | | KVM: eventfd: Fix false positive RCU usage warningWanpeng Li2022-05-201-1/+2
| * | | | | | selftests: kvm/x86: Verify the pmu event filter matches the correct eventAaron Lewis2022-05-201-0/+19
| * | | | | | selftests: kvm/x86: Add the helper function create_pmu_event_filterAaron Lewis2022-05-201-4/+14
| * | | | | | kvm: x86/pmu: Fix the compare function used by the pmu event filterAaron Lewis2022-05-201-2/+5
| * | | | | | Merge tag 'kvmarm-fixes-5.18-3' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2022-05-172-3/+3
| |\ \ \ \ \ \
| | * | | | | | KVM: arm64: Don't hypercall before EL2 initQuentin Perret2022-05-151-1/+2
| | * | | | | | KVM: arm64: vgic-v3: Consistently populate ID_AA64PFR0_EL1.GICMarc Zyngier2022-05-151-2/+1
| * | | | | | | KVM: x86/mmu: Update number of zapped pages even if page list is stableSean Christopherson2022-05-121-4/+6
* | | | | | | | Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-05-214-15/+22
|\ \ \ \ \ \ \ \