| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] Split struct request ->flags into two parts | Jens Axboe | 2006-09-30 | 3 | -83/+101 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb | Linus Torvalds | 2006-09-30 | 6 | -9/+28 |
|\ |
|
| * | V4L/DVB (4629): Saa7134: add card support for Proteus Pro 2309 | Michal Majchrowicz | 2006-09-26 | 1 | -0/+1 |
| * | V4L/DVB (4585): VIDIOC_G_SLICED_VBI_CAP now accepts a v4l2_buf_type, make it ... | Hans Verkuil | 2006-09-26 | 1 | -1/+1 |
| * | V4L/DVB (4582): VIDIOC_INT_S_REGISTER is IOW, not IOR. | Hans Verkuil | 2006-09-26 | 1 | -1/+1 |
| * | V4L/DVB (4553): Add support for saa7111 and partial support for saa7118 | Mauro Carvalho Chehab | 2006-09-26 | 1 | -1/+8 |
| * | V4L/DVB (4546): Add u32 argument to VIDIOC_INT_RESET. | Hans Verkuil | 2006-09-26 | 1 | -2/+3 |
| * | V4L/DVB (4545): Add missing v4l2_buf_type to struct v4l2_sliced_vbi_cap. | Hans Verkuil | 2006-09-26 | 1 | -1/+2 |
| * | V4L/DVB (4533): Tda9887: add configuration setting for L standard PLL gating | Trent Piepho | 2006-09-26 | 2 | -0/+4 |
| * | V4L/DVB (4361): Cx88: add support for Norwood PCI TV Tuner (non-pro) | Peter Naulls | 2006-09-26 | 1 | -0/+1 |
| * | V4L/DVB (4348): Fix: compile for radio aimslab and aztech with V4L2 only | Mauro Carvalho Chehab | 2006-09-26 | 1 | -3/+7 |
* | | Merge branch 'intelfb-patches' of master.kernel.org:/pub/scm/linux/kernel/git... | Linus Torvalds | 2006-09-30 | 1 | -0/+1 |
|\ \ |
|
| * | | intelfb: add preliminary i2c support | Dennis Munsie | 2006-07-03 | 1 | -0/+1 |
* | | | Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6 | Linus Torvalds | 2006-09-30 | 5 | -8/+28 |
|\ \ \ |
|
| * | | | [PATCH] Use early clobber in semaphores | Andi Kleen | 2006-09-30 | 1 | -2/+2 |
| * | | | [PATCH] Define vsyscall cache as blob to make clearer that user space shouldn... | Andi Kleen | 2006-09-30 | 1 | -5/+7 |
| * | | | [PATCH] x86: Clean up x86 NMI sysctls | Andi Kleen | 2006-09-30 | 2 | -0/+13 |
| * | | | [PATCH] Add proper sparse __user casts to __copy_to_user_inatomic | Andi Kleen | 2006-09-30 | 1 | -1/+6 |
* | | | | [ATM]: [lec] header indent, comment and whitespace cleanup | Chas Williams | 2006-09-29 | 1 | -55/+64 |
* | | | | [BNX2]: Disable MSI on 5706 if AMD 8132 bridge is present. | Michael Chan | 2006-09-29 | 1 | -0/+1 |
* | | | | [NetLabel]: audit fixups due to delayed feedback | Paul Moore | 2006-09-29 | 3 | -9/+14 |
|/ / / |
|
* | | | [PATCH] Access Control Lists for tmpfs | Andreas Gruenbacher | 2006-09-29 | 1 | -0/+24 |
* | | | [PATCH] Generic infrastructure for acls | Andreas Gruenbacher | 2006-09-29 | 1 | -0/+36 |
* | | | [PATCH] /sys/modules: allow full length section names | Ian S. Nelson | 2006-09-29 | 1 | -2/+2 |
* | | | [PATCH] call mm/page-writeback.c:set_ratelimit() when new pages are hot-added | Chandra Seetharaman | 2006-09-29 | 1 | -0/+1 |
* | | | [PATCH] cpuset: top_cpuset tracks hotplug changes to node_online_map | Paul Jackson | 2006-09-29 | 1 | -0/+4 |
* | | | [PATCH] introduce TASK_DEAD state | Oleg Nesterov | 2006-09-29 | 1 | -0/+1 |
* | | | [PATCH] kill PF_DEAD flag | Oleg Nesterov | 2006-09-29 | 1 | -1/+0 |
* | | | [PATCH] lockdep: core, add enable/disable_irq_irqsave/irqrestore() APIs | Arjan van de Ven | 2006-09-29 | 1 | -0/+16 |
* | | | [PATCH] cramfs: make cramfs_uncompress_exit() return void | Alexey Dobriyan | 2006-09-29 | 1 | -1/+1 |
* | | | [PATCH] Pass a lock expression to __cond_lock, like __acquire and __release | Josh Triplett | 2006-09-29 | 2 | -7/+7 |
* | | | [PATCH] Replace _spin_trylock with spin_trylock in the IRQ variants to use __... | Josh Triplett | 2006-09-29 | 1 | -2/+2 |
* | | | [PATCH] Make spinlock/rwlock annotations more accurate by using parameters, n... | Josh Triplett | 2006-09-29 | 1 | -25/+25 |
* | | | [PATCH] introduce is_rt_policy() helper | Oleg Nesterov | 2006-09-29 | 1 | -2/+2 |
* | | | [PATCH] Use decimal for PTRACE_ATTACH and PTRACE_DETACH. | Roland McGrath | 2006-09-29 | 1 | -2/+2 |
* | | | [PATCH] tty: make termios_sem a mutex | Arjan van de Ven | 2006-09-29 | 1 | -1/+1 |
* | | | [PATCH] simplify update_times (avoid jiffies/jiffies_64 aliasing problem) | Atsushi Nemoto | 2006-09-29 | 6 | -6/+6 |
* | | | [PATCH] posix-timers: Fix clock_nanosleep() doesn't return the remaining time... | Toyo Abe | 2006-09-29 | 2 | -0/+5 |
* | | | [PATCH] make leds.h include relevant headers | Johannes Berg | 2006-09-29 | 1 | -0/+3 |
* | | | [PATCH] Remove another config.h | Dave Jones | 2006-09-29 | 1 | -1/+0 |
* | | | [PATCH] pidspace: is_init() | Sukadev Bhattiprolu | 2006-09-29 | 1 | -0/+10 |
* | | | [PATCH] Fix unserialized task->files changing | Kirill Korotaev | 2006-09-29 | 1 | -0/+1 |
* | | | [PATCH] tty locking on resize | Alan Cox | 2006-09-29 | 1 | -1/+2 |
* | | | [PATCH] add -o flush for fat | Chris Mason | 2006-09-29 | 1 | -0/+3 |
* | | | [PATCH] fs.h: ifdef security fields | Alexey Dobriyan | 2006-09-29 | 2 | -2/+7 |
* | | | [PATCH] reiserfs: ifdef ACL stuff from inode | Alexey Dobriyan | 2006-09-29 | 2 | -1/+19 |
* | | | [PATCH] reiserfs: ifdef xattr_sem | Alexey Dobriyan | 2006-09-29 | 2 | -0/+10 |
* | | | [PATCH] ifdef ->quota_read, ->quota_write | Alexey Dobriyan | 2006-09-29 | 1 | -1/+2 |
* | | | [PATCH] Use valid_dma_direction() in include/asm-i386/dma-mapping.h | Rolf Eike Beer | 2006-09-29 | 1 | -6/+6 |
* | | | [PATCH] Move valid_dma_direction() from x86_64 to generic code | Rolf Eike Beer | 2006-09-29 | 2 | -7/+7 |