aboutsummaryrefslogtreecommitdiff
path: root/arch/alpha/kernel
AgeCommit message (Expand)AuthorFilesLines
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Gravatar Thomas Gleixner 1-17/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Gravatar Thomas Gleixner 1-13/+1
2019-05-17Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 1-0/+6
2019-05-16Merge tag 'asm-generic-nommu' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-2/+0
2019-05-16uapi: Wire up the mount API syscalls on non-x86 arches [ver #2]Gravatar David Howells 1-0/+6
2019-05-07Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-10/+10
2019-04-23arch: mostly remove <asm/segment.h>Gravatar Christoph Hellwig 2-2/+0
2019-04-15arch: add pidfd and io_uring syscalls everywhereGravatar Arnd Bergmann 1-0/+4
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelyGravatar Sakari Ailus 1-10/+10
2019-03-12treewide: add checks for the return value of memblock_alloc*()Gravatar Mike Rapoport 5-3/+42
2019-03-12arch: use memblock_alloc() instead of memblock_alloc_from(size, align, 0)Gravatar Mike Rapoport 3-4/+4
2019-03-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-6/+1
2019-02-07y2038: add 64-bit time_t syscalls to all 32-bit architecturesGravatar Arnd Bergmann 1-0/+2
2019-02-07timex: use __kernel_timex internallyGravatar Deepa Dinamani 1-2/+3
2019-01-25alpha: add generic get{eg,eu,g,p,u,pp}id() syscallsGravatar Arnd Bergmann 1-0/+3
2019-01-25alpha: add standard statfs64/fstatfs64 syscallsGravatar Arnd Bergmann 1-0/+2
2019-01-25arch: add pkey and rseq syscall numbers everywhereGravatar Arnd Bergmann 1-0/+4
2019-01-25ipc: rename old-style shmctl/semctl/msgctl syscallsGravatar Arnd Bergmann 1-3/+3
2019-01-25alpha: update syscall macro definitionsGravatar Arnd Bergmann 1-2/+2
2019-01-25alpha: wire up io_pgetevents system callGravatar Arnd Bergmann 1-0/+1
2019-01-21perf/core, arch/alpha: Strengthen exclusion checks with PERF_PMU_CAP_NO_EXCLUDEGravatar Andrew Murray 1-6/+1
2019-01-03Remove 'type' argument from access_ok() functionGravatar Linus Torvalds 1-6/+6
2018-12-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...Gravatar Linus Torvalds 8-557/+580
2018-12-28Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-11/+5
2018-12-21alpha: Remove some unused variablesGravatar Matt Turner 1-2/+1
2018-12-21alpha: rtc: simplify alpha_rtc_initGravatar Alexandre Belloni 1-12/+10
2018-12-21alpha: fix spelling mistake QSD_PORT_ACTUVE -> QSD_PORT_ACTIVEGravatar Colin Ian King 1-1/+1
2018-12-21alpha: generate uapi header and syscall table header filesGravatar Firoz Khan 1-534/+3
2018-12-21alpha: add system call table generation supportGravatar Firoz Khan 4-0/+559
2018-12-21alpha: remove CONFIG_OSF4_COMPAT flag from syscall tableGravatar Firoz Khan 2-8/+6
2018-12-20dma-mapping: zero memory returned from dma_alloc_*Gravatar Christoph Hellwig 1-1/+1
2018-12-14alpha: fix hang caused by the bootmem removalGravatar Mike Rapoport 1-0/+1
2018-12-06alpha: remove the mapping_error dma_map_ops methodGravatar Christoph Hellwig 1-10/+4
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESGravatar Mike Rapoport 11-19/+29
2018-10-31mm: remove include/linux/bootmem.hGravatar Mike Rapoport 10-10/+8
2018-10-31memblock: replace free_bootmem{_node} with memblock_freeGravatar Mike Rapoport 1-2/+1
2018-10-31memblock: replace alloc_bootmem with memblock_allocGravatar Mike Rapoport 4-8/+8
2018-10-31memblock: replace __alloc_bootmem with memblock_alloc_fromGravatar Mike Rapoport 3-4/+4
2018-10-31memblock: replace alloc_bootmem_node with memblock_alloc_nodeGravatar Mike Rapoport 1-2/+2
2018-10-26alpha: switch to NO_BOOTMEMGravatar Mike Rapoport 2-88/+14
2018-10-25Merge branch 'work.alpha' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 2-188/+183
2018-08-24Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-27/+24
2018-08-16alpha: unify the glue for sigreturn-like syscallsGravatar Al Viro 1-20/+10
2018-08-16alpha: use alpha_ni_syscall only for syscall zeroGravatar Al Viro 2-168/+173
2018-08-11sys: don't hold uts_sem while accessing userspace memoryGravatar Jann Horn 1-27/+24
2018-07-22alpha: fix osf_wait4() breakageGravatar Al Viro 1-4/+1
2018-06-04Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 3-82/+28
2018-05-22alpha: io: reorder barriers to guarantee writeX() and iowriteX() ordering #2Gravatar Sinan Kaya 1-7/+7
2018-05-22alpha: simplify get_arch_dma_opsGravatar Christoph Hellwig 1-3/+1
2018-05-22alpha: use dma_direct_ops for jensenGravatar Christoph Hellwig 1-33/+0