index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-17
arm64: Avoid calling stop_machine() when patching jump labels
Will Deacon
1
-1
/
+1
2018-08-08
arm64: alternative: Use true and false for boolean values
Gustavo A. R. Silva
1
-2
/
+2
2018-07-31
arm64: kexec: Add comment to explain use of __flush_icache_range()
Will Deacon
1
-1
/
+8
2018-07-31
arm64: sdei: Mark sdei stack helper functions as static
Will Deacon
1
-6
/
+3
2018-07-31
arm64, kaslr: export offset in VMCOREINFO ELF notes
Bhupesh Sharma
1
-0
/
+1
2018-07-31
arm64: perf: Add cap_user_time aarch64
Michael O'Farrell
1
-0
/
+30
2018-07-31
arm64: drop unused kernel_neon_begin_partial() macro
Ard Biesheuvel
1
-7
/
+0
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 Deacon
4
-63
/
+235
2018-07-27
arm64: mm: Export __sync_icache_dcache() for xen-privcmd
Ben Hutchings
1
-0
/
+1
2018-07-26
arm64: Add support for STACKLEAK gcc plugin
Laura Abbott
5
-1
/
+43
2018-07-26
arm64: Add stack information to on_accessible_stack
Laura Abbott
5
-26
/
+111
2018-07-24
arm64: fix ACPI dependencies
Arnd Bergmann
3
-0
/
+3
2018-07-23
arm64: acpi: fix alignment fault in accessing ACPI
AKASHI Takahiro
2
-15
/
+19
2018-07-23
arm64: export memblock_reserve()d regions via /proc/iomem
James Morse
1
-0
/
+38
2018-07-23
arm64: build with baremetal linker target instead of Linux when available
Olof Johansson
1
-4
/
+5
2018-07-23
arm64: fix possible spectre-v1 write in ptrace_hbp_set_event()
Mark Rutland
1
-8
/
+11
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
6
-8
/
+101
2018-07-12
arm64: convert compat wrappers to C
Mark Rutland
4
-134
/
+115
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
3
-40
/
+43
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
3
-7
/
+15
2018-07-12
arm64: remove sigreturn wrappers
Mark Rutland
7
-27
/
+11
2018-07-12
arm64: move sve_user_{enable,disable} to <asm/fpsimd.h>
Mark Rutland
2
-11
/
+16
2018-07-12
arm64: kill change_cpacr()
Mark Rutland
1
-11
/
+2
2018-07-12
arm64: kill config_sctlr_el1()
Mark Rutland
5
-18
/
+7
2018-07-12
arm64: move SCTLR_EL{1,2} assertions to <asm/sysreg.h>
Mark Rutland
1
-10
/
+10
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
6
-1
/
+11
2018-07-10
arm64: make flatmem depend on !NUMA
Arnd Bergmann
1
-1
/
+1
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
4
-0
/
+32
2018-07-10
arm_pmu: Change API to support 64bit counter values
Suzuki K Poulose
4
-13
/
+12
2018-07-10
arm_pmu: Clean up maximum period handling
Suzuki K Poulose
4
-6
/
+0
2018-07-09
arm64: numa: rework ACPI NUMA initialization
Lorenzo Pieralisi
3
-48
/
+85
2018-07-09
arm: perf: prevent unbind/bind via sysfs
Stefan Agner
1
-0
/
+1
2018-07-09
arm64: add ARM64-specific support for flatmem
Nikunj Kela
1
-0
/
+3
[next]