summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mailbox: qcom-apcs: Add SM6125 compatibleMartin Botka2021-06-261-0/+5
* dt-bindings: mailbox: Add binding for sm6125Martin Botka2021-06-261-0/+2
* mailbox: mtk-cmdq: Fix uninitialized variable in cmdq_mbox_flush()Dan Carpenter2021-06-261-1/+1
* mailbox: bcm-flexrm-mailbox: Remove redundant dev_err call in flexrm_mbox_pro...Zhihao Cheng2021-06-261-1/+0
* mailbox: bcm2835: Remove redundant dev_err call in bcm2835_mbox_probe()Zhihao Cheng2021-06-261-1/+0
* mailbox: qcom-ipcc: Fix IPCC mbox channel exhaustionSibi Sankar2021-06-261-0/+6
* mailbox: mtk-cmdq: Add struct cmdq_pkt in struct cmdq_cb_dataChun-Kuang Hu2021-06-262-0/+3
* mailbox: mtk-cmdq: Use mailbox rx_callbackChun-Kuang Hu2021-06-261-5/+9
* mailbox: mtk-cmdq: Remove cmdq_cb_statusChun-Kuang Hu2021-06-262-11/+6
* mailbox: imx-mailbox: support i.MX8ULP MUPeng Fan2021-06-261-41/+63
* mailbox: imx: add xSR/xCR register arrayPeng Fan2021-06-261-35/+61
* mailbox: imx: replace the xTR/xRR array with single registerPeng Fan2021-06-261-14/+14
* dt-bindings: mailbox: imx-mu: add i.MX8ULP MU supportPeng Fan2021-06-261-0/+1
* mailbox: hisilicon: Use the correct HiSilicon copyrightHao Fang2021-06-262-2/+2
* MAINTAINERS: Add dt-bindings to mailbox entryBjorn Andersson2021-06-261-0/+1
* mailbox: mediatek: Remove redundant error printing in cmdq_probe()Zhen Lei2021-06-261-3/+1
* mailbox: bcm-pdc: Remove redundant error printing in pdc_probe()Zhen Lei2021-06-261-1/+0
* mailbox: arm_mhu: Remove redundant error printing in mhu_probe()Zhen Lei2021-06-261-3/+1
* Linux 5.13-rc7v5.13-rc7Linus Torvalds2021-06-201-2/+2
* Merge tag 'sched_urgent_for_v5.13_rc6' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-06-201-19/+25
|\
| * sched/fair: Correctly insert cfs_rq's to list on unthrottleOdin Ugedal2021-06-141-19/+25
* | Merge tag 'irq_urgent_for_v5.13_rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-06-201-1/+35
|\ \
| * \ Merge tag 'irqchip-fixes-5.13-2' of git://git.kernel.org/pub/scm/linux/kernel...Thomas Gleixner2021-06-171-1/+35
| |\ \ | | |/ | |/|
| | * irqchip/gic-v3: Workaround inconsistent PMR setting on NMI entryMarc Zyngier2021-06-101-1/+35
* | | Merge tag 'x86_urgent_for_v5.13_rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-06-205-24/+56
|\ \ \
| * | | x86/mm: Avoid truncating memblocks for SGX memoryFan Du2021-06-181-1/+7
| * | | x86/sgx: Add missing xa_destroy() when virtual EPC is destroyedKai Huang2021-06-151-0/+1
| * | | x86/fpu: Reset state for all signal restore failuresThomas Gleixner2021-06-101-11/+15
| * | | x86/pkru: Write hardware init value to PKRU when xstate is initThomas Gleixner2021-06-091-2/+9
| * | | x86/process: Check PF_KTHREAD and not current->mm for kernel threadsThomas Gleixner2021-06-091-1/+1
| * | | x86/fpu: Invalidate FPU state after a failed XRSTOR from a user bufferAndy Lutomirski2021-06-091-0/+19
| * | | x86/fpu: Prevent state corruption in __fpu__restore_sig()Thomas Gleixner2021-06-091-8/+1
| * | | x86/ioremap: Map EFI-reserved memory as encrypted for SEVTom Lendacky2021-06-081-1/+3
* | | | Merge tag 'powerpc-5.13-6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-06-194-7/+7
|\ \ \ \
| * | | | powerpc/perf: Fix crash in perf_instruction_pointer() when ppmu is not setAthira Rajeev2021-06-181-1/+1
| * | | | powerpc: Fix initrd corruption with relative jump labelsMichael Ellerman2021-06-151-1/+1
| * | | | powerpc/signal64: Copy siginfo before changing regs->nipMichael Ellerman2021-06-141-5/+4
| * | | | powerpc/mem: Add back missing header to fix 'no previous prototype' errorChristophe Leroy2021-06-061-0/+1
* | | | | Merge tag 'perf-tools-fixes-for-v5.13-2021-06-19' of git://git.kernel.org/pub...Linus Torvalds2021-06-196-13/+16
|\ \ \ \ \
| * | | | | tools headers UAPI: Sync linux/in.h copy with the kernel sourcesArnaldo Carvalho de Melo2021-06-191-0/+3
| * | | | | tools headers UAPI: Sync asm-generic/unistd.h with the kernel originalArnaldo Carvalho de Melo2021-06-191-2/+1
| * | | | | perf beauty: Update copy of linux/socket.h with the kernel sourcesArnaldo Carvalho de Melo2021-06-191-2/+0
| * | | | | perf test: Fix non-bash issue with stat bpf countersIan Rogers2021-06-191-2/+2
| * | | | | perf machine: Fix refcount usage when processing PERF_RECORD_KSYMBOLRiccardo Mancini2021-06-191-1/+2
| * | | | | perf metricgroup: Return error code from metricgroup__add_metric_sys_event_it...John Garry2021-06-191-3/+5
| * | | | | perf metricgroup: Fix find_evsel_group() event selectorJohn Garry2021-06-191-3/+3
* | | | | | Merge tag 'riscv-for-linus-5.13-rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-06-196-12/+12
|\ \ \ \ \ \
| * | | | | | riscv: dts: fu740: fix cache-controller interruptsDavid Abdurachmanov2021-06-191-1/+1
| * | | | | | riscv: Ensure BPF_JIT_REGION_START aligned with PMD sizeJisheng Zhang2021-06-183-6/+5
| * | | | | | riscv: kasan: Fix MODULES_VADDR evaluation due to local variables' nameJisheng Zhang2021-06-181-4/+4