aboutsummaryrefslogtreecommitdiff
path: root/arch/ia64
AgeCommit message (Expand)AuthorFilesLines
2021-11-25futex: Wireup futex_waitv syscallGravatar André Almeida 1-0/+1
2021-11-10Merge tag 'asm-generic-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-34/+14
2021-11-08Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-2/+0
2021-11-06Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-2/+2
2021-11-06memblock: allow to specify flags with memblock_add_node()Gravatar David Hildenbrand 2-2/+2
2021-11-03Merge branch 'per_signal_struct_coredumps-for-v5.16' of git://git.kernel.org/...Gravatar Linus Torvalds 1-2/+2
2021-11-02Merge tag 'printk-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+1
2021-11-02Merge branch 'for-5.16-vsprintf-pgp' into for-linusGravatar Petr Mladek 8-36/+34
2021-11-01Merge tag 'audit-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-4/+6
2021-11-01Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 3-16/+10
2021-11-01Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-5/+2
2021-11-01Merge tag 'locking-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-17/+6
2021-10-30locking: Remove spin_lock_flags() etcGravatar Arnd Bergmann 1-17/+6
2021-10-24kbuild: use more subdir- for visiting subdirectories while cleaningGravatar Masahiro Yamada 1-2/+0
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedGravatar Kees Cook 2-5/+2
2021-10-08ftrace: Cleanup ftrace_dyn_arch_init()Gravatar Weizhao Ouyang 1-6/+0
2021-10-07firmware: include drivers/firmware/Kconfig unconditionallyGravatar Arnd Bergmann 1-2/+0
2021-10-06ptrace: Remove the unnecessary arguments from arch_ptrace_stopGravatar Eric W. Biederman 1-2/+2
2021-10-04ia64: don't do IA64_CMPXCHG_DEBUG without CONFIG_PRINTKGravatar Randy Dunlap 1-1/+1
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-30ia64: Add instruction_pointer_set() APIGravatar Masami Hiramatsu 1-0/+5
2021-09-30kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyGravatar Masami Hiramatsu 1-4/+4
2021-09-30kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Gravatar Masami Hiramatsu 1-3/+2
2021-09-30kprobes: treewide: Replace arch_deref_entry_point() with dereference_symbol_d...Gravatar Masami Hiramatsu 1-5/+0
2021-09-30ia64: kprobes: Fix to pass correct trampoline address to the handlerGravatar Masami Hiramatsu 1-4/+5
2021-09-14arch: remove unused function syscall_set_arguments()Gravatar Peter Collingbourne 2-34/+14
2021-09-08Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-2/+1
2021-09-08mm/memory_hotplug: remove nid parameter from arch_remove_memory()Gravatar David Hildenbrand 1-2/+1
2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 2-2/+2
2021-09-03Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 4-30/+29
2021-09-03mm: wire up syscall process_mreleaseGravatar Suren Baghdasaryan 1-0/+2
2021-09-03ia64: make num_rsvd_regions staticGravatar Geert Uytterhoeven 2-2/+1
2021-09-03ia64: make reserve_elfcorehdr() staticGravatar Geert Uytterhoeven 2-27/+25
2021-09-03ia64: fix #endif comment for reserve_elfcorehdr()Gravatar Geert Uytterhoeven 1-1/+1
2021-09-03ia64: fix typo in a commentGravatar Jason Wang 1-1/+1
2021-09-03ia64: move core-y in arch/ia64/Makefile to arch/ia64/KbuildGravatar Masahiro Yamada 2-2/+2
2021-09-02Merge tag 'dma-mapping-5.15' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-2/+2
2021-09-01Merge tag 'printk-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+2
2021-09-01Merge tag 'asm-generic-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+2
2021-09-01Merge branch 'exit-cleanups-for-v5.15' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-1/+1
2021-08-09ia64/sba_iommu: return error code from sba_map_sg_attrs()Gravatar Martin Oliveira 1-2/+2
2021-07-30Merge tag 'libata-5.14-2021-07-30' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+0
2021-07-30arch: Kconfig: clean up obsolete use of HAVE_IDEGravatar Lukas Bulwahn 1-1/+0
2021-07-30asm-generic: reverse GENERIC_{STRNCPY_FROM,STRNLEN}_USER symbolsGravatar Arnd Bergmann 1-0/+2
2021-07-19printk: Userspace format indexing supportGravatar Chris Down 1-2/+2
2021-07-12exit/bdflush: Remove the deprecated bdflush system callGravatar Eric W. Biederman 1-1/+1
2021-07-10Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-0/+1
2021-07-08mm: rename p4d_page_vaddr to p4d_pgtable and make it return pud_t *Gravatar Aneesh Kumar K.V 1-1/+1
2021-07-08mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Gravatar Aneesh Kumar K.V 1-1/+1