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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-25
clocksource/drivers/arm_arch_timer: Extract elf_hwcap use to arch-helper
Andrew Murray
1
-0
/
+13
2019-06-25
arm64: Expose FRINT capabilities to userspace
Mark Brown
3
-0
/
+3
2019-06-25
arm64: Expose ARMv8.5 CondM capability to userspace
Mark Brown
2
-0
/
+2
2019-06-24
arm64/mm: wire up CONFIG_ARCH_HAS_SET_DIRECT_MAP
Ard Biesheuvel
1
-0
/
+3
2019-06-22
arm64: compat: Get sigreturn trampolines from vDSO
Vincenzo Frascino
1
-0
/
+3
2019-06-22
arm64: elf: VDSO code page discovery
Vincenzo Frascino
1
-0
/
+14
2019-06-22
arm64: compat: Add vDSO
Vincenzo Frascino
2
-0
/
+159
2019-06-22
arm64: compat: Expose signal related structures
Vincenzo Frascino
1
-0
/
+46
2019-06-22
arm64: compat: Add missing syscall numbers
Vincenzo Frascino
1
-0
/
+5
2019-06-22
arm64: vdso: Substitute gettimeofday() with C implementation
Vincenzo Frascino
2
-0
/
+137
2019-06-21
Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx
Linus Torvalds
106
-1168
/
+106
2019-06-21
arm64: irqflags: Introduce explicit debugging for IRQ priorities
Julien Thierry
3
-0
/
+25
2019-06-21
arm64: Fix incorrect irqflag restore for priority masking
Julien Thierry
5
-73
/
+83
2019-06-21
arm64: irqflags: Add condition flags to inline asm clobber list
Julien Thierry
1
-2
/
+2
2019-06-21
arm64: irqflags: Pass flags as readonly operand to restore instruction
Julien Thierry
1
-1
/
+1
2019-06-21
arch: handle arches who do not yet define clone3
Christian Brauner
1
-0
/
+1
2019-06-20
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Linus Torvalds
2
-7
/
+4
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
13
-52
/
+13
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234
Thomas Gleixner
93
-1116
/
+93
2019-06-18
arm64/mm: don't initialize pgd_cache twice
Mike Rapoport
1
-2
/
+1
2019-06-18
arm64/sve: <uapi/asm/ptrace.h> should not depend on <uapi/linux/prctl.h>
Anisse Astier
1
-5
/
+3
2019-06-17
arm64/mm: Correct the cache line size warning with non coherent device
Masayoshi Mizuma
1
-0
/
+7
2019-06-17
Merge tag 'v5.2-rc5' into locking/core, to pick up fixes
Ingo Molnar
9
-19
/
+40
2019-06-14
docs: arm64: convert docs to ReST and rename to .rst
Mauro Carvalho Chehab
3
-3
/
+3
2019-06-14
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Linus Torvalds
4
-0
/
+28
2019-06-13
arm64/sve: Fix missing SVE/FPSIMD endianness conversions
Dave Martin
3
-0
/
+25
2019-06-12
arm64: tlbflush: Ensure start/end of address range are aligned to stride
Will Deacon
1
-0
/
+3
2019-06-10
arm64: mm: avoid redundant READ_ONCE(*ptep)
Mark Rutland
1
-17
/
+30
2019-06-09
arch: wire-up clone3() syscall
Christian Brauner
2
-1
/
+3
2019-06-08
Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
1
-9
/
+1
2019-06-07
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Linus Torvalds
4
-10
/
+11
2019-06-06
ARM64: trivial: s/TIF_SECOMP/TIF_SECCOMP/ comment typo fix
George G. Davis
1
-1
/
+1
2019-06-05
arm64: ptrace: add support for syscall emulation
Sudeep Holla
1
-1
/
+4
2019-06-05
arm64: add PTRACE_SYSEMU{,SINGLESTEP} definations to uapi headers
Sudeep Holla
1
-0
/
+3
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284
Thomas Gleixner
1
-9
/
+1
2019-06-05
arm64: arch_timer: mark functions as __always_inline
Anders Roxell
1
-4
/
+4
2019-06-05
arm64: smp: Moved cpu_logical_map[] to smp.h
Florian Fainelli
2
-5
/
+6
2019-06-04
arm64/mm: Simplify protection flag creation for kernel huge mappings
Anshuman Khandual
1
-2
/
+7
2019-06-04
arm64: cacheinfo: Update cache_line_size detected from DT or PPTT
Shaokun Zhang
1
-5
/
+1
2019-06-04
arm64/fpsimd: Don't disable softirq when touching FPSIMD/SVE state
Julien Grall
1
-5
/
+5
2019-06-04
arm64/fpsimd: Introduce fpsimd_save_and_flush_cpu_state() and use it
Julien Grall
1
-3
/
+1
2019-06-04
arm64/fpsimd: Remove the prototype for sve_flush_cpu_state()
Julien Grall
1
-1
/
+0
2019-06-03
arm64/mm: Move PTE_VALID from SW defined to HW page table entry definitions
Anshuman Khandual
2
-1
/
+1
2019-06-03
locking/atomic, arm64: Use s64 for atomic64
Mark Rutland
2
-27
/
+27
2019-05-31
Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
4
-27
/
+4
2019-05-30
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Linus Torvalds
2
-10
/
+10
2019-05-30
treewide: Add SPDX license identifier - Kbuild
Greg Kroah-Hartman
1
-0
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174
Thomas Gleixner
3
-27
/
+3
2019-05-29
arm64: use the correct function type in SYSCALL_DEFINE0
Sami Tolvanen
1
-9
/
+9
2019-05-29
arm64: fix syscall_fn_t type
Sami Tolvanen
1
-1
/
+1
[prev]
[next]