index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
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
/
mm
/
proc-arm920.S
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm: reorder includes after introduction of linux/pgtable.h
Mike Rapoport
2020-06-09
1
-1
/
+1
*
mm: introduce include/linux/pgtable.h
Mike Rapoport
2020-06-09
1
-1
/
+1
*
ARM: 8933/1: replace Sun/Solaris style flag on section directive
Nick Desaulniers
2019-11-15
1
-1
/
+1
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
2019-05-30
1
-15
/
+1
*
ARM: 8314/1: replace PROCINFO embedded branch with relative offset
Ard Biesheuvel
2015-03-28
1
-2
/
+2
*
ARM: convert all "mov.* pc, reg" to "bx reg" for ARMv6+
Russell King
2014-07-18
1
-17
/
+17
*
arm: delete __cpuinit/__CPUINIT usage from all ARM users
Paul Gortmaker
2013-07-14
1
-2
/
+0
*
ARM: Do 15e0d9e37c (ARM: pm: let platforms select cpu_suspend support) properly
Russell King
2013-04-08
1
-1
/
+1
*
ARM: mm: implement LoUIS API for cache maintenance ops
Lorenzo Pieralisi
2012-09-25
1
-0
/
+3
*
ARM: 7408/1: cacheflush: return error to userspace when flushing syscall fails
Will Deacon
2012-05-02
1
-0
/
+1
*
ARM: proc-*.S: place cpu_reset functions into .idmap.text section
Will Deacon
2011-12-06
1
-0
/
+3
*
ARM: pm: only use preallocated page table during resume
Russell King
2011-09-20
1
-9
/
+8
*
ARM: pm: preallocate a page table for suspend/resume
Russell King
2011-09-20
1
-4
/
+0
*
ARM: pm: arm920/926: fix number of registers saved
Russell King
2011-08-28
1
-1
/
+1
*
ARM: Fix build errors caused by adding generic macros
Russell King
2011-07-21
1
-3
/
+0
*
ARM: mm: proc-arm920: Use the new processor struct macros
Dave Martin
2011-07-07
1
-46
/
+7
*
Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/px...
Russell King
2011-04-13
1
-1
/
+1
|
\
|
*
Fix common misspellings
Lucas De Marchi
2011-03-31
1
-1
/
+1
*
|
ARM: Make consolidated PM sleep code depend on PM_SLEEP
Russell King
2011-04-02
1
-1
/
+1
|
/
*
ARM: pm: add generic CPU suspend/resume support
Russell King
2011-02-22
1
-0
/
+37
*
ARM: 6466/1: implement flush_icache_all for the rest of the CPUs
Mika Westerberg
2010-10-28
1
-0
/
+12
*
ARM: hotplug cpu: Keep processor information, startup code & __lookup_process...
Russell King
2010-10-08
1
-1
/
+1
*
ARM: Factor out common code from cpu_proc_fin()
Russell King
2010-07-27
1
-9
/
+1
*
ARM: dma-mapping: remove dmac_clean_range and dmac_inv_range
Russell King
2010-02-15
1
-4
/
+2
*
ARM: dma-mapping: provide per-cpu type map/unmap functions
Russell King
2010-02-15
1
-0
/
+26
*
ARM: add size argument to __cpuc_flush_dcache_page
Russell King
2009-12-14
1
-5
/
+6
*
ARM: 5727/1: Pass IFSR register to do_PrefetchAbort()
Kirill A. Shutemov
2009-10-02
1
-1
/
+1
*
[ARM] Don't include asm/elf.h in asm code
Russell King
2008-10-01
1
-1
/
+1
*
[ARM] Convert set_pte_ext implementions to macros
Russell King
2008-10-01
1
-24
/
+2
*
[ARM] fix 48d7927bdf071d05cf5d15b816cf06b0937cb84f
Catalin Marinas
2008-04-24
1
-1
/
+1
*
Add a prefetch abort handler
Paul Brook
2008-04-18
1
-0
/
+1
*
[ARM] Unuse another Linux PTE bit
Russell King
2006-12-13
1
-3
/
+3
*
[ARM] Include asm/elf.h instead of asm/procinfo.h
Russell King
2006-11-30
1
-1
/
+1
*
Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
2006-07-02
1
-22
/
+11
|
\
|
*
Merge nommu branch
Russell King
2006-07-01
1
-9
/
+6
|
|
\
|
|
*
[ARM] nommu: provide a way for correct control register value selection
Russell King
2006-06-29
1
-9
/
+6
|
*
|
[ARM] Set bit 4 on section mappings correctly depending on CPU
Russell King
2006-06-29
1
-0
/
+4
|
|
/
|
*
[ARM] Remove yucky ifdefs to print "id(wb)BRR" suffix on CPU name
Russell King
2006-06-29
1
-13
/
+1
*
|
Remove obsolete #include <linux/config.h>
Jörn Engel
2006-06-30
1
-1
/
+0
|
/
*
[ARM] nommu: Initial uCLinux support for MMU-based CPUs
Hyok S. Choi
2006-06-28
1
-0
/
+9
*
Merge nommu tree
Russell King
2006-03-25
1
-0
/
+1
|
\
|
*
[ARM] nommu: Move hardware page table definitions to pgtable-hwdef.h
Russell King
2006-03-21
1
-0
/
+1
*
|
[ARM] Remove unnecessary asm/hardware.h includes
Russell King
2006-03-21
1
-1
/
+0
|
/
*
[ARM] 2926/1: .proc.info - postfix section with .init for `make buildcheck`
Ben Dooks
2005-09-20
1
-1
/
+1
*
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
2005-04-16
1
-0
/
+480