aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2008-10-21[PATCH] lose unused arguments in dm ioctl callbacksGravatar Al Viro 3-5/+3
2008-10-21[PATCH] lose the unused file argument in generic_ide_ioctl()Gravatar Al Viro 6-7/+6
2008-10-21[PATCH] switch scsi_cmd_ioctl() to passing fmode_tGravatar Al Viro 7-10/+12
2008-10-21[PATCH] switch sg_scsi_ioctl() to passing fmode_tGravatar Al Viro 2-2/+2
2008-10-21[PATCH] eliminate use of ->f_flags in block methodsGravatar Al Viro 7-22/+15
2008-10-21[PATCH] introduce fmode_t, do annotationsGravatar Al Viro 14-30/+30
2008-10-20Export tiny shmem_file_setup for DRM-GEMGravatar Hugh Dickins 1-1/+1
2008-10-20misc: replace remaining __FUNCTION__ with __func__Gravatar Harvey Harrison 1-2/+2
2008-10-20fix CONFIG_HIGHMEM compile error in drivers/gpu/drm/i915/i915_gem.cGravatar Thomas Gleixner 1-2/+3
2008-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6Gravatar Linus Torvalds 5-28/+139
2008-10-20USB: Fix unused label warnings in drivers/usb/host/ehci-hcd.cGravatar Linus Torvalds 1-1/+1
2008-10-20i915: cleanup coding horrors in i915_gem_gtt_pwrite()Gravatar Linus Torvalds 1-23/+36
2008-10-20Fix sprintf format warnings in drm_proc.cGravatar Linus Torvalds 1-2/+2
2008-10-20Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Gravatar Linus Torvalds 1-6/+8
2008-10-20Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Gravatar Linus Torvalds 32-626/+778
2008-10-20Merge branch 'genirq-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 35-154/+283
2008-10-20Merge branch 'v28-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-3/+6
2008-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Gravatar Linus Torvalds 28-1064/+788
2008-10-20Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Gravatar Linus Torvalds 5-190/+100
2008-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogGravatar Linus Torvalds 1-1/+1
2008-10-20Update email addresses.Gravatar Dave Jones 7-7/+7
2008-10-20Remove empty imacfb.c fileGravatar Linus Torvalds 1-0/+0
2008-10-20PCI: fix AER capability checkGravatar Yu Zhao 2-3/+2
2008-10-20PCI: use pci_find_ext_capability everywhereGravatar Jesse Barnes 4-61/+20
2008-10-20PCI: remove #ifdef DEBUG around dev_dbg callGravatar Jesse Barnes 1-2/+0
2008-10-20PCI hotplug: fix get_##name return value problemGravatar Kenji Kaneshige 1-1/+1
2008-10-20PCI: Add ability to mmap legacy_io on some platformsGravatar Benjamin Herrenschmidt 3-71/+94
2008-10-20PCI: probing debug message uniformizationGravatar Vincent Legoll 2-16/+15
2008-10-20PCI: support PCIe ARI capabilityGravatar Yu Zhao 3-0/+47
2008-10-20PCI: centralize the capabilities code in probe.cGravatar Zhao, Yu 1-7/+20
2008-10-20PCI: centralize the capabilities code in pci-sysfs.cGravatar Zhao, Yu 1-55/+83
2008-10-20PCI: fix 64-vbit prefetchable memory resource BARsGravatar Peter Chubb 1-1/+1
2008-10-20PCI: replace cfg space size (256/4096) by macros.Gravatar Zhao, Yu 4-12/+21
2008-10-20PCI: use resource_size() everywhere.Gravatar Zhao, Yu 2-3/+3
2008-10-20PCI hotplug: rpaphp: make debug var uniqueGravatar Kristen Carlson Accardi 3-5/+5
2008-10-20PCI: use %pF instead of print_fn_descriptor_symbol() in quirks.cGravatar Yinghai Lu 1-2/+1
2008-10-20PCI: fix hotplug get_##name return value problemGravatar Zhao, Yu 1-7/+7
2008-10-20PCI: fix sparse warning in pci_remove_behind_bridgeGravatar Stephen Hemminger 1-7/+3
2008-10-20PCI: fix -Wakpm warnings in pci_pm_init debug outputGravatar Jesse Barnes 1-2/+2
2008-10-20PCI: connect struct pci_dev to struct pci_slotGravatar Alex Chiang 2-0/+15
2008-10-20PCI: make CPU list affinity visibleGravatar Mike Travis 3-0/+9
2008-10-20PCI: utilize calculated results when detecting MSI featuresGravatar Jike Song 1-6/+4
2008-10-20PCI: pciehp: replace printk with dev_printkGravatar Taku Izumi 5-186/+263
2008-10-20PCI: pciehp: change name tag of "hpdriver_portdrv" variableGravatar Taku Izumi 1-2/+1
2008-10-20PCI: pciehp: fix irq initializationGravatar Kenji Kaneshige 2-2/+4
2008-10-20PCI: tidy PME support messagesGravatar Bjorn Helgaas 1-13/+13
2008-10-20PCI: ibmphp: list_for_each to list_for_each_entry-checkpatch cleanupsGravatar akpm@linux-foundation.org 1-22/+22
2008-10-20PCI: ibmphp: list_for_each to list_for_each_entryGravatar akpm@linux-foundation.org 1-69/+23
2008-10-20PCI: follow lspci device/vendor styleGravatar Bjorn Helgaas 2-2/+2
2008-10-20PCI: change MSI-x vector to 32bitGravatar Yinghai Lu 1-1/+1