index
:
linux-dev
for-cryptodev-2.6
for-next
jd/arm-thumb-sym
jd/big-key-gcm
jd/big-key-gcm-split
jd/broken-netlink-dump
jd/chacha-stack-validation
jd/clang-aarch64
jd/cleaner-add-random-ready
jd/fast-ti-aarch64
jd/fix-tishift-modules
jd/hsiphash128
jd/hsiphash128-2
jd/hsiphash128-3
jd/icmp-conntrack
jd/kasan-stack-frame
jd/kconfig-assembler-support
jd/memcmp-wpa
jd/netdev-pub
jd/netlink-dump-size
jd/netlink-dump-size-v2
jd/random-zinc
jd/re-zinc-it-up
jd/rmk-toolcheck
jd/rng-blocker
jd/skb_memzero_explicit
jd/timekeeping
jd/um-fixups
jd/variable-time-memcmp
jd/wireguard
jd/wireguard-azinc
jd/with-cryptoapi-port
jd/zinc-light
jn/rhashtable
jn/rhashtable-api
jn/rhashtable-next
master
tg/skb_memzero
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
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-06
arm64: Ensure fpsimd support is ready before userspace is active
Suzuki K Poulose
1
-1
/
+1
2017-10-06
arm64: Ensure the instruction emulation is ready for userspace
Suzuki K Poulose
2
-2
/
+2
2017-09-27
arm64: Make sure SPsel is always set
Marc Zyngier
1
-0
/
+1
2017-09-18
arm64: efi: Don't include EFI fpsimd save/restore code in non-EFI kernels
Dave Martin
1
-0
/
+4
2017-09-17
arm64/syscalls: Move address limit check in loop
Thomas Garnier
1
-3
/
+3
2017-09-13
arm64: stacktrace: avoid listing stacktrace functions in stacktrace
Prakash Gupta
1
-5
/
+13
2017-09-08
treewide: make "nr_cpu_ids" unsigned
Alexey Dobriyan
1
-1
/
+1
2017-08-22
arm64: cleanup {COMPAT_,}SET_PERSONALITY() macro
Yury Norov
1
-0
/
+8
2017-08-22
arm64: kaslr: Adjust the offset to avoid Image across alignment boundary
Catalin Marinas
1
-7
/
+3
2017-08-22
arm64: kaslr: ignore modulo offset when validating virtual displacement
Ard Biesheuvel
2
-4
/
+9
2017-08-22
arm64: fpsimd: Prevent registers leaking across exec
Dave Martin
1
-0
/
+2
2017-08-22
arm64: introduce separated bits for mm_context_t flags
Yury Norov
1
-1
/
+1
2017-08-21
arm64: kexec: have own crash_smp_send_stop() for crash dump for nonpanic cores
Hoeun Ryu
2
-2
/
+12
2017-08-21
arm64: Move PTE_RDONLY bit handling out of set_pte_at()
Catalin Marinas
1
-2
/
+2
2017-08-18
arm64: neon/efi: Make EFI fpsimd save/restore variables static
Dave Martin
1
-2
/
+2
2017-08-17
membarrier: Provide expedited private command
Mathieu Desnoyers
1
-0
/
+2
2017-08-15
arm64: add VMAP_STACK overflow detection
Mark Rutland
2
-0
/
+109
2017-08-15
arm64: add on_accessible_stack()
Mark Rutland
2
-8
/
+2
2017-08-15
arm64: add basic VMAP_STACK support
Mark Rutland
2
-3
/
+29
2017-08-15
arm64: use an irq stack pointer
Mark Rutland
2
-1
/
+11
2017-08-15
arm64: factor out entry stack manipulation
Mark Rutland
1
-21
/
+26
2017-08-15
arm64: move SEGMENT_ALIGN to <asm/memory.h>
Mark Rutland
1
-16
/
+0
2017-08-15
arm64: clean up irq stack definitions
Mark Rutland
1
-0
/
+1
2017-08-15
arm64: kernel: remove {THREAD,IRQ_STACK}_START_SP
Ard Biesheuvel
2
-2
/
+2
2017-08-15
arm64: remove __die()'s stack dump
Mark Rutland
1
-2
/
+0
2017-08-10
arm64: perf: add support for Cortex-A35
Julien Thierry
1
-0
/
+17
2017-08-10
arm64: perf: add support for Cortex-A73
Julien Thierry
1
-0
/
+37
2017-08-10
arm64: perf: Remove redundant entries from CPU-specific event maps
Will Deacon
1
-110
/
+4
2017-08-10
arm64: perf: Connect additional events to pmu counters
Julien Thierry
1
-0
/
+11
2017-08-09
arm64: unwind: remove sp from struct stackframe
Ard Biesheuvel
6
-13
/
+1
2017-08-09
arm64: unwind: reference pt_regs via embedded stack frame
Ard Biesheuvel
5
-60
/
+30
2017-08-09
arm64/vdso: Support mremap() for vDSO
Dmitry Safonov
1
-0
/
+15
2017-08-09
arm64: Implement pmem API support
Robin Murphy
1
-0
/
+11
2017-08-09
arm64: Handle trapped DC CVAP
Robin Murphy
1
-0
/
+3
2017-08-09
arm64: Expose DC CVAP to userspace
Robin Murphy
2
-0
/
+3
2017-08-09
arm64: Convert __inval_cache_range() to area-based
Robin Murphy
1
-9
/
+9
2017-08-08
arm64: perf: Allow standard PMUv3 events to be extended by the CPU type
Will Deacon
1
-20
/
+26
2017-08-08
arm64: unwind: disregard frame.sp when validating frame pointer
Ard Biesheuvel
1
-17
/
+7
2017-08-08
arm64: unwind: avoid percpu indirection for irq stack
Mark Rutland
3
-4
/
+4
2017-08-08
arm64: move non-entry code out of .entry.text
Mark Rutland
1
-44
/
+46
2017-08-08
arm64: consistently use bl for C exception entry
Mark Rutland
1
-4
/
+8
2017-08-08
arm64: perf: Allow more than one cycle counter to be used
Pratyush Anand
1
-7
/
+4
2017-08-07
arm64: neon: Export kernel_neon_busy to loadable modules
Catalin Marinas
1
-0
/
+1
2017-08-07
arm64: Abstract syscallno manipulation
Dave Martin
4
-13
/
+11
2017-08-07
arm64: syscallno is secretly an int, make it official
Dave Martin
5
-23
/
+23
2017-08-04
arm64: neon: Remove support for nested or hardirq kernel-mode NEON
Dave Martin
2
-61
/
+78
2017-08-04
arm64: neon: Allow EFI runtime services to use FPSIMD in irq context
Dave Martin
1
-0
/
+52
2017-08-04
arm64: fpsimd: Consistently use __this_cpu_ ops where appropriate
Dave Martin
1
-2
/
+2
2017-08-02
PCI: Add a generic weak pcibios_align_resource()
Palmer Dabbelt
1
-9
/
+0
2017-08-02
PCI: Add a generic weak pcibios_fixup_bus()
Palmer Dabbelt
1
-8
/
+0
[next]