summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-core-v2-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-10-121-3/+3
|\
| * Merge branch 'linus' into x86/xenIngo Molnar2008-10-1219-13/+168
| |\
| * \ Merge branch 'core/xen' into x86/xenIngo Molnar2008-09-103-14/+18
| |\ \
| * \ \ Merge branch 'linus' into x86/xenIngo Molnar2008-08-255-8/+4Star
| |\ \ \
| * | | | xen: clean up domain mode predicatesJeremy Fitzhardinge2008-08-201-3/+3
* | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-10-1119-13/+168
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge phase #2 (PAT updates) of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2008-10-1116-8/+152
| |\ \ \ \
| | * \ \ \ Merge branch 'linus' into x86/pat2Ingo Molnar2008-10-101-2/+12
| | |\ \ \ \
| | * \ \ \ \ Merge commit 'v2.6.27-rc6' into x86/patIngo Molnar2008-09-147-22/+22
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | |
| | * | | | | linux-next: fix x86 tree build failureStephen Rothwell2008-08-251-1/+1
| | * | | | | agp: enable optimized agp_alloc_pages methodsRene Herman2008-08-2213-0/+30
| | * | | | | Merge branch 'x86/urgent' into x86/patIngo Molnar2008-08-2221-204/+315
| | |\ \ \ \ \ | | | | |_|/ / | | | |/| | |
| | * | | | | agp: add agp_generic_destroy_pages()Shaohua Li2008-08-213-8/+63
| | * | | | | agp: generic_alloc_pages()Shaohua Li2008-08-213-0/+59
| | * | | | | Revert "reduce tlb/cache flush times of agpgart memory allocation"Ingo Molnar2008-08-212-7/+1Star
| | * | | | | reduce tlb/cache flush times of agpgart memory allocationShaohua Li2008-08-152-1/+7
| * | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2008-10-101-0/+1
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge branch 'next' into for-linusJames Morris2008-10-101-0/+1
| | |\ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| | | * | | | | Merge branch 'master' into nextJames Morris2008-09-221-9/+10
| | | |\ \ \ \ \ | | | | | |_|/ / | | | | |/| | |
| | | * | | | | securityfs: do not depend on CONFIG_SECURITYEric Paris2008-08-281-0/+1
| * | | | | | | block: don't depend on consecutive minor spaceTejun Heo2008-10-091-3/+3
| |/ / / / / /
| * | / / / / kgdboc,tty: Fix tty polling search to use name correctlyJason Wessel2008-09-261-2/+12
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sp...David S. Miller2008-09-163-14/+18
|\| | | | |
| * | | | | drivers/char/random.c: fix a race which can lead to a bogus BUG()Andrew Morton2008-09-031-9/+10
| |/ / / /
| * | | | tty: Fix termios tty window resize race with pty/tty pairAlan Cox2008-08-271-3/+4
| * | | | tty: TIOCGSOFTCAR/SSOFTCAR on pty is wronAlan Cox2008-08-271-2/+4
| | |_|/ | |/| |
* | | | sparc: Annotate of_device_id arrays with const or __initdata.David S. Miller2008-08-311-1/+1
* | | | sparc32: Convert PC RTC probing to pure OF driver.David S. Miller2008-08-301-13/+17
|/ / /
* | | removed unused #include <linux/version.h>'sAdrian Bunk2008-08-233-3/+0Star
* | | drivers/char/ipmi/ipmi_si_intf.c:default_find_bmc(): fix leakAndrew Morton2008-08-211-5/+3Star
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-08-191-0/+1
|\ \ \ | |_|/ |/| |
| * | nf_nat: use secure_ipv4_port_ephemeral() for NAT port randomizationStephen Hemminger2008-08-191-0/+1
* | | removed unused #include <version.h>Huang Weiyi2008-08-173-3/+0Star
* | | tty: remove resize window special caseAlan Cox2008-08-153-53/+105
|/ /
* | crypto: padlock - fix VIA PadLock instruction usage with irq_ts_save/restore()Suresh Siddha2008-08-131-0/+8
* | drivers/char/rtc.c: removed duplicated includeHuang Weiyi2008-08-131-1/+0Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2008-08-121-3/+2Star
|\ \
| * | fix spinlock recursion in hvc_consoleChristian Borntraeger2008-08-121-3/+2Star
| |/
* | agp: fix SIS 5591/5592 wrong PCI idKrzysztof Helt2008-08-121-1/+1
* | intel/agp: rewrite GTT on resumeKeith Packard2008-08-124-0/+38
* | agp: use dev_printk when possibleBjorn Helgaas2008-08-1211-134/+141
* | amd64-agp: run fallback when no bridges found, not when driver registration f...Bjorn Helgaas2008-08-121-2/+13
* | intel_agp: official name for GM45 chipsetZhenyu Wang2008-08-121-7/+7
|/
* Fix race/oops in tty layer after BKL pushdownChristian Borntraeger2008-08-111-1/+1
* Merge branch 'for-linus-merged' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-08-082-2/+2
|\
| * Merge Linus' latest into masterRussell King2008-08-084-1174/+2Star
| |\
| * | [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King2008-08-072-2/+2
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixesRussell King2008-08-0715-219/+237
| |\ \
| * | | [ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King2008-08-072-2/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-08-084-17/+0Star
|\ \ \ \ | |_|_|/ |/| | |