aboutsummaryrefslogtreecommitdiffstats
path: root/arch/alpha/kernel/osf_sys.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-25treewide: use initializer for struct vm_unmapped_area_infoRick Edgecombe1-4/+1
2023-08-15alpha: Replace one-element array with flexible-array memberGustavo A. R. Silva1-1/+1
2023-06-18posix-timers: Add sys_ni_posix_timers() prototypeArnd Bergmann1-2/+0
2023-02-14alpha: osf_sys: reduce kernel log spamming on invalid osf_mount call typenrColin Ian King1-1/+1
2022-10-11alpha: remove the needless aliases osf_{readv,writev}Lukas Bulwahn1-12/+0
2022-10-06Merge tag 'pull-file' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-5/+5
2022-09-27a.out: Remove the a.out implementationEric W. Biederman1-30/+0
2022-08-17Change calling conventions for filldir_tAl Viro1-5/+5
2022-05-19move mount-related externs from fs.h to mount.hAl Viro1-0/+1
2021-09-01Merge branch 'siginfo-si_trapno-for-v5.15' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-1/+1
2021-07-25alpha: fix spelling mistakesgushengxian1-2/+2
2021-07-23signal/alpha: si_trapno is only used with SIGFPE and SIGTRAP TRAP_UNKEric W. Biederman1-1/+1
2020-06-12alpha: remove unneeded semicolon in osf_sys.cJason Yan1-1/+1
2019-11-15y2038: use compat_{get,set}_itimer on alphaArnd Bergmann1-65/+0
2019-11-15y2038: rusage: use __kernel_old_timevalArnd Bergmann1-1/+1
2019-02-07timex: use __kernel_timex internallyDeepa Dinamani1-2/+3
2018-12-21alpha: Remove some unused variablesMatt Turner1-2/+1
2018-12-21alpha: remove CONFIG_OSF4_COMPAT flag from syscall tableFiroz Khan1-3/+6
2018-08-24Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-27/+24
2018-08-11sys: don't hold uts_sem while accessing userspace memoryJann Horn1-27/+24
2018-07-22alpha: fix osf_wait4() breakageAl Viro1-4/+1
2018-04-25signal/alpha: Use send_sig_fault where appropriateEric W. Biederman1-7/+3
2018-04-25signal/alpha: Replace FPE_FIXME with FPE_FLTUNKEric W. Biederman1-1/+1
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman1-0/+1
2018-04-17signal/alpha: Document a conflict with SI_USER for SIGFPEEric W. Biederman1-1/+1
2018-04-02mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()Dominik Brodowski1-1/+1
2018-01-25alpha: osf_sys.c: use timespec64 where appropriateArnd Bergmann1-34/+34
2018-01-25alpha: osf_sys.c: fix put_tv32 regressionArnd Bergmann1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-05-27osf_sigstack(): switch to put_user()Al Viro1-3/+2
2017-05-27osf_sys.c: switch handling of timeval32/itimerval32 to copy_{to,from}_user()Al Viro1-24/+29
2017-05-27Merge branch 'work.sys_wait' into misc.alphaAl Viro1-37/+14
2017-05-27osf_getdomainname(): use copy_to_user()Al Viro1-14/+9
2017-05-21osf_wait4: switch to kernel_wait4()Al Viro1-39/+14
2017-05-21osf_wait4(): fix infoleakAl Viro1-2/+4
2017-05-01Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+3
2017-04-14time: Delete do_sys_setimeofday()Deepa Dinamani1-1/+3
2017-04-03alpha: fix stack smashing in old_adjtimex(2)Al Viro1-1/+1
2017-03-02sched/headers: Prepare to move cputime functionality from <linux/sched.h> int...Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving more code to...Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-1/+1
2017-02-01alpha: Convert obsolete cputime_t to nsecsFrederic Weisbecker1-4/+4
2017-02-01sched/cputime: Convert task/group cputime to nsecsFrederic Weisbecker1-2/+2
2017-02-01sched/cputime: Introduce special task_cputime_t() API to return old-typed cpu...Frederic Weisbecker1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-11-16posix-timers: Make them configurableNicolas Pitre1-0/+8
2016-05-02give readdir(2)/getdents(2)/etc. uniform exclusion with lseek()Al Viro1-2/+2
2015-07-29alpha: Fix jiffies based cputime assumptionFrederic Weisbecker1-4/+9
2015-05-26alpha: kernel: osf_sys: Set 'kts.tv_nsec' only when 'tv' has effectChen Gang1-2/+1
2014-10-31vfs: make first argument of dir_context.actor typedMiklos Szeredi1-3/+4
2014-10-09vfs: move getname() from callers to do_mount()Seunghun Lee1-13/+10
2013-06-29[readdir] constify ->actorAl Viro1-7/+6
2013-06-29[readdir] introduce iterate_dir() and dir_contextAl Viro1-1/+3
2013-02-21mm: use vm_unmapped_area() on alpha architectureMichel Lespinasse1-11/+9
2013-01-27cputime: Use accessors to read task cputime statsFrederic Weisbecker1-2/+4
2012-11-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-3/+3
2012-10-24alpha: separate thread-synchronous flagsAl Viro1-15/+10
2012-10-20missing const in alpha callers of do_mount()Al Viro1-3/+3
2012-10-12vfs: define struct filename and have getname() return itJeff Layton1-8/+8
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-8/+5
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-2/+2
2012-09-26switch simple cases of fget_light to fdgetAl Viro1-9/+6
2012-09-26switch osf_getdirentries() to fget_light()Al Viro1-3/+3
2012-09-21userns: On alpha modify linux_to_osf_stat to use convert from kuids and kgidsEric W. Biederman1-2/+2
2012-08-19alpha: take a bunch of syscalls into osf_sys.cAl Viro1-0/+49
2012-05-24alpha: implement various OSF/1 stat syscallsMans Rullgard1-0/+163
2012-05-24alpha: implement setsysinfo(SSI_LMF) as a no-opMans Rullgard1-0/+3
2012-03-28Disintegrate asm/system.h for AlphaDavid Howells1-1/+0
2011-08-25alpha: unbreak osf_setsysinfo(SSI_NVPAIRS, [SSIN_UACPROC, UAC_SIGBUS])Sergei Trofimovich1-5/+7
2011-06-15alpha: fix several security issuesDan Rosenberg1-4/+7
2011-03-14clean statfs-like syscalls upAl Viro1-28/+8
2011-01-17alpha/osf_sys: remove unused MAX_SELECT_SECONDSNamhyung Kim1-3/+0
2010-09-18alpha: kill big kernel lockArnd Bergmann1-5/+0
2010-09-18alpha: Use static const char * const where possibleJoe Perches1-2/+2
2010-08-28Alpha: Fix a missing comma in sys_osf_statfs()David Howells1-1/+1
2010-08-13Mark arguments to certain syscalls as being constDavid Howells1-3/+3
2010-08-09pass a struct path to vfs_statfsChristoph Hellwig1-4/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-1/+1
2010-03-06alpha: PTR_ERR overwrites -EINVAL in syscall osf_mountRoel Kluin1-1/+2
2009-12-11Unify sys_mmap*Al Viro1-13/+6
2009-06-11Push BKL into do_mount()Al Viro1-3/+0
2009-03-27do_pipe cleanup: drop its last user in arch/alpha/Cheng Renquan1-2/+0
2009-01-29alpha: use syscall wrappersIvan Kokshaysky1-63/+50
2008-10-23Merge branch 'v28-range-hrtimers-for-linus-v2' of git://git.kernel.org/pub/sc...Linus Torvalds1-6/+7
2008-10-23[PATCH] prepare vfs_readdir() callers to returning filldir resultAl Viro1-5/+2
2008-10-07select: fix alpha OSF wrapperArjan van de Ven1-6/+7
2008-08-25[PATCH] fix osf_getdirents()Al Viro1-7/+12
2008-07-26[PATCH] sanitize __user_walk_fd() et.al.Al Viro1-5/+5
2008-05-01[PATCH] make osf_select() use core_sys_select()Al Viro1-65/+4
2008-04-24alpha: unbreak OSF/1 (a.out) binariesIvan Kokshaysky1-0/+1
2008-02-14Introduce path_put()Jan Blunck1-1/+1
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck1-1/+1
2008-02-08aout: remove unnecessary inclusions of {asm, linux}/a.out.hDavid Howells1-1/+0
2008-02-06get rid of NR_OPEN and introduce a sysctl_nr_openEric Dumazet1-1/+1
2007-10-20spelling fixes: arch/alpha/Simon Arlott1-1/+1
2007-05-08utimensat implementationUlrich Drepper1-2/+12
2007-05-07ROUND_UP macro cleanup in arch/alpha/kernel/osf_sys.cMilind Arun Choudhary1-3/+1
2007-05-07get_unmapped_area handles MAP_FIXED on alphaBenjamin Herrenschmidt1-0/+3
2006-12-10[PATCH] fdtable: Make fdarray and fdsets equal in sizeVadim Lobanov1-3/+3
2006-12-08[PATCH] struct path: convert alphaJosef Sipek1-1/+1
2006-10-03[PATCH] VFS: Make filldir_t and struct kstat deal in 64-bit inode numbersDavid Howells1-2/+6
2006-10-02[PATCH] namespaces: utsname: switch to using uts namespacesSerge E. Hallyn1-13/+13
2006-07-31[PATCH] arch/alpha: Use ARRAY_SIZE macroTobias Klauser1-2/+2
2006-06-23[PATCH] VFS: Permit filesystem to perform statfs with a known root dentryDavid Howells1-1/+1
2006-03-26[PATCH] consolidate sys32/compat_adjtimexStephen Rothwell1-1/+0
2006-01-18[PATCH] vfs: *at functions: coreUlrich Drepper1-1/+1
2005-09-17[PATCH] files: fix preemption issuesDipankar Sarma1-1/+6
2005-09-10[PATCH] alpha: fix-up schedule_timeout() usageNishanth Aravamudan1-2/+1
2005-09-09[PATCH] files: break up files structDipankar Sarma1-1/+3
2005-05-17[PATCH] alpha/osf_sys: use helper functions to convert between tv and jiffiesNishanth Aravamudan1-5/+2
2005-05-01[PATCH] consolidate sys_shmatStephen Rothwell1-16/+0
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+1345