aboutsummaryrefslogtreecommitdiffstats
path: root/arch/alpha/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+1
2019-02-07y2038: add 64-bit time_t syscalls to all 32-bit architecturesArnd Bergmann1-0/+2
2019-02-07timex: use __kernel_timex internallyDeepa Dinamani1-2/+3
2019-01-25alpha: add generic get{eg,eu,g,p,u,pp}id() syscallsArnd Bergmann1-0/+3
2019-01-25alpha: add standard statfs64/fstatfs64 syscallsArnd Bergmann1-0/+2
2019-01-25arch: add pkey and rseq syscall numbers everywhereArnd Bergmann1-0/+4
2019-01-25ipc: rename old-style shmctl/semctl/msgctl syscallsArnd Bergmann1-3/+3
2019-01-25alpha: update syscall macro definitionsArnd Bergmann1-2/+2
2019-01-25alpha: wire up io_pgetevents system callArnd Bergmann1-0/+1
2019-01-21perf/core, arch/alpha: Strengthen exclusion checks with PERF_PMU_CAP_NO_EXCLUDEAndrew Murray1-6/+1
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-6/+6
2018-12-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alphaLinus Torvalds8-557/+580
2018-12-28Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-11/+5
2018-12-21alpha: Remove some unused variablesMatt Turner1-2/+1
2018-12-21alpha: rtc: simplify alpha_rtc_initAlexandre Belloni1-12/+10
2018-12-21alpha: fix spelling mistake QSD_PORT_ACTUVE -> QSD_PORT_ACTIVEColin Ian King1-1/+1
2018-12-21alpha: generate uapi header and syscall table header filesFiroz Khan1-534/+3
2018-12-21alpha: add system call table generation supportFiroz Khan4-0/+559
2018-12-21alpha: remove CONFIG_OSF4_COMPAT flag from syscall tableFiroz Khan2-8/+6
2018-12-20dma-mapping: zero memory returned from dma_alloc_*Christoph Hellwig1-1/+1
2018-12-14alpha: fix hang caused by the bootmem removalMike Rapoport1-0/+1
2018-12-06alpha: remove the mapping_error dma_map_ops methodChristoph Hellwig1-10/+4
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport11-19/+29
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport10-10/+8
2018-10-31memblock: replace free_bootmem{_node} with memblock_freeMike Rapoport1-2/+1
2018-10-31memblock: replace alloc_bootmem with memblock_allocMike Rapoport4-8/+8
2018-10-31memblock: replace __alloc_bootmem with memblock_alloc_fromMike Rapoport3-4/+4
2018-10-31memblock: replace alloc_bootmem_node with memblock_alloc_nodeMike Rapoport1-2/+2
2018-10-26alpha: switch to NO_BOOTMEMMike Rapoport2-88/+14
2018-10-25Merge branch 'work.alpha' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-188/+183
2018-08-24Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-27/+24
2018-08-16alpha: unify the glue for sigreturn-like syscallsAl Viro1-20/+10
2018-08-16alpha: use alpha_ni_syscall only for syscall zeroAl Viro2-168/+173
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-06-04Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds3-82/+28
2018-05-22alpha: io: reorder barriers to guarantee writeX() and iowriteX() ordering #2Sinan Kaya1-7/+7
2018-05-22alpha: simplify get_arch_dma_opsChristoph Hellwig1-3/+1
2018-05-22alpha: use dma_direct_ops for jensenChristoph Hellwig1-33/+0
2018-04-25signal/alpha: Use force_sig_fault where appropriateEric W. Biederman1-8/+1
2018-04-25signal/alpha: Use send_sig_fault where appropriateEric W. Biederman3-79/+24
2018-04-25signal/alpha: Replace TRAP_FIXME with TRAP_UNKEric W. Biederman1-2/+2
2018-04-25signal/alpha: Replace FPE_FIXME with FPE_FLTUNKEric W. Biederman2-2/+2
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman3-0/+8
2018-04-17signal/alpha: Document a conflict with SI_USER for SIGFPEEric W. Biederman1-1/+1
2018-04-07alpha: Implement CPU vulnerabilities sysfs functions.Michael Cree2-1/+46
2018-04-07alpha: rtc: stop validating rtc_time in .read_timeAlexandre Belloni1-1/+1
2018-04-07alpha: rtc: remove unused set_mmss opsAlexandre Belloni1-99/+0
2018-04-07Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-11/+10
2018-04-02Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/linuxLinus Torvalds1-1/+1