summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/vdso.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-2/+2
* powerpc: Use feature bit for RTC presence rather than timebase presencePaul Mackerras2018-03-241-5/+7
* powerpc/64: Clean up ppc64_caches using a struct per cacheBenjamin Herrenschmidt2017-02-061-8/+8
* powerpc/64: Fix naming of cache block vs. cache lineBenjamin Herrenschmidt2017-02-061-6/+4
* powerpc/vdso: Add missing include fileGuenter Roeck2016-08-091-0/+1
* vdso: make arch_setup_additional_pages wait for mmap_sem for write killableMichal Hocko2016-05-231-1/+2
* powerpc: Standardise on NR_syscalls rather than __NR_syscalls.Rashmica Gupta2015-11-261-1/+1
* powerpc/vdso: Disable building the 32-bit VDSO on little endianMichael Ellerman2015-05-111-2/+34
* powerpc/vdso: Combine start/size variablesMichael Ellerman2015-05-111-29/+26
* powerpc/vdso: Remove unused debug codeMichael Ellerman2015-05-111-44/+0
* powerpc: Remove superfluous bootmem includesAnton Blanchard2014-11-101-1/+0
* arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate areaAndy Lutomirski2014-08-081-16/+0
* powerpc/booke64: Use SPRG7 for VDSOScott Wood2014-03-191-4/+4
* powerpc: Move local setup.h declarations to arch includesRobert Jennings2013-10-301-2/+1
* powerpc: Delete __cpuinit usage from all usersPaul Gortmaker2013-07-011-1/+1
* powerpc: Add VDSO version of timeAdhemerval Zanella2013-04-231-0/+4
* powerpc: Restore VDSO information on critical exception om BookEMihai Caraman2012-09-071-3/+1
* powerpc: Add VDSO version of getcpuAnton Blanchard2012-07-111-0/+28
* Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-281-1/+0
|\
| * Disintegrate asm/system.h for PowerPCDavid Howells2012-03-281-1/+0
* | powerpc: Random little legacy iSeries removal tidy upsStephen Rothwell2012-03-281-2/+2
* | coredump: remove VM_ALWAYSDUMP flagJason Baron2012-03-231-8/+2
|/
* 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
OpenPOWER on IntegriCloud