summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* V4L/DVB (3413): Typos grab bag of the monthAlexey Dobriyan2006-03-089-9/+9
* V4L/DVB (3403): Workaround to fix initialization for Nexus CAMarco Schluessler2006-03-081-0/+3
* V4L/DVB (3395): Fixed Pinnacle 300i DVB-T supportHartmut Hackmann2006-03-033-8/+18
* V4L/DVB (3399): ELSA EX-VISION 500TV: fix incorrect PCI subsystem IDMichael Krufky2006-03-032-2/+2
* V4L/DVB (3382): Fix stv0297 for qam128 on tt c1500 (saa7146)Mattias Nordstrom2006-03-031-4/+0
* V4L/DVB (3300a): Removing personal email from DVB maintainersMauro Carvalho Chehab2006-03-031-1/+0
* V4L/DVB (3385): Dvb: fix __init/__exit section references in av7110 driverJohannes Stezenbach2006-03-032-5/+6
* V4L/DVB (3378): Restore power on defaults of tda9887 after tda8290 probeHartmut Hackmann2006-03-032-5/+7
* V4L/DVB (3354): Fix maximum for the saturation and contrast controls.Hans Verkuil2006-03-032-4/+4
* V4L/DVB (3352): Cxusb: fix lgdt3303 namingMichael Krufky2006-03-031-4/+4
* V4L/DVB (3348): Fixed saa7134 ALSA initialization with multiple cardsRicardo Cerqueira2006-03-031-1/+3
* V4L/DVB (3347): Pinnacle PCTV 40i: add filtered Composite2 inputKarsten Suehring2006-03-032-2/+6
* V4L/DVB (3341): Upstream sync - make 2 structs staticAdrian Bunk2006-03-031-1/+1
* V4L/DVB (3340): Make a struct staticManu Abraham2006-03-031-1/+1
* V4L/DVB (3337): Drivers/media/dvb/frontends/mt312.c: cleanupsAdrian Bunk2006-03-034-78/+48
* V4L/DVB (3336): Bt8xx documentation authors fixMichael Krufky2006-03-031-1/+5
* [PATCH] x86_64: Fix ioctl compat code for /dev/rtcAndi Kleen2006-02-261-11/+2
* [PATCH] x86_64: Better ATI timer fixAndi Kleen2006-02-262-17/+33
* [PATCH] x86_64: Move the SMP time selection earlierAndi Kleen2006-02-263-14/+11
* [PATCH] x86_64: Fix the additional_cpus=.. optionAndi Kleen2006-02-263-1/+8
* [PATCH] x86_64: Disable ACPI blacklist by year for now on x86-64Andi Kleen2006-02-261-1/+1
* [PATCH] x86_64: Fix NMI watchdog on x460Chris McDermott2006-02-261-1/+1
* [PATCH] x86-64/i386: Use common X86_PM_TIMER option and make it EMBEDDEDAndi Kleen2006-02-262-20/+3
* [PATCH] i386: Handle non existing APICs without panicingAndreas Deresch2006-02-262-4/+12
* [PATCH] x86_64: Only do the clustered systems have unsynchronized TSC assumpt...Andi Kleen2006-02-263-4/+22
* [PATCH] x86_64: Check for bad elf entry address.Suresh Siddha2006-02-261-0/+5
* [PATCH] x86_64: fix USER_PTRS_PER_PGDJan Beulich2006-02-261-1/+1
* [PATCH] x86_64: no_iommu removal in pci-gart.cJon Mason2006-02-263-20/+6
* [PATCH] Fix Specialix SI probingMarc Zyngier2006-02-261-4/+8
* [PATCH] sd: fix memory corruption with broken mode page headersAl Viro2006-02-261-3/+17
* [PATCH] x86-64: react to new topology.c locationDave Jones2006-02-251-1/+1
* Merge master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds2006-02-242-2/+8
|\
| * [SERIAL] Add comment about early_serial_setup()Russell King2006-02-231-0/+6
| * [SERIAL] Trivial comment fix: include/linux/serial_reg.hMichal Janusz Miroslaw2006-02-231-2/+2
* | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2006-02-241-2/+12
|\ \
| * | [ARM] 3348/1: Disable GPIO interruptsAndrew Victor2006-02-241-2/+12
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6Linus Torvalds2006-02-2412-137/+262
|\ \ \
| * | | NTFS: Do more detailed reporting of why we cannot mount read-write byAnton Altaparmakov2006-02-246-29/+53
| * | | NTFS: Implement support for sector sizes above 512 bytes (up to the maximumAnton Altaparmakov2006-02-245-70/+121
| * | | Merge ../ntfs-2.6-develAnton Altaparmakov2006-02-241-1/+1
| |\ \ \
| | * \ \ Merge branch 'master' of /usr/src/ntfs-2.6/Anton Altaparmakov2006-01-195651-159251/+332143
| | |\ \ \
| | * \ \ \ Merge branch 'master' of /usr/src/ntfs-2.6/Anton Altaparmakov2006-01-03470-6182/+6829
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'master' of /usr/src/ntfs-2.6/Anton Altaparmakov2005-12-05382-7231/+6766
| | |\ \ \ \ \
| | * | | | | | NTFS: Fix a potential overflow by casting (index + 1) to s64 before doing aAnton Altaparmakov2005-11-241-1/+1
| * | | | | | | NTFS: - Cope with attribute list attribute having invalid flags.Anton Altaparmakov2006-02-243-26/+76
| * | | | | | | Merge branch 'master' of /home/src/linux-2.6/Anton Altaparmakov2006-02-241983-32118/+47221
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | NTFS: We have struct kmem_cache now so use it instead of the typedef.Pekka Enberg2006-02-052-11/+11
| | |_|_|_|/ / | |/| | | | |
* | | | | | | [PATCH] powerpc: Fix mem= cmdline handling on arch/powerpc for !MULTIPLATFORMKumar Gala2006-02-241-16/+38
* | | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-02-242-2/+14
|\ \ \ \ \ \ \
| * | | | | | | [IPV6]: Do not ignore IPV6_MTU socket option.YOSHIFUJI Hideaki2006-02-241-2/+13
OpenPOWER on IntegriCloud