summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* ARM: dts: imx6qdl: move phy properties into phy device nodeJoakim Zhang2021-07-216-64/+124
* arm64: dts: imx8mp: change interrupt order per dt-bindingJoakim Zhang2021-07-201-3/+3
* arm64: dts: qcom: sc7180: define ipa_fw_mem nodeAlex Elder2021-07-201-0/+5
* arm64: dts: qcom: sc7280: add IPA informationAlex Elder2021-07-201-0/+43
* s390/qeth: remove OSN supportJulian Wiedmann2021-07-201-2/+0
* ARM: dts: imx7-mba7: remove un-used "phy-reset-delay" propertyJoakim Zhang2021-07-162-2/+0
* ARM: dts: imx35: correct node name for FECJoakim Zhang2021-07-161-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-07-151-0/+19
|\
| * bpf, x86: Store caller's ip in trampoline stackJiri Olsa2021-07-151-0/+19
* | Merge tag 'net-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-07-142-3/+4
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-07-091-0/+3
| |\ \
| | * | bpf: Track subprog poke descriptors correctly and fix use-after-freeJohn Fastabend2021-07-091-0/+3
| | |/
| * / ARM: dts: qcom-apq8060: Correct Ethernet node name and drop bogus irq propertyGeert Uytterhoeven2021-07-011-3/+1
| |/
* | Merge tag 'irq-urgent-2021-07-11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-07-112-0/+19
|\ \
| * \ Merge tag 'irqchip-fixes-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel...Thomas Gleixner2021-07-092-0/+19
| |\ \
| | * | irqchip/mips: Fix RCU violation when using irqdomain lookup on interrupt entryMarc Zyngier2021-07-092-0/+19
* | | | Merge tag 'perf-urgent-2021-07-11' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-07-112-8/+21
|\ \ \ \
| * | | | perf/x86/intel/uncore: Clean up error handling path of iio mappingKan Liang2021-07-021-2/+4
| * | | | perf/x86/cstate: Add ICELAKE_X and ICELAKE_D supportZhang Rui2021-07-021-6/+17
* | | | | Merge tag 'locking-urgent-2021-07-11' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-07-111-1/+1
|\ \ \ \ \
| * | | | | locking/atomic: sparc: Fix arch_cmpxchg64_local()Mark Rutland2021-07-071-1/+1
* | | | | | Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-07-1030-65/+29
|\ \ \ \ \ \
| * | | | | | sparc: syscalls: use pattern rules to generate syscall headersMasahiro Yamada2021-07-051-14/+4
| * | | | | | parisc: syscalls: use pattern rules to generate syscall headersMasahiro Yamada2021-07-051-14/+4
| * | | | | | nds32: add arch/nds32/boot/.gitignoreMasahiro Yamada2021-07-051-0/+2
| * | | | | | sh: move core-y in arch/sh/Makefile to arch/sh/KbuildMasahiro Yamada2021-05-262-5/+3
| * | | | | | hexagon: move core-y in arch/hexagon/Makefile to arch/hexagon/KbuildMasahiro Yamada2021-05-262-4/+1
| * | | | | | h8300: move core-y in arch/h8300/Makefile to arch/h8300/KbuildMasahiro Yamada2021-05-262-3/+1
| * | | | | | alpha: move core-y in arch/alpha/Makefile to arch/alpha/KbuildMasahiro Yamada2021-05-262-2/+2
| * | | | | | kbuild: require all architectures to have arch/$(SRCARCH)/KbuildMasahiro Yamada2021-05-2623-23/+12
* | | | | | | Merge tag 's390-5.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-07-1055-1651/+1971
|\ \ \ \ \ \ \
| * | | | | | | s390: preempt: Fix preempt_count initializationValentin Schneider2021-07-083-12/+6
| * | | | | | | s390/linkage: increase asm symbols alignment to 16Vasily Gorbik2021-07-081-1/+1
| * | | | | | | s390: rename CALL_ON_STACK_NORETURN() to call_on_stack_noreturn()Heiko Carstens2021-07-083-3/+3
| * | | | | | | s390: add type checking to CALL_ON_STACK_NORETURN() macroHeiko Carstens2021-07-081-1/+3
| * | | | | | | s390: remove old CALL_ON_STACK() macroHeiko Carstens2021-07-081-37/+0
| * | | | | | | s390/softirq: use call_on_stack() macroHeiko Carstens2021-07-081-1/+1
| * | | | | | | s390/lib: use call_on_stack() macroHeiko Carstens2021-07-081-2/+3
| * | | | | | | s390/smp: use call_on_stack() macroHeiko Carstens2021-07-081-4/+8
| * | | | | | | s390/kexec: use call_on_stack() macroHeiko Carstens2021-07-081-1/+2
| * | | | | | | s390/irq: use call_on_stack() macroHeiko Carstens2021-07-081-3/+5
| * | | | | | | s390/mm: use call_on_stack() macroHeiko Carstens2021-07-081-4/+9
| * | | | | | | s390: introduce proper type handling call_on_stack() macroHeiko Carstens2021-07-081-0/+97
| * | | | | | | s390/irq: simplify on_async_stack()Heiko Carstens2021-07-081-1/+1
| * | | | | | | s390/irq: inline do_softirq_own_stack()Heiko Carstens2021-07-082-8/+13
| * | | | | | | s390/irq: simplify do_softirq_own_stack()Heiko Carstens2021-07-081-11/+1
| * | | | | | | s390/ap: get rid of register asm in ap_dqap()Harald Freudenberger2021-07-081-18/+24
| * | | | | | | s390: rename PIF_SYSCALL_RESTART to PIF_EXECVE_PGSTE_RESTARTSven Schnelle2021-07-083-11/+12
| * | | | | | | s390: move restart of execve() syscallSven Schnelle2021-07-082-15/+20
| * | | | | | | s390/signal: remove sigreturn on stackSven Schnelle2021-07-084-36/+2