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.13.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
2008-08-05
kconfig: always write out .config
Sam Ravnborg
1
-1
/
+1
2008-08-04
Re: [PATCH] Fix the kernel panic of audit_filter_task when key field is set
zhangxiliang
1
-0
/
+7
2008-08-04
sh: enable maple_keyb in dreamcast_defconfig.
Paul Mundt
1
-8
/
+6
2008-08-04
SH2(A) cache update
Yoshinori Sato
7
-16
/
+213
2008-08-04
nommu: Provide vmalloc_exec().
Paul Mundt
1
-0
/
+21
2008-08-04
add addrespace definition for sh2a.
Takashi Yoshii
1
-0
/
+10
2008-08-04
sh: Kill off ARCH_SUPPORTS_AOUT and remnants of a.out support.
Paul Mundt
2
-23
/
+0
2008-08-04
sh: define GENERIC_HARDIRQS_NO__DO_IRQ.
Paul Mundt
1
-0
/
+3
2008-08-04
sh: define GENERIC_LOCKBREAK.
Paul Mundt
1
-0
/
+4
2008-08-04
sh: Save NUMA node data in vmcore for crash dumps.
Paul Mundt
1
-0
/
+8
2008-08-04
sh: module_alloc() should be using vmalloc_exec().
Paul Mundt
1
-1
/
+2
2008-08-04
sh: Fix up __bug_table handling in module loader.
Paul Mundt
1
-1
/
+3
2008-08-04
sh: Add documentation and integrate into docbook build.
Paul Mundt
2
-1
/
+106
2008-08-04
sh: Fix up broken kerneldoc comments.
Paul Mundt
4
-37
/
+24
2008-08-04
powerpc: Remove use of CONFIG_PPC_MERGE
Kumar Gala
15
-368
/
+6
2008-08-04
powerpc: Force printing of 'total_memory' to unsigned long long
Tony Breeds
1
-2
/
+2
2008-08-04
powerpc: Fix compiler warning in arch/powerpc/mm/mem.c
Tony Breeds
1
-1
/
+1
2008-08-04
powerpc: Move include files to arch/powerpc/include/asm
Stephen Rothwell
269
-29
/
+13
2008-08-04
maple: Kill useless private_data pointer.
Paul Mundt
3
-8
/
+12
2008-08-04
maple: Clean up maple_driver_register/unregister routines.
Paul Mundt
3
-15
/
+32
2008-08-04
input: Clean up maple keyboard driver
Adrian McMenamin
1
-69
/
+32
2008-08-04
maple: allow removal and reinsertion of keyboard driver module
Adrian McMenamin
1
-43
/
+81
2008-08-04
sh: /proc/asids depends on MMU.
Paul Mundt
1
-1
/
+1
2008-08-03
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...
Linus Torvalds
13
-434
/
+729
2008-08-03
Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
207
-167
/
+349
2008-08-03
arch/sh/boards/mach-se/7343/irq.c: removed duplicated #include
Huang Weiyi
1
-1
/
+0
2008-08-03
arch/sh/boards/board-ap325rxa.c: removed duplicated #include
Huang Weiyi
1
-1
/
+0
2008-08-03
[ARM] 5182/1: pxa: Fix pcm990 compilation
Guennadi Liakhovetski
1
-1
/
+0
2008-08-03
drivers/video/console/promcon.c: fix build error
Alexander Beregalov
1
-0
/
+1
2008-08-03
ext4: remove write-only variables from ext4_ordered_write_end
Eric Sandeen
1
-4
/
+0
2008-08-03
sh/boards/Makefile typo fix
Adrian Bunk
1
-1
/
+1
2008-08-03
[ARM] Fix explicit asm(-arm)?/arch-foo references
Russell King
15
-30
/
+30
2008-08-03
[ARM] move include/asm-arm to arch/arm/include/asm
Russell King
182
-95
/
+95
2008-08-02
Fix IHEX firmware generation/loading
Marc Zyngier
2
-4
/
+4
2008-08-02
Merge git://git.infradead.org/users/dwmw2/random-2.6
Linus Torvalds
2
-5
/
+16
2008-08-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6
Linus Torvalds
15
-217
/
+104
2008-08-02
fat: Fix allow_utime option
OGAWA Hirofumi
1
-2
/
+4
2008-08-02
mm: dont clear PG_uptodate on truncate/invalidate
Miklos Szeredi
1
-2
/
+0
2008-08-02
Add DIP switch readout for HFC-4S IOB4ST
Karsten Keil
1
-3
/
+3
2008-08-02
Fix remaining big endian issue of hfcmulti
Karsten Keil
1
-14
/
+13
2008-08-02
mISDN cleanup user interface
Karsten Keil
5
-15
/
+35
2008-08-02
mISDN fix main ISDN Makefile
Karsten Keil
1
-1
/
+1
2008-08-02
[ARM] Remove explicit dependency for misc.o from compressed/Makefile
Russell King
1
-3
/
+0
2008-08-02
[MTD] Fix !CONFIG_BLOCK compile for mtdsuper.c
David Woodhouse
1
-5
/
+12
2008-08-02
firmware: silence __fw_modbuild and __fw_modinst 'Nothing to be done' messages
David Woodhouse
1
-0
/
+4
2008-08-02
sh: fix LIBGCC
Adrian Bunk
1
-6
/
+6
2008-08-02
sh: Revert the location change of auto-generated asm/machtypes.h
Paul Mundt
2
-4
/
+4
2008-08-02
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...
Linus Torvalds
192
-38
/
+18
2008-08-02
embedded: fix vc_translate operator precedence
Tim Bird
1
-1
/
+1
2008-08-02
Remove EXPORTS of follow_page & zap_page_range
Jack Steiner
1
-2
/
+0
[prev]
[next]