index
:
kernel/linux.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.12.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arc
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2013-07-09
mm: invoke oom-killer from remaining unconverted page fault handlers
Johannes Weiner
1
-2
/
+4
2013-07-04
Merge branch 'akpm' (updates from Andrew Morton)
Linus Torvalds
1
-36
/
+6
2013-07-04
mm/ARC: prepare for removing num_physpages and simplify mem_init()
Jiang Liu
1
-33
/
+3
2013-07-04
mm: concentrate modification of totalram_pages into the mm core
Jiang Liu
1
-1
/
+1
2013-07-04
mm: enhance free_reserved_area() to support poisoning memory with zero
Jiang Liu
1
-2
/
+2
2013-07-04
mm: change signature of free_reserved_area() to fix building warnings
Jiang Liu
1
-1
/
+1
2013-06-27
arc: delete __cpuinit usage from all arc files
Paul Gortmaker
2
-4
/
+4
2013-06-27
ARC: [tlb-miss] Fix bug with CONFIG_ARC_DBG_TLB_MISS_COUNT
Vineet Gupta
1
-5
/
+5
2013-06-27
ARC: [tlb-miss] Extraneous PTE bit testing/setting
Vineet Gupta
1
-5
/
+5
2013-06-26
ARC: Remove explicit passing around of ECR
Vineet Gupta
2
-8
/
+5
2013-06-22
ARC: [mm] Remove @write argument to do_page_fault()
Vineet Gupta
2
-13
/
+4
2013-06-22
ARC: [mm] Assume pagecache page dirty by default
Vineet Gupta
2
-7
/
+7
2013-06-22
ARC: [mm] optimise VIPT dcache aliasing 2/x
Vineet Gupta
1
-0
/
+1
2013-06-22
ARC: [mm] optimise VIPT dcache aliasing 1/x
Vineet Gupta
1
-1
/
+6
2013-06-22
ARC: [mm] Zero page optimization
Vineet Gupta
1
-1
/
+5
2013-06-22
ARC: No-op full icache flush if !CONFIG_ARC_HAS_ICACHE
Vineet Gupta
1
-19
/
+9
2013-06-22
ARC: cache detection code bitrot
Vineet Gupta
1
-21
/
+10
2013-06-22
ARC: Disintegrate arcregs.h
Vineet Gupta
4
-9
/
+57
2013-06-22
ARC: Use kconfig helper IS_ENABLED() to get rid of defines.h
Vineet Gupta
2
-3
/
+5
2013-05-25
ARC: lazy dcache flush broke gdb in non-aliasing configs
Vineet Gupta
1
-10
/
+11
2013-05-23
ARC: Brown paper bag bug in macro for checking cache color
Vineet Gupta
1
-1
/
+2
2013-05-23
ARC: copy_(to|from)_user() to honor usermode-access permissions
Vineet Gupta
1
-3
/
+3
2013-05-23
ARC: [mm] Prevent stray dcache lines after__sync_icache_dcach()
Vineet Gupta
1
-1
/
+1
2013-05-10
Merge tag 'arc-v3.10-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
4
-51
/
+279
2013-05-10
Merge tag 'arc-v3.10-rc1-part1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
6
-228
/
+83
2013-05-09
ARC: [mm] Aliasing VIPT dcache support 4/4
Vineet Gupta
2
-1
/
+79
2013-05-09
ARC: [mm] Aliasing VIPT dcache support 3/4
Vineet Gupta
1
-1
/
+1
2013-05-09
ARC: [mm] Aliasing VIPT dcache support 2/4
Vineet Gupta
2
-11
/
+150
2013-05-09
ARC: [mm] Aliasing VIPT dcache support 1/4
Vineet Gupta
2
-17
/
+33
2013-05-09
ARC: [mm] refactor the core (i|d)cache line ops loops
Vineet Gupta
1
-29
/
+24
2013-05-09
ARC: [mm] serious bug in vaddr based icache flush
Vineet Gupta
1
-1
/
+1
2013-05-07
ARC: [mm] Lazy D-cache flush (non aliasing VIPT)
Vineet Gupta
2
-7
/
+20
2013-05-07
ARC: [mm] micro-optimize page size icache invalidate
Vineet Gupta
1
-3
/
+12
2013-05-07
ARC: [mm] remove the pessimistic all-alias-invalidate icache helpers
Vineet Gupta
1
-184
/
+17
2013-05-07
ARC: [mm] consolidate icache/dcache sync code
Vineet Gupta
1
-16
/
+16
2013-05-07
ARC: [mm] optimise icache flush for kernel mappings
Vineet Gupta
1
-4
/
+10
2013-05-07
ARC: [mm] optimise icache flush for user mappings
Vineet Gupta
2
-14
/
+12
2013-05-07
ARC: Respect the cpu_id passed for fetching correct cpu info
Noam Camus
1
-1
/
+1
2013-04-30
mm/arc: use common help functions to free reserved pages
Jiang Liu
1
-21
/
+2
2013-04-09
ARC: [build] Fix warnings with CONFIG_DEBUG_SECTION_MISMATCH
Vineet Gupta
2
-4
/
+4
2013-04-09
ARC: remove #ifdef-ed out include of dead header
Paul Bolle
1
-3
/
+0
2013-04-09
ARC: Fix coding style issues
Sachin Kamat
1
-2
/
+2
2013-04-09
ARC: Use <linux/*> headers instead of <asm/*>
Sachin Kamat
1
-1
/
+1
2013-04-09
ARC: Remove unneeded version.h header include
Sachin Kamat
1
-1
/
+0
2013-02-15
ARC: Don't fiddle with non-existent caches
Vineet Gupta
1
-12
/
+9
2013-02-15
ARC: Add support for ioremap_prot API
Gilad Ben-Yossef
1
-12
/
+36
2013-02-15
ARC: Support for single cycle Close Coupled Mem (CCM)
Vineet Gupta
1
-3
/
+2
2013-02-15
ARC: Boot #2: Verbose Boot reporting / feature verification
Vineet Gupta
2
-0
/
+84
2013-02-15
ARC: SMP support
Vineet Gupta
2
-0
/
+44
2013-02-15
ARC: Diagnostics: show_regs() etc
Vineet Gupta
1
-0
/
+20
[next]