summaryrefslogtreecommitdiffstats
path: root/arch/alpha
AgeCommit message (Expand)Author
2019-02-10alpha: fix page fault handling for r16-r18 targetsSergei Trofimovich
2019-02-10alpha: Fix Eiger NR_IRQS to 128Meelis Roos
2019-02-07y2038: add 64-bit time_t syscalls to all 32-bit architecturesArnd Bergmann
2019-02-07timex: use __kernel_timex internallyDeepa Dinamani
2019-02-03sock: Add SO_RCVTIMEO_NEW and SO_SNDTIMEO_NEWDeepa Dinamani
2019-02-03socket: Rename SO_RCVTIMEO/ SO_SNDTIMEO with _OLD suffixesDeepa Dinamani
2019-02-03socket: Add SO_TIMESTAMPING_NEWDeepa Dinamani
2019-02-03socket: Add SO_TIMESTAMP[NS]_NEWDeepa Dinamani
2019-02-03sockopt: Rename SO_TIMESTAMP* to SO_TIMESTAMP*_OLDDeepa Dinamani
2019-01-25alpha: add generic get{eg,eu,g,p,u,pp}id() syscallsArnd Bergmann
2019-01-25alpha: add standard statfs64/fstatfs64 syscallsArnd Bergmann
2019-01-25arch: add pkey and rseq syscall numbers everywhereArnd Bergmann
2019-01-25ipc: rename old-style shmctl/semctl/msgctl syscallsArnd Bergmann
2019-01-25alpha: update syscall macro definitionsArnd Bergmann
2019-01-25alpha: wire up io_pgetevents system callArnd Bergmann
2019-01-21perf/core, arch/alpha: Strengthen exclusion checks with PERF_PMU_CAP_NO_EXCLUDEAndrew Murray
2019-01-17net: introduce SO_BINDTOIFINDEX sockoptDavid Herrmann
2019-01-06Merge tag 'kbuild-v4.21-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2019-01-06Fix 'acccess_ok()' on alpha and SHLinus Torvalds
2019-01-06arch: remove redundant UAPI generic-y definesMasahiro Yamada
2019-01-06arch: remove stale comments "UAPI Header export list"Masahiro Yamada
2019-01-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-01-04mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)
2019-01-04fls: change parameter to unsigned intMatthew Wilcox
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2018-12-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...Linus Torvalds
2018-12-29Merge tag 'kconfig-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-12-28Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2018-12-21alpha: Remove some unused variablesMatt Turner
2018-12-21alpha: rtc: simplify alpha_rtc_initAlexandre Belloni
2018-12-21alpha: Fix a typo on ptrace.hDaniel Bristot de Oliveira
2018-12-21alpha: fix spelling mistake QSD_PORT_ACTUVE -> QSD_PORT_ACTIVEColin Ian King
2018-12-21alpha: generate uapi header and syscall table header filesFiroz Khan
2018-12-21alpha: add system call table generation supportFiroz Khan
2018-12-21alpha: add __NR_syscalls along with NR_SYSCALLSFiroz Khan
2018-12-21alpha: remove CONFIG_OSF4_COMPAT flag from syscall tableFiroz Khan
2018-12-21alpha: move __IGNORE* entries to non uapi headerFiroz Khan
2018-12-20dma-mapping: zero memory returned from dma_alloc_*Christoph Hellwig
2018-12-14alpha: fix hang caused by the bootmem removalMike Rapoport
2018-12-13dma-mapping: bypass indirect calls for dma-directChristoph Hellwig
2018-12-13dma-mapping: always build the direct mapping codeChristoph Hellwig
2018-12-06arch: switch the default on ARCH_HAS_SG_CHAINChristoph Hellwig
2018-12-06alpha: remove the mapping_error dma_map_ops methodChristoph Hellwig
2018-11-23eisa: consolidate EISA Kconfig entry in drivers/eisaChristoph Hellwig
2018-11-23pcmcia: allow PCMCIA support independent of the architectureChristoph Hellwig
2018-11-23PCI: consolidate the PCI_SYSCALL symbolChristoph Hellwig
2018-11-23PCI: consolidate the PCI_DOMAINS and PCI_DOMAINS_GENERIC config optionsChristoph Hellwig
2018-11-23PCI: consolidate PCI config entry in drivers/pciChristoph Hellwig
2018-11-10Merge tag 'tty-4.20-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2018-11-08arch/alpha, termios: implement BOTHER, IBSHIFT and termios2H. Peter Anvin (Intel)