aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-06-23[NET] myri_sbus: Convert to new SBUS device layer.David S. Miller1-55/+61
2006-06-23[NET] sunqe: Convert to new SBUS driver layer.David S. Miller1-249/+219
2006-06-23[NET] sunbmac: Convert over to new SBUS device framework.David S. Miller2-67/+61
2006-06-23[NET] sunlance: Convert to new SBUS driver framework.David S. Miller1-76/+97
2006-06-23[NET] sunhme: Convert to new SBUS driver framework.David S. Miller2-174/+187
2006-06-23[NET] sunhme: Kill __sparc__ and __sparc_v9__ ifdefs.David S. Miller1-12/+12
2006-06-23[SCSI] sparc: Port esp to new SBUS driver layer.David S. Miller2-165/+157
2006-06-23[SBUS]: Rewrite and plug into of_device framework.David S. Miller1-310/+139
2006-06-23[SPARC]: Port sparc64 in-kernel device tree code to sparc32.David S. Miller1-0/+1
2006-06-23[SPARC64]: Add of_device layer and make ebus/isa use it.David S. Miller2-96/+124
2006-06-23[SPARC64]: Convert central bus layer to in-kernel PROM device tree.David S. Miller1-1/+1
2006-06-23[SPARC64]: Use in-kernel PROM tree for EBUS and ISA.David S. Miller10-67/+64
2006-06-23[SPARC64]: Convert sparc64 PCI layer to in-kernel device tree.David S. Miller6-27/+38
2006-06-23[SPARC64]: Convert sun4v virtual-device layer to in-kernel PROM device tree.David S. Miller1-17/+18
2006-06-23[SBUS]: Start cleaning up generic sbus support layer.David S. Miller1-124/+19
2006-06-23[PATCH] fix typo in acpi video brightness changes.Dave Jones1-1/+1
2006-06-23Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-devLinus Torvalds26-2181/+6032
2006-06-23[PATCH] cpufreq build fixAndrew Morton2-0/+2
2006-06-23[PATCH] Get rid of struct request request_pm_state memberJens Axboe2-41/+54
2006-06-23[PATCH] Kill PF_SYNCWRITE flagJens Axboe1-2/+0
2006-06-23Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds49-128/+87
2006-06-23Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds131-3781/+4312
2006-06-23[PATCH] drivers/block/loop.c: don't return garbage if LOOP_SET_STATUS not calledConstantine Sapuntzakis1-1/+1
2006-06-23[PATCH] More BUG_ON conversionEric Sesterhenn15-59/+30
2006-06-23[PATCH] Sparse fixes for synclink_csPeter Hagervall1-27/+27
2006-06-23[PATCH] drivers/md/raid6algos.c: fix a NULL dereferenceAdrian Bunk1-4/+3
2006-06-23[PATCH] SGI IOC4: Detect IO card variantBrent Casavant3-5/+74
2006-06-23[PATCH] connector-exportsAndrew Morton2-4/+4
2006-06-23[PATCH] ipmi: strstrip conversionPekka Enberg1-16/+9
2006-06-23[PATCH] Process Events - Header CleanupMatt Helsley1-0/+1
2006-06-23[PATCH] leds: Amstrad Delta LED supportJonathan McDowell3-0/+169
2006-06-23[PATCH] ISDN: correctly handle isdn_writebuf_stub() errorsJesper Juhl1-4/+4
2006-06-23[PATCH] i4l: memory leak fix for sc_ioctl().Jesper Juhl1-0/+1
2006-06-23[PATCH] clean up default value of USB_ISP116X_HCD, USB_SL811_HCD and USB_SL811_CSJean-Luc Leger1-3/+0
2006-06-23[PATCH] Remove CONFIG_PARPORT_ARC, drivers/parport/parport_arc.cDomen Puncer2-144/+0
2006-06-23[PATCH] vfs: add lock owner argument to flush operationMiklos Szeredi3-3/+3
2006-06-23[PATCH] m68k: windfarm is powerpc-only, don't do it on m68k macsAl Viro1-0/+1
2006-06-23[PATCH] m68k: wd33c93: extra delayRoman Zippel1-0/+4
2006-06-23[PATCH] m68k: restore amikbd compatibility with 2.4Roman Zippel1-12/+22
2006-06-23[PATCH] m68k: atyfb_base compile fix for CONFIG_PCI=nRoman Zippel1-0/+4
2006-06-23[PATCH] m68k: completely initialize hw_regs_t in ide_setup_portsRoman Zippel2-0/+2
2006-06-23[PATCH] make ACPI errata __read_mostlyAndreas Mohr1-1/+1
2006-06-23[PATCH] frv: ieee1394 is borken on frvAl Viro1-1/+1
2006-06-23[PATCH] frv: initrd is grossly broken on frv (never built)Al Viro1-0/+1
2006-06-23[PATCH] Unify pxm_to_node() and node_to_pxm()Yasunori Goto2-1/+49
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells7-24/+27
2006-06-23[PATCH] Fix cdrom being confused on using kdumpRachita Kothiyal1-1/+4
2006-06-23[NET]: Require CAP_NET_ADMIN to create tuntap devices.David Woodhouse1-0/+3
2006-06-23[NET]: Merge TSO/UFO fields in sk_buffHerbert Xu16-41/+41
2006-06-23[NET]: Avoid allocating skb in skb_padHerbert Xu34-87/+43