aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/vdso.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-28Disintegrate asm/system.h for PowerPCDavid Howells1-1/+0
2011-10-31powerpc: remove non-required uses of include <linux/module.h>Paul Gortmaker1-1/+0
2011-03-23mm: arch: rename in_gate_area_no_task to in_gate_area_no_mmStephen Wilson1-1/+1
2011-03-23mm: arch: make in_gate_area take an mm_struct instead of a task_structStephen Wilson1-1/+1
2011-03-23mm: arch: make get_gate_vma take an mm_struct instead of a task_structStephen Wilson1-1/+1
2010-09-02powerpc: Use is_32bit_task() helper to test 32-bit binaryDenis Kirjanov1-3/+3
2010-07-14lmb: rename to memblockYinghai Lu1-2/+2
2009-11-09tree-wide: fix a very frequent spelling mistakeDirk Hohndel1-1/+1
2009-10-27powerpc: Align vDSO base addressAndreas Schwab1-1/+10
2009-09-24powerpc/perf_counter: Fix vdso detectionAnton Blanchard1-4/+10
2009-09-21Use macros for .data.page_aligned section.Tim Abbott1-1/+2
2009-08-20powerpc: Move 64bit VDSO to improve context switch performanceAnton Blanchard1-1/+6
2008-12-28Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds1-0/+10
2008-12-25[S390] arch_setup_additional_pages argumentsMartin Schwidefsky1-2/+1
2008-12-21powerpc/mm: Introduce MMU featuresBenjamin Herrenschmidt1-0/+10
2008-08-04powerpc: Remove use of CONFIG_PPC_MERGEKumar Gala1-2/+0
2008-07-03powerpc: Fixup lwsync at runtimeKumar Gala1-0/+10
2008-06-20Reinstate ZERO_PAGE optimization in 'get_user_pages()' and fix XIPLinus Torvalds1-1/+1
2008-02-26Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/lmb-2.6Paul Mackerras1-1/+2
2008-02-14[POWERPC] vdso_do_func_patch{32,64}() must be __initAdrian Bunk1-6/+6
2008-02-13[LIB]: Make PowerPC LMB code generic so sparc64 can use it too.David S. Miller1-1/+2
2007-11-20[POWERPC] vdso: Fixes for cache block sizesOlof Johansson1-0/+11
2007-10-11[POWERPC] Disable vDSO support for ARCH=ppc where it's not implementedWolfgang Denk1-0/+2
2007-09-19[POWERPC] Don't expose clock vDSO functions when CPU has no timebaseBenjamin Herrenschmidt1-0/+12
2007-06-14[POWERPC] Fix VDSO compile warningSegher Boessenkool1-1/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-02-13[POWERPC] Fix vDSO page count calculationBenjamin Herrenschmidt1-11/+23
2007-02-09[PATCH] powerpc vDSO: use install_special_mappingRoland McGrath1-77/+27
2007-01-26[PATCH] powerpc vDSO: use VM_ALWAYSDUMPRoland McGrath1-0/+7
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter1-1/+1
2006-10-25[POWERPC] Support feature fixups in vdso'sBenjamin Herrenschmidt1-0/+43
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-09[PATCH] powerpc vdso updatesBenjamin Herrenschmidt1-21/+36
2006-03-28[PATCH] powerpc: Kill _machine and hard-coded platform numbersBenjamin Herrenschmidt1-1/+8
2006-03-09Merge ../linux-2.6Paul Mackerras1-2/+2
2006-02-28[PATCH] Add mm->task_size and fix powerpc vdsoBenjamin Herrenschmidt1-2/+2
2006-02-10[PATCH] powerpc: trivial: modify comments to refer to new location of filesJon Mason1-2/+0
2005-11-28mm: re-architect the VM_UNPAGED logicLinus Torvalds1-4/+2
2005-11-22[PATCH] unpaged: VM_UNPAGEDHugh Dickins1-2/+1
2005-11-11[PATCH] powerpc: Merge vdso's and add vdso support to 32 bits kernelBenjamin Herrenschmidt1-0/+746