index
:
peter/linux
blockdev
logitech-hidpp
logitech-wtp
logitech-wtp-unfinished
master
nouveau-acpi
nouveau-acpi-v2
nouveau-acpi-v2.2
nouveau-acpi-v2.3
nouveau-acpi-v2.3-with-pci-pm-d3
nouveau-acpi-v3
nouveau-pm2
pci/pm
rpi-4.0.y
rpi-4.0.y-dev
rtl-eeprom
rtl-eeprom-3.13
rtl-eeprom-3.17
Linux Kernel in development
Peter Wu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
include
/
asm
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-26
arm64: Remove fixmap include fragility
Mark Rutland
3
-62
/
+94
2016-02-26
arm64: Add workaround for Cavium erratum 27456
Andrew Pinski
1
-1
/
+2
2016-02-25
arm64: Fix building error with 16KB pages and 36-bit VA
Catalin Marinas
1
-1
/
+1
2016-02-25
arm64: Rename cpuid_feature field extract routines
Suzuki K Poulose
2
-9
/
+15
2016-02-25
arm64: capabilities: Handle sign of the feature bit
Suzuki K Poulose
1
-3
/
+4
2016-02-25
arm64: Ensure the secondary CPUs have safe ASIDBits size
Suzuki K Poulose
1
-0
/
+2
2016-02-25
arm64: Enable CPU capability verification unconditionally
Suzuki K Poulose
1
-6
/
+0
2016-02-25
arm64: Handle early CPU boot failures
Suzuki K Poulose
1
-0
/
+28
2016-02-24
arm64: Move cpu_die_early to smp.c
Suzuki K Poulose
1
-0
/
+1
2016-02-24
arm64: Add a helper for parking CPUs in a loop
Suzuki K Poulose
1
-0
/
+8
2016-02-24
arm64: add support for kernel ASLR
Ard Biesheuvel
2
-1
/
+10
2016-02-24
arm64: add support for building vmlinux as a relocatable PIE binary
Ard Biesheuvel
1
-0
/
+2
2016-02-24
arm64: switch to relative exception tables
Ard Biesheuvel
5
-44
/
+39
2016-02-24
arm64: make asm/elf.h available to asm files
Ard Biesheuvel
1
-9
/
+13
2016-02-24
arm64: avoid R_AARCH64_ABS64 relocations for Image header fields
Ard Biesheuvel
1
-0
/
+11
2016-02-24
arm64: add support for module PLTs
Ard Biesheuvel
1
-0
/
+11
2016-02-23
arm64: move brk immediate argument definitions to separate header
Ard Biesheuvel
3
-14
/
+27
2016-02-23
arm64: mm: use bit ops rather than arithmetic in pa/va translations
Ard Biesheuvel
1
-3
/
+4
2016-02-23
arm64: mm: only perform memstart_addr sanity check if DEBUG_VM
Ard Biesheuvel
1
-1
/
+3
2016-02-18
arm64: allow kernel Image to be loaded anywhere in physical memory
Ard Biesheuvel
4
-24
/
+29
2016-02-18
arm64: defer __va translation of initrd_start and initrd_end
Ard Biesheuvel
1
-0
/
+8
2016-02-18
arm64: move kernel image to base of vmalloc area
Ard Biesheuvel
3
-15
/
+18
2016-02-18
arm64: kvm: deal with kernel symbols outside of linear mapping
Ard Biesheuvel
2
-3
/
+22
2016-02-18
arm64: pgtable: implement static [pte|pmd|pud]_offset variants
Ard Biesheuvel
1
-0
/
+13
2016-02-18
arm64: introduce KIMAGE_VADDR as the virtual base of the kernel region
Ard Biesheuvel
1
-2
/
+8
2016-02-18
arm64: add support for ioremap() block mappings
Ard Biesheuvel
1
-0
/
+6
2016-02-18
arm64: prevent potential circular header dependencies in asm/bug.h
Ard Biesheuvel
2
-2
/
+2
2016-02-18
arm64: Remove the get_thread_info() function
Catalin Marinas
1
-6
/
+0
2016-02-18
arm64: kernel: Don't toggle PAN on systems with UAO
James Morse
2
-5
/
+6
2016-02-18
arm64: kernel: Add support for User Access Override
James Morse
6
-13
/
+116
2016-02-18
arm64: add ARMv8.2 id_aa64mmfr2 boiler plate
James Morse
2
-0
/
+5
2016-02-18
arm64: cpufeature: Change read_cpuid() to use sysreg's mrs_s macro
James Morse
2
-10
/
+12
2016-02-16
arm64: use local label prefixes for __reg_num symbols
Ard Biesheuvel
1
-8
/
+8
2016-02-16
arm64: prefetch: add missing #include for spin_lock_prefetch
Will Deacon
1
-0
/
+1
2016-02-16
arm64: prefetch: add alternative pattern for CPUs without a prefetcher
Will Deacon
2
-2
/
+18
2016-02-16
arm64: prefetch: don't provide spin_lock_prefetch with LSE
Will Deacon
1
-2
/
+5
2016-02-16
arm64: kernel: implement ACPI parking protocol
Lorenzo Pieralisi
3
-2
/
+28
2016-02-16
arm64: mm: create new fine-grained mappings at boot
Mark Rutland
1
-0
/
+3
2016-02-16
arm64: mm: add functions to walk tables in fixmap
Mark Rutland
2
-0
/
+36
2016-02-16
arm64: mm: add __{pud,pgd}_populate
Mark Rutland
1
-4
/
+22
2016-02-16
arm64: mm: add functions to walk page tables by PA
Mark Rutland
1
-16
/
+23
2016-02-16
arm64: mm: move pte_* macros
Mark Rutland
1
-10
/
+10
2016-02-16
arm64: mm: add code to safely replace TTBR1_EL1
Mark Rutland
1
-0
/
+19
2016-02-16
arm64: add function to install the idmap
Mark Rutland
1
-2
/
+14
2016-02-16
arm64: unify idmap removal
Mark Rutland
1
-0
/
+25
2016-02-16
arm64: mm: place empty_zero_page in bss
Mark Rutland
2
-3
/
+3
2016-02-14
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+1
2016-02-11
irqchip/gic-v3: Make sure read from ICC_IAR1_EL1 is visible on redestributor
Tirumalesh Chalamarla
1
-0
/
+1
2016-02-08
Merge tag 'kvm-arm-for-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
2
-2
/
+7
2016-02-03
arm64: asm: Explicitly include linux/personality.h in asm/page.h
Mark Brown
1
-0
/
+1
[next]