summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | V4L/DVB (3344a): Conversions from kmalloc+memset to k(z|c)allocPanagiotis Issaris2006-01-1182-254/+118
| * | V4L/DVB (3344): Enable microtune for Pinnacle 300i boardsRicardo Cerqueira2006-01-111-1/+1
| * | V4L/DVB (3343): Add support for DViCO FusionHDTV DVB-T USB devicesMichael Krufky2006-01-111-1/+143
| * | V4L/DVB (3342): More whitespace cleanup in bttv-cards.cMichael Krufky2006-01-111-1/+1
| * | V4L/DVB (3341): whitespace cleanup: insert missing space before curly bracketsMichael Krufky2006-01-111-141/+141
| * | V4L/DVB (3340): Add bttv card MagicTV (rebranded MachTV)Julian Calaby2006-01-113-0/+30
| * | V4L/DVB (3339): Activate remote control on HVR1100Chris Pascoe2006-01-111-0/+1
* | | [PATCH] i386: Handle missing local APIC timer interrupts on C3 stateVenkatesh Pallipadi2006-01-111-0/+15
* | | [PATCH] x86_64: Implement is_compat_task the right wayAndi Kleen2006-01-111-1/+3
* | | [PATCH] lindent rio driversAndrew Morton2006-01-1172-8030/+7381
* | | [PATCH] move capable() to capability.hRandy.Dunlap2006-01-117-3/+7
* | | [PATCH] ipmi: use CONFIG_DMI instead of CONFIG_X86Matt Domsch2006-01-111-5/+5
* | | [PATCH] synclink_gt remove unnecessary page alignmentPaul Fulghum2006-01-111-12/+4
* | | [PATCH] random: get rid of sparse warningStephen Hemminger2006-01-111-1/+1
* | | [PATCH] cs89x0: Fix the Kconfig help textJean Delvare2006-01-111-1/+1
* | | [PATCH] cs89x0: fix setting of ALLOW_DMALennert Buytenhek2006-01-111-1/+1
* | | [PATCH] tclk: fix typos, exclamation mark frenzy and missing device id on mes...Alan Cox2006-01-111-8/+7
* | | [PATCH] Allow reading CMOS day of week registerAlan Cox2006-01-111-5/+9
* | | [PATCH] new tty buffering access fixPaul Fulghum2006-01-111-3/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-mergeLinus Torvalds2006-01-111-5/+6
|\ \ \ | |/ / |/| |
| * | [PATCH] powerpc: fix up iSeries console after TTY layer buffering revampStephen Rothwell2006-01-111-3/+4
| * | [PATCH] powerpc: Early debugging support for iSeriesMichael Ellerman2006-01-111-2/+2
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6Linus Torvalds2006-01-1010-99/+194
|\ \ \
| * | | [PARISC] Fix Dino reporting on J2240Matthew Wilcox2006-01-101-4/+4
| * | | [PARISC] stifb: Remove obsolete MODULE_PARM()Helge Deller2006-01-101-4/+0
| * | | [PARISC] stifb: Fix framebuffer console at 32bppHelge Deller2006-01-101-21/+23
| * | | [PARISC] stifb: use F_EXTEND macroHelge Deller2006-01-101-12/+5
| * | | [PARISC] pdc_stable: More robust sysfs error checkingThibaut VARENE2006-01-101-11/+31
| * | | [PARISC] Fix parport_gsc by selecting PARPORT_NOT_PCGuy Martin2006-01-101-0/+1
| * | | [PARISC] Truncate overlapping PAT PDC reported rangesGrant Grundler2006-01-101-23/+90
| * | | [PARISC] Introduce DINO_LOCAL_IRQS and use it for gsc_find_local_irqHelge Deller2006-01-101-3/+4
| * | | [PARISC] Add __user annotation to eisa_eeprom.cAlexey Dobriyan2006-01-101-1/+1
| * | | [PARISC] Fix Cirrus 6832 Cardbus on RDI Tadpole PARISC LaptopHelge Deller2006-01-101-0/+15
| * | | [PARISC] Add __read_mostly section for pariscHelge Deller2006-01-106-20/+20
| |/ /
* | | drivers/net/gianfar_sysfs.c: update email address of Kumar GalaAdrian Bunk2006-01-111-1/+1
|/ /
* | [IRDA] DONGLE_OLD: remove dependency on non-existing symbolAdrian Bunk2006-01-101-2/+1
* | [IRDA]: kill drivers/net/irda/sir_core.cAdrian Bunk2006-01-106-62/+21
* | [ATM]: Remove unneeded kmalloc() return value casts + tiny whitespace cleanupJesper Juhl2006-01-101-5/+7
* | [PATCH] moxa serial: add proper capability checkAlan Cox2006-01-101-0/+2
* | [PATCH] m68knommu: set irq priority/level different for each ColdFire serial ...Greg Ungerer2006-01-101-1/+1
* | [PATCH] m68knommu: allow configure of FEC for M520x CPU familyGreg Ungerer2006-01-101-1/+1
* | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2006-01-107-12/+12
|\ \
| * | Update Yoichi Yuasa's email address.Ralf Baechle2006-01-107-12/+12
| |/
* | [PATCH] ide-cd: clear random-write capability it not supportedAndrey Borzenkov2006-01-101-0/+2
* | [PATCH] dm: don't enable bouncing by defaultJens Axboe2006-01-101-0/+1
* | [PATCH] cdrom: kill "open failed" error messageJens Axboe2006-01-101-1/+1
* | [PATCH] ide: preserve errors for failed requestsJens Axboe2006-01-101-5/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2006-01-109-136/+5
|\ \
| * | Input: ibmasm - fix input initialization error pathDmitry Torokhov2006-01-101-0/+1
| * | Input: remove obsolete maple input driversPaul Mundt2006-01-105-123/+0
OpenPOWER on IntegriCloud