summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
...
* | Char: mxser_new, upgrade to 1.10Jiri Slaby2007-10-181-8/+24
* | sysctl: simplify the pty sysctl logicEric W. Biederman2007-10-181-1/+23
* | PM: Move definition of struct pm_ops to suspend.hRafael J. Wysocki2007-10-181-1/+1
* | tty_ioctl: fix the baud_table check in encode_baud_rateMaciej W. Rozycki2007-10-181-3/+8
* | Remove CONFIG_VT_UNICODEJan Engelhardt2007-10-182-22/+1
|/
* Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-x86Linus Torvalds2007-10-171-5/+6
|\
| * x86: Create clflush() inline, remove hardcoded wbinvdH. Peter Anvin2007-10-171-5/+6
* | Merge branch 'xen-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2007-10-171-1/+1
|\ \ | |/ |/|
| * paravirt: refactor struct paravirt_ops into smaller pv_*_opsJeremy Fitzhardinge2007-10-161-1/+1
* | drivers/char/ip2: fix used-uninit'd bugJeff Garzik2007-10-171-5/+1
* | lp_console: cleanupsPavel Machek2007-10-171-9/+8
* | HVC console is also used by iSeries, so add that to HVC_DRIVER help.Rusty Russell2007-10-171-1/+1
* | Delay creation of khcvd threadRusty Russell2007-10-172-18/+42
* | tty: expose new methods needed for drivers to get termios rightAlan Cox2007-10-171-10/+72
* | add CONFIG_VT_UNICODEBill Nottingham2007-10-175-5/+26
* | n_hdlc.c: fix check-after-useAdrian Bunk2007-10-171-1/+1
* | mxser: Remove use of dead TTY_FLIPBUF_SIZE definitionAlan Cox2007-10-171-2/+1
* | unicode diacritics supportSamuel Thibault2007-10-174-19/+86
* | Tweak /proc/ipmi removalAlexey Dobriyan2007-10-171-1/+1
* | tpm: pay attention to IRQ info from PNPBjorn Helgaas2007-10-171-9/+13
* | drivers/char/ip2/ip2main.c: kmalloc + memset conversion to kzallocMariusz Kozlowski2007-10-171-3/+2
* | drivers/char/consolemap.c: kmalloc + memset conversion to kzallocMariusz Kozlowski2007-10-171-2/+1
* | epca.c: reformat comments and coding style improvementsAlexey Dobriyan2007-10-171-1409/+1202
* | convert ill defined log2() to ilog2()Fengguang Wu2007-10-173-14/+7
* | Clean up duplicate includes in drivers/char/Jesper Juhl2007-10-173-6/+0
* | oom: move prototypes to appropriate header fileDavid Rientjes2007-10-171-0/+1
* | mm: bdi init hooksPeter Zijlstra2007-10-171-0/+5
* | video gfx: merge kconfig menusRandy Dunlap2007-10-163-6/+2
* | vt/vgacon: Check if screen resize request comes from userspaceAntonino A. Daplas2007-10-162-6/+22
* | radeon_driver_vblank_do_wait() staticAdrian Bunk2007-10-161-2/+2
* | Memoryless nodes: Uncached allocator updatesChristoph Lameter2007-10-161-1/+1
* | remove ZERO_PAGENick Piggin2007-10-161-108/+17
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2007-10-151-457/+0
|\ \
| * \ Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov2007-10-12104-711/+2997
| |\ \ | | |/
| * | Input: remove ec3104_keyb driverDmitry Torokhov2007-09-041-457/+0
* | | Merge branch 'agp-patches' of master.kernel.org:/pub/scm/linux/kernel/git/air...Linus Torvalds2007-10-157-34/+50
|\ \ \
| * | | fix use after free in amd create gatt pagesJesper Juhl2007-10-151-7/+2
| * | | AGP fix race condition between unmapping and freeing pagesDave Airlie2007-10-156-27/+48
* | | | via invalid device ids removalXavier Bachelot2007-10-151-2/+0
* | | | radeon: Commit the ring after each partial texture upload blit.chaohong guo2007-10-151-1/+3
* | | | i915: fix vbl swap allocation size.Dave Airlie2007-10-151-1/+1
* | | | drm: Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE.Eric Anholt2007-10-1545-2146/+1489
* | | | drm: remove XFREE86_VERSION macros.Dave Airlie2007-10-153-42/+1
* | | | drm: Replace filp in ioctl arguments with drm_file *file_priv.Eric Anholt2007-10-1543-661/+603
* | | | drm: Remove DRM_ERR OS macro.Eric Anholt2007-10-1531-475/+474
|/ / /
* | | signedness: module_param_array nump argumentAl Viro2007-10-141-9/+9
* | | long vs. unsigned long - low-hanging fruits in driversAl Viro2007-10-144-5/+5
* | | synclink_gt endianness annotationsAl Viro2007-10-141-4/+4
* | | mpc5200_wdt: __user annotationsAl Viro2007-10-141-1/+1
| |/ |/|
* | PTY: add kernel parameter to overwrite legacy pty countKay Sievers2007-10-121-2/+7
OpenPOWER on IntegriCloud