aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-26ia64: export node_distance functionMatias Bjørling1-3/+3
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport1-2/+2
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport10-10/+9
2018-10-31memblock: replace alloc_bootmem with memblock_allocMike Rapoport1-2/+2
2018-10-31memblock: replace __alloc_bootmem with memblock_alloc_fromMike Rapoport1-2/+2
2018-10-31kernel/signal.c: fix a comment errorWeikang Shi1-2/+2
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds4-187/+60
2018-09-27signal/ia64: Use force_sig_fault where appropriateEric W. Biederman3-140/+47
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 Hellwig2-21/+0
2018-09-17ia64: remove the unused iommu_dma_init functionChristoph Hellwig1-6/+0
2018-09-17ia64: remove the unused pci_iommu_shutdown functionChristoph Hellwig1-5/+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-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds2-8/+8
2018-08-20Merge tag 'please-pull-noboot' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linuxLinus Torvalds1-1/+10
2018-07-25Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar1-4/+2
2018-07-23ia64: switch to NO_BOOTMEMMike Rapoport1-1/+10
2018-07-21mm: make vm_area_alloc() initialize core fieldsLinus Torvalds1-3/+1
2018-07-21mm: use helper functions for allocating and freeing vm_area structsLinus Torvalds1-2/+2
2018-07-21pid: Implement PIDTYPE_TGIDEric W. Biederman2-3/+3
2018-07-21pids: Move the pgrp and session pid pointers from task_struct to signal_structEric W. Biederman2-3/+3
2018-07-21pids: Compute task_tgid using signal->leader_pidEric W. Biederman2-5/+5
2018-06-21bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobeMasami Hiramatsu1-9/+4
2018-06-21ia64/kprobes: Don't call the ->break_handler() in ia64 kprobes codeMasami Hiramatsu1-10/+0
2018-06-21ia64/kprobes: Remove jprobe implementationMasami Hiramatsu3-161/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-3/+3
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+2
2018-06-04Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds4-5/+30
2018-06-04Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2-22/+0
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig2-42/+16
2018-05-16proc: introduce proc_create_seq{,_data}Christoph Hellwig1-15/+1
2018-05-08dma-debug: move initialization to common codeChristoph Hellwig1-10/+0
2018-05-07PCI: remove PCI_DMA_BUS_IS_PHYSChristoph Hellwig1-12/+0
2018-04-25signal/ia64: Replace FPE_FIXME with FPE_FLTUNKEric W. Biederman1-2/+2
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman4-3/+28
2018-04-02mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()Dominik Brodowski1-2/+2
2018-03-05ia64/err-inject: fix spelling mistake: "capapbilities" -> "capabilities"Colin Ian King1-1/+1
2018-03-05ia64/err-inject: Use get_user_pages_fast()Davidlohr Bueso1-1/+1
2018-02-12ia64: fix build failure with CONFIG_SWIOTLBCorentin Labbe1-1/+0
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-1/+1
2018-02-06pids: introduce find_get_task_by_vpid() helperMike Rapoport1-10/+3
2018-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printkLinus Torvalds3-7/+17
2018-01-31Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds3-77/+19
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2018-01-30Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-52/+0