| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'v28-range-hrtimers-for-linus-v2' of git://git.kernel.org/pub/sc... | Linus Torvalds | 2008-10-23 | 7 | -7/+132 |
|\ |
|
| * | Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2 | Thomas Gleixner | 2008-10-22 | 7 | -7/+132 |
| |\ |
|
| | * | hrtimers: add missing docbook comments to struct hrtimer | Thomas Gleixner | 2008-10-20 | 1 | -2/+7 |
| | * | Merge commit 'linus/master' into merge-linus | Arjan van de Ven | 2008-10-17 | 1129 | -67317/+16615 |
| | |\ |
|
| | * | | DECLARE_PER_CPU needs linux/percpu.h | Stephen Rothwell | 2008-10-15 | 1 | -0/+2 |
| | * | | rangetimer: fix x86 build failure for the !HRTIMERS case | Arjan van de Ven | 2008-10-07 | 1 | -1/+3 |
| | * | | hrtimer: peek at the timer queue just before going idle | Arjan van de Ven | 2008-09-11 | 1 | -0/+5 |
| | * | | hrtimer: incorporate feedback from Peter Zijlstra | Arjan van de Ven | 2008-09-07 | 1 | -1/+1 |
| | * | | hrtimer: add a hrtimer_start_range() function | Arjan van de Ven | 2008-09-07 | 1 | -1/+8 |
| | * | | hrtimer: another build fix | Arjan van de Ven | 2008-09-06 | 1 | -13/+13 |
| | * | | hrtimer: fix build bug found by Ingo | Arjan van de Ven | 2008-09-06 | 1 | -7/+7 |
| | * | | hrtimer: create a "timer_slack" field in the task struct | Arjan van de Ven | 2008-09-05 | 3 | -0/+14 |
| | * | | hrtimer: turn hrtimers into range timers | Arjan van de Ven | 2008-09-05 | 1 | -1/+30 |
| | * | | hrtimer: rename the "expires" struct member to avoid accidental usage | Arjan van de Ven | 2008-09-05 | 1 | -10/+10 |
| | * | | hrtimer: add abstraction functions for accessing the "expires" member | Arjan van de Ven | 2008-09-05 | 1 | -0/+45 |
| | * | | select: switch select() and poll() over to hrtimers | Arjan van de Ven | 2008-09-05 | 1 | -3/+3 |
| | * | | select: add a poll specific struct to the restart_block union | Thomas Gleixner | 2008-09-05 | 1 | -0/+8 |
| | * | | select: add poll_select_set_timeout() and poll_select_copy_remaining() helpers | Thomas Gleixner | 2008-09-05 | 1 | -0/+2 |
| | * | | select: add a timespec_add_safe() function | Thomas Gleixner | 2008-09-05 | 1 | -0/+4 |
| | * | | select: Introduce a hrtimeout function | Arjan van de Ven | 2008-09-05 | 1 | -0/+2 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdev | Linus Torvalds | 2008-10-23 | 10 | -53/+61 |
|\ \ \ \ |
|
| * | | | | [PATCH] kill the rest of struct file propagation in block ioctls | Al Viro | 2008-10-21 | 1 | -1/+1 |
| * | | | | [PATCH] get rid of blkdev_driver_ioctl() | Al Viro | 2008-10-21 | 1 | -3/+0 |
| * | | | | [PATCH] sanitize blkdev_get() and friends | Al Viro | 2008-10-21 | 1 | -1/+1 |
| * | | | | [PATCH] remember mode of reiserfs journal | Al Viro | 2008-10-21 | 1 | -0/+1 |
| * | | | | [PATCH] propagate mode through open_bdev_excl/close_bdev_excl | Al Viro | 2008-10-21 | 1 | -2/+4 |
| * | | | | [PATCH] pass fmode_t to blkdev_put() | Al Viro | 2008-10-21 | 1 | -1/+1 |
| * | | | | [PATCH] end of methods switch: remove the old ones | Al Viro | 2008-10-21 | 1 | -8/+0 |
| * | | | | [PATCH] beginning of methods conversion | Al Viro | 2008-10-21 | 2 | -5/+11 |
| * | | | | [PATCH] switch ide_disk_ops ->ioctl() to sane prototype | Al Viro | 2008-10-21 | 1 | -2/+2 |
| * | | | | [PATCH] don't mess with file in scsi_nonblockable_ioctl() | Al Viro | 2008-10-21 | 1 | -1/+1 |
| * | | | | [PATCH] introduce __blkdev_driver_ioctl() | Al Viro | 2008-10-21 | 1 | -0/+2 |
| * | | | | [PATCH] switch cdrom_{open,release,ioctl} to sane APIs | Al Viro | 2008-10-21 | 1 | -5/+5 |
| * | | | | [PATCH] move block_device_operations to blkdev.h | Al Viro | 2008-10-21 | 2 | -14/+18 |
| * | | | | [PATCH] lose unused arguments in dm ioctl callbacks | Al Viro | 2008-10-21 | 1 | -2/+1 |
| * | | | | [PATCH] lose the unused file argument in generic_ide_ioctl() | Al Viro | 2008-10-21 | 1 | -2/+1 |
| * | | | | [PATCH] switch scsi_cmd_ioctl() to passing fmode_t | Al Viro | 2008-10-21 | 1 | -2/+2 |
| * | | | | [PATCH] switch sg_scsi_ioctl() to passing fmode_t | Al Viro | 2008-10-21 | 1 | -2/+2 |
| * | | | | [PATCH] eliminate use of ->f_flags in block methods | Al Viro | 2008-10-21 | 1 | -0/+4 |
| * | | | | [PATCH] introduce fmode_t, do annotations | Al Viro | 2008-10-21 | 6 | -16/+18 |
| |/ / / |
|
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2008-10-23 | 3 | -5/+14 |
|\ \ \ \ |
|
| * | | | | [PATCH] i_version: remount support | Mimi Zohar | 2008-10-23 | 1 | -1/+1 |
| * | | | | [PATCH] move executable checking into ->permission() | Miklos Szeredi | 2008-10-23 | 1 | -0/+5 |
| * | | | | [PATCH vfs-2.6 6/6] vfs: add LOOKUP_RENAME_TARGET intent | OGAWA Hirofumi | 2008-10-23 | 1 | -0/+1 |
| * | | | | [PATCH vfs-2.6 2/6] vfs: add d_ancestor() | OGAWA Hirofumi | 2008-10-23 | 1 | -0/+1 |
| * | | | | [PATCH 1/2] anondev: init IDR statically | Alexey Dobriyan | 2008-10-23 | 1 | -1/+0 |
| * | | | | [PATCH] kill d_alloc_anon | Christoph Hellwig | 2008-10-23 | 1 | -1/+0 |
| * | | | | [PATCH] new helper: d_obtain_alias | Christoph Hellwig | 2008-10-23 | 1 | -0/+1 |
| * | | | | [PATCH] make O_EXCL in nd->intent.flags visible in nd->flags | Al Viro | 2008-10-23 | 1 | -2/+3 |
| * | | | | [PATCH] new helper - kern_path() | Al Viro | 2008-10-23 | 1 | -0/+2 |
| |/ / / |
|