aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64 (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-26ia64: export node_distance functionMatias Bjørling3-4/+12
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport4-7/+12
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport19-19/+15
2018-10-31memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variantsMike Rapoport1-1/+1
2018-10-31memblock: rename free_all_bootmem to memblock_free_allMike Rapoport1-1/+1
2018-10-31memblock: replace alloc_bootmem with memblock_allocMike Rapoport2-4/+4
2018-10-31memblock: replace __alloc_bootmem with memblock_alloc_fromMike Rapoport2-4/+5
2018-10-31memblock: replace alloc_bootmem_node with memblock_alloc_nodeMike Rapoport2-7/+4
2018-10-31memblock: replace __alloc_bootmem_node with appropriate memblock_ APIMike Rapoport1-2/+4
2018-10-31memblock: replace alloc_bootmem_pages_node with memblock_alloc_nodeMike Rapoport1-4/+4
2018-10-31mm: remove CONFIG_HAVE_MEMBLOCKMike Rapoport1-1/+0
2018-10-31mm: remove CONFIG_NO_BOOTMEMMike Rapoport1-1/+0
2018-10-31kernel/signal.c: fix a comment errorWeikang Shi1-2/+2
2018-10-31treewide: remove current_text_addrNick Desaulniers1-6/+0
2018-10-26mm: make memmap_init a proper functionPavel Tatashin1-1/+0
2018-10-26hugetlb: introduce generic version of huge_ptep_getAlexandre Ghiti1-5/+0
2018-10-26hugetlb: introduce generic version of huge_ptep_set_access_flags()Alexandre Ghiti1-7/+0
2018-10-26hugetlb: introduce generic version of huge_ptep_set_wrprotect()Alexandre Ghiti1-6/+0
2018-10-26hugetlb: introduce generic version of prepare_hugepage_rangeAlexandre Ghiti1-0/+1
2018-10-26hugetlb: introduce generic version of huge_pte_wrprotectAlexandre Ghiti1-5/+0
2018-10-26hugetlb: introduce generic version of huge_pte_none()Alexandre Ghiti1-5/+0
2018-10-26hugetlb: introduce generic version of huge_ptep_clear_flushAlexandre Ghiti1-0/+1
2018-10-26hugetlb: introduce generic version of huge_ptep_get_and_clear()Alexandre Ghiti1-6/+0
2018-10-26hugetlb: introduce generic version of set_huge_pte_at()Alexandre Ghiti1-6/+0
2018-10-26hugetlb: introduce generic version of hugetlb_free_pgd_rangeAlexandre Ghiti1-2/+3
2018-10-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+3
2018-10-24Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-11/+13
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds6-199/+62
2018-10-23Merge tag 'please-pull-next' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linuxLinus Torvalds7-112/+0
2018-10-13kill TIOCSERGSTRUCTAl Viro1-3/+1
2018-10-13kill TIOCSER[SG]WILDAl Viro1-5/+0
2018-10-03signal: Remove the need for __ARCH_SI_PREABLE_SIZE and SI_PAD_SIZEEric W. Biederman1-2/+0
2018-10-01dma-mapping: make the get_required_mask method available unconditionallyChristoph Hellwig6-40/+2
2018-09-27signal/ia64: Use force_sig_fault where appropriateEric W. Biederman4-150/+49
2018-09-27signal/ia64: Use the force_sig(SIGSEGV,...) in ia64_rt_sigreturnEric W. Biederman1-9/+1
2018-09-27signal/ia64: Use the generic force_sigsegv in setup_frameEric W. Biederman1-38/+12
2018-09-17intel-iommu: mark intel_dma_ops staticChristoph Hellwig1-4/+0
2018-09-17ia64: remove machvec_dma_sync_{single,sg}Christoph Hellwig4-30/+0
2018-09-17ia64/sn2: remove no-ops dma sync methodsChristoph Hellwig1-29/+0
2018-09-17ia64: remove the unused iommu_dma_init functionChristoph Hellwig2-7/+0
2018-09-17ia64: remove the unused pci_iommu_shutdown functionChristoph Hellwig2-6/+0
2018-09-17ia64: remove the unused bad_dma_address symbolChristoph Hellwig1-3/+0
2018-09-17ia64: remove iommu_dma_supportedChristoph Hellwig1-13/+0
2018-09-17ia64: remove the dead iommu_sac_force variableChristoph Hellwig1-19/+0
2018-09-17ia64: remove the kern_mem_attribute exportChristoph Hellwig1-1/+0
2018-09-14simserial: switch to ->[sg]et_serial()Al Viro1-4/+13
2018-08-29y2038: Compile utimes()/futimesat() conditionallyArnd Bergmann1-0/+1
2018-08-29y2038: Remove newstat family from default syscall setArnd Bergmann1-0/+2
2018-08-22ia64: Fix allnoconfig section mismatch for ioc_init/ioc_iommu_infoTony Luck1-2/+2
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds2-8/+8