summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | intel-gtt: maximize ggtt size on platforms that support thisDaniel Vetter2010-10-272-29/+81
| * | | | | | | | | | | | intel-gtt: save PGETBL_CTL later in the setup processDaniel Vetter2010-10-271-7/+7
* | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2011-01-102-2/+23
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into nextJames Morris2011-01-1017-38/+216
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | key: add tpm_send commandMimi Zohar2010-11-291-0/+16
| * | | | | | | | | | | | | | tpm: add module_put wrapperMimi Zohar2010-11-292-2/+7
| | |_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-01-101-4/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | ipmi: explicitly include of_address.h and of_irq.hRob Herring2011-01-041-0/+2
| * | | | | | | | | | | | | | of: Fixes for OF probing on little endian systemsRob Herring2011-01-031-4/+4
| | |_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | headers: kobject.h reduxAlexey Dobriyan2011-01-101-1/+0
| |_|/ / / / / / / / / / / |/| | | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-01-071-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | random: Use this_cpu_inc_returnChristoph Lameter2010-12-171-1/+1
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2011-01-076-8/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | tpm: don't use flush_scheduled_work()Tejun Heo2010-12-241-2/+2
| * | | | | | | | | | | | | sonypi: don't use flush_scheduled_work()Tejun Heo2010-12-241-1/+1
| * | | | | | | | | | | | | hvsi: don't use flush_scheduled_work()Tejun Heo2010-12-241-2/+2
| * | | | | | | | | | | | | pcmcia/ipwireless: don't use flush_scheduled_work()Tejun Heo2010-12-243-3/+4
| | |/ / / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-01-076-3/+146
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | ip2: fix compiler warning on ip2main_pci_tblNamhyung Kim2010-12-101-1/+1
| * | | | | | | | | | | | specialix: fix compiler warning on specialix_pci_tblNamhyung Kim2010-12-101-1/+1
| * | | | | | | | | | | | rocket: fix compiler warning on rocket_pci_idsNamhyung Kim2010-12-101-1/+1
| * | | | | | | | | | | | drivers: char: hvc: add arm JTAG DCC console supportDaniel Walker2010-11-303-0/+143
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'x86-amd-nb-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-01-061-17/+16
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | |
| * | | | | | | | | | | x86, amd-nb: Cleanup AMD northbridge caching codeHans Rosenfeld2010-11-181-15/+14
| * | | | | | | | | | | x86, amd-nb: Complete the rename of AMD NB and related codeHans Rosenfeld2010-11-181-16/+16
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
* | | | | | | | | | | RAMOOPS: Don't overflow over non-allocated regionsAhmed S. Darwish2010-12-281-5/+7
| |_|_|_|_|_|_|_|/ / |/| | | | | | | | |
* | | | | | | | | | agp/intel: Fix missed cached memory flags setting in i965_write_entry()Chris Wilson2010-12-141-2/+9
| |_|_|/ / / / / / |/| | | | | | | |
* | | | | | | | | agp/intel: Fix wrong kunmap in i830_cleanup()Takashi Iwai2010-12-051-2/+4
| |_|_|_|_|_|/ / |/| | | | | | |
* | | | | | | | tpm: Autodetect itpm devicesMatthew Garrett2010-11-301-0/+24
| |_|/ / / / / |/| | | | | |
* | | | | | | Char: virtio_console, fix memory leakJiri Slaby2010-11-241-28/+9
| |_|_|_|/ / |/| | | | |
* | | | | | BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-1711-11/+0
|/ / / / /
* | | | | Fix gcc 4.5.1 miscompiling drivers/char/i8k.c (again)Jim Bos2010-11-151-4/+4
| |_|/ / |/| | |
* | | | Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/...Linus Torvalds2010-11-131-1/+2
|\ \ \ \
| * | | | pcmcia: fix warning in synclink driverAndres Salomon2010-11-101-0/+1
| * | | | pcmcia/cm4000: fix error codeNicolas Kaiser2010-11-101-1/+2
| |/ / /
* | | | i8k: Tell gcc that *regs gets clobberedJim Bos2010-11-131-2/+3
* | | | Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2010-11-123-2/+1
|\ \ \ \
| * | | | amiserial: Remove unused variable icountGeert Uytterhoeven2010-11-111-1/+0
| * | | | nozomi: Fix warning from the previous TIOCGCOUNT changesAlan Cox2010-11-091-1/+0
| * | | | tty: fix warning in synclink driverAndres Salomon2010-11-091-0/+1
| |/ / /
* | | | Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Dave Airlie2010-11-091-3/+3
|\ \ \ \ | |/ / / |/| | |
| * | | agp/intel: fix cache control for sandybridgeZhenyu Wang2010-11-041-2/+2
| * | | agp/intel: restore cache behavior on sandybridgeZhenyu Wang2010-11-041-1/+1
| |/ /
* | | TTY: move .gitignore from drivers/char/ to drivers/tty/vt/Greg Kroah-Hartman2010-11-051-2/+0
* | | TTY: create drivers/tty/vt and move the vt code thereGreg Kroah-Hartman2010-11-0510-10131/+0
* | | TTY: create drivers/tty and move the tty core files thereGreg Kroah-Hartman2010-11-0514-15485/+1
* | | audit: Call tty_audit_push_task() outside preempt disabledThomas Gleixner2010-10-301-10/+28
* | | parisc-agp: fix missing slab.h includeKyle McMartin2010-10-291-0/+1
* | | Merge branch 'stable/xen-pcifront-0.8.2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2010-10-281-33/+65
|\ \ \
| * | | xen: make hvc_xen console work for dom0.Jeremy Fitzhardinge2010-10-221-33/+65
OpenPOWER on IntegriCloud