index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arc
/
mm
Commit message (
Expand
)
Author
Age
Files
Lines
*
ARC: boot: cpu feature print enhancements
Vineet Gupta
2014-10-13
1
-5
/
+3
*
ARC: refactoring: reduce the scope of some local vars
Vineet Gupta
2014-10-13
1
-9
/
+5
*
ARC: [mm] Fix compilation breakage
Noam Camus
2014-09-03
1
-1
/
+1
*
flush_icache_range: export symbol to fix build errors
Pranith Kumar
2014-08-29
1
-0
/
+1
*
mm, arc: remove obsolete pagefault oom killer comment
David Rientjes
2014-08-07
1
-1
/
+0
*
ARC: help gcc elide icache helper for !SMP
Vineet Gupta
2014-07-23
1
-11
/
+28
*
ARC: move common ops for line/full cache into helpers
Vineet Gupta
2014-07-23
1
-36
/
+32
*
ARC: cache boot reporting updates
Vineet Gupta
2014-07-23
1
-25
/
+36
*
ARC: update some comments
Vineet Gupta
2014-07-23
1
-2
/
+2
*
ARC: [SMP] Enable icache coherency
Vineet Gupta
2014-06-26
1
-6
/
+19
*
ARC: Disable caches in early boot if so configured
Vineet Gupta
2014-06-03
1
-81
/
+25
*
ARC: fix mmuv2 warning
Vineet Gupta
2014-05-05
1
-0
/
+4
*
ARC: [SMP] General Fixes
Vineet Gupta
2014-04-05
1
-2
/
+1
*
ARC: switch to generic ENTRY/END assembler annotations
Vineet Gupta
2014-03-26
1
-6
/
+4
*
ARC: support external initrd
Noam Camus
2014-03-26
1
-0
/
+27
*
ARC: Use correct PTAG register for icache flush
Vineet Gupta
2014-03-07
1
-2
/
+2
*
Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2013-11-12
1
-7
/
+0
|
\
|
*
of: remove early_init_dt_setup_initrd_arch
Rob Herring
2013-10-09
1
-7
/
+0
*
|
ARC: [SMP] TLB flush
Vineet Gupta
2013-11-06
1
-0
/
+73
*
|
ARC: [SMP] ASID allocation
Vineet Gupta
2013-11-06
1
-6
/
+8
*
|
ARC: Fix bogus gcc warning and micro-optimise TLB iteration loop
Vineet Gupta
2013-11-06
1
-2
/
+2
*
|
ARC: Change calling convention of do_page_fault()
Vineet Gupta
2013-11-06
2
-3
/
+3
*
|
ARC: cacheflush optim - PTAG can be loop invariant if V-P is const
Vineet Gupta
2013-11-06
1
-3
/
+11
*
|
ARC: cacheflush refactor #3: Unify the {d,i}cache flush leaf helpers
Vineet Gupta
2013-11-06
1
-84
/
+55
*
|
ARC: cacheflush refactor #2: I and D caches lines to have same size
Vineet Gupta
2013-11-06
1
-15
/
+15
*
|
ARC: cacheflush refactor #1: push aux reg ascertaining into leaf routine
Vineet Gupta
2013-11-06
1
-10
/
+6
*
|
ARC: Incorrect mm reference used in vmalloc fault handler
Vineet Gupta
2013-11-02
1
-3
/
+3
|
/
*
arch: mm: pass userspace fault flag to generic fault handler
Johannes Weiner
2013-09-12
1
-2
/
+4
*
arch: mm: remove obsolete init OOM protection
Johannes Weiner
2013-09-12
1
-5
/
+0
*
Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux
Linus Torvalds
2013-09-10
1
-3
/
+2
|
\
|
*
of: Specify initrd location using 64-bit
Santosh Shilimkar
2013-07-24
1
-3
/
+2
*
|
ARC: [ASID] Track ASID allocation cycles/generations
Vineet Gupta
2013-08-30
2
-16
/
+11
*
|
ARC: [ASID] get_new_mmu_context() to conditionally allocate new ASID
Vineet Gupta
2013-08-30
1
-6
/
+7
*
|
ARC: [ASID] Refactor the TLB paranoid debug code
Vineet Gupta
2013-08-30
2
-20
/
+20
*
|
ARC: No need to flush the TLB in early boot
Vineet Gupta
2013-08-30
1
-7
/
+0
*
|
ARC: MMUv4 preps/3 - Abstract out TLB Insert/Delete
Vineet Gupta
2013-08-30
1
-40
/
+54
*
|
ARC: MMUv4 preps/2 - Reshuffle PTE bits
Vineet Gupta
2013-08-30
2
-11
/
+3
*
|
ARC: MMUv4 preps/1 - Fold PTE K/U access flags
Vineet Gupta
2013-08-29
2
-23
/
+40
*
|
ARC: Code cosmetics (Nothing semantical)
Vineet Gupta
2013-08-29
2
-72
/
+67
*
|
ARC: Exception Handlers Code consolidation
Vineet Gupta
2013-08-26
1
-7
/
+1
|
/
*
mm: invoke oom-killer from remaining unconverted page fault handlers
Johannes Weiner
2013-07-09
1
-2
/
+4
*
Merge branch 'akpm' (updates from Andrew Morton)
Linus Torvalds
2013-07-03
1
-36
/
+6
|
\
|
*
mm/ARC: prepare for removing num_physpages and simplify mem_init()
Jiang Liu
2013-07-03
1
-33
/
+3
|
*
mm: concentrate modification of totalram_pages into the mm core
Jiang Liu
2013-07-03
1
-1
/
+1
|
*
mm: enhance free_reserved_area() to support poisoning memory with zero
Jiang Liu
2013-07-03
1
-2
/
+2
|
*
mm: change signature of free_reserved_area() to fix building warnings
Jiang Liu
2013-07-03
1
-1
/
+1
*
|
arc: delete __cpuinit usage from all arc files
Paul Gortmaker
2013-06-27
2
-4
/
+4
*
|
ARC: [tlb-miss] Fix bug with CONFIG_ARC_DBG_TLB_MISS_COUNT
Vineet Gupta
2013-06-27
1
-5
/
+5
*
|
ARC: [tlb-miss] Extraneous PTE bit testing/setting
Vineet Gupta
2013-06-27
1
-5
/
+5
*
|
ARC: Remove explicit passing around of ECR
Vineet Gupta
2013-06-26
2
-8
/
+5
[next]