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.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
Age
Commit message (
Expand
)
Author
Files
Lines
2007-07-20
sh: intc - add support for SH7750 and its variants
Magnus Damm
7
-74
/
+205
2007-07-20
sh: Move entry point code to .text.head.
Paul Mundt
2
-1
/
+3
2007-07-20
sh: heartbeat: Shut up resource size warning.
Paul Mundt
1
-1
/
+1
2007-07-20
sh: update r2d defconfig and fix SH7751R pci compliation
Magnus Damm
2
-3
/
+4
2007-07-20
sh: Many symbol exports for nommu allmodconfig.
Paul Mundt
3
-2
/
+43
2007-07-20
sh: zero terminate 8250 platform data for r2d board
Magnus Damm
1
-1
/
+2
2007-07-20
sh: cpufreq: Fix up the build for SH-2.
Paul Mundt
1
-5
/
+0
2007-07-20
sh: Make on-chip DMA channel selection explicit.
Paul Mundt
1
-1
/
+1
2007-07-20
sh: Fix up CPU dependencies for on-chip DMAC.
Paul Mundt
1
-0
/
+1
2007-07-20
Merge branch 'clkfwk'
Paul Mundt
4
-135
/
+112
2007-07-20
sh: cpufreq: clock framework support.
Paul Mundt
2
-135
/
+81
2007-07-20
sh: Support rate rounding for SH7722 FRQCR clocks.
Paul Mundt
1
-0
/
+15
2007-07-20
sh: Implement clk_round_rate() in the clock framework.
Paul Mundt
1
-0
/
+16
2007-07-20
sh: Fix up PCI section mismatch warnings.
Paul Mundt
4
-4
/
+4
2007-07-20
sh: Wire up fallocate() syscall.
Paul Mundt
1
-0
/
+1
2007-07-20
sh: intc - add support for 7780
Magnus Damm
6
-32
/
+195
2007-07-20
sh: intc - improve group support
Magnus Damm
1
-20
/
+73
2007-07-20
sh: push-switch: Correct license string.
Paul Mundt
1
-1
/
+1
2007-07-20
sh: cpufreq: Fix driver dependencies and flag as broken.
Paul Mundt
1
-1
/
+1
2007-07-20
sh: IPR/INTC2 IRQ setup consolidation.
Magnus Damm
12
-24
/
+13
2007-07-20
sh: clean up interrupt code for solution engine 7722 board
Magnus Damm
3
-69
/
+34
2007-07-20
sh: intc - add support for 7722 processor
Magnus Damm
2
-30
/
+130
2007-07-20
sh: intc - shared IPR and INTC2 controller
Magnus Damm
3
-0
/
+356
2007-07-20
sh: Fix irq assignment for uarts on sh7722
Magnus Damm
2
-7
/
+19
2007-07-20
sh: hd64461 tidying.
Kristoffer Ericson
5
-159
/
+3
2007-07-20
sh: r7780rp: Add R8A66597 and M66592 support.
Yoshihiro Shimoda
1
-0
/
+54
2007-07-20
Merge branch 'kmem_death' of master.kernel.org:/pub/scm/linux/kernel/git/leth...
Linus Torvalds
11
-16
/
+12
2007-07-20
fallout from kbuild changes
Al Viro
1
-1
/
+1
2007-07-20
mm: Remove slab destructors from kmem_cache_create().
Paul Mundt
11
-16
/
+12
2007-07-20
i386: Allow KVM on i386 nonpae
Avi Kivity
3
-7
/
+0
2007-07-20
Update .gitignore for arch/i386/boot
Matthew Wilcox
2
-0
/
+4
2007-07-20
fix spufs build after ->fault changes
Christoph Hellwig
1
-11
/
+11
2007-07-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild
Linus Torvalds
6
-5
/
+16
2007-07-20
Merge branch 'release' of git://lm-sensors.org/kernel/mhoffman/hwmon-2.6
Linus Torvalds
16
-16
/
+0
2007-07-19
[PATCH] sched: sched_cacheflush is now unused
Ralf Baechle
1
-9
/
+0
2007-07-19
i2c: Delete the i2c-isa pseudo bus driver
Jean Delvare
16
-16
/
+0
2007-07-19
drivers/edac: add new nmi rescan
Dave Jiang
2
-0
/
+23
2007-07-19
lguest: the asm offsets
Rusty Russell
1
-0
/
+20
2007-07-19
lguest: the host code
Rusty Russell
2
-2
/
+4
2007-07-19
lguest: export symbols for lguest as a module
Rusty Russell
1
-0
/
+1
2007-07-19
m68knommu: remove is_in_rom() function
Greg Ungerer
2
-22
/
+0
2007-07-19
m68knommu: start dump from exception stack
Greg Ungerer
1
-1
/
+1
2007-07-19
m68knommu: generic irq handling
Greg Ungerer
13
-673
/
+155
2007-07-19
FRV: work around a possible compiler bug
David Howells
1
-1
/
+1
2007-07-19
some kmalloc/memset ->kzalloc (tree wide)
Yoann Padioleau
6
-14
/
+7
2007-07-19
s390: Put allocated ELF notes in read-only data segment
Roland McGrath
1
-0
/
+2
2007-07-19
powerpc: Put allocated ELF notes in read-only data segment
Roland McGrath
1
-0
/
+2
2007-07-19
alpha: Put allocated ELF notes in read-only data segment
Roland McGrath
1
-1
/
+4
2007-07-19
x86_64: Put allocated ELF notes in read-only data segment
Roland McGrath
1
-1
/
+3
2007-07-19
i386: Put allocated ELF notes in read-only data segment
Roland McGrath
1
-3
/
+3
[next]