summaryrefslogtreecommitdiffstats
path: root/arch/ia64
Commit message (Expand)AuthorAgeFilesLines
* mm/sparsemem: enable vmem_altmap support in vmemmap_populate_basepages()Anshuman Khandual2020-08-071-1/+1
* 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-078-8/+0
* Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds2020-08-041-6/+6
|\
| * docs: fix references for DMA*.txt filesMauro Carvalho Chehab2020-06-261-6/+6
* | Merge tag 'dma-mapping-5.9' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-08-041-0/+1
|\ \
| * | dma-mapping: make support for dma ops optionalChristoph Hellwig2020-07-191-0/+1
* | | Merge tag 'close-range-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-041-0/+1
|\ \ \
| * | | arch: wire-up close_range()Christian Brauner2020-06-171-0/+1
| | |/ | |/|
* | | Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/braune...Linus Torvalds2020-08-042-25/+36
|\ \ \
| * | | arch: rename copy_thread_tls() back to copy_thread()Christian Brauner2020-07-041-4/+3
| * | | arch: remove HAVE_COPY_THREAD_TLSChristian Brauner2020-07-041-1/+0
| * | | ia64: enable HAVE_COPY_THREAD_TLS, switch to kernel_clone_argsChristian Brauner2020-06-233-26/+39
| | |/ | |/|
* | | Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-043-3/+3
|\ \ \
| * | | treewide: Remove uninitialized_var() usageKees Cook2020-07-163-3/+3
| |/ /
* | | Merge branch 'locking/header'Peter Zijlstra2020-07-291-1/+0
|\ \ \ | |/ / |/| |
| * | locking/atomic: Move ATOMIC_INIT into linux/types.hHerbert Xu2020-07-291-1/+0
| |/
* | Merge branch 'hch' (maccess patches from Christoph Hellwig)Linus Torvalds2020-06-182-4/+4
|\ \
| * | maccess: make get_kernel_nofault() check for minimal type compatibilityLinus Torvalds2020-06-181-1/+1
| * | maccess: rename probe_kernel_address to get_kernel_nofaultChristoph Hellwig2020-06-181-1/+1
| * | maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig2020-06-171-3/+3
| |/
* / ia64: kernel: unwind_i.h: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-151-1/+1
|/
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-3/+3
* kbuild: fix broken builds because of GZIP,BZIP2,LZOP variablesDenis Efremov2020-06-111-1/+1
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-1/+1
* mmap locking API: convert mmap_sem API commentsMichel Lespinasse2020-06-091-1/+1
* mmap locking API: rename mmap_sem to mmap_lockMichel Lespinasse2020-06-091-2/+2
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-093-14/+14
* mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport2020-06-091-32/+1
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-0910-12/+11
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-0912-12/+11
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-096-6/+0
* kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov2020-06-092-10/+3
* ia64: add show_stack_loglvl()Dmitry Safonov2020-06-091-3/+10
* ia64: pass log level as arg into ia64_do_show_stack()Dmitry Safonov2020-06-092-7/+7
* mm: rename flush_icache_user_range to flush_icache_user_pageChristoph Hellwig2020-06-081-1/+1
* ia64: use asm-generic/cacheflush.hChristoph Hellwig2020-06-081-25/+3
* Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2020-06-061-1/+1
|\
| * kbuild: add variables for compression toolsDenis Efremov2020-06-061-1/+1
* | ia64: add support for folded p4d page tablesMike Rapoport2020-06-045-22/+52
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-034-7/+3
|\ \
| * | mm/hugetlb: define a generic fallback for arch_clear_hugepage_flags()Anshuman Khandual2020-06-031-4/+0
| * | mm/hugetlb: define a generic fallback for is_hugepage_only_range()Anshuman Khandual2020-06-031-0/+1
| * | mm: use free_area_init() instead of free_area_init_nodes()Mike Rapoport2020-06-032-2/+2
| * | mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP optionMike Rapoport2020-06-031-1/+0
* | | Merge branch 'uaccess.csum' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-06-031-1/+1
|\ \ \ | |/ / |/| |
| * | fix a braino in ia64 uaccess csum changesAl Viro2020-06-031-1/+1
* | | Merge branch 'from-miklos' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-06-011-0/+1
|\ \ \