aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAge
...
| * | | | | | | | | proc: move /proc/vmallocinfo to mm/vmalloc.cAlexey Dobriyan2008-10-23
| * | | | | | | | | proc: move /proc/slabinfo boilerplate to mm/slub.c, mm/slab.cAlexey Dobriyan2008-10-23
| * | | | | | | | | proc: move rest of /proc/partitions code to block/genhd.cAlexey Dobriyan2008-10-23
| * | | | | | | | | proc: move rest of /proc/locks to fs/locks.cAlexey Dobriyan2008-10-23
| * | | | | | | | | proc: move /proc/hardware to m68k-specific codeAlexey Dobriyan2008-10-23
| * | | | | | | | | proc: switch /proc/meminfo to seq_fileAlexey Dobriyan2008-10-23
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'v28-range-hrtimers-for-linus-v2' of git://git.kernel.org/pub/sc...Linus Torvalds2008-10-23
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2Thomas Gleixner2008-10-22
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | hrtimers: add missing docbook comments to struct hrtimerThomas Gleixner2008-10-20
| | * | | | | | | Merge commit 'linus/master' into merge-linusArjan van de Ven2008-10-17
| | |\ \ \ \ \ \ \ | | | | |_|/ / / / | | | |/| | | | |
| | * | | | | | | DECLARE_PER_CPU needs linux/percpu.hStephen Rothwell2008-10-15
| | * | | | | | | rangetimer: fix x86 build failure for the !HRTIMERS caseArjan van de Ven2008-10-07
| | * | | | | | | hrtimer: peek at the timer queue just before going idleArjan van de Ven2008-09-11
| | * | | | | | | hrtimer: incorporate feedback from Peter ZijlstraArjan van de Ven2008-09-07
| | * | | | | | | hrtimer: add a hrtimer_start_range() functionArjan van de Ven2008-09-07
| | * | | | | | | hrtimer: another build fixArjan van de Ven2008-09-06
| | * | | | | | | hrtimer: fix build bug found by IngoArjan van de Ven2008-09-06
| | * | | | | | | hrtimer: create a "timer_slack" field in the task structArjan van de Ven2008-09-06
| | * | | | | | | hrtimer: turn hrtimers into range timersArjan van de Ven2008-09-06
| | * | | | | | | hrtimer: rename the "expires" struct member to avoid accidental usageArjan van de Ven2008-09-06
| | * | | | | | | hrtimer: add abstraction functions for accessing the "expires" memberArjan van de Ven2008-09-06
| | * | | | | | | select: switch select() and poll() over to hrtimersArjan van de Ven2008-09-06
| | * | | | | | | select: add a poll specific struct to the restart_block unionThomas Gleixner2008-09-06
| | * | | | | | | select: add poll_select_set_timeout() and poll_select_copy_remaining() helpersThomas Gleixner2008-09-06
| | * | | | | | | select: add a timespec_add_safe() functionThomas Gleixner2008-09-06
| | * | | | | | | select: Introduce a hrtimeout functionArjan van de Ven2008-09-06
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdevLinus Torvalds2008-10-23
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | [PATCH] kill the rest of struct file propagation in block ioctlsAl Viro2008-10-21
| * | | | | | | | | [PATCH] get rid of blkdev_driver_ioctl()Al Viro2008-10-21
| * | | | | | | | | [PATCH] sanitize blkdev_get() and friendsAl Viro2008-10-21
| * | | | | | | | | [PATCH] remember mode of reiserfs journalAl Viro2008-10-21
| * | | | | | | | | [PATCH] propagate mode through open_bdev_excl/close_bdev_exclAl Viro2008-10-21
| * | | | | | | | | [PATCH] pass fmode_t to blkdev_put()Al Viro2008-10-21
| * | | | | | | | | [PATCH] end of methods switch: remove the old onesAl Viro2008-10-21
| * | | | | | | | | [PATCH] beginning of methods conversionAl Viro2008-10-21
| * | | | | | | | | [PATCH] switch ide_disk_ops ->ioctl() to sane prototypeAl Viro2008-10-21
| * | | | | | | | | [PATCH] don't mess with file in scsi_nonblockable_ioctl()Al Viro2008-10-21
| * | | | | | | | | [PATCH] introduce __blkdev_driver_ioctl()Al Viro2008-10-21
| * | | | | | | | | [PATCH] switch cdrom_{open,release,ioctl} to sane APIsAl Viro2008-10-21
| * | | | | | | | | [PATCH] move block_device_operations to blkdev.hAl Viro2008-10-21
| * | | | | | | | | [PATCH] lose unused arguments in dm ioctl callbacksAl Viro2008-10-21
| * | | | | | | | | [PATCH] lose the unused file argument in generic_ide_ioctl()Al Viro2008-10-21
| * | | | | | | | | [PATCH] switch scsi_cmd_ioctl() to passing fmode_tAl Viro2008-10-21
| * | | | | | | | | [PATCH] switch sg_scsi_ioctl() to passing fmode_tAl Viro2008-10-21
| * | | | | | | | | [PATCH] eliminate use of ->f_flags in block methodsAl Viro2008-10-21
| * | | | | | | | | [PATCH] introduce fmode_t, do annotationsAl Viro2008-10-21
| |/ / / / / / / /
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-10-23
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | [PATCH] i_version: remount supportMimi Zohar2008-10-23
| * | | | | | | | | [PATCH] move executable checking into ->permission()Miklos Szeredi2008-10-23
| * | | | | | | | | [PATCH vfs-2.6 6/6] vfs: add LOOKUP_RENAME_TARGET intentOGAWA Hirofumi2008-10-23