index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-07
arm64: perf: Add general hardware LLC events for PMUv3
Leo Yan
1
-0
/
+3
2020-09-07
arm64: traps: Add str of description to panic() in die()
Yue Hu
1
-2
/
+2
2020-09-04
arm64: mte: Save tags when hibernating
Steven Price
1
-0
/
+118
2020-09-04
arm64: mte: Enable swap of tagged pages
Steven Price
1
-1
/
+18
2020-09-04
arm64: mte: ptrace: Add NT_ARM_TAGGED_ADDR_CTRL regset
Catalin Marinas
1
-0
/
+42
2020-09-04
arm64: mte: ptrace: Add PTRACE_{PEEK,POKE}MTETAGS support
Catalin Marinas
2
-0
/
+145
2020-09-04
arm64: mte: Allow {set,get}_tagged_addr_ctrl() on non-current tasks
Catalin Marinas
2
-14
/
+22
2020-09-04
arm64: mte: Restore the GCR_EL1 register after a suspend
Catalin Marinas
2
-0
/
+12
2020-09-04
arm64: mte: Allow user control of the generated random tags via prctl()
Catalin Marinas
2
-4
/
+33
2020-09-04
arm64: mte: Allow user control of the tag check mode via prctl()
Catalin Marinas
2
-3
/
+100
2020-09-04
arm64: mte: Tags-aware aware memcmp_pages() implementation
Catalin Marinas
1
-0
/
+26
2020-09-04
arm64: mte: Clear the tags when a page is mapped in user-space with PROT_MTE
Catalin Marinas
2
-0
/
+32
2020-09-04
arm64: mte: Handle synchronous and asynchronous tag check faults
Vincenzo Frascino
6
-1
/
+85
2020-09-03
arm64: mte: CPU feature detection and initial sysreg configuration
Vincenzo Frascino
2
-1
/
+18
2020-09-03
arm64: mte: system register definitions
Vincenzo Frascino
1
-1
/
+1
2020-09-02
arm64/module: set trampoline section flags regardless of CONFIG_DYNAMIC_FTRACE
Jessica Yu
1
-2
/
+1
2020-09-02
arm64: Remove exporting cpu_logical_map symbol
Sudeep Holla
1
-1
/
+0
2020-09-01
arm64: vdso: Fix unusual formatting in *setup_additional_pages()
Will Deacon
1
-10
/
+3
2020-09-01
arm64: vdso32: Remove a bunch of #ifdef CONFIG_COMPAT_VDSO guards
Will Deacon
1
-27
/
+17
2020-09-01
arm64/build: Assert for unwanted sections
Kees Cook
1
-0
/
+20
2020-09-01
arm64/build: Add missing DWARF sections
Kees Cook
1
-0
/
+1
2020-09-01
arm64/build: Use common DISCARDS in linker script
Kees Cook
1
-3
/
+2
2020-09-01
arm64/build: Remove .eh_frame* sections due to unwind tables
Kees Cook
1
-1
/
+0
2020-09-01
arm64/kernel: Remove needless Call Frame Information annotations
Kees Cook
1
-2
/
+0
2020-09-01
vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUG
Kees Cook
1
-0
/
+1
2020-08-30
Merge tag 'locking-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-2
/
+0
2020-08-29
Merge tag 'fallthrough-fixes-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux
Linus Torvalds
1
-1
/
+0
2020-08-28
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Linus Torvalds
2
-0
/
+12
2020-08-28
KVM: arm64: Add kvm_extable for vaxorcism code
James Morse
2
-0
/
+12
2020-08-27
arm64/cpuinfo: Remove unnecessary fallthrough annotation
Gustavo A. R. Silva
1
-1
/
+0
2020-08-26
cpuidle: Move trace_cpu_idle() into generic code
Peter Zijlstra
1
-2
/
+0
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
6
-11
/
+11
2020-08-21
ARM64: vdso32: Install vdso32 from vdso_install
Stephen Boyd
1
-1
/
+1
2020-08-21
arm64: Allow booting of late CPUs affected by erratum 1418040
Marc Zyngier
1
-0
/
+2
2020-08-21
arm64: Move handling of erratum 1418040 into C code
Marc Zyngier
2
-21
/
+34
2020-08-12
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
3
-4
/
+57
2020-08-12
uaccess: add force_uaccess_{begin,end} helpers
Christoph Hellwig
1
-1
/
+1
2020-08-09
Merge tag 'kvmarm-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-next-5.6
Paolo Bonzini
3
-4
/
+57
2020-08-08
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Linus Torvalds
2
-4
/
+10
2020-08-08
arm64: Fix __cpu_logical_map undefined issue
Kefeng Wang
2
-4
/
+10
2020-08-07
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2
-2
/
+1
2020-08-07
kasan, arm64: don't instrument functions that enable kasan
Andrey Konovalov
1
-1
/
+1
2020-08-07
mm: remove unneeded includes of <asm/pgalloc.h>
Mike Rapoport
1
-1
/
+0
2020-08-07
Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-204
/
+99
2020-08-07
arm64: kaslr: Use standard early random function
Guenter Roeck
1
-7
/
+5
2020-08-05
random: random.h should include archrandom.h, not the other way around
Linus Torvalds
1
-1
/
+1
2020-08-04
Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux
Linus Torvalds
1
-1
/
+1
2020-08-03
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Linus Torvalds
14
-141
/
+500
2020-07-31
Merge branch 'for-next/read-barrier-depends' into for-next/core
Catalin Marinas
2
-1
/
+1
2020-07-31
Merge branch 'for-next/tlbi' into for-next/core
Catalin Marinas
1
-0
/
+20
[prev]
[next]