summaryrefslogtreecommitdiff
path: root/arch/alpha/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-05-02Revert "y2038: rusage: use __kernel_old_timeval"Ben Hutchings1-1/+1
2024-03-15y2038: rusage: use __kernel_old_timevalArnd Bergmann1-1/+1
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-06exit: Add and use make_task_dead.Eric W. Biederman1-3/+3
2023-01-18alpha: fix syscall entry in !AUDUT_SYSCALL caseAl Viro1-1/+3
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
2020-06-22alpha: fix memory barriers so that they conform to the specificationMikulas Patocka1-7/+53
2018-08-24Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-27/+24
2018-08-11sys: don't hold uts_sem while accessing userspace memoryJann Horn1-27/+24
2018-07-22alpha: fix osf_wait4() breakageAl Viro1-4/+1
2018-06-04Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-82/+28
2018-05-22alpha: io: reorder barriers to guarantee writeX() and iowriteX() ordering #2Sinan Kaya1-7/+7
2018-05-22alpha: simplify get_arch_dma_opsChristoph Hellwig1-3/+1
2018-05-22alpha: use dma_direct_ops for jensenChristoph Hellwig1-33/+0
2018-04-25signal/alpha: Use force_sig_fault where appropriateEric W. Biederman1-8/+1
2018-04-25signal/alpha: Use send_sig_fault where appropriateEric W. Biederman3-79/+24
2018-04-25signal/alpha: Replace TRAP_FIXME with TRAP_UNKEric W. Biederman1-2/+2
2018-04-25signal/alpha: Replace FPE_FIXME with FPE_FLTUNKEric W. Biederman2-2/+2
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman3-0/+8
2018-04-17signal/alpha: Document a conflict with SI_USER for SIGFPEEric W. Biederman1-1/+1
2018-04-07alpha: Implement CPU vulnerabilities sysfs functions.Michael Cree2-1/+46
2018-04-07alpha: rtc: stop validating rtc_time in .read_timeAlexandre Belloni1-1/+1
2018-04-07alpha: rtc: remove unused set_mmss opsAlexandre Belloni1-99/+0
2018-04-07Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds3-11/+10
2018-04-02Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2018-04-02mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()Dominik Brodowski1-1/+1
2018-03-28alpha: get rid of pointless insn in ret_from_kernel_threadAl Viro1-1/+0
2018-03-28alpha: switch pci syscalls to SYSCALL_DEFINEAl Viro2-10/+10
2018-03-16perf: Fix sibling iterationPeter Zijlstra1-1/+1
2018-03-12perf/core: Remove perf_event::group_entryPeter Zijlstra1-1/+1
2018-02-06Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2018-02-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...Linus Torvalds5-9/+16
2018-01-31Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-36/+36
2018-01-31Merge branch 'pci/resource' into nextBjorn Helgaas1-0/+1
2018-01-25alpha: osf_sys.c: use timespec64 where appropriateArnd Bergmann1-34/+34
2018-01-25alpha: osf_sys.c: fix put_tv32 regressionArnd Bergmann1-2/+2
2018-01-20alpha: fix crash if pthread_create races with signal deliveryMikulas Patocka1-1/+2
2018-01-20alpha: fix formating of stack contentMikulas Patocka1-4/+9
2018-01-20alpha: fix reboot on Avanti platformMikulas Patocka1-1/+2
2018-01-20alpha: deprecate pci_get_bus_and_slot()Sinan Kaya2-2/+2
2018-01-20alpha: osf_sys.c: use timespec64 where appropriateArnd Bergmann1-34/+34
2018-01-20alpha: osf_sys.c: fix put_tv32 regressionArnd Bergmann1-2/+2
2018-01-20alpha: make thread_saved_pc staticTobias Klauser1-1/+1
2018-01-20alpha/PCI: Fix noname IRQ level detectionLorenzo Pieralisi1-6/+29
2018-01-11alpha/PCI: Deprecate pci_get_bus_and_slot()Sinan Kaya2-2/+2
2017-12-18vgacon: Set VGA struct resource typesBjorn Helgaas1-0/+1
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-4/+3