summaryrefslogtreecommitdiffstats
path: root/arch/ia64/include
Commit message (Expand)AuthorAgeFilesLines
* ia64: fix ptrace(PTRACE_SYSCALL_INFO_EXIT) signSergei Trofimovich2021-03-131-1/+1
* Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-02-254-11/+10
|\
| * ia64: remove generated/nr-irqs.h generation to fix build warningMasahiro Yamada2021-02-121-1/+3
| * ia64: remove unneeded header includes from <asm/mca.h>Masahiro Yamada2021-02-121-6/+3
| * ia64: do not typedef struct pal_min_state_area_sMasahiro Yamada2021-02-123-4/+4
* | mm: fix prototype warning from kernel test robotBaoquan He2021-02-241-6/+0
* | Merge tag 'core-mm-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-02-211-2/+2
|\ \
| * | tlb: mmu_gather: Remove start/end arguments from tlb_gather_mmu()Will Deacon2021-01-291-1/+1
| * | tlb: mmu_gather: Remove unused start/end arguments from tlb_finish_mmu()Will Deacon2021-01-291-1/+1
* | | Merge tag 'oprofile-removal-5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-214-374/+0
|\ \ \
| * | | arch: ia64: Remove rest of perfmon supportViresh Kumar2021-01-224-374/+0
* | | | Merge tag 'efi-next-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-02-201-0/+13
|\ \ \ \ | |_|_|/ |/| | |
| * | | efi: ia64: move IA64-only declarations to new asm/efi.h headerArd Biesheuvel2021-01-181-0/+13
* | | | Merge tag 'asm-generic-fixes-v5.11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-01-281-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | ia64: fix xchg() warningArnd Bergmann2021-01-121-1/+1
| |/ /
* | / ia64: fix build failure caused by memory model changesMike Rapoport2021-01-171-0/+1
| |/ |/|
* | local64.h: make <asm/local64.h> mandatoryRandy Dunlap2020-12-291-1/+0
|/
* Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-161-1/+3
|\
| * ia64: add support for TIF_NOTIFY_SIGNALJens Axboe2020-12-121-1/+3
* | Merge tag 'asm-generic-mmu-context-5.11' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2020-12-151-13/+4
|\ \
| * | ia64: use asm-generic/mmu_context.h for no-op implementationsNicholas Piggin2020-10-271-13/+4
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-12-151-2/+0
|\ \
| * | ia64: forbid using VIRTUAL_MEM_MAP with FLATMEMMike Rapoport2020-12-151-2/+0
* | | Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-12-141-13/+0
|\ \ \
| * | | highmem: Get rid of kmap_types.hThomas Gleixner2020-11-061-13/+0
| | |/ | |/|
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-12-141-24/+0
|\ \ \ | |_|/ |/| |
| * | arch: move SA_* definitions to generic headersPeter Collingbourne2020-11-231-24/+0
| |/
* / mm: fix phys_to_target_node() and memory_add_physaddr_to_nid() exportsDan Williams2020-11-221-0/+6
|/
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-251-1/+1
* Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2020-10-221-0/+14
|\
| * kbuild: preprocess module linker scriptMasahiro Yamada2020-09-251-0/+14
* | Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-10-121-3/+0
|\ \
| * | unify generic instances of csum_partial_copy_nocheck()Al Viro2020-08-201-3/+0
* | | Merge tag 'ia64_for_5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ae...Linus Torvalds2020-10-122-19/+1
|\ \ \
| * | | ia64: Remove perfmonChristoph Hellwig2020-09-112-19/+1
| | |/ | |/|
* / | ACPI: processor: Use CPUIDLE_FLAG_TLB_FLUSHEDPeter Zijlstra2020-09-161-2/+0
|/ /
* / arch/ia64: Restore arch-specific pgd_offset_k implementationJessica Clarke2020-08-171-0/+9
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-121-1/+1
|\
| * uaccess: remove segment_eqChristoph Hellwig2020-08-121-1/+1
* | Merge tag 'iommu-updates-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-08-111-3/+0
|\ \ | |/ |/|
| * ia64: Remove dev->archdata.iommu pointerJoerg Roedel2020-06-301-3/+0
* | Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-08-102-35/+46
|\ \
| * | locking, arch/ia64: Reduce <asm/smp.h> header dependencies by moving XTP bits...Peter Zijlstra2020-08-062-35/+46
* | | Merge branch 'work.fdpic' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2020-08-071-2/+0
|\ \ \
| * | | kill elf_fpxregs_tAl Viro2020-07-271-2/+0
* | | | asm-generic: pgalloc: provide generic pgd_free()Mike Rapoport2020-08-071-5/+0
* | | | asm-generic: pgalloc: provide generic pud_alloc_one() and pud_free_one()Mike Rapoport2020-08-071-9/+0
* | | | asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one()Mike Rapoport2020-08-071-10/+0
* | | | mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2020-08-071-1/+0
| |/ / |/| |
* | | Merge branch 'locking/header'Peter Zijlstra2020-07-291-1/+0
|\ \ \ | |_|/ |/| |