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
Age
Commit message (
Expand
)
Author
Files
Lines
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
Merge branch 'master' into sh/cachetlb
Paul Mundt
1073
-16996
/
+36183
2009-08-14
sh: TLB fast path optimizations for load/store exceptions.
Paul Mundt
2
-14
/
+14
2009-08-14
sh: TLB protection violation exception optimizations.
Paul Mundt
2
-14
/
+22
2009-08-14
sh: NO_CONTEXT ASID optimizations for SH-4 cache flush.
Paul Mundt
1
-0
/
+9
2009-08-14
sh64: Wire up the shared __flush_xxx_region() flushers.
Paul Mundt
2
-49
/
+1
2009-08-14
sh: Add register alignment helpers for shared flushers.
Paul Mundt
4
-9
/
+24
2009-08-14
sh: stacktrace: Properly terminate the trace entry buffer.
Paul Mundt
1
-0
/
+4
2009-08-14
sh: flag the default unwinder as reliable.
Paul Mundt
1
-1
/
+1
2009-08-14
sh: stacktrace: Add reliability checks in address saving ops.
Paul Mundt
1
-0
/
+6
2009-08-14
sh: unwinder: Convert frame allocations to GFP_ATOMIC.
Paul Mundt
1
-2
/
+2
2009-08-14
Merge branch 'sh/dwarf-unwinder'
Paul Mundt
13
-1
/
+1363
2009-08-14
sh: Delete DWARF_ARCH_UNWIND_OFFSET
Matt Fleming
2
-14
/
+35
2009-08-13
sh: oprofile: Kill off dead valid_kernel_stack().
Paul Mundt
1
-27
/
+0
2009-08-13
sh: unwinder: Restore put_unaligned() for an unaligned destination.
Paul Mundt
1
-1
/
+2
2009-08-13
sh: unwinder: Fix up usage of unaligned accessors.
Paul Mundt
1
-11
/
+9
2009-08-13
sh: Add CFI annotations for exception return.
Matt Fleming
1
-0
/
+7
2009-08-13
sh: Setup the frame register in asm code
Matt Fleming
3
-0
/
+14
2009-08-13
sh: dwarf unwinder support.
Matt Fleming
10
-1
/
+1322
2009-08-13
sh: Use the new stack unwinder API
Matt Fleming
3
-15
/
+12
2009-08-13
sh: Allow multiple stack unwinders to be setup
Matt Fleming
4
-3
/
+190
2009-08-13
sh: Use the generalized stacktrace ops
Matt Fleming
6
-71
/
+251
2009-08-13
sh: use printk_once
Marcin Slusarz
1
-5
/
+1
2009-08-13
Merge branch 'sh/stable-updates'
Paul Mundt
894
-15598
/
+26870
2009-08-13
sh: fix i2c init order on ap325rxa V2
Magnus Damm
1
-1
/
+1
2009-08-13
sh: fix i2c init order on Migo-R V2
Magnus Damm
1
-1
/
+1
2009-08-13
sh: convert processor device setup functions to arch_initcall()
Magnus Damm
24
-24
/
+24
2009-08-12
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
1
-11
/
+1
2009-08-12
Remove double removal of blktrace directory
Alan D. Brunelle
1
-11
/
+1
2009-08-12
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
Linus Torvalds
10
-19
/
+41
2009-08-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...
Linus Torvalds
3
-6
/
+18
2009-08-12
Merge branch 'zerolen' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarz...
Linus Torvalds
1
-0
/
+0
2009-08-12
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
6
-27
/
+103
2009-08-12
NFS: Fix an O_DIRECT Oops...
Trond Myklebust
4
-21
/
+16
2009-08-12
Remove zero-length file drivers/mtd/maps/sbc8240.c
Jeff Garzik
1
-0
/
+0
2009-08-12
ahci: add workaround for on-board 5723s on some gigabyte boards
Tejun Heo
1
-4
/
+72
2009-08-12
ahci: Soften up the dmesg on SB600 PMP softreset failure recovery
Shane Huang
1
-1
/
+2
2009-08-12
Documentation/kernel-parameters.txt: document libata's ignore_hpa option
Michael Prokop
1
-0
/
+4
2009-08-12
sata_nv: MSI support, disabled by default
Tony Vroon
1
-0
/
+8
[next]