aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-15Merge branches 'fixes', 'misc' and 'smp-hotplug' into for-nextRussell King80-513/+258
2019-02-26ARM: 8849/1: NOMMU: Fix encodings for PMSAv8's PRBAR4/PRLAR4Vladimir Murzin1-2/+2
2019-02-26ARM: 8848/1: virt: Align GIC version check with arm64 counterpartVladimir Murzin1-2/+2
2019-02-26ARM: 8847/1: pm: fix HYP/SVC mode mismatch when MCPM is usedMarek Szyprowski3-1/+14
2019-02-26ARM: 8845/1: use unified assembler in c filesStefan Agner3-3/+6
2019-02-26ARM: 8844/1: use unified assembler in assembly filesStefan Agner31-124/+124
2019-02-26ARM: 8843/1: use unified assembler in headersStefan Agner3-14/+14
2019-02-26ARM: 8841/1: use unified assembler in macrosStefan Agner3-4/+4
2019-02-26ARM: 8840/1: use a raw_spinlock_t in unwindSebastian Andrzej Siewior1-7/+7
2019-02-26ARM: 8839/1: kprobe: make patch_lock a raw_spinlock_tYang Shi1-3/+3
2019-02-12ARM: 8835/1: dma-mapping: Clear DMA ops on teardownRobin Murphy1-0/+2
2019-02-12ARM: 8834/1: Fix: kprobes: optimized kprobes illegal instructionMathieu Desnoyers1-1/+1
2019-02-12ARM: 8833/1: Ensure that NEON code always compiles with ClangNathan Chancellor2-2/+2
2019-02-01ARM: avoid Cortex-A9 livelock on tight dmb loopsRussell King5-4/+17
2019-02-01ARM: smp: remove arch-provided "pen_release"Russell King12-43/+56
2019-02-01ARM: actions: remove boot_lock and pen_releaseRussell King1-15/+0
2019-02-01ARM: oxnas: remove CPU hotplug implementationRussell King3-114/+0
2019-02-01ARM: qcom: remove unnecessary boot_lockRussell King1-26/+0
2019-02-01ARM: 8824/1: fix a migrating irq bug when hotplug cpuDietmar Eggemann4-64/+2
2019-02-01ARM: 8832/1: NOMMU: Limit visibility for CONFIG_FLASH_{MEM_BASE,SIZE}Vladimir Murzin1-0/+2
2019-02-01ARM: 8831/1: NOMMU: pmsa-v8: remove unneeded semicolonPeng Hao1-2/+2
2019-02-01ARM: 8830/1: NOMMU: Toggle only bits in EXC_RETURN we are really care ofVladimir Murzin4-2/+10
2019-02-01ARM: 8829/1: spinlock: use unified assembler language syntaxStefan Agner1-1/+2
2019-02-01ARM: 8828/1: uaccess: use unified assembler language syntaxStefan Agner1-1/+2
2019-02-01ARM: 8827/1: fix argument count to match macro definitionStefan Agner1-1/+1
2019-02-01ARM: 8826/1: mm: initialize pfn limits with find_limits()Doug Berger1-16/+4
2019-02-01ARM: 8823/1: Implement pgprot_device()Vincent Whitchurch1-0/+3
2019-02-01ARM: 8822/1: smp_twd: Remove legacy TWD registrationGeert Uytterhoeven3-83/+0
2019-02-01ARM: 8821/1: Correct meaning of SCU in HAVE_ARM_SCU help txtGeert Uytterhoeven1-1/+1
2019-02-01ARM: 8820/1: mm: Stop printing the virtual memory layoutGeert Uytterhoeven1-49/+0
2019-02-01ARM: 8819/1: Remove '-p' from LDFLAGSNathan Chancellor3-4/+2
2019-02-01ARM: 8818/1: dma-mapping: update comment about handling dma_ops when detaching from IOMMUWolfram Sang (Renesas)1-1/+1
2019-02-01ARM: 8817/1: mm: skip cleaning of idmap page tables on LPAE capable coresArd Biesheuvel1-1/+3
2019-01-06Merge tag 'kbuild-v4.21-3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds58-550/+31
2019-01-06Fix 'acccess_ok()' on alpha and SHLinus Torvalds2-5/+10
2019-01-06Merge tag 'dma-mapping-4.21-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-1/+9
2019-01-05Merge tag 'pci-v4.21-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds4-7/+5
2019-01-06kbuild: use assignment instead of define ... endef for filechk_* rulesMasahiro Yamada2-14/+5
2019-01-06arch: remove redundant UAPI generic-y definesMasahiro Yamada24-408/+0
2019-01-06arch: remove stale comments "UAPI Header export list"Masahiro Yamada23-23/+0
2019-01-06riscv: remove redundant kernel-space generic-yMasahiro Yamada1-25/+0
2019-01-06kbuild: change filechk to surround the given command with { }Masahiro Yamada1-1/+1
2019-01-06kbuild: remove redundant target cleaning on failureMasahiro Yamada6-7/+6
2019-01-06jump_label: move 'asm goto' support test to KconfigMasahiro Yamada23-59/+19
2019-01-06nds32: remove redundant kernel-space generic-yMasahiro Yamada1-10/+0
2019-01-06nios2: remove unneeded HAS_DMA defineMasahiro Yamada1-3/+0
2019-01-05Merge tag 'trace-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-1/+1
2019-01-05Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds6-0/+6
2019-01-05Merge tag 'mips_fixes_4.21_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds15-186/+64
2019-01-05Merge tag 'powerpc-4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds4-12/+19