aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-05-08Use stop_machine_run in the Intel RNG driverPrarit Bhargava1-97/+122
2007-05-08drivers/char/hvc_console.c: cleanupsAdrian Bunk1-7/+5
2007-05-08ipmi: add pci remove handlingCorey Minyard1-0/+3
2007-05-08ipmi: add new IPMI nmi watchdog handlingCorey Minyard1-42/+94
2007-05-08ipmi: allow shared interruptsCorey Minyard1-35/+89
2007-05-08ipmi: add powerpc openfirmware sensingCorey Minyard1-0/+108
2007-05-07Merge branch 'drm-patches' of master.kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds20-196/+349
2007-05-07rename TANBAC TB0219 configYoichi Yuasa2-3/+3
2007-05-07tty_register_driver: only allocate tty instances when definedAndy Whitcroft1-3/+2
2007-05-05Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds1-9/+4
2007-05-04Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-57/+44
2007-05-04Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds7-7/+3
2007-05-04Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgartLinus Torvalds7-154/+193
2007-05-02PCI: Convert to alloc_pci_dev()Michael Ellerman2-2/+2
2007-05-02PCI: Cleanup the includes of <linux/pci.h>Jean Delvare5-5/+1
2007-05-02[PATCH] x86: fix amd64-agp aperture validationJan Beulich1-9/+4
2007-05-01Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov51-1739/+354
2007-04-30Merge branch 'for-2.6.22' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds7-24/+46
2007-04-30Merge branch 'linux-2.6' into for-2.6.22Paul Mackerras5-90/+45
2007-04-30[POWERPC] remove kernel module option for booke wdtDave Jiang1-1/+1
2007-04-29Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds1-10/+43
2007-04-28Pull sony into release branchLen Brown1-10/+43
2007-04-28sonypi: use mutex instead of semaphoreMatthias Kaehlcke1-10/+10
2007-04-28sonypi: try to detect if sony-laptop has already taken one of the known ioportsmalattia@linux.it1-0/+27
2007-04-28sonypi: suggest sonypi users to try sony-laptop insteadmalattia@linux.it1-0/+6
2007-04-27[POWERPC] Rename get_property to of_get_property: partial driversStephen Rothwell3-4/+4
2007-04-26[AGPGART] sworks-agp: Switch to PCI ref counting APIsAlan Cox1-10/+13
2007-04-26[AGPGART] Nvidia AGP: Use refcount aware PCI interfacesAlan Cox1-3/+6
2007-04-26[AGPGART] Fix sparse warning in sgi-agp.cDave Jones1-3/+2
2007-04-26[AGPGART] Intel-agp adjustmentsJan Beulich1-5/+3
2007-04-26[AGPGART] Move [un]map_page_into_agp into asm/agp.hJan Beulich1-22/+0
2007-04-26[AGPGART] Add missing calls to global_flush_tlb() to ali-agpJan Beulich1-0/+2
2007-04-26[AGPGART] prevent probe collision of sis-agp and amd64_agpOliver Neukum1-111/+167
2007-04-26Revert "[POWERPC] Rename get_property to of_get_property: drivers"Paul Mackerras6-7/+7
2007-04-25[NET]: random functions can use nsec resolution instead of usecEric Dumazet1-23/+13
2007-04-25[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo1-1/+1
2007-04-25[TCP/DCCP/RANDOM]: Remove unused exports.Adrian Bunk1-2/+0
2007-04-26drm/i915: Add 965GM pci id updateWang Zhenyu2-1/+3
2007-04-24Char: mxser, fix TIOCMIWAITJiri Slaby1-34/+14
2007-04-24Char: mxser_new, fix TIOCMIWAITJiri Slaby1-29/+9
2007-04-24Char: mxser_new, fix recursive lockingJan Yenya Kasprzak1-0/+7
2007-04-24[POWERPC] Remove old interface find_path_deviceStephen Rothwell1-2/+5
2007-04-24[POWERPC] hvc_console: Typo fixeswill schmidt1-9/+9
2007-04-24[POWERPC] hvc_console: Polling mode timer backoffWill Schmidt1-6/+25
2007-04-17fix bogon in /dev/mem mmap'ing on nommuBenjamin Herrenschmidt1-1/+1
2007-04-13[POWERPC] Rename get_property to of_get_property: driversStephen Rothwell6-7/+7
2007-04-13[POWERPC] Rename prom_n_size_cells to of_n_size_cellsStephen Rothwell1-1/+1
2007-04-13[POWERPC] Rename prom_n_addr_cells to of_n_addr_cellsStephen Rothwell1-1/+1
2007-04-12Input: keyboard handler - use printk_ratelimit()Dmitry Torokhov1-1/+1
2007-04-12Input: rework handle creation codeDmitry Torokhov1-8/+20