index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
sh
Age
Commit message (
Expand
)
Author
Files
Lines
2010-01-29
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
7
-6
/
+16
2010-01-29
sh: Kill off deprecated fixed PCI memory window accessors.
Paul Mundt
2
-29
/
+0
2010-01-28
perf: Fix inconsistency between IP and callchain sampling
Anton Blanchard
1
-3
/
+0
2010-01-28
sh: Kill off superfluous sh_bios references from compressed loader.
Paul Mundt
2
-23
/
+0
2010-01-28
sh: Fix up the ioremap_fixed() build for nommu.
Paul Mundt
1
-18
/
+18
2010-01-28
sh: Fix up read-only variable assignment in pcibios_align_resource().
Paul Mundt
1
-3
/
+1
2010-01-28
sh: Quiet noisy coherent DMA unmapping on R2D.
Paul Mundt
1
-2
/
+0
2010-01-28
sh: mach-titan: Kill off unused PIO port mangling.
Paul Mundt
5
-136
/
+3
2010-01-27
sh: fixed cmpxchg gRB version
Giuseppe CAVALLARO
1
-4
/
+3
2010-01-27
sh: kmemleak support.
Chris Smith
1
-3
/
+3
2010-01-27
sh: Optimize runtime disabling of trapped I/O.
Paul Mundt
1
-0
/
+2
2010-01-26
sh: flag ctrl_in/outX as __deprecated.
Paul Mundt
1
-10
/
+45
2010-01-26
sh: Mass ctrl_in/outX to __raw_read/writeX conversion.
Paul Mundt
115
-698
/
+698
2010-01-25
Merge branch 'for-2.6.33' into for-2.6.34
Mark Brown
59
-888
/
+3043
2010-01-25
ASoC: add DAI and platform / DMA drivers for SH SIU
Guennadi Liakhovetski
1
-0
/
+26
2010-01-21
sh: Conserve fixmap slots when IOREMAP_FIXED=n.
Paul Mundt
1
-0
/
+2
2010-01-21
sh: Kill off the special uncached section and fixmap.
Paul Mundt
15
-39
/
+20
2010-01-21
sh: Track the uncached mapping size.
Paul Mundt
3
-8
/
+24
2010-01-21
sh: Rework P2 to only include kernel text.
Paul Mundt
1
-77
/
+92
2010-01-21
sh: initial PMB mapping iteration by helper macro.
Paul Mundt
1
-147
/
+60
2010-01-20
sh: pretty print virtual memory map on boot.
Paul Mundt
1
-2
/
+36
2010-01-20
sh: mach-sdk7786: Probe system FPGA area mapping.
Paul Mundt
3
-4
/
+50
2010-01-20
sh: Correct iounmap fixmap teardown.
Paul Mundt
1
-7
/
+2
2010-01-20
sh: mach-sdk7786: reset controller reboot support.
Paul Mundt
1
-0
/
+8
2010-01-20
sh: machine_ops based reboot support.
Paul Mundt
11
-90
/
+156
2010-01-20
sh: Make 29/32-bit mode check helper generally available.
Paul Mundt
4
-14
/
+14
2010-01-20
sh: mach-sdk7786: Split out FPGA IRQ controller setup.
Paul Mundt
4
-38
/
+59
2010-01-20
sh: mach-sdk7786: FPGA updates.
Paul Mundt
4
-70
/
+159
2010-01-20
sh: Handle SH-4 FPU variants with broken CVR values.
Paul Mundt
1
-2
/
+3
2010-01-20
sh: Shut up noisy IOREMAP_FIXED=n build.
Paul Mundt
1
-1
/
+2
2010-01-19
sh: support SIU sourcing from external clock on sh7722
Guennadi Liakhovetski
3
-7
/
+116
2010-01-19
sh: Fix up sdk7780 and urquell builds.
Paul Mundt
2
-2
/
+2
2010-01-19
sh: urquell: Handle EXTAL configuration here, too.
Paul Mundt
1
-1
/
+24
2010-01-19
sh: mach-sdk7786: Detect/configure/propagate EXTAL.
Paul Mundt
1
-0
/
+23
2010-01-19
sh: SH7786 clock framework rewrite.
Paul Mundt
2
-99
/
+91
2010-01-19
sh64: wire up sys_accept4.
Paul Mundt
2
-1
/
+3
2010-01-19
sh: unwire sys_recvmmsg.
Paul Mundt
2
-3
/
+3
2010-01-19
sh64: Fixup build breakage from breakpoint handler rename.
Paul Mundt
2
-3
/
+4
2010-01-19
sh64: Use the shared FPU state restorer.
Paul Mundt
3
-62
/
+8
2010-01-19
sh64: Fix up PC casting in unaligned fixup notifier with 32bit ABI.
Paul Mundt
1
-2
/
+2
2010-01-19
sh64: Fix up the build for the thread_xstate changes.
Paul Mundt
8
-41
/
+43
2010-01-19
sh: Kill off now bogus fixmap/page wiring documentation.
Paul Mundt
1
-15
/
+0
2010-01-19
sh: Split out MMUCR.URB based entry wiring in to shared helper.
Paul Mundt
6
-176
/
+124
2010-01-19
sh: Provide a dummy _PAGE_WIRED flag for non-X2TLB parts.
Paul Mundt
1
-2
/
+2
2010-01-19
sh: Limit ioremap_prot() to 32bit pgprot parts.
Paul Mundt
2
-1
/
+3
2010-01-19
sh: Convert p3_ioremap() users to ioremap_prot().
Paul Mundt
4
-5
/
+4
2010-01-19
sh: Kill off duplicate address alignment in ioremap_fixed().
Paul Mundt
3
-22
/
+8
2010-01-19
sh: Prevent 64-bit pgprot clobbering across ioremap implementations.
Paul Mundt
6
-33
/
+41
2010-01-18
sh: Flag __ioremap_caller() __init_refok.
Paul Mundt
1
-2
/
+3
2010-01-18
sh: Handle unmapping of fixed slots transparently in iounmap().
Paul Mundt
1
-0
/
+6
[prev]
[next]