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
2014-07-21
arm64: dmi: Add SMBIOS/DMI support
Yi Li
1
-0
/
+2
2014-07-18
arm64: cpuinfo: print info for all CPUs
Mark Rutland
1
-22
/
+18
2014-07-18
arm64: add runtime system sanity checks
Mark Rutland
1
-0
/
+93
2014-07-18
arm64: cachetype: report weakest cache policy
Mark Rutland
1
-0
/
+26
2014-07-18
arm64: cpuinfo: record cpu system register values
Mark Rutland
4
-4
/
+85
2014-07-18
arm64: kernel: add missing __init section marker to cpu_suspend_init
Lorenzo Pieralisi
1
-1
/
+1
2014-07-18
arm64: kernel: add __init marker to PSCI init functions
Lorenzo Pieralisi
1
-2
/
+2
2014-07-18
arm64: kernel: enable PSCI cpu operations on UP systems
Lorenzo Pieralisi
2
-2
/
+4
2014-07-17
arm64: Align the kbuild output for VDSOL and VDSOA
Ian Campbell
1
-2
/
+2
2014-07-17
arm64: vdso: move data page before code pages
Will Deacon
2
-20
/
+18
2014-07-17
arm64: vdso: move to _install_special_mapping and remove arch_vma_name
Will Deacon
1
-45
/
+35
2014-07-17
arm64: vdso: put vdso datapage in a separate vma
Will Deacon
1
-8
/
+26
2014-07-17
arm64: Use pr_* instead of printk
Jungseok Lee
1
-4
/
+4
2014-07-10
arm64: Enable TEXT_OFFSET fuzzing
Mark Rutland
2
-2
/
+11
2014-07-10
arm64: Update the Image header
Mark Rutland
3
-3
/
+69
2014-07-10
arm64: place initial page tables above the kernel
Mark Rutland
2
-20
/
+15
2014-07-10
arm64: head.S: remove unnecessary function alignment
Mark Rutland
1
-1
/
+6
2014-07-10
arm64: audit: Add audit hook in syscall_trace_enter/exit()
AKASHI Takahiro
1
-0
/
+7
2014-07-10
arm64: Add __NR_* definitions for compat syscalls
Catalin Marinas
4
-4
/
+3
2014-07-10
arm64: enable context tracking
Larry Bassel
1
-0
/
+36
2014-07-10
arm64: adjust el0_sync so that a function can be called
Larry Bassel
1
-6
/
+13
2014-07-09
arm64: Add CONFIG_CC_STACKPROTECTOR
Laura Abbott
1
-0
/
+6
2014-07-09
arm64: topology: add MPIDR-based detection
Zi Shen Lim
1
-14
/
+33
2014-07-04
arm64: fix el2_setup check of CurrentEL
Marc Zyngier
2
-4
/
+2
2014-06-18
arm64: ptrace: fix empty registers set in prstatus of aarch32 process core
Victor Kamensky
1
-9
/
+19
2014-06-18
arm64: ptrace: change fs when passing kernel pointer to regset code
Will Deacon
1
-0
/
+4
2014-06-18
arm64: ftrace: Fix comment typo 'CONFIG_FUNCTION_GRAPH_FP_TEST'
Paul Bolle
1
-1
/
+1
2014-06-18
arm64: Bug fix in stack alignment exception
ChiaHao
1
-1
/
+0
2014-06-06
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
22
-191
/
+1063
2014-06-05
Merge branch 'arm64-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
6
-0
/
+779
2014-06-04
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm into next
Linus Torvalds
2
-37
/
+216
2014-06-03
Merge tag 'tty-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2
-157
/
+0
2014-05-30
arm64: kernel: initialize broadcast hrtimer based clock event device
Lorenzo Pieralisi
1
-0
/
+3
2014-05-29
arm64: ftrace: Add system call tracepoint
AKASHI Takahiro
1
-0
/
+9
2014-05-29
arm64: ftrace: Add CALLER_ADDRx macros
AKASHI Takahiro
2
-1
/
+57
2014-05-29
arm64: ftrace: Add dynamic ftrace support
AKASHI Takahiro
2
-0
/
+155
2014-05-29
arm64: Add ftrace support
AKASHI Takahiro
4
-0
/
+247
2014-05-29
arm64: Add 'notrace' attribute to unwind_frame() for ftrace
AKASHI Takahiro
1
-1
/
+1
2014-05-23
arm64: Fix linker script entry point
Geoff Levand
1
-1
/
+1
2014-05-23
arm64: efi: only attempt efi map setup if booting via EFI
Leif Lindholm
1
-0
/
+3
2014-05-23
arm64: lib: Implement optimized string length routines
zhichang.yuan
1
-0
/
+2
2014-05-23
arm64: lib: Implement optimized string compare routines
zhichang.yuan
1
-0
/
+2
2014-05-23
arm64: lib: Implement optimized memcmp routine
zhichang.yuan
1
-0
/
+1
2014-05-16
arm64: Fix deadlock scenario with smp_send_stop()
Arun KS
1
-2
/
+3
2014-05-16
arm64: Fix machine_shutdown() definition
Arun KS
1
-6
/
+35
2014-05-16
arm64: Support arch_irq_work_raise() via self IPIs
Larry Bassel
1
-0
/
+19
2014-05-16
arm64: topology: Add support for topology DT bindings
Mark Brown
1
-8
/
+196
2014-05-16
arm64: topology: Initialise default topology state immediately
Mark Brown
1
-4
/
+4
2014-05-16
Merge tag 'for-3.16' of git://git.linaro.org/people/ard.biesheuvel/linux-arm ...
Catalin Marinas
7
-33
/
+205
2014-05-15
ARM: Check if a CPU has gone offline
Ashwin Chaugule
2
-0
/
+53
[next]