summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* 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/+2
| |\
| * | [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/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge branch 'for-jeff' of git://git.kernel.org/pub/scm/linux/kernel/git/chri...Jeff Garzik2008-08-074-17/+0
| |\ \ \ | | |_|/ | |/| |
| | * | Remove bogus dosyncppp variable from synclink drivers.Krzysztof HaƂasa2008-07-234-17/+0
* | | | powerpc/iseries: remove the old viocons driverStephen Rothwell2008-08-073-1169/+1
* | | | iSeries: Fix up viotty_ioctl BKL locking falloutLinus Torvalds2008-08-061-1/+1
* | | | m68k/amiserial: fix fallout of tty break handling reworkGeert Uytterhoeven2008-08-061-1/+1
* | | | Remove bogons from the iSeries consoleAlan Cox2008-08-061-4/+0
|/ / /
* | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds2008-08-042-2/+2
|\ \ \
| * | | powerpc: Move include files to arch/powerpc/include/asmStephen Rothwell2008-08-042-2/+2
* | | | vt: Deadlock workaroundAlan Cox2008-08-041-2/+0
* | | | drivers/char/efirtc.c: removed duplicated #includeHuang Weiyi2008-08-041-1/+0
|/ / /
* | | try harder to load tty ldisc driverEugeniy Meshcheryakov2008-08-011-1/+1
* | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2008-07-301-2/+2
|\ \ \
| * | | ipmi/powerpc: Use linux/of_{device,platform}.h instead of asmStephen Rothwell2008-07-301-2/+2
* | | | Char: mxser, ratelimit ioctl warningJiri Slaby2008-07-301-2/+4
|/ / /
* | | ipwireless: fix compile failureJames Bottomley2008-07-281-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2008-07-281-3/+3
|\ \ \
| * | | stop_machine: Wean existing callers off stop_machine_run()Rusty Russell2008-07-281-3/+3
* | | | ipwireless: Preallocate received packet buffers with MRU sizeDavid Sterba2008-07-283-1/+8
* | | | ipwireless: Put packets to pool startDavid Sterba2008-07-281-2/+2
* | | | ipwireless: Increase PPP outgoing queue sizeDavid Sterba2008-07-282-3/+5
* | | | ipwireless: Explicitly request io and mem regionsDavid Sterba2008-07-282-34/+50
* | | | ipwireless: Constify buffer variablesDavid Sterba2008-07-283-14/+16
* | | | ipwireless: Do not return value from sending funcsDavid Sterba2008-07-281-12/+3
* | | | ipwireless: Remove endian-dependent bitfieldsDavid Sterba2008-07-281-13/+38
* | | | ipwireless: Glue splitted printk strings backDavid Sterba2008-07-282-18/+12
* | | | ipwireless: Remove pt_regs from interrupt handlerDavid Sterba2008-07-282-2/+2
* | | | ipwireless: Rename spinlock variables to lockDavid Sterba2008-07-282-71/+71
* | | | ipwireless: Remove unused definesDavid Sterba2008-07-282-11/+7
* | | | ipwireless: Misc cleanupsDavid Sterba2008-07-281-32/+18
| |_|/ |/| |
* | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-07-271-3/+3
|\ \ \ | |/ / |/| |
| * | Merge branch 'for_rmk_13' of git://git.mnementh.co.uk/linux-2.6-imRussell King2008-07-265-39/+103
| |\ \
| * | | [ARM] fix nwflash.c: 6ee8928d94841aa764aeaf645ad16daff811dc26Russell King2008-07-261-3/+3
* | | | m68k: gs: use tty_port fixesGeert Uytterhoeven2008-07-262-55/+56
| |/ / |/| |
* | | dsp56k: Fix BKL pushdownGeert Uytterhoeven2008-07-261-2/+2
* | | drivers/char/rtc.c: make 2 functions staticAdrian Bunk2008-07-261-2/+3
* | | tpm: Use correct data types for sizes in tpm_write() and tpm_read()Michael Halcrow2008-07-261-2/+2
* | | tpm: increase size of internal TPM response buffersMarcin Obara2008-07-261-31/+93
* | | tpm_bios.c: make 2 structs staticAdrian Bunk2008-07-261-2/+2
* | | tpm: add support for Broadcom TPM TIS device HIDLE DISEZ Erwan2008-07-261-0/+1
|/ /
* | Merge git://git.infradead.org/embedded-2.6Linus Torvalds2008-07-253-3/+11
|\ \
| * | Make console charset translation optionalDavid Woodhouse2008-06-043-3/+11
* | | unexport proc_clear_ttyAdrian Bunk2008-07-251-1/+0
* | | Char: mxser, various cleanupsJiri Slaby2008-07-251-20/+4
* | | Char: mxser, remove predefined isa supportJiri Slaby2008-07-251-40/+27
OpenPOWER on IntegriCloud