index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arc
Age
Commit message (
Expand
)
Author
Files
Lines
2013-06-22
ARC: K/U SP saved from one location in stack switching macro
Vineet Gupta
1
-4
/
+4
2013-06-22
ARC: Entry Handler tweaks: Simplify branch for in-kernel preemption
Vineet Gupta
1
-6
/
+2
2013-06-22
ARC: Entry Handler tweaks: Avoid hardcoded LIMMS for ECR values
Vineet Gupta
2
-6
/
+14
2013-06-22
ARC: Increase readability of entry handlers
Vineet Gupta
2
-212
/
+186
2013-06-22
ARC: pt_regs update #3: Remove unused gutter at start of callee_regs
Vineet Gupta
9
-31
/
+24
2013-06-22
ARC: pt_regs update #2: Remove unused gutter at start of pt_regs
Vineet Gupta
4
-26
/
+15
2013-06-22
ARC: pt_regs update #1: Align pt_regs end with end of kernel stack page
Vineet Gupta
4
-5
/
+3
2013-06-22
ARC: pt_regs update #0: remove kernel stack canary
Vineet Gupta
1
-18
/
+0
2013-06-22
ARC: [mm] Remove @write argument to do_page_fault()
Vineet Gupta
3
-23
/
+8
2013-06-22
ARC: [mm] Make stack/heap Non-executable by default
Vineet Gupta
2
-13
/
+1
2013-06-22
ARC: [mm] Assume pagecache page dirty by default
Vineet Gupta
3
-7
/
+14
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: make dcache VIPT aliasing support dependant on dcache
Alexey Brodkin
1
-0
/
+1
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
4
-37
/
+13
2013-06-22
ARC: Reduce Code for ECR printing
Vineet Gupta
1
-9
/
+7
2013-06-22
ARC: Disintegrate arcregs.h
Vineet Gupta
12
-162
/
+139
2013-06-22
ARC: More code beautification with IS_ENABLED()
Vineet Gupta
1
-9
/
+3
2013-06-22
ARC: Use kconfig helper IS_ENABLED() to get rid of defines.h
Vineet Gupta
8
-68
/
+23
2013-06-22
ARC: [plat-arcfpga] Fix build breakage when !CONFIG_ARC_SERIAL
Mischa Jonker
1
-3
/
+9
2013-05-25
ARC: lazy dcache flush broke gdb in non-aliasing configs
Vineet Gupta
2
-19
/
+11
2013-05-23
ARC: Use enough bits for determining page's cache color
Vineet Gupta
1
-1
/
+1
2013-05-23
ARC: Brown paper bag bug in macro for checking cache color
Vineet Gupta
2
-2
/
+5
2013-05-23
ARC: copy_(to|from)_user() to honor usermode-access permissions
Vineet Gupta
3
-15
/
+19
2013-05-23
ARC: [mm] Prevent stray dcache lines after__sync_icache_dcach()
Vineet Gupta
1
-1
/
+1
2013-05-15
ARC: [TB10x] Remove redundant abilis,simple-pinctrl mechanism
Christian Ruppert
4
-32
/
+4
2013-05-10
Merge tag 'arc-v3.10-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
13
-74
/
+377
2013-05-10
ARC: [TB10x] Remove GENERIC_GPIO
Vineet Gupta
1
-7
/
+0
2013-05-09
Merge tag 'arc-v3.10-rc1-part1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
38
-342
/
+1840
2013-05-09
ARC: [mm] Aliasing VIPT dcache support 4/4
Vineet Gupta
7
-5
/
+101
2013-05-09
ARC: [mm] Aliasing VIPT dcache support 3/4
Vineet Gupta
2
-2
/
+4
2013-05-09
ARC: [mm] Aliasing VIPT dcache support 2/4
Vineet Gupta
6
-22
/
+223
2013-05-09
ARC: [mm] Aliasing VIPT dcache support 1/4
Vineet Gupta
3
-18
/
+34
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
3
-7
/
+21
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
2
-19
/
+18
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
3
-15
/
+21
2013-05-07
ARC: [mm] optimize needless full mm TLB flush on munmap
Vineet Gupta
1
-4
/
+12
2013-05-07
ARC: Add support for nSIM OSCI System C model
Mischa Jonker
3
-0
/
+164
2013-05-07
ARC: [TB10x] Adapt device tree to new compatible string
Christian Ruppert
1
-2
/
+2
2013-05-07
ARC: [TB10x] Add support for TB10x platform
Christian Ruppert
7
-0
/
+257
2013-05-07
ARC: [TB10x] Device tree of TB100 and TB101 Development Kits
Christian Ruppert
5
-0
/
+1190
2013-05-07
ARC: Prepare interrupt code for external controllers
Christian Ruppert
2
-2
/
+3
2013-05-07
ARC: Allow embedded arc-intc to be properly placed in DT intc hierarchy
Vineet Gupta
1
-8
/
+13
[next]