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
2022-11-15
arm64: allow kprobes on EL0 handlers
Mark Rutland
2
-6
/
+4
2022-11-15
arm64: insn: simplify insn group identification
Mark Rutland
1
-1
/
+1
2022-11-14
arm64: Add architecture specific ACPI FFH Opregion callbacks
Sudeep Holla
1
-0
/
+106
2022-11-14
arm64: ftrace: Define ftrace_stub_graph only with FUNCTION_GRAPH_TRACER
Sami Tolvanen
1
-1
/
+1
2022-11-13
Merge tag 'efi-fixes-for-v6.1-3' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-18
/
+34
2022-11-11
KVM: arm64: Don't unnecessarily map host kernel sections at EL2
Quentin Perret
1
-6
/
+0
2022-11-11
KVM: arm64: Maintain a copy of 'kvm_arm_vmid_bits' at EL2
Will Deacon
1
-3
/
+0
2022-11-11
KVM: arm64: Unmap 'kvm_arm_hyp_percpu_base' from the host
Quentin Perret
1
-3
/
+0
2022-11-11
KVM: arm64: Provide I-cache invalidation by virtual address at EL2
Will Deacon
1
-3
/
+0
2022-11-10
arm64: efi: Fix handling of misaligned runtime regions and drop warning
Ard Biesheuvel
1
-18
/
+34
2022-11-09
arm64: paravirt: remove conduit check in has_pv_steal_clock
Usama Arif
1
-4
/
+0
2022-11-09
arm64: implement dynamic shadow call stack for Clang
Ard Biesheuvel
7
-2
/
+276
2022-11-09
arm64: unwind: add asynchronous unwind tables to kernel and modules
Ard Biesheuvel
2
-0
/
+14
2022-11-09
arm64/hwcap: Add support for SVE 2.1
Mark Brown
2
-0
/
+2
2022-11-09
arm64/hwcap: Add support for FEAT_RPRFM
Mark Brown
2
-0
/
+3
2022-11-09
arm64/hwcap: Add support for FEAT_CSSC
Mark Brown
2
-0
/
+3
2022-11-09
efi: libstub: Provide local implementations of strrchr() and memchr()
Ard Biesheuvel
1
-3
/
+0
2022-11-09
efi: libstub: Enable efi_printk() in zboot decompressor
Ard Biesheuvel
1
-2
/
+0
2022-11-09
efi: libstub: Clone memcmp() into the stub
Ard Biesheuvel
1
-1
/
+0
2022-11-09
efi: libstub: Use local strncmp() implementation unconditionally
Ard Biesheuvel
1
-1
/
+0
2022-11-09
arm64: efi: Move efi-entry.S into the libstub source directory
Ard Biesheuvel
2
-69
/
+1
2022-11-09
arm64: efi: Avoid dcache_clean_poc() altogether in efi_enter_kernel()
Ard Biesheuvel
1
-28
/
+29
2022-11-09
arm64: efi: Move dcache cleaning of loaded image out of efi_enter_kernel()
Ard Biesheuvel
2
-10
/
+0
2022-11-08
arm64/fpsimd: Make kernel_neon_ API _GPL
Mark Brown
1
-2
/
+2
2022-11-08
arm64: Enable data independent timing (DIT) in the kernel
Ard Biesheuvel
3
-0
/
+22
2022-11-08
arm64: entry: Fix typo
Mukesh Ojha
1
-8
/
+8
2022-11-04
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
2
-10
/
+35
2022-11-04
Merge tag 'efi-fixes-for-v6.1-2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-2
/
+57
2022-11-03
arm64: cpufeature: Fix the visibility of compat hwcaps
Amit Daniel Kachhap
1
-9
/
+33
2022-11-03
arm64: efi: Recover from synchronous exceptions occurring in firmware
Ard Biesheuvel
2
-2
/
+57
2022-11-01
arm64: entry: avoid kprobe recursion
Mark Rutland
1
-1
/
+2
2022-11-01
kbuild: upgrade the orphan section warning to an error if CONFIG_WERROR is set
Xin Li
2
-2
/
+2
2022-10-27
perf: Rewrite core context handling
Peter Zijlstra
1
-7
/
+11
2022-10-20
ftrace,kcfi: Separate ftrace_stub() and ftrace_stub_graph()
Peter Zijlstra
1
-1
/
+6
2022-10-16
Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-2
/
+2
2022-10-14
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
3
-2
/
+18
2022-10-12
Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-4
/
+0
2022-10-12
arm64: Add AMPERE1 to the Spectre-BHB affected list
D Scott Phillips
1
-0
/
+6
2022-10-12
arm64: mte: Avoid setting PG_mte_tagged if no tags cleared or restored
Catalin Marinas
1
-2
/
+7
2022-10-11
treewide: use get_random_{u8,u16}() when possible, part 1
Jason A. Donenfeld
1
-1
/
+1
2022-10-11
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
1
-1
/
+1
2022-10-10
Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-7
/
+12
2022-10-10
Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
1
-2
/
+2
2022-10-09
Merge tag 'riscv-for-linus-6.1-mw1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-40
/
+0
2022-10-09
Merge tag 'efi-next-for-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-13
/
+0
2022-10-07
arm64: errata: Add Cortex-A55 to the repeat tlbi list
James Morse
1
-0
/
+5
2022-10-06
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
30
-338
/
+939
2022-10-03
Merge tag 'kcfi-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...
Linus Torvalds
10
-14
/
+57
2022-10-02
kbuild: use obj-y instead extra-y for objects placed at the head
Masahiro Yamada
1
-2
/
+2
2022-09-30
Merge branch 'for-next/misc' into for-next/core
Catalin Marinas
9
-10
/
+489
[prev]
[next]