aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/vdso.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesGravatar Michel Lespinasse 1-3/+3
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedGravatar Mike Rapoport 1-1/+0
2020-04-03powerpc/64: make buildable without CONFIG_COMPATGravatar Michal Suchanek 1-1/+2
2020-03-13powerpc/vdso: remove deprecated VDS64_HAS_DESCRIPTORS referencesGravatar Joe Lawrence 1-5/+0
2020-01-23powerpc/vdso32: Don't read cache line size from the datapage on PPC32.Gravatar Christophe Leroy 1-5/+0
2019-08-28powerpc/32s: drop CPU_FTR_USE_RTC featureGravatar Christophe Leroy 1-22/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2019-03-05powerpc/vdso: don't clear PG_reservedGravatar David Hildenbrand 1-2/+0
2018-12-21powerpc: split compat syscall table out from native tableGravatar Firoz Khan 1-2/+5
2018-07-30powerpc: remove unneeded inclusions of cpu_has_feature.hGravatar Christophe Leroy 1-1/+0
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 1-2/+2
2018-03-24powerpc: Use feature bit for RTC presence rather than timebase presenceGravatar Paul Mackerras 1-5/+7
2017-02-06powerpc/64: Clean up ppc64_caches using a struct per cacheGravatar Benjamin Herrenschmidt 1-8/+8
2017-02-06powerpc/64: Fix naming of cache block vs. cache lineGravatar Benjamin Herrenschmidt 1-6/+4
2016-08-09powerpc/vdso: Add missing include fileGravatar Guenter Roeck 1-0/+1
2016-05-23vdso: make arch_setup_additional_pages wait for mmap_sem for write killableGravatar Michal Hocko 1-1/+2
2015-11-26powerpc: Standardise on NR_syscalls rather than __NR_syscalls.Gravatar Rashmica Gupta 1-1/+1
2015-05-11powerpc/vdso: Disable building the 32-bit VDSO on little endianGravatar Michael Ellerman 1-2/+34
2015-05-11powerpc/vdso: Combine start/size variablesGravatar Michael Ellerman 1-29/+26
2015-05-11powerpc/vdso: Remove unused debug codeGravatar Michael Ellerman 1-44/+0
2014-11-10powerpc: Remove superfluous bootmem includesGravatar Anton Blanchard 1-1/+0
2014-08-08arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate areaGravatar Andy Lutomirski 1-16/+0
2014-03-19powerpc/booke64: Use SPRG7 for VDSOGravatar Scott Wood 1-4/+4
2013-10-30powerpc: Move local setup.h declarations to arch includesGravatar Robert Jennings 1-2/+1
2013-07-01powerpc: Delete __cpuinit usage from all usersGravatar Paul Gortmaker 1-1/+1
2013-04-23powerpc: Add VDSO version of timeGravatar Adhemerval Zanella 1-0/+4
2012-09-07powerpc: Restore VDSO information on critical exception om BookEGravatar Mihai Caraman 1-3/+1
2012-07-11powerpc: Add VDSO version of getcpuGravatar Anton Blanchard 1-0/+28
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Gravatar Linus Torvalds 1-1/+0
2012-03-28Disintegrate asm/system.h for PowerPCGravatar David Howells 1-1/+0
2012-03-28powerpc: Random little legacy iSeries removal tidy upsGravatar Stephen Rothwell 1-2/+2
2012-03-23coredump: remove VM_ALWAYSDUMP flagGravatar Jason Baron 1-8/+2
2011-10-31powerpc: remove non-required uses of include <linux/module.h>Gravatar Paul Gortmaker 1-1/+0
2011-03-23mm: arch: rename in_gate_area_no_task to in_gate_area_no_mmGravatar Stephen Wilson 1-1/+1
2011-03-23mm: arch: make in_gate_area take an mm_struct instead of a task_structGravatar Stephen Wilson 1-1/+1
2011-03-23mm: arch: make get_gate_vma take an mm_struct instead of a task_structGravatar Stephen Wilson 1-1/+1
2010-09-02powerpc: Use is_32bit_task() helper to test 32-bit binaryGravatar Denis Kirjanov 1-3/+3
2010-07-14lmb: rename to memblockGravatar Yinghai Lu 1-2/+2
2009-11-09tree-wide: fix a very frequent spelling mistakeGravatar Dirk Hohndel 1-1/+1
2009-10-27powerpc: Align vDSO base addressGravatar Andreas Schwab 1-1/+10
2009-09-24powerpc/perf_counter: Fix vdso detectionGravatar Anton Blanchard 1-4/+10
2009-09-21Use macros for .data.page_aligned section.Gravatar Tim Abbott 1-1/+2
2009-08-20powerpc: Move 64bit VDSO to improve context switch performanceGravatar Anton Blanchard 1-1/+6
2008-12-28Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/p...Gravatar Linus Torvalds 1-0/+10
2008-12-25[S390] arch_setup_additional_pages argumentsGravatar Martin Schwidefsky 1-2/+1
2008-12-21powerpc/mm: Introduce MMU featuresGravatar Benjamin Herrenschmidt 1-0/+10
2008-08-04powerpc: Remove use of CONFIG_PPC_MERGEGravatar Kumar Gala 1-2/+0
2008-07-03powerpc: Fixup lwsync at runtimeGravatar Kumar Gala 1-0/+10
2008-06-20Reinstate ZERO_PAGE optimization in 'get_user_pages()' and fix XIPGravatar Linus Torvalds 1-1/+1
2008-02-26Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/lmb-2.6Gravatar Paul Mackerras 1-1/+2