summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2008-10-16genirq: revert dynarrayThomas Gleixner2-14/+2
2008-10-16genirq: remove sparse irq codeThomas Gleixner3-124/+1
2008-10-16irq: error missed ifndef CONFIG_HAVE_SPARSE_IRQ, v2Yinghai Lu1-1/+1
2008-10-16irq: error missed ifndef CONFIG_HAVE_SPARSE_IRQDean Nelson1-1/+1
2008-10-16dmar: fix dmar_parse_dev() devices_cnt error condition checkSuresh Siddha1-1/+1
2008-10-16dmar: use list_for_each_entry_safe() in dmar_dev_scope_init()Suresh Siddha1-4/+4
2008-10-16dmar: initialize the return value in dmar_parse_dev()Yinghai Lu1-1/+1
2008-10-16dmar: fix using early fixmap mapping for DMAR table parsingYinghai Lu1-21/+28
2008-10-16sparseirq: fix intr-remap with dyn_array/nr_irqs changes]Suresh Siddha1-8/+6
2008-10-16xen: fix memory access violation bug when CONFIG_HAVE_SPARSE_IRQ is enabledAlex Nixon1-0/+2
2008-10-16pci: change msi-x vector to 32bitYinghai Lu1-1/+1
2008-10-16x86: use 28 bits irq NR for pci msi/msix and htYinghai Lu1-2/+20
2008-10-16x86: put irq_2_iommu pointer into irq_descYinghai Lu1-48/+165
2008-10-16x86: put timer_rand_state pointer into irq_descYinghai Lu1-5/+61
2008-10-16generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_...Yinghai Lu10-20/+38
2008-10-16irq: make irq2_iommu to use dyn_arrayYinghai Lu1-2/+10
2008-10-16irqs: make irq_timer_state to use dyn_arrayYinghai Lu1-0/+6
2008-10-16drivers/xen: use nr_irqsYinghai Lu1-6/+6
2008-10-16drivers/serial: use nr_irqsYinghai Lu9-10/+10
2008-10-16drivers/scsi: use nr_irqsYinghai Lu1-1/+1
2008-10-16drivers/rtc: use nr_irqsYinghai Lu1-2/+2
2008-10-16drivers/pcmcia: use nr_irqsYinghai Lu2-2/+2
2008-10-16drivers/pci/ intr remapping: use nr_irqsYinghai Lu1-8/+8
2008-10-16drivers/net: use nr_irqsYinghai Lu4-8/+8
2008-10-16drivers/char: use nr_irqsYinghai Lu3-4/+4
2008-10-16serial, 8250: remove NR_IRQ usageAlan Cox2-21/+57
2008-10-14Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds10-295/+808
2008-10-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds41-2770/+5012
2008-10-14rtc-cmos: look for PNP RTC first, then for platform RTCBjorn Helgaas1-15/+18
2008-10-14rtc-cmos: move wake setup from ACPI glue into RTC driverBjorn Helgaas2-112/+89
2008-10-14HID: build drivers for all quirky devices by defaultJiri Kosina1-0/+19
2008-10-14HID: add missing blacklist entry for Apple ATV ircontrolJiri Kosina1-0/+1
2008-10-14HID: add support for Bright ABNT2 brazilian deviceMauro Carvalho Chehab6-0/+86
2008-10-14HID: Don't let Avermedia Radio FM800 be handled by usb hid driversMauro Carvalho Chehab2-0/+4
2008-10-14HID: fix numlock led on Dell device 0x413c/0x2105Mauro Carvalho Chehab3-0/+3
2008-10-14HID: remove warn() macro from usb hid driversFrom: Greg Kroah-Hartman2-8/+12
2008-10-14HID: remove info() macro from usb HID driversGreg Kroah-Hartman3-5/+10
2008-10-14HID: add appletv IR receiver quirkPeter Korsgaard2-0/+3
2008-10-14HID: fix a lockup regression when using force feedback on a PID deviceAnssi Hannula3-7/+31
2008-10-14HID: convert to dev_* printsJiri Slaby4-24/+27
2008-10-14HID: remove hid-ffJiri Slaby4-86/+1
2008-10-14HID: move zeroplus FF processingJiri Slaby9-20/+76
2008-10-14HID: move thrustmaster FF processingJiri Slaby9-65/+106
2008-10-14HID: move pantherlord FF processingJiri Slaby10-19/+93
2008-10-14HID: fix incorrent length condition in hidraw_write()Jiri Kosina1-1/+1
2008-10-14HID: fix tty<->hid deadlockJiri Slaby1-1/+10
2008-10-14HID: ignore iBuddy devicesRemi Cattiau2-0/+6
2008-10-14HID: report descriptor fix for remaining MacBook JIS keyboardsTomoya Adachi1-4/+4
2008-10-14HID: fix gyration build errorRandy Dunlap1-1/+1
2008-10-14HID: Autocentering support for Logitech MOMO Racing WheelSergey Belyashov1-1/+27