summaryrefslogtreecommitdiff
path: root/arch/alpha/kernel
AgeCommit message (Expand)Author
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2018-10-31memblock: replace free_bootmem{_node} with memblock_freeMike Rapoport
2018-10-31memblock: replace alloc_bootmem with memblock_allocMike Rapoport
2018-10-31memblock: replace __alloc_bootmem with memblock_alloc_fromMike Rapoport
2018-10-31memblock: replace alloc_bootmem_node with memblock_alloc_nodeMike Rapoport
2018-10-26alpha: switch to NO_BOOTMEMMike Rapoport
2018-10-25Merge branch 'work.alpha' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-08-24Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-08-16alpha: unify the glue for sigreturn-like syscallsAl Viro
2018-08-16alpha: use alpha_ni_syscall only for syscall zeroAl Viro
2018-08-11sys: don't hold uts_sem while accessing userspace memoryJann Horn
2018-07-22alpha: fix osf_wait4() breakageAl Viro
2018-06-04Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-05-22alpha: io: reorder barriers to guarantee writeX() and iowriteX() ordering #2Sinan Kaya
2018-05-22alpha: simplify get_arch_dma_opsChristoph Hellwig
2018-05-22alpha: use dma_direct_ops for jensenChristoph Hellwig
2018-04-25signal/alpha: Use force_sig_fault where appropriateEric W. Biederman
2018-04-25signal/alpha: Use send_sig_fault where appropriateEric W. Biederman
2018-04-25signal/alpha: Replace TRAP_FIXME with TRAP_UNKEric W. Biederman
2018-04-25signal/alpha: Replace FPE_FIXME with FPE_FLTUNKEric W. Biederman
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman
2018-04-17signal/alpha: Document a conflict with SI_USER for SIGFPEEric W. Biederman
2018-04-07alpha: Implement CPU vulnerabilities sysfs functions.Michael Cree
2018-04-07alpha: rtc: stop validating rtc_time in .read_timeAlexandre Belloni
2018-04-07alpha: rtc: remove unused set_mmss opsAlexandre Belloni
2018-04-07Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2018-04-02Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-04-02mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()Dominik Brodowski
2018-03-28alpha: get rid of pointless insn in ret_from_kernel_threadAl Viro
2018-03-28alpha: switch pci syscalls to SYSCALL_DEFINEAl Viro
2018-03-16perf: Fix sibling iterationPeter Zijlstra
2018-03-12perf/core: Remove perf_event::group_entryPeter Zijlstra
2018-02-06Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-02-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...Linus Torvalds
2018-01-31Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-01-31Merge branch 'pci/resource' into nextBjorn Helgaas
2018-01-25alpha: osf_sys.c: use timespec64 where appropriateArnd Bergmann
2018-01-25alpha: osf_sys.c: fix put_tv32 regressionArnd Bergmann
2018-01-20alpha: fix crash if pthread_create races with signal deliveryMikulas Patocka
2018-01-20alpha: fix formating of stack contentMikulas Patocka
2018-01-20alpha: fix reboot on Avanti platformMikulas Patocka
2018-01-20alpha: deprecate pci_get_bus_and_slot()Sinan Kaya
2018-01-20alpha: osf_sys.c: use timespec64 where appropriateArnd Bergmann
2018-01-20alpha: osf_sys.c: fix put_tv32 regressionArnd Bergmann
2018-01-20alpha: make thread_saved_pc staticTobias Klauser
2018-01-20alpha/PCI: Fix noname IRQ level detectionLorenzo Pieralisi
2018-01-11alpha/PCI: Deprecate pci_get_bus_and_slot()Sinan Kaya
2017-12-18vgacon: Set VGA struct resource typesBjorn Helgaas
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook