aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-29Remove fs.h from mm.hAlexey Dobriyan4-0/+4
2007-07-27agp: AMD AGP is used on UP1100 & UP1500 alpha boxenAlan Hourihane1-1/+1
2007-07-27intel_agp: really fix 945/965GMEZhenyu Wang1-5/+12
2007-07-27agp: don't lock pagesNick Piggin3-5/+0
2007-07-27Fix "use after free" / "double free" bug in ati_create_gatt_pages / ati_free_gatt_pagesJesper Juhl1-7/+2
2007-07-26Char: cyclades, select FW_LOADERJiri Slaby1-0/+1
2007-07-26lguest: documentation VII: FIXMEsRusty Russell1-0/+3
2007-07-26lguest: documentation III: DriversRusty Russell1-3/+74
2007-07-26use CLOCKSOURCE_MASK() instead of too large constantAl Viro1-1/+1
2007-07-25Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds1-1/+7
2007-07-24[SPARC32]: Deal with rtc/sun_mostek_rtc conflict.Al Viro2-1/+26
2007-07-23ACPI: autoload modules - Create __mod_acpi_device_table symbol for all ACPI driversThomas Renninger1-1/+7
2007-07-22Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds3-0/+279
2007-07-22Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds3-9/+9
2007-07-22[POWERPC] init and exit markings for hvc_iseriesStephen Rothwell1-4/+4
2007-07-22[POWERPC] Quiet section mismatch in hvc_rtas.cStephen Rothwell1-1/+1
2007-07-22[POWERPC] hvcs: Make some things static and constStephen Rothwell1-4/+4
2007-07-21x86_64: Geode HW Random Number Generator depends on X86_32Yinghai Lu1-1/+1
2007-07-21x86_64: Untangle asm/hpet.h from asm/timex.hChris Wright1-1/+1
2007-07-21ps3: FLASH ROM Storage DriverGeert Uytterhoeven2-0/+442
2007-07-20[SPARC64]: Stop using drivers/char/rtc.cDavid S. Miller2-25/+7
2007-07-20Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6Linus Torvalds1-31/+39
2007-07-20Fix memory leak in tpm_binary_bios_measurements_open()Reiner Sailer1-3/+8
2007-07-20Pull ia64-clocksource into release branchTony Luck1-31/+39
2007-07-20[IA64] Convert to generic timekeeping/clocksourceTony Luck1-31/+39
2007-07-20Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds1-1/+1
2007-07-20Memory leak in tpm_ascii_bios_measurements_open()Jesper Juhl1-3/+8
2007-07-20m68k: remove empty ->setup is several consolesAl Viro2-14/+0
2007-07-20more isa/eisa/pci-only drivers marked as suchAl Viro1-2/+2
2007-07-20[ARM] 4495/1: iop: combined watchdog timer driver for iop3xx and iop13xxDan Williams3-0/+279
2007-07-20sh: Fix up SH-3 and SH-4 driver dependencies.Paul Mundt1-1/+1
2007-07-19random: fix bound check ordering (CVE-2007-3105)Matt Mackall1-2/+7
2007-07-19lguest: the console driverRusty Russell2-0/+103
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau15-35/+16
2007-07-19mbcs: Remove lots of global symbolsAlan Cox2-15/+15
2007-07-19unregister_chrdev(): ignore the return valueAkinobu Mita4-19/+4
2007-07-18xen: use the hvc console infrastructure for Xen consoleJeremy Fitzhardinge3-0/+168
2007-07-18zs: move to the serial subsystemMaciej W. Rozycki2-100/+0
2007-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds7-72/+502
2007-07-17drivers/*: mark variables with uninitialized_var()Jeff Garzik1-2/+2
2007-07-17mark a bunch of ISA|EISA|PCI drivers as suchAl Viro1-4/+4
2007-07-17Fix the graphic corruption issue on IA64 machinesizumi1-3/+5
2007-07-17vt: add comment for unbind_con_driver()Jesse Barnes1-2/+19
2007-07-17fbcon: allow fbcon to use the primary display driverAntonino A. Daplas1-4/+4
2007-07-17stallion: remove unneeded lock_kernelAlan Cox1-2/+0
2007-07-17Char: istallion, init+locking fixesIngo Korb1-7/+2
2007-07-17Char: stallion, remove user class report requestJiri Slaby1-3/+0
2007-07-17Char: Kconfig, mxser_new: remove experimental commentJiri Slaby1-2/+0
2007-07-17Char: vt, use ARRAY_SIZEJiri Slaby1-2/+1
2007-07-17Char: vt, use kzallocJiri Slaby1-2/+1