summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
...
* | | | [PATCH] Kconfig fix (sparc32 drivers/char dependencies)Al Viro2005-08-231-3/+3
* | | | [PATCH] Kconfig fix (m32r genrtc)Al Viro2005-08-231-1/+1
* | | | [PATCH] Kconfig fix (epca on 64bit)Al Viro2005-08-231-1/+1
|/ / /
* | | Fix up mmap of /dev/kmemLinus Torvalds2005-08-131-4/+8
* | | [PATCH] i8xx_tco.c: arm watchdog only when startedWim Van Sebroeck2005-08-091-13/+28
* | | [PATCH] tpm_infineon: Support for new TPM 1.2 and PNPACPIMarcel Selhorst2005-08-052-44/+113
* | | [PATCH] rtc: msleep() cannot be used from interruptPetr Vandrovec2005-08-051-2/+5
* | | [PATCH] ARM: 2833/2: Remove support for WDIOF_MAGICCLOSE from sa1100-wdtIan Campbell2005-08-031-39/+10
| |/ |/|
* | [PATCH] agp: restore APBASE after setting APSIZEMatthew Garrett2005-07-292-3/+10
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2005-07-292-83/+67
|\ \
| * | Input: check keycodesize when adjusting keymapsVojtech Pavlik2005-07-241-2/+2
| * | Merge rsync://www.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov2005-07-1160-424/+6530
| |\|
| * | Input: make name, phys and uniq be 'const char *' because onceDmitry Torokhov2005-06-301-22/+2
| * | Sonypi: make sure that input_work is not running when unloadingDmitry Torokhov2005-06-301-59/+63
* | | [PATCH] clean up inline static vs static inlineJesper Juhl2005-07-271-1/+1
* | | [PATCH] turn many #if $undefined_string into #ifdef $undefined_stringOlaf Hering2005-07-273-8/+8
* | | [PATCH] ppc64: tpm_infineon build fixAndrew Morton2005-07-271-2/+2
* | | [PATCH] tpm: Support for Infineon TPMMarcel Selhorst2005-07-273-1/+479
* | | [PATCH] ppc64: genrtc build fixAndrew Morton2005-07-271-1/+1
* | | [PATCH] consolidate CONFIG_WATCHDOG_NOWAYOUT handlingAndrey Panin2005-07-2730-174/+30
* | | [PATCH] drm: via: fix sparse warningsAlexey Dobriyan2005-07-277-18/+23
* | | [PATCH] watchdog: add missing 0x in alim1535_wdt.cRolf Eike Beer2005-07-271-1/+1
* | | [PATCH] softdog build fixAndrew Morton2005-07-261-1/+1
* | | [PATCH] eurotechwdt build fixAndrew Morton2005-07-261-1/+1
* | | [PATCH] pcwd.c: Call kernel_power_off not machine_power_offEric W. Biederman2005-07-261-2/+2
* | | [PATCH] In hangcheck-timer.c call emergency_restart()Eric W. Biederman2005-07-261-1/+1
* | | [PATCH] Fix watchdog drivers to call emergency_reboot()Eric W. Biederman2005-07-264-4/+4
* | | [PATCH] Update sysrq-B to use emergency_restart()Eric W. Biederman2005-07-261-1/+1
* | | [PATCH] rocket.c: Fix ldisc ref count handlingMichal Ostrowski2005-07-151-1/+2
* | | [PATCH] vt.c build fixNishanth Aravamudan2005-07-151-1/+1
* | | [PATCH] TB0219: add PCI IRQ initializationYoichi Yuasa2005-07-121-0/+19
| |/ |/|
* | drm: fix stupid missing semicolon.Dave Airlie2005-07-101-1/+1
* | Merge head 'drm-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/airlied...Linus Torvalds2005-07-0925-194/+146
|\ \
| * | drm: wrap config.h include in a ifdef KERNELDave Airlie2005-07-071-0/+2
| * | drm: misc cleanupDave Airlie2005-07-0723-178/+135
| * | drm: use kcalloc now that it is available..Dave Airlie2005-07-072-14/+7
| * | drm: ctx release can happen before dev->ctxlist is allocatedDave Airlie2005-07-071-1/+1
| * | drm: fix minor issues caused by core conversionDave Airlie2005-07-071-1/+1
* | | Merge head 'drm-3264' of master.kernel.org:/pub/scm/linux/kernel/git/airlied/...Linus Torvalds2005-07-0910-0/+628
|\ \ \
| * | | drm: add 32/64 support for MGA/R128/i915Dave Airlie2005-07-0710-0/+628
| |/ /
* | | Merge head 'drm-via' of master.kernel.org:/pub/scm/linux/kernel/git/airlied/d...Linus Torvalds2005-07-0917-0/+5345
|\ \ \
| * | | Merge ../linux-2.6/Dave Airlie2005-07-0713-27/+29
| |\| |
| * | | drm: Add via unichrome supportDave Airlie2005-06-2817-0/+5345
* | | | [PATCH] pcmcia: remove references to pcmcia/version.hDominik Brodowski2005-07-071-1/+0
* | | | [PATCH] pcmcia: move event handlerDominik Brodowski2005-07-071-5/+1
* | | | [PATCH] mostly_read data sectionChristoph Lameter2005-07-071-1/+1
* | | | [PATCH] tty output lossage fixRoman Zippel2005-07-071-18/+15
* | | | [PATCH] hvc_console: Use hvc_get_chars in hvsi codeMilton Miller2005-07-071-5/+3
* | | | [PATCH] hvc_console: Separate the NUL character filtering from get_hvc_charsMilton Miller2005-07-071-1/+23
* | | | [PATCH] hvc_console: Register ops when setting up hvc_consoleMilton Miller2005-07-072-10/+20