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
/
arm64
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-24
arm64: add support for kernel ASLR
Ard Biesheuvel
5
-9
/
+256
2016-02-24
arm64: add support for building vmlinux as a relocatable PIE binary
Ard Biesheuvel
2
-0
/
+48
2016-02-24
arm64: switch to relative exception tables
Ard Biesheuvel
1
-5
/
+2
2016-02-24
arm64: avoid dynamic relocations in early boot code
Ard Biesheuvel
2
-14
/
+27
2016-02-24
arm64: avoid R_AARCH64_ABS64 relocations for Image header fields
Ard Biesheuvel
2
-16
/
+22
2016-02-24
arm64: add support for module PLTs
Ard Biesheuvel
4
-0
/
+227
2016-02-18
arm64: allow kernel Image to be loaded anywhere in physical memory
Ard Biesheuvel
2
-6
/
+13
2016-02-18
arm64: introduce KIMAGE_VADDR as the virtual base of the kernel region
Ard Biesheuvel
2
-3
/
+3
2016-02-18
arm64: Remove the get_thread_info() function
Catalin Marinas
1
-9
/
+6
2016-02-18
arm64: kernel: Don't toggle PAN on systems with UAO
James Morse
1
-0
/
+16
2016-02-18
arm64: cpufeature: Test 'matches' pointer to find the end of the list
James Morse
1
-6
/
+6
2016-02-18
arm64: kernel: Add support for User Access Override
James Morse
2
-0
/
+30
2016-02-18
arm64: add ARMv8.2 id_aa64mmfr2 boiler plate
James Morse
2
-0
/
+11
2016-02-18
arm64: cpufeature: Change read_cpuid() to use sysreg's mrs_s macro
James Morse
2
-56
/
+56
2016-02-16
arm64: vdso: Mark vDSO code as read-only
David Brown
1
-2
/
+1
2016-02-16
arm64: replace read_lock to rcu lock in call_step_hook
Yang Shi
1
-10
/
+11
2016-02-16
arm64: prefetch: add alternative pattern for CPUs without a prefetcher
Will Deacon
2
-15
/
+20
2016-02-16
arm64: kernel: implement ACPI parking protocol
Lorenzo Pieralisi
4
-4
/
+205
2016-02-16
arm64: ensure _stext and _etext are page-aligned
Mark Rutland
1
-3
/
+2
2016-02-16
arm64: unmap idmap earlier
Mark Rutland
1
-0
/
+6
2016-02-16
arm64: unify idmap removal
Mark Rutland
3
-19
/
+6
2016-02-16
arm64: mm: place empty_zero_page in bss
Mark Rutland
1
-0
/
+1
2016-01-25
arm64: kernel: fix architected PMU registers unconditional access
Lorenzo Pieralisi
1
-0
/
+5
2016-01-25
arm64: hide __efistub_ aliases from kallsyms
Ard Biesheuvel
1
-15
/
+25
2016-01-17
arm64: insn: remove BUG_ON from codegen
Zi Shen Lim
1
-53
/
+112
2016-01-12
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-39
/
+1
2016-01-12
Merge tag 'for-linus-4.5-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-0
/
+26
2016-01-12
Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm
Linus Torvalds
5
-30
/
+53
2016-01-12
Merge tag 'arm64-perf' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64...
Linus Torvalds
1
-54
/
+209
2016-01-12
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
19
-439
/
+271
2016-01-12
Merge branch 'devel-stable' into for-linus
Russell King
1
-317
/
+17
2016-01-06
arm64: head.S: use memset to clear BSS
Mark Rutland
1
-8
/
+7
2016-01-06
arm64: entry: remove pointless SPSR mode check
Mark Rutland
1
-4
/
+0
2016-01-05
arm64: module: avoid undefined shift behavior in reloc_data()
Ard Biesheuvel
1
-16
/
+4
2016-01-05
arm64: module: fix relocation of movz instruction with negative immediate
Ard Biesheuvel
1
-33
/
+18
2016-01-05
Merge branches 'misc' and 'misc-rc6' into for-linus
Russell King
5
-30
/
+53
2016-01-04
ARM: 8481/2: drivers: psci: replace psci firmware calls
Jens Wiklander
2
-29
/
+1
2016-01-04
ARM: 8480/2: arm64: add implementation for arm-smccc
Jens Wiklander
4
-1
/
+52
2015-12-22
arm64: perf: add support for Cortex-A72
Will Deacon
1
-1
/
+12
2015-12-22
arm64: perf: add format entry to describe event -> config mapping
Will Deacon
1
-2
/
+16
2015-12-21
arm64: traps: address fallout from printk -> pr_* conversion
Will Deacon
1
-5
/
+5
2015-12-21
arm64: ftrace: fix a stack tracer's output under function graph tracer
AKASHI Takahiro
6
-6
/
+49
2015-12-21
arm64: pass a task parameter to unwind_frame()
AKASHI Takahiro
6
-9
/
+9
2015-12-21
arm64: ftrace: modify a stack frame in a safe way
AKASHI Takahiro
1
-7
/
+4
2015-12-21
arm64: remove irq_count and do_softirq_own_stack()
James Morse
2
-46
/
+11
2015-12-21
arm64: kernel: enforce pmuserenr_el0 initialization and restore
Lorenzo Pieralisi
1
-3
/
+0
2015-12-21
arm64: introduce CONFIG_PARAVIRT, PARAVIRT_TIME_ACCOUNTING and pv_time_ops
Stefano Stabellini
2
-0
/
+26
2015-12-15
arm64: reduce stack use in irq_handler
James Morse
2
-8
/
+23
2015-12-15
Merge branch 'aarch64/efi' into aarch64/for-next/core
Will Deacon
1
-317
/
+17
2015-12-14
arm64: KVM: Cleanup asm-offset.c
Marc Zyngier
1
-39
/
+0
[next]