aboutsummaryrefslogtreecommitdiffstats
path: root/mm/bootmem.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-23[PATCH] assorted path_lookup() -> kern_path() conversionsAl Viro4-37/+34
2008-10-23[PATCH] switch nfsd to kern_path()Al Viro4-58/+56
2008-10-23[PATCH] sanitize svc_export_parse()Al Viro1-42/+35
2008-10-23[PATCH] switch quota_on-related stuff to kern_path()Al Viro4-37/+37
2008-10-23dock: make dock driver not a moduleShaohua Li1-1/+1
2008-10-23[PATCH] no need for noinline stuff in fs/namespace.c anymoreAl Viro1-12/+5
2008-10-23[PATCH] finally get rid of nameidata in namespace.cAl Viro1-60/+59
2008-10-23[PATCH] new helper - kern_path()Al Viro2-0/+12
2008-10-23x86: canonicalize remaining header guardsH. Peter Anvin3-8/+8
2008-10-23x86: drop double underscores from header guardsH. Peter Anvin32-96/+96
2008-10-22x86: Fix ASM_X86__ header guardsH. Peter Anvin271-805/+805
2008-10-22x86, um: get rid of uml-config.hAl Viro3-16/+17
2008-10-22x86, um: get rid of arch/um/Kconfig.archAl Viro7-133/+136
2008-10-22x86, um: get rid of arch/um/os symlinkAl Viro5-25/+4
2008-10-22x86, um: get rid of excessive includes of uml-config.hAl Viro9-9/+0
2008-10-22x86, um: get rid of header symlinksAl Viro50-19/+5
2008-10-22x86, um: merge Kconfig.i386 and Kconfig.x86_64Al Viro4-57/+23
2008-10-22x86, um: get rid of sysdep symlinkAl Viro41-10/+2
2008-10-22x86, um: trim the junk from uml ptrace-*.hAl Viro2-15/+2
2008-10-22x86, um: take vm-flags.h to sysdepAl Viro4-3/+2
2008-10-22x86, um: get rid of uml asm/archAl Viro2-18/+2
2008-10-22x86, um: get rid of uml highmem.hAl Viro4-17/+14
2008-10-22x86, um: get rid of uml unistd.hAl Viro5-41/+4
2008-10-22x86, um: get rid of system.h -> system.h includeAl Viro7-55/+266
2008-10-22x86, um: uml atomic.h is not needed anymoreAl Viro1-11/+0
2008-10-22x86, um: untangle uml ldt.hAl Viro9-9/+9
2008-10-22x86, um: get rid of more uml asm/arch usesAl Viro3-3/+3
2008-10-22x86, um: remove dead header (uml module-generic.h; never used these days)Al Viro1-6/+0
2008-10-22x86, um: get rid of uml signal.hAl Viro3-30/+2
2008-10-22x86, um: sanitize uml sigcontext.h usesAl Viro7-71/+2
2008-10-22x86, um: now we can get rid of trivial uml headersAl Viro60-371/+2
2008-10-22x86, um: ... and asm-x86 moveAl Viro340-11/+11
2008-10-22x86, um: initial part of asm-um moveAl Viro145-8/+9
2008-10-22x86, um: take arch/um/include/* out of the wayAl Viro79-27/+26
2008-10-23ACPI: fix ia64 build warningLen Brown1-1/+1
2008-10-23ACPI: hack around sysfs warning with link orderZhao Yakui1-1/+1
2008-10-23ACPI suspend: fix build warning when CONFIG_ACPI_SLEEP=nLen Brown1-1/+1
2008-10-23intel_menlo: fix build warningLen Brown1-1/+1
2008-10-23drm: Avoid oops in DRM_IOCTL_RM_DRAW if a bad handle is supplied.Eric Anholt1-0/+4
2008-10-23drm: Add 32-bit compatibility for DRM_IOCTL_UPDATE_DRAW.Eric Anholt1-0/+34
2008-10-23drm/i915: use pipes, not planes to label vblank dataKeith Packard1-53/+20
2008-10-23drm/i915: hold dev->struct_mutex and DRM lock during vblank ring operationsKeith Packard4-60/+92
2008-10-23i915: Fix format string warnings on x86-64.Linus Torvalds1-2/+2
2008-10-23i915: Don't dereference HWS in /proc debug files when it isn't initialized.Eric Anholt1-3/+12
2008-10-23i915: Enable IMR passthrough of vblank events before enabling it in pipestat.Eric Anholt1-1/+9
2008-10-23drm: Remove two leaks of vblank reference count in error paths.Eric Anholt2-1/+5
2008-10-23drm: fix leak of cliprects in drm_rmdraw()Zhenyu Wang1-2/+5
2008-10-23i915: Disable MSI on GM965 (errata says it doesn't work)Keith Packard1-1/+4
2008-10-23drm: Set cliprects to NULL when changing drawable to having 0 cliprects.Zhenyu Wang1-1/+3
2008-10-23i915: Protect vblank IRQ reg access with spinlockKeith Packard1-29/+40