aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* V4L/DVB (13720): [Mantis/Terratec Cinergy C] Add support for the Terratec Cin...Manu Abraham2010-01-173-0/+15
* V4L/DVB (13719): [Mantis/VP-2033] Initial test switch to the tda10021, from t...Manu Abraham2010-01-173-27/+63
* V4L/DVB (13718): [Mantis] Use gpio_set_bits to turn OFF the bits as wellMarko Ristola2010-01-171-9/+7
* V4L/DVB (13717): [MB86A16] Statistics UpdatesManu Abraham2010-01-171-25/+117
* V4L/DVB (13716): [Mantis] Bug: incorrect byte swapDavid Woodhouse2010-01-171-1/+1
* V4L/DVB (13715): [Mantis] Kernel I2C changes: use PCI parent deviceManu Abraham2010-01-172-4/+8
* V4L/DVB (13714): [MB86A16] FIX/Code simplification: use hwconfig->ts_size ins...Manu Abraham2010-01-173-4/+2
* V4L/DVB (13713): [MB86A16] Fix: Initialize SNR/STATUSSigmund Augdal2010-01-171-0/+2
* V4L/DVB (13712): [Mantis] Add locking for concurrent accessManu Abraham2010-01-172-0/+5
* V4L/DVB (13711): [Mantis] FIX: Do nor toggle GPIF statusMarko Ristola2010-01-171-1/+4
* V4L/DVB (13710): [Mantis] FIX: Use swfilter (188/204) accordinglyManu Abraham2010-01-176-3/+7
* V4L/DVB (13709): [Mantis/VP-1034] Switch 13/18v for the VP-1034 properlyManu Abraham2010-01-172-5/+11
* V4L/DVB (13708): [Mantis] Remove some dead codeManu Abraham2010-01-173-16/+1
* V4L/DVB (13707): [Mantis] Whitespace cleanupManu Abraham2010-01-171-3/+3
* V4L/DVB (13706): [MB86A16] OverhaulManu Abraham2010-01-1713-218/+215
* V4L/DVB (13705): [Mantis] FIX: Do not return IRQ_HANDLED in the unlikely caseManu Abraham2010-01-171-0/+328
* V4L/DVB (13704): [MB86A16] FIX: Don't loop again, if we have SYNCManu Abraham2010-01-171-0/+1
* V4L/DVB (13703): [MB86A16] Fix wrong message printed outManu Abraham2010-01-171-1/+1
* V4L/DVB (13702): [MB86A16] need to wait a bit more than the computed time for...Manu Abraham2010-01-171-1/+3
* V4L/DVB (13701): [MB86A16] Reduce Carrier Recovery range to 3MhzManu Abraham2010-01-171-2/+1
* V4L/DVB (13700): [MB86A16] Need a bit of settling timeManu Abraham2010-01-171-1/+7
* V4L/DVB (13699): [Mantis, MB86A16] Initial checkin: Mantis, MB86A16Manu Abraham2010-01-1720-0/+3689
* page allocator: update NR_FREE_PAGES only when necessaryKOSAKI Motohiro2010-01-161-1/+1
* Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-01-166-15/+16
|\
| * i2c: Do not use device name after device_unregisterThadeu Lima de Souza Cascardo2010-01-161-2/+3
| * i2c/pca: Don't use *_interruptibleWolfram Sang2010-01-162-4/+4
| * i2c-ali1563: Remove sparse warningsMárton Németh2010-01-161-4/+4
| * i2c: Test off by one in {piix4,vt596}_transaction()Roel Kluin2010-01-162-4/+4
| * i2c-core: Storage class should be before const qualifierTobias Klauser2010-01-161-1/+1
* | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-01-167-11/+42
|\ \
| * | x86, uv: Ensure hub revision set for all ACPI modes.Russ Anderson2010-01-151-1/+4
| * | x86, uv: Add function retrieving node controller revision numberJack Steiner2010-01-152-0/+18
| * | x86: xen: 64-bit kernel RPL should be 0Ian Campbell2010-01-131-0/+4
| * | x86: kernel_thread() -- initialize SS to a known stateCyrill Gorcunov2010-01-131-0/+2
| * | x86/agp: Fix agp_amd64_init and agp_amd64_cleanupFUJITA Tomonori2010-01-132-2/+4
| * | x86: SGI UV: Fix mapping of MMIO registersMike Travis2010-01-131-7/+8
| * | x86: mce.h: Fix warning in header checksAlan Cox2010-01-131-1/+2
* | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-01-161-15/+12
|\ \ \
| * | | futexes: Remove rw parameter from get_futex_key()KOSAKI Motohiro2010-01-131-15/+12
* | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-01-162-22/+36
|\ \ \ \
| * | | | perf tools: Check if /dev/null can be used as the -o gcc argumentArnaldo Carvalho de Melo2010-01-131-11/+22
| * | | | perf tools: Move QUIET_STDERR def to before first useArnaldo Carvalho de Melo2010-01-131-5/+6
| * | | | perf: Stop stack frame walking off kernel addresses boundariesFrederic Weisbecker2010-01-131-6/+8
| |/ / /
* | | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2010-01-166-17/+56
|\ \ \ \
| * | | | tracing/filters: Add comment for match callbacksLi Zefan2010-01-141-1/+12
| * | | | tracing/filters: Fix MATCH_FULL filter matching for PTR_STRINGLi Zefan2010-01-141-4/+3
| * | | | tracing/filters: Fix MATCH_MIDDLE_ONLY filter matchingLi Zefan2010-01-141-1/+1
| * | | | lib: Introduce strnstr()Li Zefan2010-01-142-2/+30
| * | | | tracing/filters: Fix MATCH_END_ONLY filter matchingLi Zefan2010-01-141-2/+3
| * | | | tracing/filters: Fix MATCH_FRONT_ONLY filter matchingLi Zefan2010-01-141-1/+1