summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | csky: Fixup asm/cmpxchg.h with correct ordering barrierGuo Ren2021-01-121-10/+17
| * | | | csky: Fixup futex SMP implementationGuo Ren2021-01-122-0/+122
| * | | | csky: Fixup barrier designGuo Ren2021-01-121-22/+60
| * | | | csky: Remove custom asm/atomic.h implementationGuo Ren2021-01-121-212/+0
| * | | | csky: Fixup show_regs doesn't contain regs->uspGuo Ren2021-01-121-2/+3
| * | | | csky: Fixup perf probe failedGuo Ren2021-01-121-1/+1
| * | | | csky: Add memory layout 2.5G(user):1.5G(kernel)Guo Ren2021-01-1219-51/+113
* | | | | Merge tag 'riscv-for-linus-5.12-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-02-284-19/+5
|\ \ \ \ \
| * | | | | riscv: Cleanup setup_bootmem()Kefeng Wang2021-02-271-19/+2
| * | | | | RISC-V: Enable CPU Hotplug in defconfigsAnup Patel2021-02-272-0/+2
| * | | | | RISC-V: Make NUMA depend on SMPPalmer Dabbelt2021-02-271-0/+1
* | | | | | Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-2724-24/+24
|\ \ \ \ \ \
| * | | | | | arch: ensure parisc/powerpc handle PF_IO_WORKER in copy_thread()Jens Axboe2021-02-242-2/+2
| * | | | | | arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe2021-02-2222-22/+22
* | | | | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2021-02-271-4/+2
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | whack-a-mole: don't open-code iminor/imajorAl Viro2021-02-231-4/+2
* | | | | | | Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds2021-02-266-18/+54
|\ \ \ \ \ \ \
| * | | | | | | openrisc: Use devicetree to determine present cpusJan Henrik Weinstock2021-02-081-6/+17
| * | | | | | | Merge remote-tracking branch 'openrisc/or1k-5.11-fixes' into or1k-5.12-updatesStafford Horne2021-01-2588-380/+475
| |\ \ \ \ \ \ \
| * | | | | | | | openrisc: add arch/openrisc/KbuildMasahiro Yamada2021-01-182-10/+4
| * | | | | | | | openrisc: restart: Call common handlers before hangingJoel Stanley2021-01-011-3/+10
| * | | | | | | | openrisc: Add vmlinux.bin targetJoel Stanley2021-01-013-0/+24
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge tag 's390-5.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-02-2610-79/+657
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | s390/cpumf: Add support for complete counter set extractionThomas Richter2021-02-242-23/+576
| * | | | | | | s390/smp: implement arch_irq_work_raise()Ilya Leoshkevich2021-02-242-0/+23
| * | | | | | | s390/topology: move cpumasks away from stackHeiko Carstens2021-02-241-12/+13
| * | | | | | | s390/smp: smp_emergency_stop() - move cpumask away from stackHeiko Carstens2021-02-241-1/+4
| * | | | | | | s390/smp: __smp_rescan_cpus() - move cpumask away from stackHeiko Carstens2021-02-241-1/+1
| * | | | | | | s390/smp: consolidate locking for smp_rescan()Heiko Carstens2021-02-241-6/+4
| * | | | | | | s390/mm: fix phys vs virt confusion in vmem_*() functions familyAlexander Gordeev2021-02-241-15/+15
| * | | | | | | s390/mm: fix phys vs virt confusion in pgtable allocation routinesAlexander Gordeev2021-02-242-12/+12
| * | | | | | | s390/mm: fix invalid __pa() usage in pfn_pXd() macrosAlexander Gordeev2021-02-241-2/+2
| * | | | | | | s390/mm: make pXd_deref() macros return a pointerAlexander Gordeev2021-02-241-6/+6
| * | | | | | | s390/opcodes: rename selhhhr to selfhrHeiko Carstens2021-02-241-1/+1
* | | | | | | | Merge tag 'riscv-for-linus-5.12-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-02-2680-1186/+4333
|\ \ \ \ \ \ \ \
| * | | | | | | | riscv: Improve kasan population by using hugepages when possibleAlexandre Ghiti2021-02-231-0/+24
| * | | | | | | | riscv: Improve kasan population functionAlexandre Ghiti2021-02-231-28/+63
| * | | | | | | | riscv: Use KASAN_SHADOW_INIT define for kasan memory initializationAlexandre Ghiti2021-02-231-2/+2
| * | | | | | | | riscv: Improve kasan definitionsAlexandre Ghiti2021-02-231-3/+19
| * | | | | | | | riscv: Get rid of MAX_EARLY_MAPPING_SIZEAlexandre Ghiti2021-02-231-16/+5
| * | | | | | | | riscv: Disable KSAN_SANITIZE for vDSOTobias Klauser2021-02-231-1/+2
| * | | | | | | | riscv: Remove unnecessary declarationKefeng Wang2021-02-231-3/+0
| * | | | | | | | riscv: Add Canaan Kendryte K210 SD card defconfigDamien Le Moal2021-02-231-0/+92
| * | | | | | | | riscv: Update Canaan Kendryte K210 defconfigDamien Le Moal2021-02-231-8/+36
| * | | | | | | | riscv: Add Kendryte KD233 board device treeDamien Le Moal2021-02-231-0/+152
| * | | | | | | | riscv: Add SiPeed MAIXDUINO board device treeDamien Le Moal2021-02-231-0/+184
| * | | | | | | | riscv: Add SiPeed MAIX GO board device treeDamien Le Moal2021-02-231-0/+219
| * | | | | | | | riscv: Add SiPeed MAIX DOCK board device treeDamien Le Moal2021-02-231-0/+211
| * | | | | | | | riscv: Add SiPeed MAIX BiT board device treeDamien Le Moal2021-02-231-0/+209
| * | | | | | | | riscv: Update Canaan Kendryte K210 device treeDamien Le Moal2021-02-234-52/+414