summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-04-19x86: move dma_unmap_sg to common headerGlauber Costa4-16/+10
2008-04-19x86: move dma_map_sg to common headerGlauber Costa4-28/+26
2008-04-19x86: move dma_unmap_single to common headerGlauber Costa4-15/+11
2008-04-19x86: implement dma_map_single through dma_opsGlauber Costa5-19/+31
2008-04-19x86: move dma_ops struct definition to dma-mapping.hGlauber Costa2-49/+54
2008-04-19x86: reserve dma32 early for gartYinghai Lu3-0/+52
2008-04-19srat, x86: add support for nodes spanning other nodesSuresh Siddha5-18/+44
2008-04-19x86 vDSO: compile with -g, 64-bitRoland McGrath1-1/+2
2008-04-19x86: fpu xstate split fixSuresh Siddha2-3/+8
2008-04-19x86: fpu xstate split cleanupSuresh Siddha2-4/+3
2008-04-19x86, fpu: lazy allocation of FPU area - v5Suresh Siddha8-23/+91
2008-04-19x86, fpu: split FPU state from task struct - v5Suresh Siddha16-90/+161
2008-04-19x86: rename find_max_pfn() to propagate_e820_map()Ingo Molnar4-8/+8
2008-04-19x86: tsc prevent time going backwardsThomas Gleixner3-4/+36
2008-04-19generic, x86: add tests for prctl PR_GET_TSC and PR_SET_TSCErik Bosman3-0/+285
2008-04-19x86: implement prctl PR_GET_TSC and PR_SET_TSCErik Bosman5-5/+118
2008-04-19generic, x86: add prctl commands PR_GET_TSC and PR_SET_TSCErik Bosman2-1/+18
2008-04-19ftrace: add notrace annotations for NMI routinesSteven Rostedt4-14/+18
2008-04-19x86: clean up =0 initializations in arch/x86/kernel/tsc_32.cPavel Machek1-4/+4
2008-04-19x86: fix exec mappings commentsJiri Slaby2-3/+11
2008-04-19x86: cleanup: change _end to end_before_pgtYinghai Lu2-6/+6
2008-04-19x86: cleanup boot-heap usageAlexander van Heukelum4-22/+31
2008-04-19x86: fix arch/x86/mm/ioremap.c warningRandy Dunlap1-2/+3
2008-04-19x86: e820_64, fix section mismatch warningJacek Luczak1-2/+2
2008-04-19x86: remove vm86.h inclusion from process_32.cJacek Luczak1-1/+0
2008-04-19x86: remove pointless commentsWANG Cong37-71/+0
2008-04-19x86: pageattr.c fix shadowed variable warningHarvey Harrison1-3/+3
2008-04-19x86: clean up cpu capabilities accesses, p4-clockmod.cIngo Molnar1-2/+2
2008-04-19x86_64: do not reserve ramdisk two timesYinghai Lu2-2/+7
2008-04-19x86: EFI_PAGE_SHIFT fixHuang, Ying3-11/+26
2008-04-19x86: KGDB build fixIngo Molnar1-5/+1
2008-04-19[PATCH] r/o bind mounts: debugging for missed callsDave Hansen5-3/+82
2008-04-19[PATCH] r/o bind mounts: honor mount writer counts at remountDave Hansen2-7/+44
2008-04-19[PATCH] r/o bind mounts: track numbers of writers to mountsDave Hansen2-15/+244
2008-04-19[PATCH] r/o bind mounts: check mnt instead of superblock directlyDave Hansen2-3/+5
2008-04-19[PATCH] r/o bind mounts: elevate count for xfs timestamp updatesDave Hansen2-8/+8
2008-04-19[PATCH] r/o bind mounts: make access() use new r/o helperDave Hansen1-2/+11
2008-04-19[PATCH] r/o bind mounts: write counts for truncate()Dave Hansen1-6/+8
2008-04-19[PATCH] r/o bind mounts: elevate write count for chmod/chown callersDave Hansen1-9/+30
2008-04-19[PATCH] r/o bind mounts: elevate write count for open()sDave Hansen4-14/+127
2008-04-19[PATCH] r/o bind mounts: elevate write count for ioctls()Dave Hansen9-155/+265
2008-04-19[PATCH] r/o bind mounts: write count for file_update_time()Dave Hansen1-1/+5
2008-04-19[PATCH] r/o bind mounts: elevate write count for do_utimes()Dave Hansen1-6/+12
2008-04-19[PATCH] r/o bind mounts: write counts for touch_atime()Dave Hansen1-25/+20
2008-04-19[PATCH] r/o bind mounts: elevate write count for ncp_ioctl()Dave Hansen1-1/+53
2008-04-19[PATCH] r/o bind mounts: elevate write count for xattr_permission() callersDave Hansen3-9/+42
2008-04-19[PATCH] r/o bind mounts: get write access for vfs_rename() callersDave Hansen2-4/+17
2008-04-19[PATCH] r/o bind mounts: write counts for link/symlinkDave Hansen2-1/+23
2008-04-19[PATCH] r/o bind mounts: get callers of vfs_mknod/create/mkdir()Dave Hansen4-13/+67
2008-04-19[PATCH] r/o bind mounts: elevate write count for rmdir and unlink.Dave Hansen4-3/+31