index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
arm64: Add 16K page size support
Suzuki K. Poulose
2015-10-19
6
-6
/
+51
*
arm64: Add page size to the kernel image header
Ard Biesheuvel
2015-10-19
1
-1
/
+4
*
arm64: Check for selected granule support
Suzuki K. Poulose
2015-10-19
2
-2
/
+35
*
arm64: Kconfig: Fix help text about AArch32 support with 64K pages
Suzuki K. Poulose
2015-10-19
1
-2
/
+2
*
arm64: Simplify NR_FIX_BTMAPS calculation
Mark Rutland
2015-10-19
1
-5
/
+2
*
arm64: Clean config usages for page size
Suzuki K. Poulose
2015-10-19
3
-4
/
+4
*
arm64: Handle 4 level page table for swapper
Suzuki K. Poulose
2015-10-19
1
-1
/
+4
*
arm64: Calculate size for idmap_pg_dir at compile time
Suzuki K. Poulose
2015-10-19
1
-2
/
+5
*
arm64: Introduce helpers for page table levels
Suzuki K. Poulose
2015-10-19
1
-3
/
+36
*
arm64: Handle section maps for swapper/idmap
Suzuki K. Poulose
2015-10-19
2
-52
/
+59
*
arm64: Move swapper pagetable definitions
Suzuki K. Poulose
2015-10-19
4
-47
/
+74
*
arm64: debug: Fix typo in debug-monitors.c
Yang Shi
2015-10-16
1
-1
/
+1
*
arm64: AArch32 user space PC alignment exception
Mark Salyzyn
2015-10-16
1
-0
/
+2
*
arm64: Minor coding style fixes for kc_offset_to_vaddr and kc_vaddr_to_offset
Catalin Marinas
2015-10-16
1
-2
/
+3
*
Revert "arm64: ioremap: add ioremap_cache macro"
Catalin Marinas
2015-10-13
1
-1
/
+0
*
arm64: add kc_offset_to_vaddr and kc_vaddr_to_offset macro
yalin wang
2015-10-13
1
-0
/
+2
*
arm64: ioremap: add ioremap_cache macro
yalin wang
2015-10-13
1
-0
/
+1
*
arm64: kasan: fix issues reported by sparse
Will Deacon
2015-10-13
2
-1
/
+3
*
ARM64: kasan: print memory assignment
Linus Walleij
2015-10-12
1
-0
/
+6
*
arm64: add KASAN support
Andrey Ryabinin
2015-10-12
16
-5
/
+277
*
arm64: move PGD_SIZE definition to pgalloc.h
Andrey Ryabinin
2015-10-12
2
-2
/
+1
*
arm64: atomics: implement native {relaxed, acquire, release} atomics
Will Deacon
2015-10-12
4
-262
/
+371
*
arm64/efi: isolate EFI stub from the kernel proper
Ard Biesheuvel
2015-10-12
4
-14
/
+49
*
arm64: use ENDPIPROC() to annotate position independent assembler routines
Ard Biesheuvel
2015-10-12
10
-13
/
+24
*
arm64: Fix missing #include in hw_breakpoint.c
Catalin Marinas
2015-10-12
1
-0
/
+1
*
arm64: fix a migrating irq bug when hotplug cpu
Yang Yingliang
2015-10-09
4
-64
/
+3
*
arm64: Mark kernel page ranges contiguous
Jeremy Linton
2015-10-08
1
-8
/
+61
*
arm64: Make the kernel page dump utility aware of the CONT bit
Jeremy Linton
2015-10-08
1
-1
/
+17
*
arm64: Default kernel pages should be contiguous
Jeremy Linton
2015-10-08
1
-0
/
+1
*
arm64: Macros to check/set/unset the contiguous bit
Jeremy Linton
2015-10-08
1
-0
/
+11
*
arm64: PTE/PMD contiguous bit definition
Jeremy Linton
2015-10-08
1
-0
/
+9
*
arm64: Add contiguous page flag shifts and constants
Jeremy Linton
2015-10-08
1
-1
/
+7
*
arm64: dts: juno: describe PMUs separately
Mark Rutland
2015-10-07
2
-14
/
+22
*
arm64: perf: add Cortex-A57 support
Mark Rutland
2015-10-07
1
-0
/
+61
*
arm64: perf: add Cortex-A53 support
Mark Rutland
2015-10-07
1
-2
/
+62
*
arm64: perf: move to shared arm_pmu framework
Mark Rutland
2015-10-07
3
-950
/
+92
*
arm64: hw_breakpoint: use target state to determine ABI behaviour
Will Deacon
2015-10-07
1
-2
/
+16
*
arm64: mm: remove dsb from update_mmu_cache
Will Deacon
2015-10-07
1
-3
/
+3
*
arm64: tlb: remove redundant barrier from __flush_tlb_pgtable
Will Deacon
2015-10-07
1
-1
/
+0
*
arm64: mm: kill mm_cpumask usage
Will Deacon
2015-10-07
2
-9
/
+0
*
arm64: switch_mm: simplify mm and CPU checks
Will Deacon
2015-10-07
2
-3
/
+5
*
arm64: tlbflush: avoid flushing when fullmm == 1
Will Deacon
2015-10-07
1
-11
/
+15
*
arm64: tlbflush: remove redundant ASID casts to (unsigned long)
Will Deacon
2015-10-07
1
-5
/
+4
*
arm64: mm: rewrite ASID allocator and MM context-switching code
Will Deacon
2015-10-07
7
-169
/
+166
*
arm64: flush: use local TLB and I-cache invalidation
Will Deacon
2015-10-07
7
-7
/
+22
*
arm64: proc: de-scope TLBI operation during cold boot
Will Deacon
2015-10-07
1
-2
/
+2
*
arm64: mm: remove unused cpu_set_idmap_tcr_t0sz function
Will Deacon
2015-10-07
1
-23
/
+12
*
arm64: introduce VA_START macro - the first kernel virtual address.
Andrey Ryabinin
2015-10-07
2
-1
/
+3
*
arm64: copy_to-from-in_user optimization using copy template
Feng Kan
2015-10-07
3
-92
/
+120
*
arm64: Change memcpy in kernel to use the copy template file
Feng Kan
2015-10-07
2
-153
/
+219
[next]