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