summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* pcmcia: m32r uses static socket resourcesDominik Brodowski2010-01-242-3/+1
* pcmcia: remove some rsrc_mgr indirectionsDominik Brodowski2010-01-243-26/+17
* pcmcia: remove useless indirectionDominik Brodowski2010-01-243-10/+2
* pcmcia: do not lock socket driver module on card insertDominik Brodowski2010-01-242-23/+10
* pcmcia: do not lock socket driver module in pcmcia_get_socket()Dominik Brodowski2010-01-171-7/+1
* pcmcia: rsrc_nonstatic io memory probe improvementsDominik Brodowski2010-01-171-60/+114
* pcmcia: call CIS cleanup from ds.cDominik Brodowski2010-01-172-3/+3
* pcmcia: CardBus doesn't need CIS accessDominik Brodowski2010-01-172-329/+46
* pcmcia: improve check for same card in slot after resumeDominik Brodowski2010-01-173-36/+46
* pcmcia: cleanup pccard_validate_cis()Dominik Brodowski2010-01-171-74/+81
* pcmcia: validate CIS, not CIS cache.Dominik Brodowski2010-01-173-10/+21
* pcmcia: do not meddle with already assigned resourcesDominik Brodowski2010-01-171-7/+0
* pcmcia: remove remaining unused IRQ_FIRST_SHARED parameterDominik Brodowski2010-01-171-4/+2
* pcmcia: make use of pcmcia_dev_resume() return valueDominik Brodowski2010-01-171-2/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds2010-01-151-1/+1
|\
| * amd64_edac: Ensure index stays within bounds in amd64_get_scrub_rateRoel Kluin2010-01-151-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-01-1512-102/+207
|\ \
| * | Input: sentelic - fix left/right horizontal scroll mappingTai-hwa Liang2010-01-131-3/+3
| * | Input: pmouse - move Sentelic probe down the listTai-hwa Liang2010-01-131-13/+15
| * | Input: add compat support for sysfs and /proc capabilities outputDmitry Torokhov2010-01-121-15/+71
| * | Input: i8042 - add Dritek quirk for Acer Aspire 5610.Elliott Sales de Andrade2010-01-111-0/+7
| * | Input: xbox - do not use GFP_KERNEL under spinlockDmitry Torokhov2010-01-091-2/+2
| * | Input: psmouse - fix Synaptics detection when protocol is disabledDaniel Drake2010-01-073-1/+19
| * | Input: bcm5974 - report ABS_MT eventsHenrik Rydberg2010-01-061-1/+43
| * | Input: davinci_keyscan - add device_enable method to platform dataMiguel Aguilar2010-01-061-0/+8
| * | Input: evdev - be less aggressive about sending SIGIO notifiesAdam Jackson2010-01-061-1/+2
| * | Input: atkbd - fix canceling event_work in disconnectDmitry Torokhov2010-01-061-2/+8
| * | Input: serio - fix potential deadlock when unbinding driversEric W. Biederman2010-01-062-63/+28
| * | Input: gf2k - fix &&/|| confusion in gf2k_connect()Roel Kluin2010-01-011-1/+1
* | | serial: sh-sci: using correct fifo size for SCIF and SCIFA ports.Markus Pietrek2010-01-151-1/+12
* | | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2010-01-149-87/+71
|\ \ \
| * | | [S390] tape_char: add missing compat_ptr conversionHeiko Carstens2010-01-131-3/+15
| * | | [S390] zcrypt: add sanity check before copy_from_user()Heiko Carstens2010-01-131-1/+3
| * | | [S390] con3215: remove empty ioctl functionHeiko Carstens2010-01-131-17/+0
| * | | [S390] dasd: add proper compat pointer conversion for symmetrix ioctlHeiko Carstens2010-01-131-5/+9
| * | | [S390] tape_block: remove ioctl functionHeiko Carstens2010-01-131-39/+0
| * | | [S390] fs3270: add missing compat ptr conversionHeiko Carstens2010-01-131-6/+11
| * | | [S390] vmcp: add missing compat ptr conversionHeiko Carstens2010-01-131-3/+9
| * | | [S390] cio: add missing compat ptr conversionHeiko Carstens2010-01-131-8/+15
| * | | [S390] dasd: add missing compat ptr conversionHeiko Carstens2010-01-131-5/+9
| | |/ | |/|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-01-1440-165/+226
|\ \ \
| * | | tg3: Update copyright and driver versionMatt Carlson2010-01-132-3/+4
| * | | tg3: Disable 5717 serdes and B0 supportMatt Carlson2010-01-131-0/+5
| * | | tg3: Add reliable serdes detection for 5717 A0Matt Carlson2010-01-132-2/+9
| * | | tg3: Fix std rx prod ring handlingMatt Carlson2010-01-131-2/+3
| * | | tg3: Fix std prod ring nicaddr for 5787 and 57765Matt Carlson2010-01-131-1/+1
| * | | sfc: Fix conditions for MDIO self-testBen Hutchings2010-01-131-2/+6
| * | | sfc: Fix polling for slow MCDI operationsBen Hutchings2010-01-131-2/+3
| * | | e1000e: workaround link issues on busy hub in half duplex on 82577/82578Bruce Allan2010-01-131-1/+18
| * | | e1000e: MDIO slow mode should always be done for 82577Bruce Allan2010-01-133-90/+53