summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2008-07-30sgi-xp: define is_shub() and is_uv() macrosDean Nelson1-0/+16
2008-07-30GRU Driver V3: fixes to resolve code review commentsJack Steiner7-29/+93
2008-07-30GRU Driver: driver/misc Makefile & Kconfig changesJack Steiner2-0/+24
2008-07-30GRU Driver: driver makefileJack Steiner1-0/+3
2008-07-30GRU Driver: TLB flushing, MMUOPS calloutsJack Steiner1-0/+370
2008-07-30GRU Driver: /proc interfacesJack Steiner1-0/+336
2008-07-30GRU Driver: resource managementJack Steiner1-0/+798
2008-07-30GRU Driver: kernel services provide by driverJack Steiner1-0/+679
2008-07-30GRU Driver: page faults & exceptionsJack Steiner1-0/+633
2008-07-30GRU Driver: driver initialization, file & vma opsJack Steiner1-0/+481
2008-07-30GRU Driver: kernel services header filesJack Steiner1-0/+134
2008-07-30GRU Driver: driver internal header filesJack Steiner3-0/+709
2008-07-30GRU Driver: GRU instructions & macrosJack Steiner1-0/+679
2008-07-30GRU Driver: hardware data structuresJack Steiner1-0/+663
2008-07-30rtc-dev: stop periodic interrupts on device releaseTomas Janousek1-0/+2
2008-07-30gbefb: cmap FIFO timeoutThomas Bogendoerfer1-16/+34
2008-07-30remove drivers/serial/v850e_uart.cAdrian Bunk2-549/+0
2008-07-30USB: m66592-udc: Fix up dev_set_name() badness.Paul Mundt1-1/+1
2008-07-30Char: mxser, ratelimit ioctl warningJiri Slaby1-2/+4
2008-07-308250.c: port.lock is irq-safeBorislav Petkov1-2/+2
2008-07-30rtc: don't return -EBUSY when mutex_lock_interruptible() failsDavid Brownell2-6/+6
2008-07-30drivers/video: release mutex in error handling codeJulia Lawall2-12/+6
2008-07-30hpwdt: don't use static flagsAlexey Dobriyan1-1/+1
2008-07-30iscsi_ibft_find: fix modpost warningJan Beulich1-1/+0
2008-07-30backlight: ensure platform_lcd on by defaultBen Dooks1-0/+2
2008-07-30sticore: don't activate unsupported GSC STI cards on HPPAHelge Deller1-1/+29
2008-07-30acpi cpufreq cleanup: move bailing out of function before locking the mutexThomas Renninger1-3/+3
2008-07-30cpufreq acpi: only call _PPC after cpufreq ACPI init funcs got called alreadyThomas Renninger2-2/+16
2008-07-30backlight: give platform_lcd the same name as the platform device.Ben Dooks1-1/+1
2008-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds3-9/+20
2008-07-28Merge branch 'for-linus' of git://git.o-hand.com/linux-mfdLinus Torvalds2-19/+21
2008-07-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds8-138/+204
2008-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds1-0/+1
2008-07-29lguest: use cpu capability accessorsAndrew Morton1-2/+2
2008-07-29lguest: fix switcher_page leak on unloadJohannes Weiner1-0/+1
2008-07-29lguest: Guest int3 fixRusty Russell1-7/+17
2008-07-29mfd: accept pure device as a parent, not only platform_deviceDmitry Baryshkov2-9/+9
2008-07-28sh7760fb: write colormap value to hardwareManuel Lauss1-0/+1
2008-07-28spi_s3c24xx: really assign busnumBen Dooks1-0/+1
2008-07-28mpc52xx_psc_spi: fix block transferLuotao Fu1-15/+7
2008-07-29mfd: add platform_data to mfd_cellMike Rapoport2-1/+5
2008-07-28Merge branch 'cpus4096-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds3-12/+5
2008-07-28ipwireless: fix compile failureJames Bottomley1-1/+1
2008-07-28PCI: add D3 power state avoidance quirkAlan Cox2-0/+17
2008-07-28PCI: fix bogus "'device' may be used uninitialized" warning in pci_slotMatthew Wilcox1-11/+7
2008-07-28PCI: add an option to allow ASPM enabled forciblyShaohua Li1-6/+14
2008-07-28PCI: disable ASPM on pre-1.1 PCIe devicesShaohua Li2-1/+15
2008-07-28PCI: disable ASPM per ACPI FADT settingShaohua Li2-0/+12
2008-07-28PCI MSI: Don't disable MSIs if the mask bit isn't supportedMatthew Wilcox1-3/+12
2008-07-28Merge branch 'linus' into cpus4096Ingo Molnar222-8361/+9990