summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] EDAC: probe1 cleanup 1-of-2Doug Thompson2006-06-306-444/+518
* [PATCH] EDAC: mc numbers refactor 1-of-2Doug Thompson2006-06-308-36/+55
* [PATCH] EDAC: PCI device to DEVICE cleanupDoug Thompson2006-06-308-323/+374
* [PATCH] drivers/cdrom/cm206.c: cleanupsAdrian Bunk2006-06-301-7/+2Star
* [PATCH] show Acorn-specific block devices menu only when requiredAdrian Bunk2006-06-301-1/+1
* [PATCH] SELinux: update USB code with new kill_proc_info_as_uidDavid Quigley2006-06-303-2/+7
* [PATCH] Light weight event countersChristoph Lameter2006-06-301-5/+6
* [PATCH] Use Zoned VM Counters for NUMA statisticsChristoph Lameter2006-06-301-28/+6Star
* [PATCH] zoned vm counters: conversion of nr_bounce to per zone counterChristoph Lameter2006-06-301-0/+2
* [PATCH] zoned vm counters: conversion of nr_unstable to per zone counterChristoph Lameter2006-06-301-2/+2
* [PATCH] zoned vm counters: conversion of nr_writeback to per zone counterChristoph Lameter2006-06-301-4/+1Star
* [PATCH] zoned vm counters: conversion of nr_dirty to per zone counterChristoph Lameter2006-06-301-3/+1Star
* [PATCH] zoned vm counters: conversion of nr_pagetables to per zone counterChristoph Lameter2006-06-301-0/+2
* [PATCH] zoned vm counters: conversion of nr_slab to per zone counterChristoph Lameter2006-06-301-3/+1Star
* [PATCH] zoned vm counters: split NR_ANON_PAGES off from NR_FILE_MAPPEDChristoph Lameter2006-06-301-0/+2
* [PATCH] zoned vm counters: conversion of nr_pagecache to per zone counterChristoph Lameter2006-06-301-0/+2
* [PATCH] zoned vm counters: convert nr_mapped to per zone counterChristoph Lameter2006-06-301-3/+1Star
* [PATCH] fix ISTALLION=yAdrian Bunk2006-06-301-15/+2Star
* [PATCH] fix platform_device_put/del mishapsIngo Molnar2006-06-302-5/+6
* [PATCH] fix drivers/video/imacfb.c compilationIngo Molnar2006-06-301-4/+0Star
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-06-309-19/+30
|\
| * [IrDA]: Fix the AU1000 FIR dependenciesAdrian Bunk2006-06-301-1/+1
| * [IrDA]: MCS7780 usb_driver struct should be staticAdrian Bunk2006-06-301-1/+1
| * [BNX2]: Turn off link during shutdownMichael Chan2006-06-302-4/+5
| * [BNX2]: Use dev_kfree_skb() instead of the _irq versionMichael Chan2006-06-301-5/+5
| * [ATM]: [suni] change suni_init to __devinitChas Williams2006-06-302-2/+2
| * [ATM]: [iphase] should be __devinit not __initChas Williams2006-06-301-2/+2
| * [ATM]: [idt77105] should be __devinit not __initChas Williams2006-06-302-2/+2
| * [BNX2]: Add NETIF_F_TSO_ECNMichael Chan2006-06-301-2/+12
* | [SUNHME]: Mark SBUS probing routines as __devinit.David S. Miller2006-06-301-5/+5
* | [SERIO] i8042-sparcio.h: Convert to of_driver framework.David S. Miller2006-06-301-39/+69
* | [SERIAL] sunsab: Fix section mis-match errors.David S. Miller2006-06-301-4/+4
* | [SERIAL] sunsab: Convert to of_driver framework.David S. Miller2006-06-301-155/+144Star
* | [SERIAL] sun{su,zilog}: Add missing MODULE_*() niceties.David S. Miller2006-06-302-1/+6
* | [SERIAL] sunsu: Convert to of_driver framework.David S. Miller2006-06-301-334/+157Star
* | [SERIAL] sunzilog: Fix bugs in device deregristration.David S. Miller2006-06-301-7/+22
* | [SERIAL] sunzilog: Convert to of_driver.David S. Miller2006-06-301-527/+258Star
* | [SPARC]: Convert all FB SBUS drivers to of_driver framework.David S. Miller2006-06-308-1149/+1179
|/
* [PATCH] usb gadget: fixup pxa2xx_udc to include asm/arch/udc.h againMilan Svoboda2006-06-291-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6Linus Torvalds2006-06-29135-676/+42Star
|\
| * [PATCH] devfs: Last little devfs cleanups throughout the kernel tree.Greg Kroah-Hartman2006-06-264-14/+1Star
| * [PATCH] devfs: Rename TTY_DRIVER_NO_DEVFS to TTY_DRIVER_DYNAMIC_DEVGreg Kroah-Hartman2006-06-2613-18/+18
| * [PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer neededGreg Kroah-Hartman2006-06-2629-39/+5Star
| * [PATCH] devfs: Remove the videodevice devfs_name field as it's no longer neededGreg Kroah-Hartman2006-06-261-2/+1Star
| * [PATCH] devfs: Remove the gendisk devfs_name field as it's no longer neededGreg Kroah-Hartman2006-06-2627-39/+3Star
| * [PATCH] devfs: Remove the miscdevice devfs_name field as it's no longer neededGreg Kroah-Hartman2006-06-268-11/+0Star
| * [PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman2006-06-2655-60/+0Star
| * [PATCH] devfs: Remove devfs_remove() function from the kernel treeGreg Kroah-Hartman2006-06-2643-148/+7Star
| * [PATCH] devfs: Remove devfs_mk_cdev() function from the kernel treeGreg Kroah-Hartman2006-06-2632-186/+7Star
| * [PATCH] devfs: Remove devfs_mk_bdev() function from the kernel treeGreg Kroah-Hartman2006-06-263-46/+0Star