summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2008-04-30Char: moxa, merge c2xx and c320 firmware loadingJiri Slaby-119/+69
2008-04-30Char: moxa, add firmware loadingJiri Slaby-708/+807
2008-04-30Char: moxa, fix TIOC(G/S)SOFTCAR paramJiri Slaby-2/+2
2008-04-30Char: moxa, pci io space fixupJiri Slaby-3/+13
2008-04-30Char: moxa, cleanup module-param passed isa initJiri Slaby-31/+33
2008-04-30Char: moxa, remove static isa supportJiri Slaby-32/+2
2008-04-30SGI Altix mmtimer: allow larger number of timers per nodeDimitri Sivanich-156/+244
2008-04-30tty: drop the BKL for driver/ldisc ioctl methodsAlan Cox-8/+1
2008-04-30tty_ioctl: soft carrier handlingAlan Cox-6/+27
2008-04-30tty_ioctl: locking for tty_wait_until_sentAlan Cox-4/+7
2008-04-30tty_io: fix remaining pid struct lockingAlan Cox-1/+27
2008-04-30Resume TTY on SUSP and fix CRNL order in N_TTY line disciplineJoe Peterson-8/+11
2008-04-30redo locking of tty->pgrpAlan Cox-18/+66
2008-04-30tty: BKL pushdownAlan Cox-50/+146
2008-04-30serial_core: Prepare for BKL push downAlan Cox-7/+9
2008-04-3068360serial: Note that there isn't any info->mcr lockingAlan Cox-1/+1
2008-04-30isdn_tty: Prepare for BKL push downAlan Cox-18/+8
2008-04-30vt_ioctl: Prepare for BKL push downAlan Cox-184/+268
2008-04-30viocons: BKL lockingAlan Cox-2/+5
2008-04-30synclink series: Prepare for BKL pushdownAlan Cox-21/+55
2008-04-30sx: prepare for BKL pushdownAlan Cox-13/+4
2008-04-30stallion: Prepare for BKL push downAlan Cox-12/+3
2008-04-30specialix: Prepare for BKL pushdownAlan Cox-40/+6
2008-04-30serial167: prepare to push BKL down into driversAlan Cox-12/+3
2008-04-30rocket: Prepare for BKL pushdownAlan Cox-9/+18
2008-04-30riscom8: Prepare for BKL pushdownAlan Cox-14/+11
2008-04-30mxser: prepare for BKL pushdownAlan Cox-25/+38
2008-04-30isicom: istallion prepare for lock_kernel pushdownAlan Cox-0/+6
2008-04-30isicom: prepare for lock_kernel push downAlan Cox-14/+8
2008-04-30esp: lock_kernel push downAlan Cox-6/+16
2008-04-30epca: lock_kernel push downAlan Cox-15/+2
2008-04-30cyclades: Prepare for relaxed locking in callersAlan Cox-12/+17
2008-04-30amiserial: prepare for locking relaxation in callerAlan Cox-2/+11
2008-04-30md: support blocking writes to an array on device failureDan Williams-7/+115
2008-04-30md: prevent duplicates in bind_rdev_to_arrayDan Williams-0/+5
2008-04-30md: remove a stray command from a copy and paste error in resync_start_storeDan Williams-1/+0
2008-04-30md: fix up switching md arrays between read-only and read-writeNeilBrown-4/+10
2008-04-30md: fix 'safemode' handling for external metadata.NeilBrown-11/+19
2008-04-30md: reinitialise more mddev fields in do_md_stop.NeilBrown-0/+25
2008-04-30md: skip all metadata update processing when using external metadata.NeilBrown-0/+2
2008-04-30md: fix use after free when removing rdev via sysfsDan Williams-1/+1
2008-04-30pxafb: preliminary smart panel interface support (update)Eric Miao-2/+2
2008-04-30pxafb: preliminary smart panel interface supportEric Miao-43/+281
2008-04-30pxafb: move parallel LCD timing setup into dedicate functionEric Miao-50/+47
2008-04-30pxafb: use completion for LCD disable wait codeEric Miao-8/+6
2008-04-30pxafb: introduce lcd_{read,write}l() to wrap the __raw_{read,write}l()Eric Miao-24/+35
2008-04-30pxafb: introduce register independent LCD connection type for pxafberic miao-14/+62
2008-04-30pxafb: introduce "struct pxafb_dma_buff" for palette and dma descriptorseric miao-83/+95
2008-04-30pxafb: convert fb driver to use ioremap() and __raw_{readl, writel}eric miao-23/+73
2008-04-30pxafb: sanitize the usage of #ifdef .. processing pxafb parameterseric miao-29/+28