summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* V4L/DVB (6410): Partial conversion from V4L1 to V4L2Nickolay V. Shmyrev2008-01-253-538/+131
* V4L/DVB (6409): Cleanup: removed i2c_vidiocschanNickolay V. Shmyrev2008-01-251-13/+5
* V4L/DVB (6408): Cleanup: Removed obsoleted code from bttv-cardsNickolay V. Shmyrev2008-01-251-0/+1
* V4L/DVB (6404): cx23885: i2c 16bit reg/val read/write fixSteven Toth2008-01-251-7/+9
* V4L/DVB (6400): usbvision: Convert the usbvision->lock semaphore to the mutex...Matthias Kaehlcke2008-01-253-30/+35
* V4L/DVB (6399): saa7134/: make 2 functions staticAdrian Bunk2008-01-253-7/+3
* V4L/DVB (6386): Add support for radio on CX88_BOARD_MSI_TVANYWHERE_MASTERMauro Carvalho Chehab2008-01-251-0/+22
* V4L/DVB (6385): Adds the capability of configuring tea5767 supportMauro Carvalho Chehab2008-01-252-27/+81
* V4L/DVB (6384): Replace TDA9887_SET_CONFIG by TUNER_SET_CONFIGMauro Carvalho Chehab2008-01-2513-31/+107
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Linus Torvalds2008-01-2510-62/+68
|\
| * mount options: fix jfsMiklos Szeredi2008-01-241-0/+6
| * JFS: simplify types to get rid of sparse warningDave Kleikamp2008-01-101-14/+14
| * JFS: FIx one more plain integer as NULL pointer warningDave Kleikamp2008-01-031-1/+1
| * JFS: Remove defconfig ptr comparison to 0Joe Perches2008-01-035-14/+15
| * JFS: use DIV_ROUND_UP where appropriateShaun Zinck2008-01-032-3/+3
| * Remove unnecessary kmalloc casts in the jfs filesystemJack Stone2008-01-031-6/+2
| * JFS is missing a memory barrierNick Piggin2008-01-031-2/+2
| * JFS: Make sure special inode data is written after journal is flushedDave Kleikamp2008-01-032-19/+17
| * JFS: clear PAGECACHE_TAG_DIRTY for no-write pagesDave Kleikamp2008-01-031-3/+8
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2008-01-2515-341/+642
|\ \
| * | selinux: make mls_compute_sid always polyinstantiateEamon Walsh2008-01-251-9/+2
| * | security/selinux: constify function pointer tables and fieldsJan Engelhardt2008-01-253-4/+4
| * | security: add a secctx_to_secid() hookDavid Howells2008-01-254-0/+31
| * | security: call security_file_permission from rw_verify_areaJames Morris2008-01-253-51/+24
| * | security: remove security_sb_post_mountroot hookH. Peter Anvin2008-01-254-20/+0
| * | Security: remove security.h include from mm.hJames Morris2008-01-251-1/+2
| * | Security: remove security_file_mmap hook sparse-warnings (NULL as 0).Richard Knutsson2008-01-251-2/+2
| * | Security: add get, set, and cloning of superblock security informationEric Paris2008-01-255-254/+577
| * | security/selinux: Add missing "space"Joe Perches2008-01-251-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hsk...Linus Torvalds2008-01-2546-517/+3579
|\ \ \
| * | | [AVR32] extint: Set initial irq type to low levelHaavard Skinnemoen2008-01-251-3/+3
| * | | [AVR32] extint: change set_irq_type() handlingDavid Brownell2008-01-251-11/+7
| * | | [AVR32] NMI debuggingHaavard Skinnemoen2008-01-2510-10/+166
| * | | [AVR32] constify function pointer tablesJan Engelhardt2008-01-252-2/+2
| * | | [AVR32] ATNGW100: Update defconfigHaavard Skinnemoen2008-01-251-151/+262
| * | | [AVR32] ATSTK1002: Update defconfigHaavard Skinnemoen2008-01-251-150/+483
| * | | [AVR32] Kconfig: Choose daughterboard instead of CPUHaavard Skinnemoen2008-01-252-24/+28
| * | | [AVR32] Add support for ATSTK1003 and ATSTK1004Haavard Skinnemoen2008-01-258-20/+1975
| * | | [AVR32] Clean up external DAC setup codeHaavard Skinnemoen2008-01-252-16/+17
| * | | [AVR32] ATSTK1000: Move gpio-leds setup to setup.cHaavard Skinnemoen2008-01-254-66/+72
| * | | [AVR32] Add support for AT32AP7001 and AT32AP7002Haavard Skinnemoen2008-01-2512-28/+58
| * | | [AVR32] Provide more CPU information in /proc/cpuinfo and dmesgHaavard Skinnemoen2008-01-252-26/+82
| * | | [AVR32] Oprofile supportHaavard Skinnemoen2008-01-254-0/+247
| * | | [AVR32] Include instrumentation menuHaavard Skinnemoen2008-01-252-10/+2
| * | | Disable VGA text console for AVR32 architectureHans-Christian Egtvedt2008-01-251-1/+1
| * | | [AVR32] Enable debugging only when neededHaavard Skinnemoen2008-01-258-13/+186
| * | | ptrace: Call arch_ptrace_attach() when request=PTRACE_TRACEMEHaavard Skinnemoen2008-01-251-0/+2
| * | | [AVR32] Remove redundant try_to_freeze() call from do_signal()Haavard Skinnemoen2008-01-251-7/+0
| * | | [AVR32] Drop GFP_COMP for DMA memory allocationsHaavard Skinnemoen2008-01-251-0/+7
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds2008-01-2540-1109/+1092
|\ \ \
OpenPOWER on IntegriCloud