aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/vdso.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-01s390: remove compat vdso codeHeiko Carstens1-39/+3
2019-09-17Merge tag 's390-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-13/+5
2019-08-26s390/vdso: reuse kstrtobool for option value parsingVasily Gorbik1-13/+5
2019-08-09s390/vdso: map vdso also for statically linked binariesHeiko Carstens1-5/+0
2019-04-11s390: don't build vdso32 with clangArnd Bergmann1-5/+5
2019-03-05s390/vdso: don't clear PG_reservedDavid Hildenbrand1-2/+0
2019-01-11s390/vdso: correct vdso mapping for compat tasksVasily Gorbik1-3/+2
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+1
2018-09-20s390/vdso: avoid 64-bit vdso mapping for compat tasksVasily Gorbik1-3/+5
2018-07-23s390: vdso_fault return typeSouptick Joarder1-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-2/+2
2017-11-24s390: kernel: Remove redundant license textGreg Kroah-Hartman1-4/+0
2017-11-24s390: kernel: add SPDX identifiers to the remaining filesGreg Kroah-Hartman1-0/+1
2017-11-14s390: remove all code using the access register modeMartin Schwidefsky1-40/+4
2017-10-18s390/vdso: move boot_vdso_data to vdso.cMartin Schwidefsky1-0/+14
2017-10-09s390/mm: use memset64 instead of clear_tableHeiko Carstens1-4/+2
2017-07-25s390/mm: tag normal pages vs pages used in page tablesMartin Schwidefsky1-0/+2
2017-06-12s390/vdso: use _install_special_mapping to establish vdsoMartin Schwidefsky1-27/+64
2017-02-17s390: kernel: Audit and remove any unnecessary uses of module.hPaul Gortmaker1-1/+1
2016-05-23vdso: make arch_setup_additional_pages wait for mmap_sem for write killableMichal Hocko1-1/+2
2016-01-11s390/vdso: optimize getcpu system callMartin Schwidefsky1-1/+8
2016-01-11s390: drop smp_mb in vdso_initMichael S. Tsirkin1-2/+0
2016-01-11s390: rename struct _lowcore to struct lowcoreHeiko Carstens1-3/+3
2015-10-14s390/vdso: use correct memory barrierChristian Borntraeger1-1/+1
2015-03-25s390: remove 31 bit supportHeiko Carstens1-14/+2
2014-08-08arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate areaAndy Lutomirski1-15/+0
2013-12-02s390/vdso: fix access-list entry initializationHeiko Carstens1-1/+1
2013-10-24s390/uaccess: always run the kernel in home spaceMartin Schwidefsky1-5/+4
2013-08-22s390/mm: cleanup page table definitionsMartin Schwidefsky1-2/+2
2013-08-22s390: replace remaining strict_strtoul() with kstrtoul()Heiko Carstens1-1/+1
2012-09-26s390/mm: rename addressing_mode to s390_user_modeHeiko Carstens1-4/+4
2012-07-30s390/mm: rename user_mode variable to addressing_modeHeiko Carstens1-4/+5
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_systemLinus Torvalds1-1/+1
2012-03-28Disintegrate asm/system.h for S390David Howells1-1/+1
2012-03-23coredump: remove VM_ALWAYSDUMP flagJason Baron1-8/+2
2012-03-11[S390] rework smp codeMartin Schwidefsky1-21/+7
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
2011-01-12[S390] vdso: dont map at mmap_baseHeiko Carstens1-3/+1
2010-10-25[S390] cleanup facility list handlingMartin Schwidefsky1-5/+1
2010-05-17[S390] vdso: remove redundant check for CONFIG_64BITChristoph Egger1-4/+0
2010-02-26[S390] Cleanup struct _lowcore usage and defines.Heiko Carstens1-0/+1
2009-12-07[S390] Improve address space mode selection.Martin Schwidefsky1-4/+5
2009-10-06[S390] perf_counter: fix vdso detectionHeiko Carstens1-8/+8
2009-09-21Use macros for .data.page_aligned section.Tim Abbott1-1/+1
2009-06-12[S390] implement is_compat_taskHeiko Carstens1-2/+2
2009-06-12[S390] vdso: kernel parameter syntaxMartin Schwidefsky1-2/+13
2009-03-26[S390] smp: fix memory leak on __cpu_upHeiko Carstens1-2/+0
2009-01-09[S390] vdso: compile fixHeiko Carstens1-1/+2