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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-05-05
arm64: Fix the DMA mmap and get_sgtable API with DMA_ATTR_FORCE_CONTIGUOUS
Catalin Marinas
1
-16
/
+49
2017-04-28
arm64: Print DT machine model in setup_machine_fdt()
Geert Uytterhoeven
1
-1
/
+4
2017-04-28
arm64: pmu: Wire-up Cortex A53 L2 cache events and DTLB refills
Florian Fainelli
1
-0
/
+6
2017-04-26
arm64: module: split core and init PLT sections
Ard Biesheuvel
4
-48
/
+72
2017-04-25
arm64: pmuv3: handle pmuv3+
Mark Rutland
1
-3
/
+4
2017-04-24
arm64: Add CNTFRQ_EL0 trap handler
Marc Zyngier
2
-0
/
+18
2017-04-12
Merge branch 'will/for-next/perf' into for-next/core
Catalin Marinas
3
-33
/
+92
2017-04-12
arm64: Silence spurious kbuild warning on menuconfig
Marc Zyngier
1
-1
/
+3
2017-04-11
arm64: pmuv3: use arm_pmu ACPI framework
Mark Rutland
1
-17
/
+9
2017-04-11
arm64: pmuv3: handle !PMUv3 when probing
Mark Rutland
1
-16
/
+71
2017-04-11
arm64: add function to get a cpu's MADT GICC table
Mark Rutland
2
-0
/
+12
2017-04-07
Merge tag 'arch-timer-errata-prereq' of git://git.kernel.org/pub/scm/linux/ke...
Catalin Marinas
6
-3
/
+46
2017-04-07
arm64: cpu_errata: Add capability to advertise Cortex-A73 erratum 858921
Marc Zyngier
2
-1
/
+10
2017-04-07
arm64: cpu_errata: Allow an erratum to be match for all revisions of a core
Marc Zyngier
1
-0
/
+7
2017-04-07
arm64: Define Cortex-A73 MIDR
Marc Zyngier
1
-0
/
+2
2017-04-07
arm64: Add CNTVCT_EL0 trap handler
Marc Zyngier
2
-0
/
+16
2017-04-07
arm64: Allow checking of a CPU-local erratum
Marc Zyngier
1
-2
/
+11
2017-04-06
arm64: print a fault message when attempting to write RO memory
Stephen Boyd
1
-19
/
+36
2017-04-05
arm64: kdump: enable kdump in defconfig
AKASHI Takahiro
1
-0
/
+1
2017-04-05
arm64: kdump: provide /proc/vmcore file
AKASHI Takahiro
4
-0
/
+136
2017-04-05
arm64: kdump: add VMCOREINFO's for user-space tools
AKASHI Takahiro
1
-0
/
+11
2017-04-05
arm64: kdump: implement machine_crash_shutdown()
AKASHI Takahiro
5
-6
/
+167
2017-04-05
arm64: hibernate: preserve kdump image around hibernation
AKASHI Takahiro
4
-1
/
+117
2017-04-05
arm64: kdump: protect crash dump kernel memory
Takahiro Akashi
2
-55
/
+80
2017-04-05
arm64: mm: add set_memory_valid()
AKASHI Takahiro
2
-6
/
+10
2017-04-05
arm64: kdump: reserve memory for crash dump kernel
AKASHI Takahiro
2
-1
/
+72
2017-04-05
arm64: limit memory regions based on DT property, usable-memory-range
AKASHI Takahiro
1
-0
/
+35
2017-04-04
Merge branch 'arm64/common-sysreg' of git://git.kernel.org/pub/scm/linux/kern...
Catalin Marinas
3
-79
/
+172
2017-04-04
arm64: efi: split Image code and data into separate PE/COFF sections
Ard Biesheuvel
2
-5
/
+20
2017-04-04
arm64: efi: replace open coded constants with symbolic ones
Ard Biesheuvel
1
-17
/
+21
2017-04-04
arm64: efi: remove pointless dummy .reloc section
Ard Biesheuvel
1
-21
/
+1
2017-04-04
arm64: efi: remove forbidden values from the PE/COFF header
Ard Biesheuvel
1
-3
/
+3
2017-04-04
arm64: efi: clean up Image header after PE header has been split off
Ard Biesheuvel
1
-9
/
+3
2017-04-04
arm64: efi: move EFI header and related data to a separate .S file
Ard Biesheuvel
2
-147
/
+161
2017-04-04
arm64: relocation testing module
Ard Biesheuvel
4
-0
/
+170
2017-04-04
arm64: cpufeature: Make ID reg accessor naming less counterintuitive
Dave Martin
7
-16
/
+16
2017-03-23
arm64: drop unnecessary newlines in show_regs()
Kefeng Wang
1
-2
/
+0
2017-03-23
arm64: mm: set the contiguous bit for kernel mappings where appropriate
Ard Biesheuvel
2
-43
/
+107
2017-03-23
arm64/mm: remove pointless map/unmap sequences when creating page tables
Ard Biesheuvel
1
-4
/
+0
2017-03-23
arm64/mmu: replace 'page_mappings_only' parameter with flags argument
Ard Biesheuvel
1
-18
/
+27
2017-03-23
arm64/mmu: add contiguous bit to sanity bug check
Ard Biesheuvel
1
-1
/
+9
2017-03-23
arm64/mmu: ignore debug_pagealloc for kernel segments
Ard Biesheuvel
1
-4
/
+3
2017-03-23
arm64/mmu: align alloc_init_pte prototype with pmd/pud versions
Ard Biesheuvel
1
-4
/
+4
2017-03-23
arm64: mmu: apply strict permissions to .init.text and .init.data
Ard Biesheuvel
3
-13
/
+26
2017-03-23
arm64: mmu: map .text as read-only from the outset
Ard Biesheuvel
1
-4
/
+14
2017-03-23
arm64: alternatives: apply boot time fixups via the linear mapping
Ard Biesheuvel
4
-10
/
+25
2017-03-23
arm64: mmu: move TLB maintenance from callers to create_mapping_late()
Ard Biesheuvel
1
-8
/
+8
2017-03-23
arm64: Revert "arm64: kaslr: fix breakage with CONFIG_MODVERSIONS=y"
Ard Biesheuvel
1
-5
/
+0
2017-03-22
arm64: move !VHE work to end of el2_setup
Mark Rutland
1
-20
/
+17
2017-03-22
arm64: reduce el2_setup branching
Mark Rutland
1
-8
/
+7
[next]