aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/vdso.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc: remove non-required uses of include <linux/module.h>Paul Gortmaker2011-10-311-1/+0
* mm: arch: rename in_gate_area_no_task to in_gate_area_no_mmStephen Wilson2011-03-231-1/+1
* mm: arch: make in_gate_area take an mm_struct instead of a task_structStephen Wilson2011-03-231-1/+1
* mm: arch: make get_gate_vma take an mm_struct instead of a task_structStephen Wilson2011-03-231-1/+1
* powerpc: Use is_32bit_task() helper to test 32-bit binaryDenis Kirjanov2010-09-021-3/+3
* lmb: rename to memblockYinghai Lu2010-07-141-2/+2
* tree-wide: fix a very frequent spelling mistakeDirk Hohndel2009-11-091-1/+1
* powerpc: Align vDSO base addressAndreas Schwab2009-10-271-1/+10
* powerpc/perf_counter: Fix vdso detectionAnton Blanchard2009-09-241-4/+10
* Use macros for .data.page_aligned section.Tim Abbott2009-09-211-1/+2
* powerpc: Move 64bit VDSO to improve context switch performanceAnton Blanchard2009-08-201-1/+6
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/p...Linus Torvalds2008-12-281-0/+10
|\
| * powerpc/mm: Introduce MMU featuresBenjamin Herrenschmidt2008-12-211-0/+10
* | [S390] arch_setup_additional_pages argumentsMartin Schwidefsky2008-12-251-2/+1
|/
* powerpc: Remove use of CONFIG_PPC_MERGEKumar Gala2008-08-041-2/+0
* powerpc: Fixup lwsync at runtimeKumar Gala2008-07-031-0/+10
* Reinstate ZERO_PAGE optimization in 'get_user_pages()' and fix XIPLinus Torvalds2008-06-201-1/+1
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/lmb-2.6Paul Mackerras2008-02-261-1/+2
|\
| * [LIB]: Make PowerPC LMB code generic so sparc64 can use it too.David S. Miller2008-02-131-1/+2
* | [POWERPC] vdso_do_func_patch{32,64}() must be __initAdrian Bunk2008-02-141-6/+6
|/
* [POWERPC] vdso: Fixes for cache block sizesOlof Johansson2007-11-201-0/+11
* [POWERPC] Disable vDSO support for ARCH=ppc where it's not implementedWolfgang Denk2007-10-111-0/+2
* [POWERPC] Don't expose clock vDSO functions when CPU has no timebaseBenjamin Herrenschmidt2007-09-191-0/+12
* [POWERPC] Fix VDSO compile warningSegher Boessenkool2007-06-141-1/+1
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* [POWERPC] Fix vDSO page count calculationBenjamin Herrenschmidt2007-02-131-11/+23
* [PATCH] powerpc vDSO: use install_special_mappingRoland McGrath2007-02-091-77/+27
* [PATCH] powerpc vDSO: use VM_ALWAYSDUMPRoland McGrath2007-01-261-0/+7
* [PATCH] slab: remove SLAB_KERNELChristoph Lameter2006-12-071-1/+1
* [POWERPC] Support feature fixups in vdso'sBenjamin Herrenschmidt2006-10-251-0/+43
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] powerpc vdso updatesBenjamin Herrenschmidt2006-06-091-21/+36
* [PATCH] powerpc: Kill _machine and hard-coded platform numbersBenjamin Herrenschmidt2006-03-281-1/+8
* Merge ../linux-2.6Paul Mackerras2006-03-091-2/+2
|\
| * [PATCH] Add mm->task_size and fix powerpc vdsoBenjamin Herrenschmidt2006-02-281-2/+2
* | [PATCH] powerpc: trivial: modify comments to refer to new location of filesJon Mason2006-02-101-2/+0
|/
* mm: re-architect the VM_UNPAGED logicLinus Torvalds2005-11-281-4/+2
* [PATCH] unpaged: VM_UNPAGEDHugh Dickins2005-11-221-2/+1
* [PATCH] powerpc: Merge vdso's and add vdso support to 32 bits kernelBenjamin Herrenschmidt2005-11-111-0/+746