aboutsummaryrefslogtreecommitdiff
path: root/arch/alpha/kernel
AgeCommit message (Expand)AuthorFilesLines
2022-08-07Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 1-6/+0
2022-07-29profile: setup_profiling_timer() is moslty not implementedGravatar Ben Dooks 1-6/+0
2022-07-07genirq: Add and use an irq_data_update_affinity helperGravatar Samuel Holland 1-1/+1
2022-06-04Merge tag 'pull-18-rc1-work.mount' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+1
2022-06-04Merge tag 'bitmap-for-5.19-rc1' of https://github.com/norov/linuxGravatar Linus Torvalds 1-1/+1
2022-06-03arch/alpha: replace cpumask_weight with cpumask_empty where appropriateGravatar Yury Norov 1-1/+1
2022-05-19move mount-related externs from fs.h to mount.hGravatar Al Viro 1-0/+1
2022-05-07fork: Generalize PF_IO_WORKER handlingGravatar Eric W. Biederman 1-4/+3
2022-05-07fork: Pass struct kernel_clone_args into copy_threadGravatar Eric W. Biederman 1-3/+5
2022-03-31Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+1
2022-03-31arch: syscalls: simplify uapi/kapi directory creationGravatar Masahiro Yamada 1-2/+1
2022-03-29Merge tag 'dma-mapping-5.18' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-6/+6
2022-03-10resume_user_mode: Move to resume_user_mode.hGravatar Eric W. Biederman 1-2/+2
2022-03-10ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hGravatar Eric W. Biederman 1-3/+2
2022-02-25alpha: Remove usage of the deprecated "pci-dma-compat.h" APIGravatar Christophe JAILLET 1-6/+6
2022-01-22proc: remove PDE_DATA() completelyGravatar Muchun Song 1-2/+2
2022-01-21Merge tag 'rtc-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Gravatar Linus Torvalds 1-1/+6
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-3/+3
2022-01-15Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-0/+1
2022-01-15mm/mempolicy: wire up syscall set_mempolicy_home_nodeGravatar Aneesh Kumar K.V 1-0/+1
2022-01-12Merge tag 'tty-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-1/+1
2021-12-16rtc: Check return value from mc146818_get_time()Gravatar Mateusz Jończyk 1-1/+6
2021-12-13exit: Add and use make_task_dead.Gravatar Eric W. Biederman 1-3/+3
2021-12-06Merge 5.16-rc4 into tty-nextGravatar Greg Kroah-Hartman 1-0/+1
2021-12-01alpha: Snapshot thread flagsGravatar Mark Rutland 1-1/+1
2021-11-25tty: the rest, stop using tty_schedule_flip()Gravatar Jiri Slaby 1-1/+1
2021-11-25futex: Wireup futex_waitv syscallGravatar André Almeida 1-0/+1
2021-11-09Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-3/+1
2021-11-09alpha: use is_kernel_text() helperGravatar Kefeng Wang 1-3/+1
2021-11-06Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+1
2021-11-06memblock: use memblock_free for freeing virtual pointersGravatar Mike Rapoport 1-2/+1
2021-11-06memblock: rename memblock_free to memblock_phys_freeGravatar Mike Rapoport 1-1/+2
2021-11-01Merge tag 'audit-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-4/+6
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedGravatar Kees Cook 1-3/+2
2021-10-01audit: add support for the openat2 syscallGravatar Richard Guy Briggs 1-0/+2
2021-10-01audit: replace magic audit syscall class numbers with macrosGravatar Richard Guy Briggs 1-4/+4
2021-09-18alpha: mark 'Jensen' platform as no longer brokenGravatar Linus Torvalds 1-5/+5
2021-09-18alpha: make 'Jensen' IO functions build againGravatar Linus Torvalds 1-1/+1
2021-09-08Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-4/+8
2021-09-08alpha: pci-sysfs: fix all kernel-doc warningsGravatar Randy Dunlap 1-4/+8
2021-09-03Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-0/+2
2021-09-03mm: wire up syscall process_mreleaseGravatar Suren Baghdasaryan 1-0/+2
2021-09-02Merge tag 'dma-mapping-5.15' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-3/+7
2021-09-01Merge branch 'exit-cleanups-for-v5.15' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-1/+1
2021-09-01Merge branch 'siginfo-si_trapno-for-v5.15' of git://git.kernel.org/pub/scm/li...Gravatar Linus Torvalds 3-16/+16
2021-08-09alpha: return error code from alpha_pci_map_sg()Gravatar Martin Oliveira 1-3/+7
2021-08-09Merge 5.14-rc5 into tty-nextGravatar Greg Kroah-Hartman 7-13/+14
2021-07-28alpha: register early reserved memory in memblockGravatar Mike Rapoport 1-6/+7
2021-07-27tty: drop put_tty_driverGravatar Jiri Slaby 1-1/+1
2021-07-27tty: stop using alloc_tty_driverGravatar Jiri Slaby 1-3/+3