summaryrefslogtreecommitdiff
path: root/arch/alpha
AgeCommit message (Expand)AuthorFilesLines
2023-02-14alpha: replace NR_SYSCALLS by NR_syscallsYang Yang2-3/+3
2023-02-14alpha: Remove redundant local asm header redirectionsMaciej W. Rozycki5-4/+1
2023-02-14alpha: Implement "current_stack_pointer"Kees Cook3-1/+4
2023-02-14alpha: remove redundant err variableMinghao Chi1-5/+1
2023-02-14alpha: osf_sys: reduce kernel log spamming on invalid osf_mount call typenrColin Ian King1-1/+1
2023-02-14char/agp: introduce asm-generic/agp.hMike Rapoport2-13/+1
2023-02-14char/agp: consolidate {alloc,free}_gatt_pages()Mike Rapoport1-6/+0
2023-02-10mm, arch: add generic implementation of pfn_valid() for FLATMEMMike Rapoport (IBM)1-4/+0
2023-02-03arch/alpha/kernel/process.c: remove unnecessary (void*) conversionsLi zeming1-1/+1
2023-02-03arch/alpha/kernel/smp.c: remove unnecessary (void*) conversionsLi zeming1-2/+2
2023-02-03mm: add vma_alloc_zeroed_movable_folio()Matthew Wilcox (Oracle)1-3/+2
2023-02-03mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand1-1/+0
2023-02-03alpha/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand1-4/+37
2023-01-13arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra1-1/+0
2023-01-13objtool/idle: Validate __cpuidle code as noinstrPeter Zijlstra1-1/+0
2023-01-11alpha/boot/misc: trim unused declarationsAl Viro1-2/+0
2023-01-11alpha/boot/tools/objstrip: fix the check for ELF headerAl Viro1-1/+1
2023-01-11alpha/boot: fix the breakage from -isystem series...Al Viro4-5/+5
2023-01-11alpha: fix FEN fault handlingAl Viro1-15/+15
2022-12-14Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+0
2022-12-13Merge tag 'pull-alpha' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-13/+7
2022-11-25[elf][non-regset] uninline elf_core_copy_task_fpregs() (and lose pt_regs argu...Al Viro2-11/+3
2022-11-09mm: remove kern_addr_valid() completelyKefeng Wang1-2/+0
2022-10-30alpha: ret_from_fork can go straight to ret_to_userAl Viro1-1/+1
2022-10-30alpha: syscall exit cleanupAl Viro1-5/+1
2022-10-30alpha: fix handling of a3 on straced syscallsAl Viro1-1/+1
2022-10-30alpha: fix syscall entry in !AUDUT_SYSCALL caseAl Viro1-1/+3
2022-10-30alpha: _TIF_ALLWORK_MASK is unusedAl Viro1-4/+0
2022-10-30alpha: fix TIF_NOTIFY_SIGNAL handlingAl Viro1-1/+1
2022-10-24kill signal_pt_regs()Al Viro1-1/+0
2022-10-14Merge tag 'asm-generic-fixes-6.1-1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-10/+3
2022-10-11alpha: remove the needless aliases osf_{readv,writev}Lukas Bulwahn2-14/+2
2022-10-11Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+2
2022-10-10Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2-4/+2
2022-10-10alpha: fix marvel_ioread8 build regressionArnd Bergmann1-1/+1
2022-10-08Merge tag 'tty-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds3-88/+57
2022-10-07Merge tag 'pull-file' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-5/+5
2022-10-06Merge tag 'asm-generic-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds13-33/+243
2022-10-04alpha: add full ioread64/iowrite64 implementationArnd Bergmann13-23/+175
2022-10-04Merge tag 'execve-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-96/+0
2022-10-02kbuild: remove head-y syntaxMasahiro Yamada1-2/+0
2022-10-02kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada1-2/+2
2022-09-27a.out: Remove the a.out implementationEric W. Biederman4-96/+0
2022-09-12alpha: move from strlcpy with unused retval to strscpyWolfram Sang1-2/+2
2022-09-12kernel: exit: cleanup release_thread()Kefeng Wang2-7/+0
2022-09-12treewide: defconfig: address renamed CONFIG_DEBUG_INFO=yArnd Bergmann1-1/+1
2022-09-12mm/madvise: introduce MADV_COLLAPSE sync hugepage collapseZach O'Keefe1-0/+2
2022-09-09termios: get rid of non-UAPI asm/termios.hAl Viro1-8/+0
2022-09-09make generic INIT_C_CC a bit more genericAl Viro1-8/+0