summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-09-09kbuild: full dependency check on asm-offsets.hSam Ravnborg8-42/+57
2005-09-08[PATCH] Fix 32bit sendmsg() flawAl Viro3-20/+29
2005-09-08[PATCH] ppc32: Fix head_4xx.S compile errorKumar Gala1-0/+1
2005-09-08Merge branch 'release' of master.kernel.org:/pub/scm/linux/kernel/git/lenb/li...Linus Torvalds249-32029/+28660
2005-09-08Merge linux-2.6 with linux-acpi-2.6Len Brown1968-48058/+57438
2005-09-08[XFS] Fix modular XFS builds (Makefile botch).Nathan Scott2-5/+5
2005-09-08[XFS] Remove special Kconfig XFS menu, make XFS options "inline".Nathan Scott1-24/+21
2005-09-08[XFS] Cleanup some -Wundef flag warnings in the endian macros (thanksNathan Scott6-30/+32
2005-09-07[SCSI] Re-do "final klist fixes"Linus Torvalds1-4/+20
2005-09-07[PATCH] fix klist semantics for lists which have elements removed on traversalJames Bottomley5-8/+84
2005-09-07[SCSI] Revert "final klist fixes"Linus Torvalds1-20/+4
2005-09-07Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-for-linus-2.6 Linus Torvalds119-8584/+6367
2005-09-07Merge branch 'drm-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/airli...Linus Torvalds4-37/+46
2005-09-07Merge branch 'upstream' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzi...Linus Torvalds5-4/+6
2005-09-07Merge branch 'upstream' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzi...Linus Torvalds5-3/+856
2005-09-07Merge git://oss.sgi.com:8090/oss/git/xfs-2.6 Linus Torvalds52-1050/+1320
2005-09-07Merge branch 'upstream' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzi...Linus Torvalds38-2306/+5357
2005-09-07Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 Linus Torvalds2-8/+7
2005-09-07Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 Linus Torvalds35-105/+356
2005-09-07[PATCH] bogus #if (simserial)viro@ZenIV.linux.org.uk1-1/+1
2005-09-07[PATCH] CHECKFLAGS on ppc64 got brokenviro@ZenIV.linux.org.uk1-1/+1
2005-09-07[PATCH] bogus #if (ncr53c406)viro@ZenIV.linux.org.uk1-1/+1
2005-09-07[PATCH] bogus #if (smc91x.h)viro@ZenIV.linux.org.uk1-1/+1
2005-09-07[PATCH] bogus #if (arch/um/kernel/mem.c)viro@ZenIV.linux.org.uk1-1/+1
2005-09-07[PATCH] -Wundef fixes (hisax)viro@ZenIV.linux.org.uk1-0/+2
2005-09-07[PATCH] -Wundef fixes (ncr5380)viro@ZenIV.linux.org.uk1-1/+8
2005-09-07[PATCH] -Wundef fixes (hamachi)viro@ZenIV.linux.org.uk1-0/+4
2005-09-07[PATCH] bogus symbol used in arch/um/os-Linux/elf_aux.cviro@ZenIV.linux.org.uk5-1/+8
2005-09-07[PATCH] updated mail addressviro@ZenIV.linux.org.uk1-1/+1
2005-09-07[PATCH] iomem annotations (sound/arm/aaci)viro@ZenIV.linux.org.uk2-5/+5
2005-09-07[PATCH] lost chunk of "uml: build cleanups"viro@ZenIV.linux.org.uk1-1/+1
2005-09-07[PATCH] Kconfig fix (BLK_DEV_FD dependencies)viro@ZenIV.linux.org.uk15-1/+55
2005-09-07[PATCH] s2io u64 use for uintptr_tviro@zenIV.linux.org.uk1-5/+5
2005-09-07Merge master.kernel.org:/home/rmk/linux-2.6-serial Linus Torvalds3-13/+13
2005-09-07Merge master.kernel.org:/home/rmk/linux-2.6-arm Linus Torvalds58-824/+2498
2005-09-07[PATCH] DVB: lgdt330x check callback fixMichael Krufky1-25/+25
2005-09-07[PATCH] DVB: Clarify description text for dvb-bt8xx in KconfigMichael Krufky2-4/+4
2005-09-07[PATCH] Indycam / VINO driversRalf Baechle7-192/+5319
2005-09-07[PATCH] pivot_root() circular reference fixMiklos Szeredi1-0/+4
2005-09-07[PATCH] kprobes: fix bug when probed on task and isr functionsKeshavamurthy Anil S7-10/+55
2005-09-07[PATCH] kprobes: fix handling of simultaneous probe hit/unregisterJim Keniston2-0/+6
2005-09-07[PATCH] Kprobes/IA64: fix race when break hits and kprobe not foundKeshavamurthy Anil S1-0/+45
2005-09-07[PATCH] kprobes-prevent-possible-race-conditions-sparc64-changes fixPrasanna S Panchamukhi1-1/+1
2005-09-07[PATCH] Kprobes: prevent possible race conditions sparc64 changesPrasanna S Panchamukhi5-20/+30
2005-09-07[PATCH] Kprobes: prevent possible race conditions ia64 changesPrasanna S Panchamukhi6-27/+41
2005-09-07[PATCH] Kprobes: prevent possible race conditions ppc64 changesPrasanna S Panchamukhi6-20/+38
2005-09-07[PATCH] kprobes: prevent possible race conditions x86_64 changesPrasanna S Panchamukhi5-27/+39
2005-09-07[PATCH] kprobes: prevent possible race conditions i386 changesPrasanna S Panchamukhi5-25/+34
2005-09-07[PATCH] Kprobes: prevent possible race conditions genericPrasanna S Panchamukhi5-29/+60
2005-09-07[PATCH] Fix smsc_ircc_init return valueBrice Goglin1-0/+1