| Commit message (Expand) | Author | Age |
* | V4L/DVB (7002): cx25840: Add basic CX23885 AVCore support | Steven Toth | 2008-01-25 |
* | V4L/DVB (6997): Replace a very dirty hack on videobuf for a clean wait_event | Mauro Carvalho Chehab | 2008-01-25 |
* | V4L/DVB (6973): Add Beholder TV 401/405/407/409/505/507/609/M6 support | Andrey J. Melnikoff (TEMHOTA) | 2008-01-25 |
* | V4L/DVB (6921): include/media/v4l2-i2c-drv.h must #include <media/v4l2-common.h> | Michael Krufky | 2008-01-25 |
* | V4L/DVB (6869): cs5345: new i2c driver | Hans Verkuil | 2008-01-25 |
* | V4L/DVB (6868): i2c-id.h: add I2C_DRIVERID_CS5345 | Hans Verkuil | 2008-01-25 |
* | V4L/DVB (6861): cx2341x: command argument should be u32 instead of int | Hans Verkuil | 2008-01-25 |
* | V4L/DVB (6785): tda8290: remove dependency on struct tuner | Michael Krufky | 2008-01-25 |
* | V4L/DVB (6766): ivtv: remove i2c legacy support from drivers that no longer n... | Hans Verkuil | 2008-01-25 |
* | V4L/DVB (6603): V4L: videobuf: convert streaming and reading to bitfields | Brandon Philips | 2008-01-25 |
* | V4L/DVB (6600): V4L: videobuf: don't chew up namespace STATE_.*, convert to V... | Brandon Philips | 2008-01-25 |
* | V4L/DVB (6580): Set slave's master before master's attach call. | Sakari Ailus | 2008-01-25 |
* | V4L/DVB (6574): common/ir-functions.c: make a function static | Adrian Bunk | 2008-01-25 |
* | V4L/DVB (6496): saa7146_vv.h: remove wrong include <linux/videodev.h> | Marco Schluessler | 2008-01-25 |
* | V4L/DVB (6487): i2c-id: add M52790 driver ID | Hans Verkuil | 2008-01-25 |
* | V4L/DVB (6486): m52790: add new Mitsubishi A/V switch i2c driver | Hans Verkuil | 2008-01-25 |
* | V4L/DVB (6469): tuner: remove TUNER_PHILIPS_TDA8295 | Michael Krufky | 2008-01-25 |
* | V4L/DVB (6466): v4l2-i2c-drv: first call remove, then detach client | Hans Verkuil | 2008-01-25 |
* | V4L/DVB (6460): v4l2-i2c-drv: add legacy_probe function pointer | Hans Verkuil | 2008-01-25 |
* | V4L/DVB (6451): v4l2: add support for bus-based I2C drivers | Hans Verkuil | 2008-01-25 |
* | V4L/DVB (6435): tda8290: add support for NXP TDA18271 tuner and TDA8295 analo... | Michael Krufky | 2008-01-25 |
* | V4L/DVB (6422): Add the pending entries for xc2028/3028 based boards | Mauro Carvalho Chehab | 2008-01-25 |
* | V4L/DVB (6384): Replace TDA9887_SET_CONFIG by TUNER_SET_CONFIG | Mauro Carvalho Chehab | 2008-01-25 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 2008-01-25 |
|\ |
|
| * | security/selinux: constify function pointer tables and fields | Jan Engelhardt | 2008-01-24 |
| * | security: add a secctx_to_secid() hook | David Howells | 2008-01-24 |
| * | security: remove security_sb_post_mountroot hook | H. Peter Anvin | 2008-01-24 |
| * | Security: remove security.h include from mm.h | James Morris | 2008-01-24 |
| * | Security: add get, set, and cloning of superblock security information | Eric Paris | 2008-01-24 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hsk... | Linus Torvalds | 2008-01-25 |
|\ \ |
|
| * | | [AVR32] NMI debugging | Haavard Skinnemoen | 2008-01-25 |
| * | | [AVR32] Add support for AT32AP7001 and AT32AP7002 | Haavard Skinnemoen | 2008-01-25 |
| * | | [AVR32] Provide more CPU information in /proc/cpuinfo and dmesg | Haavard Skinnemoen | 2008-01-25 |
| * | | [AVR32] Enable debugging only when needed | Haavard Skinnemoen | 2008-01-25 |
| |/ |
|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2008-01-25 |
|\ \ |
|
| * | | [CRYPTO] api: Set default CRYPTO_MINALIGN to unsigned long long | Herbert Xu | 2008-01-10 |
| * | | [CRYPTO] api: Include sched.h for cond_resched in scatterwalk.h | Herbert Xu | 2008-01-10 |
| * | | [CRYPTO] chainiv: Avoid lock spinning where possible | Herbert Xu | 2008-01-10 |
| * | | [CRYPTO] null: Add null blkcipher algorithm | Herbert Xu | 2008-01-10 |
| * | | [CRYPTO] aead: Create default givcipher instances | Herbert Xu | 2008-01-10 |
| * | | [CRYPTO] aead: Add aead_geniv_alloc/aead_geniv_free | Herbert Xu | 2008-01-10 |
| * | | [CRYPTO] aead: Add top-level givencrypt/givdecrypt calls | Herbert Xu | 2008-01-10 |
| * | | [CRYPTO] aead: Add givcrypt operations | Herbert Xu | 2008-01-10 |
| * | | [CRYPTO] skcipher: Add top-level givencrypt/givdecrypt calls | Herbert Xu | 2008-01-10 |
| * | | [CRYPTO] skcipher: Remove crypto_spawn_ablkcipher | Herbert Xu | 2008-01-10 |
| * | | [CRYPTO] skcipher: Create default givcipher instances | Herbert Xu | 2008-01-10 |
| * | | [CRYPTO] skcipher: Added skcipher_givcrypt_complete | Herbert Xu | 2008-01-10 |
| * | | [CRYPTO] skcipher: Add skcipher_geniv_alloc/skcipher_geniv_free | Herbert Xu | 2008-01-10 |
| * | | [CRYPTO] skcipher: Added geniv field | Herbert Xu | 2008-01-10 |
| * | | [CRYPTO] skcipher: Add givcrypt operations and givcipher type | Herbert Xu | 2008-01-10 |