summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | KVM: switch vcpu context to use SRCUMarcelo Tosatti2010-03-011-0/+2
| * | | | | | | | | KVM: convert io_bus to SRCUMarcelo Tosatti2010-03-011-14/+13
| * | | | | | | | | KVM: x86: switch kvm_set_memory_alias to SRCU updateMarcelo Tosatti2010-03-011-0/+6
| * | | | | | | | | KVM: introduce kvm->srcu and convert kvm_set_memory_region to SRCU updateMarcelo Tosatti2010-03-012-6/+3
| * | | | | | | | | KVM: use gfn_to_pfn_memslot in kvm_iommu_map_pagesMarcelo Tosatti2010-03-011-2/+1
| * | | | | | | | | KVM: introduce gfn_to_pfn_memslotMarcelo Tosatti2010-03-011-0/+2
| * | | | | | | | | KVM: split kvm_arch_set_memory_region into prepare and commitMarcelo Tosatti2010-03-011-1/+6
| * | | | | | | | | KVM: modify memslots layout in struct kvmMarcelo Tosatti2010-03-011-4/+8
* | | | | | | | | | Merge branch 'write_inode2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2010-03-053-3/+3
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | pass writeback_control to ->write_inodeChristoph Hellwig2010-03-053-3/+3
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'perf-probes-for-linus-2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2010-03-051-0/+44
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | kprobes: Jump optimization sysctl interfaceMasami Hiramatsu2010-02-251-0/+8
| * | | | | | | | | | kprobes: Introduce kprobes jump optimizationMasami Hiramatsu2010-02-251-0/+36
* | | | | | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2010-03-053-9/+131
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | ext4: Use slab allocator for sub-page sized allocationsTheodore Ts'o2009-12-071-9/+2
| * | | | | | | | | | ext4: Add new tracepoints to debug delayed allocation space functionsTheodore Ts'o2010-01-011-0/+101
| * | | | | | | | | | ext4: Add new tracepoint for jbd2_cleanup_journal_tailTheodore Ts'o2009-12-231-0/+28
* | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-next-2.6Linus Torvalds2010-03-041-3/+4
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | ide: make ide_get_best_pio_mode() staticBartlomiej Zolnierkiewicz2010-01-191-1/+0
| * | | | | | | | | | | ide: change ->set_dma_mode method parametersBartlomiej Zolnierkiewicz2010-01-191-1/+1
| * | | | | | | | | | | ide: change ->set_pio_mode method parametersBartlomiej Zolnierkiewicz2010-01-191-1/+1
| * | | | | | | | | | | ide: add drive->dma_mode fieldBartlomiej Zolnierkiewicz2010-01-191-0/+1
| * | | | | | | | | | | ide: add drive->pio_mode fieldBartlomiej Zolnierkiewicz2010-01-191-0/+1
* | | | | | | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds2010-03-041-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | fsldma: Fix cookie issuesSteven J. Magnani2010-02-281-0/+2
* | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-03-046-29/+35
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'for-fsnotify' into for-linusAl Viro2010-03-033-12/+11
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | switch inotify_user to anon_inodeAl Viro2010-02-191-1/+0
| | * | | | | | | | | | | | | Lose the first argument of audit_inode_child()Al Viro2010-02-082-10/+9
| | * | | | | | | | | | | | | Lose the new_name argument of fsnotify_move()Al Viro2010-02-081-1/+2
| | | |_|_|_|_|_|/ / / / / / | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | vfs: add NOFOLLOW flag to umount(2)Miklos Szeredi2010-03-031-0/+2
| * | | | | | | | | | | | | Mirror MS_KERNMOUNT in ->mnt_flagsAl Viro2010-03-031-0/+2
| * | | | | | | | | | | | | Take vfsmount_lock to fs/internal.hAl Viro2010-03-031-1/+0
| * | | | | | | | | | | | | take check for new events in namespace (guts of mounts_poll()) to namespace.cAl Viro2010-03-031-0/+1
| * | | | | | | | | | | | | new helper: iterate_mounts()Al Viro2010-03-031-1/+2
| * | | | | | | | | | | | | New helper: path_is_under(path1, path2)Al Viro2010-03-031-0/+1
| * | | | | | | | | | | | | VFS: Clean up shared mount flag propagationValerie Aurora2010-03-031-1/+10
| * | | | | | | | | | | | | kill unused invalidate_inode_pages helperChristoph Hellwig2010-03-031-6/+0
| * | | | | | | | | | | | | fs: re-order super_block to remove 16 bytes of padding on 64bit buildsRichard Kennedy2010-03-031-6/+6
| * | | | | | | | | | | | | libfs: Unexport and kill simple_prepare_writeBoaz Harrosh2010-03-031-2/+0
| | |_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg...Linus Torvalds2010-03-045-1/+57
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | regulator: enable max8649 regulator driverHaojian Zhuang2010-03-031-0/+44
| * | | | | | | | | | | | | regulator: mc13783: consider Power Gates as digital regulators.Alberto Panizzo2010-03-031-0/+2
| * | | | | | | | | | | | | regulator: Add 'start-up time' to fixed voltage regulatorsAdrian Hunter2010-03-031-0/+2
| * | | | | | | | | | | | | regulator: Allow regulators to specify the time taken to ramp on enableMark Brown2010-03-031-0/+6
| * | | | | | | | | | | | | regulator: Add notifier event on regulator disableMark Brown2010-03-031-1/+3
| | |_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2010-03-0410-58/+307
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | vga_switcheroo: fix build on platforms with no ACPIDave Airlie2010-03-011-1/+0
| * | | | | | | | | | | | Merge branch 'gpu-switcher' of /ssd/git//linux-2.6 into drm-next-stageDave Airlie2010-03-012-0/+60
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | vga_switcheroo: initial implementation (v15)Dave Airlie2010-03-012-0/+60
| | | |/ / / / / / / / / / | | |/| | | | | | | | | |