summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* V4L/DVB (6335): cx8802: Replace list_for_each+list_entry with list_for_each_e...Trent Piepho2007-10-221-56/+29
* V4L/DVB (6334): cx88: Change (struct cx8802_dev)->drvlist to a list_head and ...Trent Piepho2007-10-222-34/+34
* V4L/DVB (6333): cx88: Change void* card_priv to struct vp3054_i2c_stateTrent Piepho2007-10-223-10/+15
* V4L/DVB (6332): cx88: Only include the blackbird fields if blackbird is selectedTrent Piepho2007-10-222-6/+12
* V4L/DVB (6330): V4L: saa7134: Fix interaction between tvaudio thread and the ...Maxim Levitsky2007-10-222-7/+24
* V4L/DVB (6329): Additional Fixes for saa7134 suspend/resumeMaxim Levitsky2007-10-225-22/+57
* V4L/DVB (6328): ivtv: fix NULL dereferenceAdrian Bunk2007-10-221-1/+1
* V4L/DVB (6326): tuner-core.c: fe_has_signal() can return uninitialized valueMichael Krufky2007-10-221-1/+1
* V4L/DVB (6325): Double-free in cx23885_initdevFlorin Malita2007-10-221-5/+1
* V4L/DVB (6324): fix videobuf_cgmbuf exportPekka Enberg2007-10-221-1/+1
* V4L/DVB (6323): V4L: cinergyT2, remove bad usage of ERESTARTSYSJiri Slaby2007-10-221-13/+29
* V4L/DVB (6321): Remove obsolete VIDIOC_S/G_MPEGCOMP ioctlsHans Verkuil2007-10-227-319/+0
* V4L/DVB (6320): v4l core: remove the unused .hardware V4L1 fieldMauro Carvalho Chehab2007-10-2235-96/+10
* V4L/DVB (6319): radio-gemtek: fix 'VID_HARDWARE_GEMTEK' undeclaredPekka Seppänen2007-10-221-1/+0
* V4L/DVB (6187): cx88-alsa: Add TLV supportTrent Piepho2007-10-221-0/+6
* V4L/DVB (6185): cx88-alsa: Add mute controls, change control namesTrent Piepho2007-10-221-13/+67
* NFS: Fix a typo in nfs_call_unlink()Trond Myklebust2007-10-211-1/+1
* NFSv2: Ensure that the directory metadata gets revalidated on file createTrond Myklebust2007-10-211-0/+1
* Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/coolo...Linus Torvalds2007-10-2161-317/+5669
|\
| * Blackfin arch: update boards filesBryan Wu2007-10-211-1/+1
| * Blackfin arch: dma add some API and cleanup bf54x DMA definitionBryan Wu2007-10-226-6/+34
| * Blackfin arch: cleanup and promote the general purpose timers api to a core b...Mike Frysinger2007-10-216-211/+484
| * Blackfin arch: add a cheesy install targetMike Frysinger2007-10-222-0/+60
| * Blackfin arch: add functions for converting between sclks and usecsMike Frysinger2007-10-212-1/+15
| * Blackfin arch: add assembly function for doing 64bit unsigned divisionMike Frysinger2007-10-212-1/+376
| * Blackfin arch: -mno-fdpic worksMike Frysinger2007-10-211-0/+2
| * Blackfin arch: use "char bfin_board_name[]" rather than "char *bfin_board_nam...Mike Frysinger2007-10-2116-25/+25
| * Blackfin arch: Fixing Bug: balance calls to get_task_mm with corresponding mm...Bernd Schmidt2007-10-211-0/+2
| * Blackfin serial driver Kconfig: depend on DMA not being enabled rather than a...Mike Frysinger2007-10-211-1/+1
| * Blackfin arch: Fix bug: missing CHIPID register field definition of BF54xBryan Wu2007-10-211-0/+4
| * Blackfin arch: Fix up /proc/cpuinfo so it is like everyone elseRobin Getz2007-10-211-39/+61
| * Blackfin arch: Optimization - no need to make additional math hereMichael Hennerich2007-10-211-3/+3
| * Blackfin arch: force irq_flags into the .data sectionMike Frysinger2007-10-222-2/+14
| * Blackfin arch BF548 defconfig: enable watchdog by defaultMike Frysinger2007-10-221-1/+8
| * Blackfin arch: add new processor ADSP-BF52x arch/mach supportMichael Hennerich2007-10-2129-37/+4590
* | Merge branch 'audit.b43' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2007-10-2121-40/+1411
|\ \
| * | [PATCH] audit: watching subtreesAl Viro2007-10-2110-10/+1310
| * | [PATCH] new helper - inotify_evict_watch()Al Viro2007-10-212-0/+9
| * | [PATCH] new helper - inotify_clone_watch()Al Viro2007-10-212-0/+36
| * | [PATCH] new helpers - collect_mounts() and release_collected_mounts()Al Viro2007-10-213-1/+24
| * | [PATCH] pass dentry to audit_inode()/audit_inode_child()Al Viro2007-10-218-30/+33
| |/
* | nobh: nobh_write_end fixNick Piggin2007-10-211-2/+1
|/
* Merge branch 'master' of hera.kernel.org:/pub/scm/linux/kernel/git/kyle/paris...Linus Torvalds2007-10-2070-1886/+6524
|\
| * [PARISC] fix uninitialized variable warning in asm/rtc.hKyle McMartin2007-10-201-2/+2
| * [PARISC] Port checkstack.pl to pariscKyle McMartin2007-10-201-0/+3
| * [PARISC] Make palo target work when $obj != $srcKyle McMartin2007-10-201-5/+9
| * [PARISC] Zap unused variable warnings in pci.cKyle McMartin2007-10-191-5/+5
| * [PARISC] Fix tests in palo targetKyle McMartin2007-10-191-2/+2
| * [PARISC] Fix palo targetKyle McMartin2007-10-181-1/+1
| * [PARISC] Restore palo targetKyle McMartin2007-10-181-0/+20
OpenPOWER on IntegriCloud