summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* drivers/char/: Spelling fixesJoe Perches2008-02-0310-11/+11
* [AUDIT] add session id to audit messagesEric Paris2008-02-011-5/+13
* [PATCH] switch audit_get_loginuid() to task_struct *Al Viro2008-02-011-2/+1Star
* unexport add_disk_randomnessAdrian Bunk2008-02-011-2/+0Star
* Merge branch 'linux-2.6'Paul Mackerras2008-01-3120-350/+2335
|\
| * x86: remove flush_agp_mappings()Ingo Molnar2008-01-302-6/+0Star
| * x86: cpa: move flush to cpaThomas Gleixner2008-01-303-9/+0Star
| * x86: convert CPA users to the new set_page_ APIArjan van de Ven2008-01-301-3/+3
| * rtc: use the IRQ callback interface in (old) RTC driverBernhard Walle2008-01-301-1/+14
| * x86: clean up drivers/char/rtc.cIngo Molnar2008-01-301-109/+129
| * x86: nuke a ton of dead hpet codeThomas Gleixner2008-01-301-75/+0Star
| * x86: assign IRQs to HPET timers, fixBalaji Rao2008-01-301-0/+6
| * x86: assign IRQs to HPET timersBalaji Rao2008-01-301-7/+38
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2008-01-257-38/+73
| |\
| | * [HWRNG] pasemi: Add missing wait argument to data_presentKamalesh Babulal2008-01-101-1/+1
| | * [HWRNG]: move status polling loop to data_present callbacksPatrick McHardy2008-01-107-37/+72
| * | kobject: convert hvcs to use kref, not kobjectGreg Kroah-Hartman2008-01-251-53/+25Star
| * | kobject: convert hvc_console to use kref, not kobjectGreg Kroah-Hartman2008-01-251-47/+33Star
| * | nozomi driverFrank Seidel2008-01-253-0/+2004
| * | drm/i915: add support for E7221 chipsetCarlos Martín2008-01-241-0/+1
| * | agp/intel: add support for E7221 chipsetCarlos Martín2008-01-241-2/+9
* | | Merge branch 'linux-2.6'Paul Mackerras2008-01-243-8/+27
|\| |
| * | Fix file references in documentation and KconfigJohann Felix Soden2008-01-221-1/+1
| * | TPM: fix suspend and resume failureDavid Smith2008-01-141-6/+6
| * | pl2303: Fix mode switching regressionAlan Cox2008-01-091-0/+19
| * | tty: fix logic change introduced by wait_event_interruptible_timeout()Cory T. Tusar2007-12-231-1/+1
* | | Merge branch 'linux-2.6'Paul Mackerras2007-12-213-579/+2Star
|\| |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2007-12-172-579/+0Star
| |\ \
| | * | tipar: remove obsolete moduleRomain Liévin2007-12-172-579/+0Star
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds2007-12-171-0/+2
| |\ \ \ | | |/ / | |/| |
| | * | [WATCHDOG] ipmi: add the standard watchdog timeout ioctlsCorey Minyard2007-11-281-0/+2
| | |/
* | | Merge branch 'linux-2.6'Paul Mackerras2007-12-102-7/+13
|\| |
| * | Pull apm-freeze-fix into release branchLen Brown2007-12-061-7/+8
| |\ \
| | * | Freezer: Fix APM emulation breakageRafael J. Wysocki2007-11-211-7/+8
| | |/
| * | gpio_cs5535: disable AUX on outputBen Gardner2007-12-051-0/+5
* | | Merge branch 'for-2.6.25' of git://git.kernel.org/pub/scm/linux/kernel/git/ol...Paul Mackerras2007-12-052-5/+4Star
|\ \ \ | |/ / |/| |
| * | [POWERPC] pasemi: Broaden specific references to 1682MOlof Johansson2007-11-302-5/+4Star
| |/
* | TPM: fix TIS device driver locality requestMarcel Selhorst2007-11-291-5/+5
* | allow LEGACY_PTYS to be set to 0Kay Sievers2007-11-281-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2007-11-271-3/+5
|\ \ | |/ |/|
| * Sonypi: use synchronize_irq instead of sycnronize_schedDmitry Torokhov2007-11-211-1/+1
| * sonypi: fit input devices into sysfs treeDmitry Torokhov2007-11-211-2/+4
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Linus Torvalds2007-11-151-3/+3
|\ \
| * | [NET] random : secure_tcp_sequence_number should not assume CONFIG_KTIME_SCALAREric Dumazet2007-11-141-3/+3
* | | rtc: fall back to requesting only the ports we actually useBjorn Helgaas2007-11-151-6/+30
* | | rtc: release correct region in error pathBjorn Helgaas2007-11-151-9/+11
* | | cm40x0_cs.c: fix debug macrosPascal Terjan2007-11-152-2/+2
|/ /
* | [TTY]: Fix network driver interactions with TCGET/SET calls.Alan Cox2007-11-071-66/+104
* | drm: DRM: fix memset size errorLi Zefan2007-11-061-1/+1
* | drm: remove remnants of DRM_COPY_FROM/TO_USER_IOCTLDave Airlie2007-11-062-11/+0Star