summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
2010-04-23agp: use scratch page on memory remove and at GATT creation V4Jerome Glisse9-4/+44
2010-04-20agp/intel: put back check that we have a driver for the bridge.Dave Airlie1-0/+8
2010-04-20Merge remote branch 'anholt/drm-intel-next' of /home/airlied/kernel/drm-next ...Dave Airlie5-1858/+1856
2010-04-19agp/intel-gtt: kill previous_size assignmentsDaniel Vetter1-8/+5
2010-04-19agp/intel-gtt: kill intel_i830_tlbflushDaniel Vetter1-16/+0
2010-04-19agp/intel: split out gmch/gtt probe, part 1Daniel Vetter1-29/+44
2010-04-19agp/intel: kill mutli_gmch_chipDaniel Vetter1-55/+52
2010-04-19agp/intel: uncoditionally reconfigure driver on resumeDaniel Vetter1-16/+1
2010-04-19agp/intel: split out the GTT supportDaniel Vetter2-1523/+1537
2010-04-19agp/intel: introduce intel-agp.h header fileDaniel Vetter4-235/+241
2010-04-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus Torvalds1-3/+0
2010-04-08hvc_console: Fix race between hvc_close and hvc_removeAnton Blanchard1-4/+0
2010-04-08virtio: disable multiport console support.Michael S. Tsirkin1-8/+41
2010-04-08virtio: console makes incorrect assumption about virtio APIRusty Russell1-7/+3
2010-04-08virtio: console: Fix early_put_chars usageFrançois Diakhaté1-3/+3
2010-04-07frv: hide uncached_access() when pgprot_noncached is not #definedDavid Howells1-0/+2
2010-04-07/dev/mem: allow rewindingEric Dumazet1-5/+0
2010-04-07vfs: rename block_fsync() to blkdev_fsync()Andrew Morton1-1/+1
2010-04-07raw: fsync method is now requiredAnton Blanchard1-0/+1
2010-04-07devmem: handle class_create() failureAnton Blanchard1-0/+3
2010-04-07mxser: spin_lock() => spin_lock_irq()Dan Carpenter1-3/+3
2010-04-07drivers/char/amiserial.c: add missing local_irq_restoreJulia Lawall1-2/+2
2010-04-05Merge branch 'master' into export-slabhTejun Heo1-0/+2
2010-04-03tty: release_one_tty() forgets to put pidsOleg Nesterov1-0/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo55-14/+44
2010-03-25agp/intel: intel_845_driver is an agp driver!Daniel Vetter1-3/+0
2010-03-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus Torvalds1-3/+31
2010-03-22virtio: console: Check if port is valid in resize_consoleAmit Shah1-0/+4
2010-03-22virtio: console: Generate a kobject CHANGE event on adding 'name' attributeAmit Shah1-2/+9
2010-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds4-33/+43
2010-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-0/+10
2010-03-19tty_port,usb-console: Fix usb serial console open/close regressionJason Wessel1-1/+1
2010-03-19tty_buffer: Fix distinct type warningFang Wenqi1-2/+2
2010-03-19hvc_console: Fix race between hvc_close and hvc_removeAmit Shah1-10/+21
2010-03-19Revert "tty: Add a new VT mode which is like VT_PROCESS but doesn't require a...Greg Kroah-Hartman1-20/+19
2010-03-19sysfs: fix sysfs lockdep warning in ipmi codeGreg Kroah-Hartman1-0/+10
2010-03-19agp/intel: Don't do the chipset flush on Sandybridge.Eric Anholt1-2/+7
2010-03-19agp/intel: Respect the GTT size on Sandybridge for scratch page setup.Eric Anholt1-1/+24
2010-03-18hpet: use for_each_set_bit()Akinobu Mita1-3/+1
2010-03-14Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2010-03-13x86, k8 nb: Fix boot crash: enable k8_northbridges unconditionally on AMD sys...Borislav Petkov1-1/+1
2010-03-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds11-789/+10
2010-03-13drivers/char/mmtimer.c: eliminate useless codeJulia Lawall1-1/+1
2010-03-13ldisc n_tty: add new method n_tty_inherit_ops()Rodolfo Giometti1-0/+17
2010-03-13ipmi: fix slave_addrs setting to actually workBela Lubkin1-2/+3
2010-03-13ipmi: add parameter to limit CPU usage in kipmidMartin Wilck1-2/+64
2010-03-13copy_signal() cleanup: clean tty_audit_fork()Veaceslav Falico1-1/+0
2010-03-13drivers/char/mem.c: cleanupsAndrew Morton1-102/+102
2010-03-13/dev/mem: dont allow seek to last pageWu Fengguang1-6/+13
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina11-789/+10