index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm
Commit message (
Expand
)
Author
Age
Files
Lines
*
drivers/dma: remove unused support for MEMSET operations
Bartlomiej Zolnierkiewicz
2013-07-03
3
-15
/
+0
*
mm/ARM: fix stale comment about VALID_PAGE()
Jiang Liu
2013-07-03
1
-6
/
+0
*
mm/ARM: prepare for removing num_physpages and simplify mem_init()
Jiang Liu
2013-07-03
1
-45
/
+2
*
mm: concentrate modification of totalram_pages into the mm core
Jiang Liu
2013-07-03
1
-2
/
+1
*
mm: enhance free_reserved_area() to support poisoning memory with zero
Jiang Liu
2013-07-03
1
-4
/
+4
*
mm: change signature of free_reserved_area() to fix building warnings
Jiang Liu
2013-07-03
1
-1
/
+1
*
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/c...
Linus Torvalds
2013-07-03
2
-2
/
+2
|
\
|
*
Merge branch 'kvm-arm64/kvm-for-3.11' of git://git.kernel.org/pub/scm/linux/k...
Catalin Marinas
2013-06-12
1
-0
/
+1
|
|
\
|
|
*
ARM: KVM: timer: allow DT matching for ARMv8 cores
Marc Zyngier
2013-06-12
1
-0
/
+1
|
*
|
arm/xen: define xen_remap as ioremap_cached
Stefano Stabellini
2013-06-04
1
-2
/
+1
|
|
/
*
|
Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm
Linus Torvalds
2013-07-03
82
-348
/
+1846
|
\
\
|
*
\
Merge branch 'devel-stable' into for-next
Russell King
2013-06-29
74
-275
/
+2235
|
|
\
\
|
|
*
|
ARM: 7775/1: mm: Remove do_sect_fault from LPAE code
Steven Capper
2013-06-29
1
-0
/
+2
|
|
*
|
ARM: kernel: implement stack pointer save array through MPIDR hashing
Lorenzo Pieralisi
2013-06-20
5
-20
/
+118
|
|
*
|
ARM: kernel: build MPIDR hash function data structure
Lorenzo Pieralisi
2013-06-20
2
-0
/
+79
|
|
*
|
Merge branch 'for-rmk/arch-timer-cleanups' of git://linux-arm.org/linux-mr in...
Russell King
2013-06-18
7
-14
/
+16
|
|
|
\
\
|
|
|
*
|
ARM: arch_timer: stop virtual timer when booted in HYP mode
Marc Zyngier
2013-06-07
1
-0
/
+5
|
|
|
*
|
arm: fix up ARM_ARCH_TIMER selects
Mark Rutland
2013-06-07
4
-5
/
+5
|
|
|
*
|
clocksource: arch_timer: use virtual counters
Mark Rutland
2013-06-07
1
-9
/
+0
|
|
|
*
|
ARM: KVM: arch_timers: zero CNTVOFF upon return to host
Mark Rutland
2013-06-07
1
-0
/
+4
|
|
|
*
|
ARM: hyp: initialize CNTVOFF to zero
Marc Zyngier
2013-06-07
1
-0
/
+2
|
|
*
|
|
Merge branch 'for-rmk/lpae' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Russell King
2013-06-18
13
-96
/
+139
|
|
|
\
\
\
|
|
|
*
|
|
ARM: elf: add new hwcap for identifying atomic ldrd/strd instructions
Will Deacon
2013-05-30
2
-2
/
+8
|
|
|
*
|
|
ARM: lpae: fix definition of PTE_HWTABLE_PTRS
Will Deacon
2013-05-30
1
-1
/
+1
|
|
|
*
|
|
ARM: mm: clean up membank size limit checks
Cyril Chemparathy
2013-05-30
1
-8
/
+11
|
|
|
*
|
|
ARM: mm: cleanup checks for membank overlap with vmalloc area
Cyril Chemparathy
2013-05-30
1
-18
/
+1
|
|
|
*
|
|
ARM: fix type of PHYS_PFN_OFFSET to unsigned long
Cyril Chemparathy
2013-05-30
1
-1
/
+1
|
|
|
*
|
|
ARM: mm: use physical addresses in highmem sanity checks
Cyril Chemparathy
2013-05-30
1
-12
/
+10
|
|
|
*
|
|
ARM: LPAE: accomodate >32-bit addresses for page table base
Cyril Chemparathy
2013-05-30
4
-8
/
+37
|
|
|
*
|
|
ARM: LPAE: factor out T1SZ and TTBR1 computations
Cyril Chemparathy
2013-05-30
2
-21
/
+28
|
|
|
*
|
|
ARM: LPAE: use 64-bit accessors for TTBR registers
Cyril Chemparathy
2013-05-30
2
-12
/
+19
|
|
|
*
|
|
ARM: LPAE: use phys_addr_t in switch_mm()
Cyril Chemparathy
2013-05-30
2
-6
/
+14
|
|
|
*
|
|
ARM: LPAE: use phys_addr_t for initrd location
Vitaly Andrianov
2013-05-30
1
-6
/
+7
|
|
|
*
|
|
ARM: LPAE: use phys_addr_t in free_memmap()
Vitaly Andrianov
2013-05-30
1
-3
/
+3
|
|
|
*
|
|
ARM: LPAE: use phys_addr_t in alloc_init_pud()
Vitaly Andrianov
2013-05-30
1
-1
/
+2
|
|
|
*
|
|
ARM: LPAE: use signed arithmetic for mask definitions
Cyril Chemparathy
2013-05-30
2
-4
/
+4
|
|
|
|
/
/
|
|
*
|
|
Merge branch 'for-rmk/hugepages' of git://git.linaro.org/people/stevecapper/l...
Russell King
2013-06-18
63
-225
/
+564
|
|
|
\
\
\
|
|
|
*
|
|
ARM: mm: Transparent huge page support for LPAE systems.
Catalin Marinas
2013-06-04
7
-1
/
+78
|
|
|
*
|
|
ARM: mm: HugeTLB support for LPAE systems.
Catalin Marinas
2013-06-04
9
-2
/
+276
|
|
|
*
|
|
ARM: mm: Add support for flushing HugeTLB pages.
Steve Capper
2013-06-04
1
-10
/
+15
|
|
|
*
|
|
ARM: mm: correct pte_same behaviour for LPAE.
Steve Capper
2013-06-04
1
-0
/
+17
|
|
|
|
/
/
|
|
*
|
|
Merge branch 'ja-nommu-for-rmk-v2' of git://linux-arm.org/linux-ja into devel...
Russell King
2013-06-17
20
-51
/
+646
|
|
|
\
\
\
|
|
|
*
|
|
ARM: mpu: Ensure that MPU depends on CPU_V7
Jonathan Austin
2013-06-17
1
-0
/
+1
|
|
|
*
|
|
ARM: mpu: protect the vectors page with an MPU region
Jonathan Austin
2013-06-17
3
-2
/
+24
|
|
|
*
|
|
ARM: mpu: Allow enabling of the MPU via kconfig
Jonathan Austin
2013-06-17
2
-2
/
+13
|
|
|
*
|
|
ARM: mpu: add MPU initialisation for secondary cores
Jonathan Austin
2013-06-07
3
-3
/
+17
|
|
|
*
|
|
ARM: mpu: Complete initialisation of the MPU after reaching the C-world
Jonathan Austin
2013-06-07
1
-1
/
+7
|
|
|
*
|
|
ARM: mpu: add MPU probe and initialisation functions in C
Jonathan Austin
2013-06-07
1
-0
/
+249
|
|
|
*
|
|
ARM: mpu: add early bring-up code for the ARMv7 PMSA-compliant MPU
Jonathan Austin
2013-06-07
2
-0
/
+90
|
|
|
*
|
|
ARM: mpu: add header for MPU register layouts and region data
Jonathan Austin
2013-06-07
1
-0
/
+72
[next]