summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* nvmem: sfp: Use regmapSean Anderson2022-05-092-8/+23
* dt-bindings: nvmem: sfp: Add compatible binding for TA 2.1 SFPsSean Anderson2022-05-091-2/+7
* dt-bindings: nvmem: sfp: Add TA_PROG_SFP supplySean Anderson2022-05-091-0/+5
* dt-bindings: nvmem: sfp: Add clock propertiesSean Anderson2022-05-091-0/+14
* dt-bindings: nvmem: sfp: Fix typoSean Anderson2022-05-091-1/+1
* nvmem: qfprom: using pm_runtime_resume_and_get instead of pm_runtime_get_syncMinghao Chi2022-05-091-2/+1
* nvmem: Add Apple eFuse driverSven Peter2022-05-093-0/+94
* dt-bindings: nvmem: Add apple,efusesSven Peter2022-05-091-0/+50
* MAINTAINERS: Add apple efuses nvmem files to ARM/APPLE MACHINESven Peter2022-05-091-0/+2
* nvmem: brcm_nvram: find Device Tree nodes for NVMEM cellsRafał Miłecki2022-05-091-0/+2
* nvmem: core: support passing DT node in cell infoRafał Miłecki2022-05-092-0/+2
* binder: additional transaction error logsCarlos Llamas2022-05-091-4/+44
* binder: convert logging macros into functionsCarlos Llamas2022-05-091-12/+29
* binderfs: add extended_error feature entryCarlos Llamas2022-05-092-0/+9
* binder: add BINDER_GET_EXTENDED_ERROR ioctlCarlos Llamas2022-05-093-0/+79
* binder: add failed transaction logging infoCarlos Llamas2022-05-091-2/+6
* uio: dfl: add HSSI subsystem feature idMatthew Gerlach2022-05-091-0/+2
* slimbus: qcom-ngd-ctrl: Use platform_get_irq() to get the interruptLad Prabhakar2022-05-091-6/+4
* bus: mhi: replace snprintf with sysfs_emitWan Jiabing2022-05-091-4/+3
* lkdtm: cfi: Fix type width for masking PAC bitsKees Cook2022-05-091-1/+1
* misc: rtsx: set NULL intfdata when probe failsShuah Khan2022-05-091-0/+1
* altera-stapl: Use swap() instead of open coding itJiapeng Chong2022-05-091-40/+16
* misc: rtsx: add rts5261 efuse functionRicky WU2022-05-092-53/+65
* Merge 5.18-rc5 into char-misc-nextGreg Kroah-Hartman2022-05-021035-5699/+8377
|\
| * Linux 5.18-rc5v5.18-rc5Linus Torvalds2022-05-011-1/+1
| * Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-05-0118-62/+214
| |\
| | * KVM: x86: work around QEMU issue with synthetic CPUID leavesPaolo Bonzini2022-04-291-5/+14
| | * Revert "x86/mm: Introduce lookup_address_in_mm()"Sean Christopherson2022-04-292-15/+0
| | * Merge branch 'kvm-fixes-for-5.18-rc5' into HEADPaolo Bonzini2022-04-2910-32/+121
| | |\
| | | * KVM: x86/mmu: fix potential races when walking host page tableMingwei Zhang2022-04-291-5/+42
| | | * KVM: fix bad user ABI for KVM_EXIT_SYSTEM_EVENTPaolo Bonzini2022-04-296-11/+34
| | | * KVM: x86/mmu: Do not create SPTEs for GFNs that exceed host.MAXPHYADDRSean Christopherson2022-04-295-16/+45
| | * | Merge tag 'kvmarm-fixes-5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2022-04-295-10/+79
| | |\ \
| | | * | KVM: arm64: Inject exception on out-of-IPA-range translation faultMarc Zyngier2022-04-273-0/+48
| | | * | KVM/arm64: Don't emulate a PMU for 32-bit guests if feature not setAlexandru Elisei2022-04-271-1/+22
| | | * | KVM: arm64: Handle host stage-2 faults from 32-bit EL0Will Deacon2022-04-271-9/+9
| * | | | Merge tag 'x86_urgent_for_v5.18_rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-05-0121-29/+63
| |\ \ \ \
| | * | | | x86/pci/xen: Disable PCI/MSI[-X] masking for XEN_HVM guestsThomas Gleixner2022-04-291-1/+5
| | * | | | bug: Have __warn() prototype defined unconditionallyShida Zhang2022-04-261-5/+6
| | * | | | x86/Kconfig: fix the spelling of 'becoming' in X86_KERNEL_IBT configNur Hussein2022-04-191-1/+1
| | * | | | objtool: Use offstr() to print address of missing ENDBRJosh Poimboeuf2022-04-191-3/+2
| | * | | | objtool: Print data address for "!ENDBR" data warningsJosh Poimboeuf2022-04-191-5/+2
| | * | | | x86/xen: Add ANNOTATE_NOENDBR to startup_xen()Josh Poimboeuf2022-04-191-0/+1
| | * | | | x86/uaccess: Add ENDBR to __put_user_nocheck*()Josh Poimboeuf2022-04-191-0/+4
| | * | | | x86/retpoline: Add ANNOTATE_NOENDBR for retpolinesJosh Poimboeuf2022-04-191-1/+1
| | * | | | x86/static_call: Add ANNOTATE_NOENDBR to static call trampolineJosh Poimboeuf2022-04-191-0/+1
| | * | | | objtool: Enable unreachable warnings for CLANG LTOJosh Poimboeuf2022-04-192-2/+2
| | * | | | x86,objtool: Explicitly mark idtentry_body()s tail REACHABLEPeter Zijlstra2022-04-191-0/+3
| | * | | | x86,objtool: Mark cpu_startup_entry() __noreturnPeter Zijlstra2022-04-192-1/+2
| | * | | | x86,xen,objtool: Add UNWIND hintPeter Zijlstra2022-04-191-0/+1