aboutsummaryrefslogtreecommitdiffstats
path: root/arch/alpha (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-10alpha: fix page fault handling for r16-r18 targetsSergei Trofimovich1-1/+1
2019-02-10alpha: Fix Eiger NR_IRQS to 128Meelis Roos1-3/+3
2019-01-06Merge tag 'kbuild-v4.21-3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-7/+0
2019-01-06Fix 'acccess_ok()' on alpha and SHLinus Torvalds1-3/+5
2019-01-06arch: remove redundant UAPI generic-y definesMasahiro Yamada1-6/+0
2019-01-06arch: remove stale comments "UAPI Header export list"Masahiro Yamada1-1/+0
2019-01-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-5/+5
2019-01-04mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)1-3/+3
2019-01-04fls: change parameter to unsigned intMatthew Wilcox1-2/+2
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds4-9/+9
2018-12-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alphaLinus Torvalds14-1043/+609
2018-12-29Merge tag 'kconfig-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-28/+12
2018-12-28Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds3-13/+7
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 a typo on ptrace.hDaniel Bristot de Oliveira1-1/+1
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 Khan5-1001/+9
2018-12-21alpha: add system call table generation supportFiroz Khan4-0/+559
2018-12-21alpha: add __NR_syscalls along with NR_SYSCALLSFiroz Khan2-1/+5
2018-12-21alpha: remove CONFIG_OSF4_COMPAT flag from syscall tableFiroz Khan2-8/+6
2018-12-21alpha: move __IGNORE* entries to non uapi headerFiroz Khan2-21/+21
2018-12-20dma-mapping: zero memory returned from dma_alloc_*Christoph Hellwig1-1/+1
2018-12-14alpha: fix hang caused by the bootmem removalMike Rapoport2-3/+4
2018-12-13dma-mapping: bypass indirect calls for dma-directChristoph Hellwig1-1/+1
2018-12-13dma-mapping: always build the direct mapping codeChristoph Hellwig1-1/+0
2018-12-06arch: switch the default on ARCH_HAS_SG_CHAINChristoph Hellwig1-0/+1
2018-12-06alpha: remove the mapping_error dma_map_ops methodChristoph Hellwig1-10/+4
2018-11-23eisa: consolidate EISA Kconfig entry in drivers/eisaChristoph Hellwig1-7/+8
2018-11-23pcmcia: allow PCMCIA support independent of the architectureChristoph Hellwig1-2/+0
2018-11-23PCI: consolidate the PCI_SYSCALL symbolChristoph Hellwig1-3/+1
2018-11-23PCI: consolidate the PCI_DOMAINS and PCI_DOMAINS_GENERIC config optionsChristoph Hellwig1-4/+1
2018-11-23PCI: consolidate PCI config entry in drivers/pciChristoph Hellwig1-12/+2
2018-11-10Merge tag 'tty-4.20-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds3-1/+29
2018-11-08arch/alpha, termios: implement BOTHER, IBSHIFT and termios2H. Peter Anvin (Intel)3-1/+29
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport11-19/+29
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport12-12/+9
2018-10-31memblock: rename free_all_bootmem to memblock_free_allMike Rapoport1-1/+1
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-31mm: remove CONFIG_HAVE_MEMBLOCKMike Rapoport1-1/+0
2018-10-31mm: remove CONFIG_NO_BOOTMEMMike Rapoport1-1/+0
2018-10-31treewide: remove current_text_addrNick Desaulniers1-6/+0
2018-10-29Merge tag 'tty-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-0/+2
2018-10-26alpha: switch to NO_BOOTMEMMike Rapoport4-188/+29
2018-10-25Merge branch 'work.alpha' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-188/+183
2018-10-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2018-10-03signal: Remove the need for __ARCH_SI_PREABLE_SIZE and SI_PAD_SIZEEric W. Biederman1-1/+0