summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mmc: dw_mmc: Dont wait for DRTO on Write RSP errorChristian Löhle2021-10-121-1/+2
* dt-bindings: mmc: sdhci-msm: Add compatible string for msm8226Luca Weiss2021-10-121-0/+1
* memstick: jmb38x_ms: Prefer struct_size over open coded arithmeticLen Baker2021-10-121-2/+1
* mmc: cqhci: Print out qcnt in case of timeoutBean Huo2021-10-121-2/+2
* mmc: sdhci-of-arasan: Add intel Thunder Bay SOC support to the arasan eMMC dr...Rashmi A2021-10-121-1/+28
* dt-bindings: mmc: Add bindings for Intel Thunder Bay SoCRashmi A2021-10-121-0/+25
* mmc: omap_hsmmc: Make use of the helper macro SET_RUNTIME_PM_OPS()Cai Huoqing2021-10-121-7/+3
* memstick: mspro_block: Add error handling support for add_disk()Luis Chamberlain2021-10-121-1/+5
* memstick: ms_block: Add error handling support for add_disk()Luis Chamberlain2021-10-121-1/+5
* dt-bindings: mmc: Convert MMC Card binding to a schemaMaxime Ripard2021-10-123-36/+48
* mmc: block: Add error handling support for add_disk()Luis Chamberlain2021-10-121-1/+6
* mmc: mtk-sd: Remove unused parametersChanWoo Lee2021-10-121-6/+5
* mmc: mtk-sd: Remove unused parameters(mrq)ChanWoo Lee2021-10-121-2/+2
* mmc: mtk-sd: Add wait dma stop done flowDerong Liu2021-10-121-0/+5
* mmc: sdhci: Change the code to check auto_cmd23ChanWoo Lee2021-10-121-1/+1
* Linux 5.15-rc5v5.15-rc5Linus Torvalds2021-10-111-1/+1
* Merge tag 'powerpc-5.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-10-1017-75/+234
|\
| * pseries/eeh: Fix the kdump kernel crash during eeh_pseries_initMahesh Salgaonkar2021-10-071-0/+4
| * powerpc/32s: Fix kuap_kernel_restore()Christophe Leroy2021-10-071-0/+8
| * powerpc/pseries/msi: Add an empty irq_write_msi_msg() handlerCédric Le Goater2021-10-071-0/+15
| * powerpc/64s: Fix unrecoverable MCE calling async handler from NMINicholas Piggin2021-10-073-18/+26
| * powerpc/64/interrupt: Reconcile soft-mask state in NMI and fix false BUGNicholas Piggin2021-10-071-5/+8
| * powerpc/64: warn if local irqs are enabled in NMI or hardirq contextNicholas Piggin2021-10-071-0/+6
| * powerpc/traps: do not enable irqs in _exceptionNicholas Piggin2021-10-071-3/+9
| * powerpc/64s: fix program check interrupt emergency stack pathNicholas Piggin2021-10-071-7/+10
| * powerpc/bpf ppc32: Fix BPF_SUB when imm == 0x80000000Naveen N. Rao2021-10-071-1/+1
| * powerpc/bpf ppc32: Do not emit zero extend instruction for 64-bit BPF_ENDNaveen N. Rao2021-10-071-1/+1
| * powerpc/bpf ppc32: Fix JMP32_JSET_KNaveen N. Rao2021-10-071-1/+1
| * powerpc/bpf ppc32: Fix ALU32 BPF_ARSH operationNaveen N. Rao2021-10-071-1/+1
| * powerpc/bpf: Emit stf barrier instruction sequences for BPF_NOSPECNaveen N. Rao2021-10-072-8/+55
| * powerpc/security: Add a helper to query stf_barrier typeNaveen N. Rao2021-10-072-0/+10
| * powerpc/bpf: Fix BPF_SUB when imm == 0x80000000Naveen N. Rao2021-10-071-10/+17
| * powerpc/bpf: Fix BPF_MOD when imm == 1Naveen N. Rao2021-10-071-2/+8
| * powerpc/bpf: Validate branch rangesNaveen N. Rao2021-10-074-11/+37
| * powerpc/lib: Add helper to check if offset is within conditional branch rangeNaveen N. Rao2021-10-073-7/+8
| * powerpc/iommu: Report the correct most efficient DMA mask for PCI devicesAlexey Kardashevskiy2021-09-301-0/+9
* | Merge tag 'objtool_urgent_for_v5.15_rc5' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2021-10-106-50/+25
|\ \
| * | objtool: Remove redundant 'len' field from struct sectionJoe Lawrence2021-10-055-20/+17
| * | objtool: Make .altinstructions section entry size consistentJoe Lawrence2021-10-051-1/+1
| * | objtool: Remove reloc symbol type checks in get_alt_entry()Josh Poimboeuf2021-10-051-29/+7
* | | Merge tag 'x86_urgent_for_v5.15_rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-10-109-14/+99
|\ \ \
| * | | x86/fpu: Restore the masking out of reserved MXCSR bitsBorislav Petkov2021-10-081-3/+8
| * | | x86/Kconfig: Correct reference to MWINCHIP3DLukas Bulwahn2021-10-061-1/+1
| * | | x86/platform/olpc: Correct ifdef symbol to intended CONFIG_OLPC_XO15_SCILukas Bulwahn2021-10-061-1/+1
| * | | x86/entry: Clear X86_FEATURE_SMAP when CONFIG_X86_SMAP=nVegard Nossum2021-10-061-0/+1
| * | | x86/entry: Correct reference to intended CONFIG_64_BITLukas Bulwahn2021-10-061-1/+1
| * | | x86/resctrl: Fix kfree() of the wrong type in domain_add_cpu()James Morse2021-10-061-2/+2
| * | | x86/resctrl: Free the ctrlval arrays when domain_setup_mon_state() failsJames Morse2021-10-061-0/+2
| * | | x86/hpet: Use another crystalball to evaluate HPET usabilityThomas Gleixner2021-10-012-6/+81
| * | | x86/sev: Return an error on a returned non-zero SW_EXITINFO1[31:0]Tom Lendacky2021-10-011-0/+2