aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King2-2/+2
2008-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixesRussell King15-219/+237
2008-08-07[ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King2-2/+2
2008-08-04Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds2-2/+2
2008-08-04vt: Deadlock workaroundAlan Cox1-2/+0
2008-08-04drivers/char/efirtc.c: removed duplicated #includeHuang Weiyi1-1/+0
2008-08-04powerpc: Move include files to arch/powerpc/include/asmStephen Rothwell2-2/+2
2008-08-01try harder to load tty ldisc driverEugeniy Meshcheryakov1-1/+1
2008-07-30Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-2/+2
2008-07-30Char: mxser, ratelimit ioctl warningJiri Slaby1-2/+4
2008-07-30ipmi/powerpc: Use linux/of_{device,platform}.h instead of asmStephen Rothwell1-2/+2
2008-07-28ipwireless: fix compile failureJames Bottomley1-1/+1
2008-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds1-3/+3
2008-07-28ipwireless: Preallocate received packet buffers with MRU sizeDavid Sterba3-1/+8
2008-07-28ipwireless: Put packets to pool startDavid Sterba1-2/+2
2008-07-28ipwireless: Increase PPP outgoing queue sizeDavid Sterba2-3/+5
2008-07-28ipwireless: Explicitly request io and mem regionsDavid Sterba2-34/+50
2008-07-28ipwireless: Constify buffer variablesDavid Sterba3-14/+16
2008-07-28ipwireless: Do not return value from sending funcsDavid Sterba1-12/+3
2008-07-28ipwireless: Remove endian-dependent bitfieldsDavid Sterba1-13/+38
2008-07-28ipwireless: Glue splitted printk strings backDavid Sterba2-18/+12
2008-07-28ipwireless: Remove pt_regs from interrupt handlerDavid Sterba2-2/+2
2008-07-28ipwireless: Rename spinlock variables to lockDavid Sterba2-71/+71
2008-07-28ipwireless: Remove unused definesDavid Sterba2-11/+7
2008-07-28ipwireless: Misc cleanupsDavid Sterba1-32/+18
2008-07-28stop_machine: Wean existing callers off stop_machine_run()Rusty Russell1-3/+3
2008-07-27Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-3/+3
2008-07-26m68k: gs: use tty_port fixesGeert Uytterhoeven2-55/+56
2008-07-26Merge branch 'for_rmk_13' of git://git.mnementh.co.uk/linux-2.6-imRussell King5-39/+103
2008-07-26dsp56k: Fix BKL pushdownGeert Uytterhoeven1-2/+2
2008-07-26drivers/char/rtc.c: make 2 functions staticAdrian Bunk1-2/+3
2008-07-26tpm: Use correct data types for sizes in tpm_write() and tpm_read()Michael Halcrow1-2/+2
2008-07-26tpm: increase size of internal TPM response buffersMarcin Obara1-31/+93
2008-07-26tpm_bios.c: make 2 structs staticAdrian Bunk1-2/+2
2008-07-26tpm: add support for Broadcom TPM TIS device HIDLE DISEZ Erwan1-0/+1
2008-07-26[ARM] fix nwflash.c: 6ee8928d94841aa764aeaf645ad16daff811dc26Russell King1-3/+3
2008-07-25Merge git://git.infradead.org/embedded-2.6Linus Torvalds3-3/+11
2008-07-25unexport proc_clear_ttyAdrian Bunk1-1/+0
2008-07-25Char: mxser, various cleanupsJiri Slaby1-20/+4
2008-07-25Char: mxser, remove predefined isa supportJiri Slaby1-40/+27
2008-07-25Char: mxser, prints cleanupJiri Slaby1-43/+37
2008-07-25Char: mxser, globals cleanupJiri Slaby1-75/+55
2008-07-25Char: mxser, ioctl cleanupJiri Slaby1-23/+19
2008-07-25nwflash: use simple_read_from_buffer()Akinobu Mita1-23/+8
2008-07-25dsp56k: BKL pushdownAlan Cox1-6/+14
2008-07-25ds1302: push down the BKL into the driver ioctl codeAlan Cox1-6/+11
2008-07-25ppdev: wrap ioctl handler in driver and push lock downAlan Cox1-5/+13
2008-07-25sx: push BKL down into the firmware ioctl handlerAlan Cox1-30/+43
2008-07-25rio: push down the BKL into the firmware ioctl handlerAlan Cox1-3/+5
2008-07-25mwave: ioctl BKL pushdownAlan Cox1-11/+28