summaryrefslogtreecommitdiff
path: root/arch/alpha/kernel
AgeCommit message (Expand)AuthorFilesLines
2025-03-13alpha: replace hardcoded stack offsets with autogenerated onesIvan Kokshaysky2-4/+2
2025-03-13alpha: align stack for page fault and user unaligned trap handlersIvan Kokshaysky2-11/+11
2023-08-16alpha: remove __init annotation from exported page_is_ram()Masahiro Yamada1-2/+1
2023-03-17alpha: fix R_ALPHA_LITERAL reloc for large modulesEdward Humes1-3/+1
2023-03-11alpha: fix FEN fault handlingAl Viro1-15/+15
2023-02-01exit: Add and use make_task_dead.Eric W. Biederman1-3/+3
2023-01-14alpha: fix syscall entry in !AUDUT_SYSCALL caseAl Viro1-1/+3
2023-01-04arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe1-1/+1
2023-01-04alpha: add support for TIF_NOTIFY_SIGNALJens Axboe2-2/+2
2022-12-14rtc: Check return value from mc146818_get_time()Mateusz Jończyk1-1/+6
2022-07-29tty: the rest, stop using tty_schedule_flip()Jiri Slaby1-1/+1
2021-08-12alpha: Send stop IPI to send to online CPUsPrarit Bhargava1-1/+1
2021-08-04alpha: register early reserved memory in memblockMike Rapoport1-6/+7
2021-07-14sched/core: Initialize the idle task with preemption disabledValentin Schneider1-1/+0
2020-11-24sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra1-1/+1
2020-10-23Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+0
2020-10-18mm/madvise: introduce process_madvise() syscall: an external memory hinting APIMinchan Kim1-0/+1
2020-10-17tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe1-1/+0
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-7/+4
2020-10-12Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2020-10-06dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig1-1/+1
2020-09-25dma-mapping: add a new dma_alloc_pages APIChristoph Hellwig1-0/+2
2020-09-03dma-mapping: introduce dma_get_seg_boundary_nr_pages()Nicolin Chen1-6/+1
2020-09-01vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUGKees Cook1-0/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva3-4/+4
2020-08-14iomap: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski2-7/+7
2020-08-14all arch: remove system call sys_sysctlXiaoming Ni1-1/+1
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport5-6/+0
2020-08-04Merge tag 'close-range-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+1
2020-07-04arch: rename copy_thread_tls() back to copy_thread()Christian Brauner1-3/+3
2020-07-04alpha: switch to copy_thread_tls()Christian Brauner1-5/+4
2020-06-17arch: wire-up close_range()Christian Brauner1-0/+1
2020-06-12alpha: Fix build around srm_sysrq_reboot_opJoerg Roedel1-1/+6
2020-06-12alpha: c_next should increase position indexMatt Turner1-0/+1
2020-06-12alpha: Replace sg++ with sg = sg_next(sg)Xu Wang1-1/+1
2020-06-12alpha: fix memory barriers so that they conform to the specificationMikulas Patocka1-7/+53
2020-06-12alpha: remove unneeded semicolon in sys_eiger.cJason Yan1-1/+1
2020-06-12alpha: remove unneeded semicolon in osf_sys.cJason Yan1-1/+1
2020-06-12alpha: Replace strncmp with str_has_prefixChuhong Yuan1-1/+1
2020-06-12alpha: fix rtc port rangesMikulas Patocka1-1/+1
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-2/+2
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport1-2/+0
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-1/+1
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport24-24/+0
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov1-7/+1
2020-06-09alpha: add show_stack_loglvl()Dmitry Safonov1-11/+17
2020-06-08mm: rename flush_icache_user_range to flush_icache_user_pageChristoph Hellwig1-1/+1
2020-06-07Merge tag 'tty-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-2/+11
2020-06-04Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds1-9/+2
2020-05-21exec: Remove recursion from search_binary_handlerEric W. Biederman1-6/+2