summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | arm64: dts: ls1012a: mark crypto engine dma coherentHoria Geantă2021-03-151-0/+1
| | * | | | | | | arm64: dts: ls1043a: mark crypto engine dma coherentHoria Geantă2021-03-151-0/+1
| | * | | | | | | arm64: dts: ls1046a: mark crypto engine dma coherentHoria Geantă2021-03-151-0/+1
| | * | | | | | | ARM: imx: avic: Convert to using IRQCHIP_DECLARESaravana Kannan2021-03-158-63/+15
| | | |/ / / / / | | |/| | | | |
| * | | | | | | Merge tag 'at91-fixes-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann2021-03-183-10/+11
| |\ \ \ \ \ \ \
| | * | | | | | | ARM: dts: at91: sam9x60: fix mux-mask to match product's datasheetNicolas Ferre2021-03-102-8/+9
| | * | | | | | | ARM: dts: at91: sam9x60: fix mux-mask for PA7 so it can be set to A, B and CFederico Pellegrin2021-03-101-1/+1
| | * | | | | | | ARM: dts: at91-sama5d27_som1: fix phy address to 7Claudiu Beznea2021-03-101-2/+2
| | |/ / / / / /
| * | | | | | | Merge tag 'omap-for-v5.12/fixes-rc1-signed' of git://git.kernel.org/pub/scm/l...Arnd Bergmann2021-03-182-17/+61
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | Merge branch 'fixes-v5.11' into fixesTony Lindgren2021-02-15264-1184/+1756
| | |\ \ \ \ \ \
| | | * | | | | | ARM: OMAP2+: Fix smartreflex init regression after dropping legacy dataTony Lindgren2021-02-151-17/+58
| | * | | | | | | ARM: dts: am33xx: add aliases for mmc interfacesMans Rullgard2021-02-041-0/+3
* | | | | | | | | Merge tag 'for-linus-5.12b-rc5-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-03-263-19/+16
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Revert "xen: fix p2m size in dom0 for disabled memory hotplug case"Roger Pau Monne2021-03-243-17/+14
| * | | | | | | | | xen/x86: make XEN_BALLOON_MEMORY_HOTPLUG_LIMIT depend on MEMORY_HOTPLUGRoger Pau Monne2021-03-241-2/+2
* | | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-03-252-12/+12
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | ia64: fix format strings for err_injectSergei Trofimovich2021-03-251-11/+11
| * | | | | | | | | | ia64: mca: allocate early mca with GFP_ATOMICSergei Trofimovich2021-03-251-1/+1
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2021-03-2512-10/+58
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | arm64: kernel: disable CNP on CarmelRich Wiley2021-03-254-2/+24
| * | | | | | | | | | arm64/process.c: fix Wmissing-prototypes build warningsManinder Singh2021-03-253-0/+6
| * | | | | | | | | | arm64: mm: correct the inside linear map range during hotplug checkPavel Tatashin2021-03-221-2/+19
| * | | | | | | | | | arm64: kdump: update ppos when reading elfcorehdrPavel Tatashin2021-03-221-0/+2
| * | | | | | | | | | arm64: cpuinfo: Fix a typoBhaskar Chowdhury2021-03-221-1/+1
| * | | | | | | | | | arm64: stacktrace: don't trace arch_stack_walk()Mark Rutland2021-03-221-4/+5
| * | | | | | | | | | arm64: csum: cast to the proper typeAlex Elder2021-03-151-1/+1
* | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2021-03-241-6/+25
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | bpf: Use NOP_ATOMIC5 instead of emit_nops(&prog, 5) for BPF_TRAMP_F_CALL_ORIGStanislav Fomichev2021-03-191-1/+2
| * | | | | | | | | | bpf: Fix fexit trampoline.Alexei Starovoitov2021-03-181-4/+22
| * | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-03-101-2/+2
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | bpf, x86: Use kvmalloc_array instead kmalloc_array in bpf_jit_compYonghong Song2021-03-101-2/+2
* | | | | | | | | | | | Merge tag 'perf-urgent-2021-03-21' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-03-212-1/+4
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | perf/x86/intel: Fix unchecked MSR access error caused by VLBR_EVENTKan Liang2021-03-161-0/+3
| * | | | | | | | | | | | perf/x86/intel: Fix a crash caused by zero PEBS statusKan Liang2021-03-161-1/+1
| | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge tag 'x86_urgent_for_v5.12-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-03-215-33/+30
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | x86/apic/of: Fix CPU devicetree-node lookupsJohan Hovold2021-03-191-0/+5
| * | | | | | | | | | | | x86/ioapic: Ignore IRQ2 againThomas Gleixner2021-03-191-0/+10
| * | | | | | | | | | | | x86: Introduce restart_block->arch_data to remove TS_COMPAT_RESTARTOleg Nesterov2021-03-162-11/+3
| * | | | | | | | | | | | x86: Introduce TS_COMPAT_RESTART to fix get_nr_restart_syscall()Oleg Nesterov2021-03-162-24/+14
| * | | | | | | | | | | | x86: Move TS_COMPAT back to asm/thread_info.hOleg Nesterov2021-03-162-9/+9
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge tag 'powerpc-5.12-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-03-212-2/+13
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
| * | | | | | | | | | | powerpc: Force inlining of cpu_has_feature() to avoid build failureChristophe Leroy2021-03-141-2/+2
| * | | | | | | | | | | powerpc/vdso32: Add missing _restgpr_31_x to fix build failureChristophe Leroy2021-03-141-0/+11
* | | | | | | | | | | | Merge tag 'riscv-for-linus-5.12-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-03-2019-19/+55
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | riscv: Correct SPARSEMEM configurationKefeng Wang2021-03-161-2/+2
| * | | | | | | | | | | | RISC-V: kasan: Declare kasan_shallow_populate() staticPalmer Dabbelt2021-03-161-1/+1
| * | | | | | | | | | | | riscv: Ensure page table writes are flushed when initializing KASAN vmallocAlexandre Ghiti2021-03-161-0/+2
| * | | | | | | | | | | | RISC-V: Fix out-of-bounds accesses in init_resources()Geert Uytterhoeven2021-03-161-1/+2
| * | | | | | | | | | | | riscv: Fix compilation error with Canaan SoCDamien Le Moal2021-03-161-0/+2
| * | | | | | | | | | | | ftrace: Fix spelling mistake "disabed" -> "disabled"Colin Ian King2021-03-163-3/+3