aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64
AgeCommit message (Expand)AuthorFilesLines
2019-01-14Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Gravatar Linus Torvalds 3-1/+22
2019-01-12Merge tag 'mvebu-fixes-5.0-1' of git://git.infradead.org/linux-mvebu into fixesGravatar Olof Johansson 2-1/+18
2019-01-11Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 7-7/+56
2019-01-11arm64: kexec_file: return successfully even if kaslr-seed doesn't existGravatar AKASHI Takahiro 1-1/+3
2019-01-10arm64: kpti: Avoid rewriting early page tables when KASLR is enabledGravatar Will Deacon 5-5/+52
2019-01-10arm64: dts: marvell: mcbin: fix PCIe reset signalGravatar Baruch Siach 1-1/+1
2019-01-10arm64: dts: marvell: armada-ap806: reserve PSCI areaGravatar Heinrich Schuchardt 1-0/+17
2019-01-10arm64: asm-prototypes: Fix fat-fingered typo in commentGravatar Will Deacon 1-1/+1
2019-01-08kasan, arm64: use ARCH_SLAB_MINALIGN instead of manual aligningGravatar Andrey Konovalov 1-0/+6
2019-01-08arm64: defconfig: enable modules for amlogic s400 sound cardGravatar Jerome Brunet 1-0/+4
2019-01-06Merge tag 'kbuild-v4.21-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Linus Torvalds 2-22/+0
2019-01-05Merge tag 'pci-v4.21-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-2/+0
2019-01-06arch: remove redundant UAPI generic-y definesGravatar Masahiro Yamada 1-17/+0
2019-01-06arch: remove stale comments "UAPI Header export list"Gravatar Masahiro Yamada 1-1/+0
2019-01-06jump_label: move 'asm goto' support test to KconfigGravatar Masahiro Yamada 1-4/+0
2019-01-05Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Gravatar Linus Torvalds 8-0/+1382
2019-01-05Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 11-109/+151
2019-01-05Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-2/+2
2019-01-04mm: treewide: remove unused address argument from pte_alloc functionsGravatar Joel Fernandes (Google) 1-2/+2
2019-01-04arm64: compat: Hook up io_pgetevents() for 32-bit tasksGravatar Will Deacon 2-1/+3
2019-01-04arm64: compat: Don't pull syscall number from regs in arm_compat_syscallGravatar Will Deacon 2-10/+8
2019-01-04arm64: compat: Avoid sending SIGILL for unallocated syscall numbersGravatar Will Deacon 2-4/+5
2019-01-04arm64/sve: Disentangle <uapi/asm/ptrace.h> from <uapi/asm/sigcontext.h>Gravatar Dave Martin 3-49/+99
2019-01-04arm64/sve: ptrace: Fix SVE_PT_REGS_OFFSET definitionGravatar Dave Martin 1-1/+1
2019-01-04arm64: replace arm64-obj-* in Makefile with obj-*Gravatar Masahiro Yamada 1-31/+30
2019-01-03Remove 'type' argument from access_ok() functionGravatar Linus Torvalds 7-15/+15
2019-01-03arm64: kaslr: Reserve size of ARM64_MEMSTART_ALIGN in linear regionGravatar Yueyi Li 1-1/+1
2019-01-03arm64: entry: remove unused register aliasesGravatar Mark Rutland 1-11/+1
2019-01-03arm64: smp: Fix compilation errorGravatar Shaokun Zhang 1-3/+5
2019-01-01Merge tag 'kgdb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Gravatar Linus Torvalds 1-13/+1
2018-12-31Merge tag 'armsoc-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-59/+69
2018-12-31Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/ar...Gravatar Linus Torvalds 143-1186/+11954
2018-12-31Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Gravatar Linus Torvalds 3-68/+14
2018-12-31arm64: defconfig: Re-enable bcm2835-thermal driverGravatar Stefan Wahren 1-0/+1
2018-12-31Merge tag 'samsung-dt64-4.21-2' of https://git.kernel.org/pub/scm/linux/kerne...Gravatar Olof Johansson 3-18/+71
2018-12-31Merge tag 'imx8mq-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/shaw...Gravatar Olof Johansson 18-126/+3055
2018-12-31Merge branch 'fixes' into next/socGravatar Olof Johansson 21-97/+114
2018-12-31Merge tag 'trace-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 7-13/+13
2018-12-30kgdb/treewide: constify struct kgdb_arch arch_kgdb_opsGravatar Christophe Leroy 1-1/+1
2018-12-30kgdb: Fix kgdb_roundup_cpus() for arches who used smp_call_function()Gravatar Douglas Anderson 1-12/+0
2018-12-30kgdb: Remove irq flags from roundupGravatar Douglas Anderson 1-1/+1
2018-12-29Merge tag 'kconfig-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-22/+3
2018-12-29Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Linus Torvalds 2-2/+2
2018-12-29Merge tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-1/+1
2018-12-28Merge tag 'char-misc-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+33
2018-12-28Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-36/+6
2018-12-28Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 12-55/+187
2018-12-28Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 3-282/+15
2018-12-28lib/ioremap: ensure break-before-make is used for huge p4d mappingsGravatar Will Deacon 1-0/+5
2018-12-28arm64: mmu: drop pXd_present() checks from pXd_free_pYd_table()Gravatar Will Deacon 1-6/+2