index
:
~deathsimple/linux
amd-staging-drm-next
amdgpu-v4.0
atc_enablement
drm-fixes-3.14
drm-fixes-3.15
drm-fixes-3.15-wip
drm-fixes-4.1
drm-next
drm-next-3.15
drm-next-3.15-wip
drm-next-3.16
drm-next-3.16-wip
drm-next-4.4
mullins
multi-ring-support
multi-ring-testing
next
p2p
pte-compress
reset-rework
testing-3.15
testing-3.15-v2
testing-3.15-v3
ttm_pfn
uvd-3.9
uvd-r600-release
vce-release
vm-flushing
vm_bulk_move
vm_improvements
wip
Some patches for drm/radeon
deathsimple
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2009-08-19
sh: Fix up clockevents broadcasting.
Paul Mundt
3
-6
/
+9
2009-08-19
sh: Build fix for disabled caches.
Paul Mundt
1
-2
/
+0
2009-08-19
Merge branch 'master' into sh/cachetlb
Paul Mundt
24
-211
/
+390
2009-08-18
sh: Prevent heartbeat from scribbling over non-LED bits.
Kuninori Morimoto
2
-0
/
+11
2009-08-18
sh: clkfwk: Support additional IFC divisor on SH7724.
Kuninori Morimoto
1
-1
/
+1
2009-08-18
sh: mach-kfr2409: add FLLFRQ value for PLL correction.
Kuninori Morimoto
1
-0
/
+1
2009-08-18
sh: Add a few missing irqflags tracing markers.
Matt Fleming
2
-11
/
+24
2009-08-18
sh: SuperH Mobile Software Standby support for cpuidle
Magnus Damm
1
-0
/
+11
2009-08-18
sh: rework SuperH Mobile sleep code exception handling
Magnus Damm
2
-64
/
+107
2009-08-16
sh: Add support for DWARF GNU extensions
Matt Fleming
2
-1
/
+17
2009-08-16
sh: Try again at getting the initial return address for an unwind
Matt Fleming
1
-35
/
+6
2009-08-16
sh: Merge the _32/_64 variants of arch/sh/mm/Makefile.
Paul Mundt
3
-89
/
+66
2009-08-16
sh: Merge the _32/_64 variants of arch/sh/kernel/Makefile.
Paul Mundt
3
-64
/
+39
2009-08-16
sh: Wire up sh5_cache_init().
Paul Mundt
1
-0
/
+6
2009-08-16
sh64: Kill off dead i/d-cache disabled bits.
Paul Mundt
1
-12
/
+0
2009-08-16
sh: Fix up the SH-5 build with caches enabled.
Paul Mundt
6
-303
/
+64
2009-08-16
sh64: Build in support for generic stacktrace ops.
Paul Mundt
1
-3
/
+4
2009-08-16
sh: Convert cache disabled SH-5 over to new cache interface.
Paul Mundt
4
-39
/
+1
2009-08-15
sh: Kill off the unhandled pvr case in SH-4 CPU probing.
Paul Mundt
1
-3
/
+0
2009-08-15
Merge branch 'sh/stable-updates'
Paul Mundt
8
-51
/
+155
2009-08-15
sh: sh7724 ddr self-refresh changes
Magnus Damm
1
-2
/
+68
2009-08-15
sh: use in-soc KEYSC on se7724
Magnus Damm
1
-4
/
+5
2009-08-15
sh: Convert SH7705 extended mode to new cacheflush interface.
Paul Mundt
3
-45
/
+30
2009-08-15
sh: Convert SH-3 to new cacheflush interface.
Paul Mundt
2
-10
/
+21
2009-08-15
sh: Convert SH-2A to new cacheflush interface.
Paul Mundt
3
-34
/
+19
2009-08-15
sh: Convert SH-2 to new cacheflush interface.
Paul Mundt
2
-3
/
+16
2009-08-15
sh: Migrate SH-4 cacheflush ops to function pointers.
Paul Mundt
9
-135
/
+159
2009-08-15
sh: Kill off unused flush_icache_user_range().
Paul Mundt
8
-24
/
+1
2009-08-15
sh: consolidate flush_dcache_mmap_lock/unlock() definitions.
Paul Mundt
6
-17
/
+3
2009-08-15
sh: Don't export flush_dcache_all().
Paul Mundt
2
-2
/
+1
2009-08-15
sh: Move alias computation to shared cache init.
Paul Mundt
2
-53
/
+51
2009-08-15
sh: Centralize the CPU cache initialization routines.
Paul Mundt
10
-13
/
+16
2009-08-15
sh: Track the CPU family in sh_cpuinfo.
Paul Mundt
8
-15
/
+39
2009-08-15
sh: consolidate nommu stubs in arch/sh/mm/nommu.c.
Paul Mundt
4
-38
/
+26
2009-08-15
sh: rework nommu for generic cache.c use.
Paul Mundt
7
-18
/
+4
2009-08-15
sh: rename pg-mmu.c -> cache.c, enable generically.
Paul Mundt
3
-10
/
+8
2009-08-15
sh: Provide the kmap_coherent() interface generically.
Paul Mundt
7
-55
/
+99
2009-08-15
sh: Bail from kmap_coherent_init() if we have no dcache aliases.
Paul Mundt
1
-2
/
+3
2009-08-15
sh: Set the cfa_offset to 0 if we see a DW_CFA_def_cfa_register op
Matt Fleming
1
-0
/
+1
2009-08-15
sh: delay slot future proofing via EXPMASK on SH-4A parts.
Paul Mundt
1
-1
/
+33
2009-08-15
sh: Make sure rte delay slots are nopped out on all parts.
Paul Mundt
2
-2
/
+4
2009-08-15
Merge branch 'master' into sh/cachetlb
Paul Mundt
349
-4259
/
+9896
2009-08-15
sh: TLB fast path optimizations for load/store exceptions.
Paul Mundt
2
-14
/
+14
2009-08-15
sh: TLB protection violation exception optimizations.
Paul Mundt
2
-14
/
+22
2009-08-15
sh: NO_CONTEXT ASID optimizations for SH-4 cache flush.
Paul Mundt
1
-0
/
+9
2009-08-15
sh64: Wire up the shared __flush_xxx_region() flushers.
Paul Mundt
2
-49
/
+1
2009-08-15
sh: Add register alignment helpers for shared flushers.
Paul Mundt
4
-9
/
+24
2009-08-15
sh: stacktrace: Properly terminate the trace entry buffer.
Paul Mundt
1
-0
/
+4
2009-08-15
sh: flag the default unwinder as reliable.
Paul Mundt
1
-1
/
+1
2009-08-15
sh: stacktrace: Add reliability checks in address saving ops.
Paul Mundt
1
-0
/
+6
[next]