aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel
AgeCommit message (Expand)Author
2022-03-08ia64: ensure proper NUMA distance and possible map initializationValentin Schneider
2021-11-18ia64: kprobes: Fix to pass correct trampoline address to the handlerMasami Hiramatsu
2021-07-14ia64: mca_drv: fix incorrect array size calculationArnd Bergmann
2021-07-14sched/core: Initialize the idle task with preemption disabledValentin Schneider
2021-05-19ia64: module: fix symbolizer crash on fdescrSergei Trofimovich
2021-05-14ia64: fix EFI_DEBUG buildSergei Trofimovich
2021-04-10ia64: fix format strings for err_injectSergei Trofimovich
2021-04-10ia64: mca: allocate early mca with GFP_ATOMICSergei Trofimovich
2021-03-30ia64: fix ia64_syscall_get_set_arguments() for break-based syscallsSergei Trofimovich
2020-11-24sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra
2020-10-23Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-10-18mm/madvise: introduce process_madvise() syscall: an external memory hinting APIMinchan Kim
2020-10-18ia64: fix build error with !COREDUMPKrzysztof Kozlowski
2020-10-17tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2020-10-14Merge tag 'kernel-clone-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-10-12Merge tag 'ia64_for_5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ae...Linus Torvalds
2020-10-12Merge tag 'perf-kprobes-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-10-12Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-10-06dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig
2020-09-25Merge branch 'master' of https://git.kernel.org/pub/scm/linux/kernel/git/torv...Christoph Hellwig
2020-09-11ia64: Remove perfmonChristoph Hellwig
2020-09-11dma-mapping: add (back) arch_dma_mark_clean for ia64Christoph Hellwig
2020-09-08ia64: kprobes: Use generic kretprobe trampoline handlerMasami Hiramatsu
2020-09-01ia64: fix min_low_pfn/max_low_pfn build errorsRandy Dunlap
2020-09-01vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUGKees Cook
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-20ia64: switch to kernel_clone()Christian Brauner
2020-08-14all arch: remove system call sys_sysctlXiaoming Ni
2020-08-10Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-08-09Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport
2020-08-07Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2020-08-06locking, arch/ia64: Reduce <asm/smp.h> header dependencies by moving XTP bits...Peter Zijlstra
2020-08-04Merge tag 'close-range-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-08-04Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/braune...Linus Torvalds
2020-07-27kill unused dump_fpu() instancesAl Viro
2020-07-27ia64: switch to ->regset_get()Al Viro
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-07-04arch: rename copy_thread_tls() back to copy_thread()Christian Brauner
2020-06-26[ia64] access_uarea(): don't bother with fpregs_[gs]et()Al Viro
2020-06-26[ia64] access_uarea(): stop bothering with gpregs_[gs]et()Al Viro
2020-06-26[ia64] regularize do_gpregs_[gs]et()Al Viro
2020-06-26[ia64] teach elf_access_reg() to handle the missing range (r16..r31)Al Viro
2020-06-26[ia64] sanitize elf_access_gpreg()Al Viro
2020-06-23ia64: enable HAVE_COPY_THREAD_TLS, switch to kernel_clone_argsChristian Brauner
2020-06-18Merge branch 'hch' (maccess patches from Christoph Hellwig)Linus Torvalds
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig
2020-06-17arch: wire-up close_range()Christian Brauner