summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* arm64: dts: ti: k3-am65/j721e-mcu: update cpts nodeGrygorii Strashko2020-05-082-2/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-0730-63/+132
|\
| * Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-05-0611-34/+69
| |\
| | * crypto: arch/nhpoly1305 - process in explicit 4k chunksJason A. Donenfeld2020-04-304-4/+4
| | * crypto: arch/lib - limit simd usage to 4k chunksJason A. Donenfeld2020-04-307-30/+65
| * | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2020-05-021-1/+1
| |\ \
| | * | arm64: vdso: Add -fasynchronous-unwind-tables to cflagsVincenzo Frascino2020-04-301-1/+1
| * | | Merge tag 'riscv-for-linus-5.7-rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-04-294-13/+16
| |\ \ \
| | * | | riscv: select ARCH_HAS_STRICT_KERNEL_RWX only if MMUDamien Le Moal2020-04-241-1/+1
| | * | | riscv: sbi: Fix undefined reference to sbi_shutdownKefeng Wang2020-04-221-5/+8
| | * | | riscv: sbi: Correct sbi_shutdown() and sbi_clear_ipi() exportKefeng Wang2020-04-221-2/+2
| | * | | riscv: fix vdso build with lldIlie Halip2020-04-221-3/+3
| | * | | RISC-V: stacktrace: Declare sp_in_global outside ifdefGuenter Roeck2020-04-211-2/+2
| * | | | Merge tag 'cve-2020-11884' from emailed bundleLinus Torvalds2020-04-282-2/+18
| |\ \ \ \
| | * | | | s390/mm: fix page table upgrade vs 2ndary address mode accessesChristian Borntraeger2020-04-212-2/+18
| * | | | | Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-04-272-2/+12
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | x86/hyperv: Suspend/resume the VP assist page for hibernationDexuan Cui2020-04-211-2/+10
| | * | | | Drivers: hv: Move AEOI determination to architecture dependent codeMichael Kelley2020-04-211-0/+2
| * | | | | Merge tag 's390-5.7-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2020-04-266-9/+9
| |\ \ \ \ \
| | * | | | | s390/protvirt: fix compilation issueClaudio Imbrenda2020-04-252-3/+2
| | * | | | | s390/pci: do not set affinity for floating irqsNiklas Schnelle2020-04-221-2/+3
| | * | | | | s390/ftrace: fix potential crashes when switching tracersPhilipp Rudo2020-04-223-4/+4
| | | |_|/ / | | |/| | |
| * | | | | Merge tag 'powerpc-5.7-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-04-264-2/+7
| |\ \ \ \ \
| | * | | | | powerpc/mm: Fix CONFIG_PPC_KUAP_DEBUG on PPC32Christophe Leroy2020-04-222-2/+2
| | * | | | | powerpc/8xx: Fix STRICT_KERNEL_RWX startup test failureChristophe Leroy2020-04-221-0/+3
| | * | | | | powerpc/setup_64: Set cache-line-size based on cache-block-sizeChris Packham2020-04-211-0/+2
| | |/ / / /
* | | | | | arm64: dts: sdm845: add IPA iommus propertyAlex Elder2020-05-071-0/+2
* | | | | | arm64: dts: ti: j721e-main: add main navss cpts nodeGrygorii Strashko2020-05-041-0/+12
* | | | | | arm64: dts: ti: k3-j721e-mcu: add mcu cpsw cpts nodeGrygorii Strashko2020-05-041-0/+9
* | | | | | arm64: dts: ti: k3-am65-main: add main navss cpts nodeGrygorii Strashko2020-05-041-0/+22
* | | | | | arm64: dts: ti: k3-am65-mcu: add cpsw cpts nodeGrygorii Strashko2020-05-041-0/+19
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-05-029-63/+88
|\ \ \ \ \ \
| * | | | | | bpf, riscv: Fix stack layout of JITed code on RV32Luke Nelson2020-04-301-33/+65
| * | | | | | Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Daniel Borkmann2020-04-288-28/+20
| |\ \ \ \ \ \
| | * | | | | | sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig2020-04-278-28/+20
| | | |_|_|_|/ | | |/| | | |
| * | | | | | bpf, riscv: Fix tail call count off by one in RV32 BPF JITLuke Nelson2020-04-261-2/+3
| | |/ / / / | |/| | | |
* / | | | | ARM: dts: qcom: ipq4019: add MDIO nodeRobert Marko2020-04-301-0/+28
|/ / / / /
* | | | | Merge tag 'sched-urgent-2020-04-25' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-04-251-14/+33
|\ \ \ \ \
| * | | | | x86, sched: Move check for CPU type to caller functionGiovanni Gherdovich2020-04-221-4/+2
| * | | | | x86, sched: Don't enable static key when starting secondary CPUsPeter Zijlstra (Intel)2020-04-221-7/+14
| * | | | | x86, sched: Account for CPUs with less than 4 cores in freq. invarianceGiovanni Gherdovich2020-04-221-3/+8
| * | | | | x86, sched: Bail out of frequency invariance if base frequency is unknownGiovanni Gherdovich2020-04-221-0/+9
| | |/ / / | |/| | |
* | | | | Merge tag 'perf-urgent-2020-04-25' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-04-251-0/+1
|\ \ \ \ \
| * | | | | perf/x86/cstate: Add Jasper Lake CPU supportHarry Pan2020-04-221-0/+1
| |/ / / /
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-04-252-9/+37
|\ \ \ \ \
| * | | | | bpf, x86_32: Fix logic error in BPF_LDX zero-extensionWang YanQing2020-04-251-1/+1
| * | | | | bpf, x86_32: Fix clobbering of dst for BPF_JSETLuke Nelson2020-04-251-4/+18
| * | | | | bpf, x86_32: Fix incorrect encoding in BPF_LDX zero-extensionLuke Nelson2020-04-251-1/+3
| * | | | | bpf, x86: Fix encoding for lower 8-bit registers in BPF_STX BPF_BLuke Nelson2020-04-211-3/+15
* | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2020-04-241-3/+6
|\ \ \ \ \ \