index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2005-05-06
[PATCH] uml: fix a ptrace call
Jeff Dike
1
-2
/
+3
2005-05-06
[PATCH] uml: finish cross-build support
Al Viro
1
-0
/
+30
2005-05-06
[PATCH] uml: fix missing subdir in x86_64
Al Viro
1
-0
/
+2
2005-05-06
[PATCH] uml: cross-build support : mk_task and mk_constants
Al Viro
7
-88
/
+44
2005-05-06
[PATCH] uml: cross-build support : mk_thread
Al Viro
10
-114
/
+46
2005-05-06
[PATCH] uml: cross-build support : kernel_offsets
Al Viro
4
-0
/
+76
2005-05-06
[PATCH] uml: cross-build support: mk_sc
Al Viro
6
-85
/
+75
2005-05-06
[PATCH] uml: cross-build support : mk_ptregs
Al Viro
4
-56
/
+53
2005-05-06
[PATCH] uml: start cross-build support : mk_user_constants
Al Viro
5
-9
/
+158
2005-05-06
[PATCH] uml: use variables rather than symlinks in dependencies
Al Viro
1
-3
/
+3
2005-05-06
[PATCH] uml: include the linker script rather than symlink it
Al Viro
3
-15
/
+8
2005-05-06
[PATCH] uml kbuild: avoid useless rebuilds
Paolo 'Blaisorblade' Giarrusso
6
-28
/
+21
2005-05-06
[PATCH] x86_64: make string func definition work as intended
Paolo 'Blaisorblade' Giarrusso
4
-20
/
+4
2005-05-06
[PATCH] uml: kludgy compilation fixes for x86-64 subarch modules support
Paolo 'Blaisorblade' Giarrusso
5
-1
/
+79
2005-05-06
[PATCH] uml: obvious compile fixes for x86-64 Subarch and x86 regression fixes
Paolo 'Blaisorblade' Giarrusso
5
-8
/
+10
2005-05-06
[PATCH] ppc64: pgtable.h and other header cleanups
David Gibson
11
-239
/
+219
2005-05-06
[PATCH] ppc64: add missing Kconfig help text
Jesper Juhl
1
-0
/
+3
2005-05-06
[PATCH] ppc64: remove hidden -fno-omit-frame-pointer for schedule.c
Anton Blanchard
4
-1
/
+13
2005-05-06
[PATCH] ppc32: Simplified PPC core revision report
Kumar Gala
1
-19
/
+18
2005-05-06
[PATCH] ppc32: platform-specific functions missing from kallsyms.
David Woodhouse
4
-9
/
+28
2005-05-06
[PATCH] Add CXT48 to modem black list in ac97
Herbert Xu
1
-0
/
+1
2005-05-06
[PATCH] include/linux/soundcard.h: endianness fix
Stuart Brady
3
-10
/
+75
2005-05-06
[PATCH] interwave needs isa pnp
Andrew Morton
1
-0
/
+1
2005-05-06
[PATCH] intel8x0: fix for Intel AC'97 audio driver
Jason Gaston
1
-3
/
+3
2005-05-06
[PATCH] avoid -ENOMEM due reclaimable slab caches
Andrea Arcangeli
2
-2
/
+2
2005-05-06
[PATCH] x86 stack initialisation fix
Alexander Nyberg
1
-6
/
+7
2005-05-06
[PATCH] ARM: 2665/1: kill warnings in entry-armv.S
Nicolas Pitre
1
-2
/
+2
2005-05-06
[PATCH] ARM: 2663/1: straightify TLS register emulation a bit more
Nicolas Pitre
3
-20
/
+25
2005-05-06
[PATCH] Kconfig i18n support
Arnaldo Carvalho de Melo
10
-124
/
+395
2005-05-05
[SPARC]: Remove legacy stuff from cpu_idle().
Coywolf Qi Hunt
2
-9
/
+0
2005-05-05
[TG3]: Update driver version and reldate.
David S. Miller
1
-2
/
+2
2005-05-05
[TG3]: Ignore tg3_stop_block() errors.
Michael Chan
1
-10
/
+3
2005-05-05
[TG3]: Elide tg3_stop_block messages when such events are normal.
David S. Miller
1
-36
/
+36
2005-05-05
[IPV4]: multipath_wrandom.c GPF fixes
Patrick McHardy
1
-3
/
+3
2005-05-05
[SPARC64]: Kill useless __pte_alloc_one_kernel indirection
Christoph Hellwig
3
-9
/
+4
2005-05-05
[ATALK]: Add alloc_ltalkdev().
Christoph Hellwig
4
-6
/
+24
2005-05-05
[IPV6]: Fix OOPS when using IPV6_ADDRFORM
Arnaldo Carvalho de Melo
2
-4
/
+10
2005-05-05
[XFS] Cleanup use of loff_t vs xfs_off_t in the core code.
Nathan Scott
4
-19
/
+19
2005-05-05
[XFS] Use the right offset when ensuring a delayed allocate conversion has co...
Nathan Scott
4
-46
/
+56
2005-05-05
[XFS] Do not do delalloc conversion on pages beyond EOF ever, not just sometimes
Nathan Scott
1
-5
/
+3
2005-05-05
[XFS] remove noisy printk at vnode trace allocation
Eric Sandeen
1
-1
/
+0
2005-05-05
[XFS] stop background sync from waiting for in-use inodes
Daniel Moore
1
-1
/
+4
2005-05-05
[XFS] Disable the combination of XFS direct IO and AIO until the IO completion
Nathan Scott
2
-2
/
+44
2005-05-05
[XFS] Resolve an issue with xfsbufd not getting along with swsusp.
Nathan Scott
1
-2
/
+9
2005-05-05
[XFS] Fix up warnings
Eric Sandeen
2
-4
/
+4
2005-05-05
[XFS] Allow initial XFS delayed allocation size to be increased beyond 64KB.
Nathan Scott
2
-25
/
+48
2005-05-05
[XFS] Add ATTR_NOLOCK for xfs_setattr to indicate that XFS_IOLOCK is held
Dean Roehrich
2
-2
/
+10
2005-05-05
[XFS] Enable XFS_VNODE_TRACE
Eric Sandeen
2
-2
/
+3
2005-05-05
[XFS] Fix up uses of nlink_t incorrectly restricting us to 2^16 links for som...
Nathan Scott
6
-7
/
+8
2005-05-05
[XFS] Block mount attempts for filesystems with version 1 directories.
Nathan Scott
1
-0
/
+9
[next]