aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel/sys_parisc.c
AgeCommit message (Expand)Author
2023-11-15parisc: fix mmap_base calculation when stack grows upwardsHelge Deller
2023-08-22parisc: Use generic mmap top-down layout and brk randomizationHelge Deller
2023-08-08io_uring/parisc: Adjust pgoff in io_uring mmap() for pariscHelge Deller
2023-07-22Merge tag 'io_uring-6.5-2023-07-21' of git://git.kernel.dk/linuxLinus Torvalds
2023-07-21io_uring: Fix io_uring mmap() by using architecture-provided get_unmapped_area()Helge Deller
2023-06-30parisc: sys_parisc: parisc_personality() is called from asm codeHelge Deller
2023-05-03parisc: Cleanup mmap implementation regarding color alignmentJohn David Anglin
2022-12-17parisc: Align parisc MADV_XXX constants with all other architecturesHelge Deller
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld
2021-11-01parisc: enhance warning regarding usage of O_NONBLOCKHelge Deller
2020-11-11parisc: Make user stack size configurableHelge Deller
2020-10-23parisc: Add wrapper syscalls to fix O_NONBLOCK flag usageHelge Deller
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-05-03parisc: Consider stack randomization for mmap base only when necessaryAlexandre Ghiti
2018-08-17parisc: Restore possibility to execute 64-bit applicationsHelge Deller
2018-04-11exec: pass stack rlimit into mm layout functionsKees Cook
2018-04-02mm: add ksys_readahead() helper; remove in-kernel calls to sys_readahead()Dominik Brodowski
2018-04-02mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()Dominik Brodowski
2018-04-02mm: add ksys_fadvise64_64() helper; remove in-kernel call to sys_fadvise64_64()Dominik Brodowski
2018-04-02fs: add ksys_fallocate() wrapper; remove in-kernel calls to sys_fallocate()Dominik Brodowski
2018-04-02fs: add ksys_p{read,write}64() helpers; remove in-kernel calls to syscallsDominik Brodowski
2018-04-02fs: add ksys_truncate() wrapper; remove in-kernel calls to sys_truncate()Dominik Brodowski
2018-04-02fs: add ksys_sync_file_range helper(); remove in-kernel calls to syscallDominik Brodowski
2018-04-02fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate()Dominik Brodowski
2017-06-19mm: larger stack guard gap, between vmasHugh Dickins
2017-03-02sched/headers: Prepare for new header dependencies before moving more code to...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-12parisc: Enable KASLRHelge Deller
2016-03-23parisc: Drop alloc_hugepages and free_hugepages syscallsHelge Deller
2015-05-12parisc,metag: Fix crashes due to stack randomization on stack-grows-upwards a...Helge Deller
2014-05-15parisc,metag: Do not hardcode maximum userspace stack sizeHelge Deller
2014-04-13parisc: change value of SHMLBA from 0x00400000 to PAGE_SIZEHelge Deller
2014-02-02parisc: add flexible mmap memory layout supportHelge Deller
2013-11-30parisc: fix mmap(MAP_FIXED|MAP_SHARED) to already mmapped addressHelge Deller
2013-02-27mm: use vm_unmapped_area() on parisc architectureMichel Lespinasse
2013-02-20parisc: fix fallocate syscallHelge Deller
2013-02-20parisc: ensure that mmapped shared pages are aligned at SHMLBA addressesJohn David Anglin
2012-11-15[PARISC] fix virtual aliasing issue in get_shared_area()James Bottomley
2012-08-03[PARISC] fix personality flag check in copy_thread()Jiri Kosina
2010-03-12improve sys_newuname() for compat architecturesChristoph Hellwig
2009-12-11Unify sys_mmap*Al Viro
2008-05-03unified (weak) sys_pipe implementationUlrich Drepper
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap
2007-05-07get_unmapped_area handles MAP_FIXED on pariscBenjamin Herrenschmidt
2006-10-05[PA-RISC] Fix parisc_newuname()Matthew Wilcox
2006-10-04[PARISC] Allow overriding personality with sys_personalityKyle McMartin
2006-04-21[PARISC] Add new entries to the syscall tableKyle McMartin
2005-05-01[PATCH] consolidate sys_shmatStephen Rothwell
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds