aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-07locking: Allow to include asm/spinlock_types.h from linux/spinlock_types_raw.hSebastian Andrzej Siewior1-1/+1
2021-11-10Merge tag 'asm-generic-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-15/+2
2021-11-03Merge branch 'per_signal_struct_coredumps-for-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-2/+2
2021-11-01Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-0/+5
2021-11-01Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2021-10-30locking: Remove spin_lock_flags() etcArnd Bergmann1-17/+6
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook1-1/+1
2021-10-06ptrace: Remove the unnecessary arguments from arch_ptrace_stopEric W. Biederman1-2/+2
2021-09-30ia64: Add instruction_pointer_set() APIMasami Hiramatsu1-0/+5
2021-09-14arch: remove unused function syscall_set_arguments()Peter Collingbourne1-15/+2
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+0
2021-09-03ia64: make num_rsvd_regions staticGeert Uytterhoeven1-1/+0
2021-09-03ia64: make reserve_elfcorehdr() staticGeert Uytterhoeven1-1/+0
2021-07-19printk: Userspace format indexing supportChris Down1-2/+2
2021-07-08mm: rename p4d_page_vaddr to p4d_pgtable and make it return pud_t *Aneesh Kumar K.V1-1/+1
2021-07-08mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V1-1/+1
2021-07-02Merge tag 'asm-generic-unaligned-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-12/+0
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-2/+1
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko1-0/+1
2021-07-01mm/thp: define default pmd_pgtable()Anshuman Khandual1-1/+0
2021-07-01mm: define default value for FIRST_USER_ADDRESSAnshuman Khandual1-1/+0
2021-06-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-3/+3
2021-06-29ia64: headers: drop duplicated wordsRandy Dunlap3-3/+3
2021-06-28Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-3/+3
2021-06-04mm: arch: remove indirection level in alloc_zeroed_user_highpage_movable()Peter Collingbourne1-3/+3
2021-05-26locking/atomic: ia64: move to ARCH_ATOMICMark Rutland3-40/+60
2021-05-10asm-generic: use asm-generic/unaligned.h for most architecturesArnd Bergmann1-12/+0
2021-05-07mm: remove xlate_dev_kmem_ptr()David Hildenbrand2-19/+0
2021-04-30ia64: module: fix symbolizer crash on fdescrSergei Trofimovich1-1/+5
2021-04-30ia64: drop marked broken DISCONTIGMEM and VIRTUAL_MEM_MAPSergei Trofimovich3-39/+2
2021-04-30arch/ia64/include/asm/pgtable.h: minor typo fixesBhaskar Chowdhury1-1/+1
2021-04-09ia64: fix user_stack_pointer() for ptrace()Sergei Trofimovich1-7/+1
2021-03-13ia64: fix ptrace(PTRACE_SYSCALL_INFO_EXIT) signSergei Trofimovich1-1/+1
2021-02-25Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds4-11/+10
2021-02-24mm: fix prototype warning from kernel test robotBaoquan He1-6/+0
2021-02-21Merge tag 'core-mm-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2021-02-21Merge tag 'oprofile-removal-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/linuxLinus Torvalds4-374/+0
2021-02-20Merge tag 'efi-next-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+13
2021-02-12ia64: remove generated/nr-irqs.h generation to fix build warningMasahiro Yamada1-1/+3
2021-02-12ia64: remove unneeded header includes from <asm/mca.h>Masahiro Yamada1-6/+3
2021-02-12ia64: do not typedef struct pal_min_state_area_sMasahiro Yamada3-4/+4
2021-01-29tlb: mmu_gather: Remove start/end arguments from tlb_gather_mmu()Will Deacon1-1/+1
2021-01-29tlb: mmu_gather: Remove unused start/end arguments from tlb_finish_mmu()Will Deacon1-1/+1
2021-01-28Merge tag 'asm-generic-fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-1/+1
2021-01-22arch: ia64: Remove rest of perfmon supportViresh Kumar4-374/+0
2021-01-18efi: ia64: move IA64-only declarations to new asm/efi.h headerArd Biesheuvel1-0/+13
2021-01-17ia64: fix build failure caused by memory model changesMike Rapoport1-0/+1
2021-01-12ia64: fix xchg() warningArnd Bergmann1-1/+1
2020-12-29local64.h: make <asm/local64.h> mandatoryRandy Dunlap1-1/+0
2020-12-16Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+3