index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-24
arm64: add support for module PLTs
Ard Biesheuvel
7
-1
/
+252
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-19
arm64: User die() instead of panic() in do_page_fault()
Catalin Marinas
1
-2
/
+2
2016-02-18
arm64: allow kernel Image to be loaded anywhere in physical memory
Ard Biesheuvel
8
-32
/
+106
2016-02-18
arm64: defer __va translation of initrd_start and initrd_end
Ard Biesheuvel
2
-4
/
+17
2016-02-18
arm64: move kernel image to base of vmalloc area
Ard Biesheuvel
7
-68
/
+137
2016-02-18
arm64: kvm: deal with kernel symbols outside of linear mapping
Ard Biesheuvel
5
-9
/
+32
2016-02-18
arm64: decouple early fixmap init from linear mapping
Ard Biesheuvel
1
-10
/
+6
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
3
-5
/
+11
2016-02-18
arm64: add support for ioremap() block mappings
Ard Biesheuvel
3
-0
/
+48
2016-02-18
arm64: prevent potential circular header dependencies in asm/bug.h
Ard Biesheuvel
3
-2
/
+3
2016-02-18
arm64: Remove the get_thread_info() function
Catalin Marinas
3
-16
/
+7
2016-02-18
arm64: kernel: Don't toggle PAN on systems with UAO
James Morse
8
-13
/
+33
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
15
-39
/
+213
2016-02-18
arm64: add ARMv8.2 id_aa64mmfr2 boiler plate
James Morse
4
-0
/
+16
2016-02-18
arm64: cpufeature: Change read_cpuid() to use sysreg's mrs_s macro
James Morse
5
-67
/
+69
2016-02-16
arm64: use local label prefixes for __reg_num symbols
Ard Biesheuvel
1
-8
/
+8
2016-02-16
arm64: vdso: Mark vDSO code as read-only
David Brown
1
-2
/
+1
2016-02-16
arm64: ubsan: select ARCH_HAS_UBSAN_SANITIZE_ALL
Yang Shi
1
-0
/
+1
2016-02-16
arm64: replace read_lock to rcu lock in call_step_hook
Yang Shi
1
-10
/
+11
2016-02-16
arm64: ptdump: Indicate whether memory should be faulting
Laura Abbott
1
-0
/
+5
2016-02-16
arm64: Add support for ARCH_SUPPORTS_DEBUG_PAGEALLOC
Laura Abbott
3
-12
/
+63
2016-02-16
arm64: Drop alloc function from create_mapping
Laura Abbott
1
-9
/
+20
2016-02-16
arm64: prefetch: add missing #include for spin_lock_prefetch
Will Deacon
1
-0
/
+1
2016-02-16
arm64: lib: patch in prfm for copy_page if requested
Andrew Pinski
1
-0
/
+17
2016-02-16
arm64: lib: improve copy_page to deal with 128 bytes at a time
Will Deacon
1
-8
/
+38
2016-02-16
arm64: prefetch: add alternative pattern for CPUs without a prefetcher
Will Deacon
4
-17
/
+38
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
8
-6
/
+242
2016-02-16
arm64: mm: create new fine-grained mappings at boot
Mark Rutland
3
-62
/
+109
2016-02-16
arm64: ensure _stext and _etext are page-aligned
Mark Rutland
1
-3
/
+2
2016-02-16
arm64: mm: allow passing a pgdir to alloc_init_*
Mark Rutland
1
-14
/
+19
2016-02-16
arm64: mm: allocate pagetables anywhere
Mark Rutland
1
-35
/
+0
2016-02-16
arm64: mm: use fixmap when creating page tables
Mark Rutland
1
-20
/
+41
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: avoid redundant __pa(__va(x))
Mark Rutland
1
-2
/
+2
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: kasan: avoid TLB conflicts
Mark Rutland
1
-13
/
+4
2016-02-16
arm64: mm: add code to safely replace TTBR1_EL1
Mark Rutland
2
-0
/
+47
2016-02-16
arm64: add function to install the idmap
Mark Rutland
1
-2
/
+14
2016-02-16
arm64: unmap idmap earlier
Mark Rutland
2
-6
/
+6
2016-02-16
arm64: unify idmap removal
Mark Rutland
5
-22
/
+32
2016-02-16
arm64: mm: place empty_zero_page in bss
Mark Rutland
4
-11
/
+5
2016-02-16
arm64: mm: specialise pagetable allocators
Mark Rutland
1
-25
/
+27
[next]