summaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel/sys_parisc.c
Commit message (Expand)AuthorAgeFilesLines
* exec: pass stack rlimit into mm layout functionsKees Cook2018-04-111-5/+11
* mm: add ksys_readahead() helper; remove in-kernel calls to sys_readahead()Dominik Brodowski2018-04-021-1/+1
* mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()Dominik Brodowski2018-04-021-3/+3
* mm: add ksys_fadvise64_64() helper; remove in-kernel call to sys_fadvise64_64()Dominik Brodowski2018-04-021-1/+1
* fs: add ksys_fallocate() wrapper; remove in-kernel calls to sys_fallocate()Dominik Brodowski2018-04-021-2/+2
* fs: add ksys_p{read,write}64() helpers; remove in-kernel calls to syscallsDominik Brodowski2018-04-021-2/+2
* fs: add ksys_truncate() wrapper; remove in-kernel calls to sys_truncate()Dominik Brodowski2018-04-021-3/+3
* fs: add ksys_sync_file_range helper(); remove in-kernel calls to syscallDominik Brodowski2018-04-021-1/+1
* fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate()Dominik Brodowski2018-04-021-2/+2
* mm: larger stack guard gap, between vmasHugh Dickins2017-06-191-6/+9
* sched/headers: Prepare for new header dependencies before moving more code to...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* parisc: Enable KASLRHelge Deller2016-12-121-10/+8
* parisc: Drop alloc_hugepages and free_hugepages syscallsHelge Deller2016-03-231-10/+0
* parisc,metag: Fix crashes due to stack randomization on stack-grows-upwards a...Helge Deller2015-05-121-0/+3
* parisc,metag: Do not hardcode maximum userspace stack sizeHelge Deller2014-05-151-3/+3
* parisc: change value of SHMLBA from 0x00400000 to PAGE_SIZEHelge Deller2014-04-131-7/+7
* parisc: add flexible mmap memory layout supportHelge Deller2014-02-021-42/+196
* parisc: fix mmap(MAP_FIXED|MAP_SHARED) to already mmapped addressHelge Deller2013-11-301-10/+15
* mm: use vm_unmapped_area() on parisc architectureMichel Lespinasse2013-02-271-31/+17
* parisc: fix fallocate syscallHelge Deller2013-02-201-0/+7
* parisc: ensure that mmapped shared pages are aligned at SHMLBA addressesJohn David Anglin2013-02-201-4/+5
* [PARISC] fix virtual aliasing issue in get_shared_area()James Bottomley2012-11-151-0/+2
* [PARISC] fix personality flag check in copy_thread()Jiri Kosina2012-08-031-4/+4
* improve sys_newuname() for compat architecturesChristoph Hellwig2010-03-121-15/+0
* Unify sys_mmap*Al Viro2009-12-111-26/+4
* unified (weak) sys_pipe implementationUlrich Drepper2008-05-031-13/+0
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* get_unmapped_area handles MAP_FIXED on pariscBenjamin Herrenschmidt2007-05-071-0/+5
* [PA-RISC] Fix parisc_newuname()Matthew Wilcox2006-10-051-23/+10
* [PARISC] Allow overriding personality with sys_personalityKyle McMartin2006-10-041-0/+45
* [PARISC] Add new entries to the syscall tableKyle McMartin2006-04-211-0/+8
* [PATCH] consolidate sys_shmatStephen Rothwell2005-05-011-11/+0
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+253