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
2018-07-31
arm64: perf: Add cap_user_time aarch64
Michael O'Farrell
1
-0
/
+30
2018-07-30
arm64: kexec: machine_kexec should call __flush_icache_range
Dave Kleikamp
1
-1
/
+1
2018-07-30
arm64: svc: Ensure hardirq tracing is updated before return
Will Deacon
1
-1
/
+8
2018-07-27
Merge branch 'for-next/perf' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into aarch64/for-next/core
Will Deacon
1
-50
/
+201
2018-07-26
arm64: Add support for STACKLEAK gcc plugin
Laura Abbott
2
-0
/
+25
2018-07-26
arm64: Add stack information to on_accessible_stack
Laura Abbott
3
-11
/
+44
2018-07-25
arm64: Check for errata before evaluating cpu features
Dirk Mueller
1
-2
/
+2
2018-07-25
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
2
-10
/
+46
2018-07-23
arm64: acpi: fix alignment fault in accessing ACPI
AKASHI Takahiro
1
-8
/
+3
2018-07-23
arm64: export memblock_reserve()d regions via /proc/iomem
James Morse
1
-0
/
+38
2018-07-23
arm64: fix possible spectre-v1 write in ptrace_hbp_set_event()
Mark Rutland
1
-8
/
+11
2018-07-18
arm64: Add build salt to the vDSO
Laura Abbott
1
-0
/
+3
2018-07-12
arm64: Drop asmlinkage qualifier from syscall_trace_{enter,exit}
Will Deacon
1
-2
/
+2
2018-07-12
arm64: implement syscall wrappers
Mark Rutland
3
-5
/
+19
2018-07-12
arm64: convert compat wrappers to C
Mark Rutland
3
-123
/
+104
2018-07-12
arm64: use SYSCALL_DEFINE6() for mmap
Mark Rutland
1
-3
/
+3
2018-07-12
arm64: use {COMPAT,}SYSCALL_DEFINE0 for sigreturn
Mark Rutland
2
-3
/
+3
2018-07-12
arm64: remove in-kernel call to sys_personality()
Mark Rutland
1
-1
/
+1
2018-07-12
arm64: drop alignment from syscall tables
Mark Rutland
2
-10
/
+2
2018-07-12
arm64: zero GPRs upon entry from EL0
Mark Rutland
1
-1
/
+7
2018-07-12
arm64: don't reload GPRs after apply_ssbd
Mark Rutland
1
-13
/
+7
2018-07-12
arm64: don't restore GPRs when context tracking
Mark Rutland
1
-11
/
+1
2018-07-12
arm64: convert native/compat syscall entry to C
Mark Rutland
2
-40
/
+39
2018-07-12
arm64: convert syscall trace logic to C
Mark Rutland
2
-56
/
+56
2018-07-12
arm64: convert raw syscall invocation to C
Mark Rutland
4
-43
/
+59
2018-07-12
arm64: introduce syscall_fn_t
Mark Rutland
2
-6
/
+10
2018-07-12
arm64: remove sigreturn wrappers
Mark Rutland
6
-25
/
+9
2018-07-12
arm64: move sve_user_{enable,disable} to <asm/fpsimd.h>
Mark Rutland
1
-10
/
+0
2018-07-12
arm64: kill change_cpacr()
Mark Rutland
1
-11
/
+2
2018-07-12
arm64: kill config_sctlr_el1()
Mark Rutland
3
-7
/
+6
2018-07-12
arm64: consistently use unsigned long for thread flags
Mark Rutland
1
-1
/
+1
2018-07-12
Revert "arm64: fix infinite stacktrace"
Will Deacon
1
-3
/
+0
2018-07-11
arm64: rseq: Implement backend rseq calls and select HAVE_RSEQ
Will Deacon
3
-0
/
+7
2018-07-10
arm64: perf: Add support for chaining event counters
Suzuki K Poulose
1
-27
/
+158
2018-07-10
arm64: perf: Disable PMU while processing counter overflows
Suzuki K Poulose
1
-22
/
+28
2018-07-10
arm64: perf: Clean up armv8pmu_select_counter
Suzuki K Poulose
1
-10
/
+19
2018-07-10
arm_pmu: Tidy up clear_event_idx call backs
Suzuki K Poulose
1
-0
/
+7
2018-07-10
arm_pmu: Change API to support 64bit counter values
Suzuki K Poulose
1
-5
/
+4
2018-07-10
arm_pmu: Clean up maximum period handling
Suzuki K Poulose
1
-1
/
+0
2018-07-09
arm64: numa: rework ACPI NUMA initialization
Lorenzo Pieralisi
2
-46
/
+81
2018-07-09
arm64: KVM: Add support for Stage-2 control of memory types and cacheability
Marc Zyngier
1
-0
/
+20
2018-07-06
arm64: topology: re-introduce numa mask check for scheduler MC selection
Sudeep Holla
1
-1
/
+6
2018-07-06
arm64: topology: rename llc_siblings to align with other struct members
Sudeep Holla
1
-6
/
+6
2018-07-06
arm64: smp: remove cpu and numa topology information when hotplugging out CPU
Sudeep Holla
1
-0
/
+3
2018-07-06
arm64: topology: restrict updating siblings_masks to online cpus only
Sudeep Holla
1
-5
/
+3
2018-07-06
arm64: topology: add support to remove cpu topology sibling masks
Sudeep Holla
1
-0
/
+14
2018-07-06
arm64: numa: separate out updates to percpu nodeid and NUMA node cpumap
Sudeep Holla
1
-0
/
+2
2018-07-06
arm64: topology: refactor reset_cpu_topology to add support for removing topology
Sudeep Holla
1
-7
/
+14
2018-07-06
arm64: errata: Don't define type field twice for arm64_errata[] entries
Will Deacon
1
-2
/
+0
2018-07-05
arm64: insn: Don't fallback on nosync path for general insn patching
Will Deacon
1
-55
/
+1
[prev]
[next]