aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-06-08kbuild: obj-dirs is calculated incorrectly if hostprogs-y is definedGravatar Pavel Roskin 1-3/+5
2006-06-05Linux 2.6.17-rc6v2.6.17-rc6Gravatar Linus Torvalds 1-2/+2
2006-06-05Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Gravatar Linus Torvalds 8-44/+18
2006-06-05[BRIDGE]: fix locking and memory leak in br_add_bridgeGravatar Jiri Benc 1-12/+7
2006-06-05Merge master.kernel.org:/home/rmk/linux-2.6-serialGravatar Linus Torvalds 10-10/+10
2006-06-05Merge master.kernel.org:/home/rmk/linux-2.6-mmcGravatar Linus Torvalds 2-1/+6
2006-06-05Merge master.kernel.org:/home/rmk/linux-2.6-armGravatar Linus Torvalds 4-3/+4
2006-06-06[MIPS] Fix sparsemem support.Gravatar Chad Reese 4-3/+18
2006-06-06[MIPS] Fix compiler warnings (field width, unused variable)Gravatar Atsushi Nemoto 6-11/+21
2006-06-06[MIPS] Fix sparse warnings about too big constants.Gravatar Atsushi Nemoto 2-5/+5
2006-06-06[MIPS] Fix 64-bit build for RM7000.Gravatar Ralf Baechle 1-0/+1
2006-06-06[MIPS] IP32: Fix warnings.Gravatar Ralf Baechle 1-2/+2
2006-06-06[MIPS] Fix non-linear memory mapping on MIPSGravatar Sergei Shtylyov 2-27/+31
2006-06-06[MIPS] SB1: Only pass1 FPUs are broken beyond recovery.Gravatar Ralf Baechle 1-1/+1
2006-06-06[MIPS] open() forces O_LARGEFILE for o32 on 64bit kernelsGravatar Thiemo Seufer 1-1/+1
2006-06-06[MIPS] Au1xx0: fix prom_getenv() to handle YAMON style environmentGravatar Sergei Shtylyov 1-15/+9
2006-06-06[MIPS] Fix swap entry for MIPS32 36-bit physical addressGravatar Sergei Shtylyov 1-2/+14
2006-06-06[MIPS] Fix mprotect() syscall for MIPS32 w/36-bit physical address supportGravatar Sergei Shtylyov 1-2/+3
2006-06-06[MIPS] Save write-only Config.OD from being clobberedGravatar Sergei Shtylyov 2-0/+39
2006-06-06[MIPS] Print more information if we're struck by a machine check exception.Gravatar Ralf Baechle 1-2/+17
2006-06-06[MIPS] Fix declaration of smp_prepare_cpus() platform hook.Gravatar Ralf Baechle 1-2/+2
2006-06-06[MIPS] Fix modpost warning: Rename op_model_xxx to op_model_xxx_ops.Gravatar Atsushi Nemoto 3-21/+21
2006-06-06[MIPS] Fix instable BogoMIPS on multi-issue processors.Gravatar Ralf Baechle 1-10/+12
2006-06-06[MIPS] Ignore unresolved weak symbols in modules.Gravatar Atsushi Nemoto 1-0/+6
2006-06-06[MIPS] Fix SMP now that fixup_cpu_present_map is gone.Gravatar Ralf Baechle 1-1/+4
2006-06-06[MIPS] Remove duplicate declaration of cpu_online_map.Gravatar Ralf Baechle 1-1/+0
2006-06-05[IRDA]: Missing allocation result check in irlap_change_speed().Gravatar Florin Malita 1-1/+2
2006-06-05[PPPOE]: Missing result check in __pppoe_xmit().Gravatar Florin Malita 1-0/+3
2006-06-05[NET]: Eliminate unused /proc/sys/net/ethernetGravatar Jes Sorensen 3-23/+0
2006-06-05[NETCONSOLE]: Clean up initcall warning.Gravatar Matt Mackall 1-1/+1
2006-06-05[TCP]: Avoid skb_pull if possible when trimming headGravatar Herbert Xu ~{PmVHI~} 1-7/+5
2006-06-05Merge master.kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-fixes-2.6Gravatar Linus Torvalds 2-1/+7
2006-06-05[PATCH] uml: add -ffreestanding to CFLAGSGravatar Jeff Dike 1-0/+4
2006-06-05[PATCH] uml: more __user annotationsGravatar Al Viro 3-17/+22
2006-06-05[PATCH] uml: __user annotation in arch_prctlGravatar Al Viro 1-1/+1
2006-06-05[PATCH] uml: fix a typo in do_uml_initcallsGravatar Jeff Dike 1-1/+1
2006-06-05[PATCH] uml: fix wall_to_monotonic initializationGravatar Jeff Dike 3-20/+13
2006-06-05[PATCH] uml: add asm/irqflags.hGravatar Jeff Dike 1-0/+6
2006-06-05[PATCH] m48t86: ia64 build fixGravatar Andrew Morton 2-38/+38
2006-06-05[PATCH] sata_sil24: SII3124 sata driver endian problemGravatar Rune Torgersen 1-3/+3
2006-06-05[PATCH] sbp2: fix check of return value of hpsb_allocate_and_register_addrspa...Gravatar Stefan Richter 1-1/+1
2006-06-05[PATCH] MAINTAINERS: Add entries for BNX2 and TG3Gravatar Michael Chan 1-0/+12
2006-06-05[PATCH] Implement get / set tso for forcedeth driverGravatar Zachary Amsden 1-0/+16
2006-06-05[PATCH] pmf_register_irq_client() gives sleep with locks held warningGravatar Benjamin Herrenschmidt 1-7/+11
2006-06-05[PATCH] fs/namei.c: Call to file_permission() under a spinlock in do_lookup_p...Gravatar Trond Myklebust 1-9/+10
2006-06-05[PATCH] alpha: SMP IRQ routing fixGravatar Ivan Kokshaysky 5-18/+9
2006-06-05[PATCH] selinux: fix sb_lock/sb_security_lock nestingGravatar Stephen Smalley 1-2/+4
2006-06-05[PATCH] Sparsemem build fixGravatar Ralf Baechle 1-0/+1
2006-06-05[PATCH] s390: cio non-unique path group idsGravatar Peter Oberparleiter 2-4/+4
2006-06-05[PATCH] s390: irb memcpy argument swapGravatar Cornelia Huck 1-1/+1