summaryrefslogtreecommitdiffstats
path: root/arch/ia64
Commit message (Expand)AuthorAgeFilesLines
* ACPI: processor: Use CPUIDLE_FLAG_TLB_FLUSHEDPeter Zijlstra2020-09-161-2/+0
* ia64: fix min_low_pfn/max_low_pfn build errorsRandy Dunlap2020-09-011-1/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-236-8/+8
* arch/ia64: Restore arch-specific pgd_offset_k implementationJessica Clarke2020-08-171-0/+9
* all arch: remove system call sys_sysctlXiaoming Ni2020-08-141-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-123-8/+5
|\
| * mm/ia64: use general page fault accountingPeter Xu2020-08-121-5/+4
| * mm: do page fault accounting in handle_mm_faultPeter Xu2020-08-121-1/+1
| * uaccess: remove segment_eqChristoph Hellwig2020-08-121-1/+1
| * mm/memory_hotplug: introduce default dummy memory_add_physaddr_to_nid()Jia He2020-08-121-2/+0
* | 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-108-35/+52
|\ \
| * | locking, arch/ia64: Reduce <asm/smp.h> header dependencies by moving XTP bits...Peter Zijlstra2020-08-068-35/+52
* | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2020-08-091-34/+0
|\ \ \
| * | | kill unused dump_fpu() instancesAl Viro2020-07-271-34/+0
| * | | Merge branch 'work.fdpic' into regset.followupAl Viro2020-07-271-2/+0
| |\ \ \
* | \ \ \ 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
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-079-34/+1
|\ \ \ \ \
| * | | | | mm/sparse: cleanup the code surrounding memory_present()Mike Rapoport2020-08-071-1/+0
| * | | | | 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 branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-08-071-254/+142
|\ \ \ \ \ \ | |/ / / / / |/| | / / / | | |/ / / | |/| | |
| * | | | ia64: switch to ->regset_get()Al Viro2020-07-271-91/+58
| * | | | [ia64] access_uarea(): don't bother with fpregs_[gs]et()Al Viro2020-06-261-9/+33
| * | | | [ia64] access_uarea(): stop bothering with gpregs_[gs]et()Al Viro2020-06-261-9/+8
| * | | | [ia64] regularize do_gpregs_[gs]et()Al Viro2020-06-261-124/+31
| * | | | [ia64] teach elf_access_reg() to handle the missing range (r16..r31)Al Viro2020-06-261-2/+4
| * | | | [ia64] sanitize elf_access_gpreg()Al Viro2020-06-261-34/+23
| |/ / /
* | | | 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