aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64 (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-08-20Merge tag 'please-pull-noboot' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linuxLinus Torvalds4-188/+33
2018-08-20ia64: Fix kernel BUG at lib/ioremap.c:72!Tony Luck1-0/+1
2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder1-1/+1
2018-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+3
2018-08-15Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds2-29/+0
2018-08-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-0/+1
2018-08-14Merge tag 'mtd/for-4.19' of git://git.infradead.org/linux-mtdLinus Torvalds1-1/+12
2018-08-13Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-183/+5
2018-08-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-81/+0
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-5/+6
2018-08-02Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2-2/+2
2018-08-02kconfig: include kernel/Kconfig.preempt from init/KconfigChristoph Hellwig1-2/+0
2018-08-02Kconfig: consolidate the "Kernel hacking" menuChristoph Hellwig2-7/+0
2018-08-02kconfig: include common Kconfig files from top-level KconfigChristoph Hellwig1-20/+0
2018-08-01mm: do not initialize TLB stack vma's with vma_init()Linus Torvalds1-4/+3
2018-08-01ia64: mark special ia64 memory areas anonymousLinus Torvalds1-0/+2
2018-07-31ia64: use asm-generic/io.hArnd Bergmann1-1/+12
2018-07-26mm: use vma_init() to initialize VMAs on stack and data segmentsKirill A. Shutemov2-2/+2
2018-07-25Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2-12/+6
2018-07-24Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-12/+6
2018-07-24arm64: fix ACPI dependenciesArnd Bergmann1-0/+1
2018-07-23ia64: switch to NO_BOOTMEMMike Rapoport4-135/+22
2018-07-23ia64: use mem_data to detect nodes' minimal and maximal PFNsMike Rapoport1-46/+14
2018-07-23ia64: remove unused num_dma_physpages member from 'struct early_node_data'Mike Rapoport1-8/+0
2018-07-23ia64: contig/paging_init: reduce code duplicationMike Rapoport1-3/+1
2018-07-21mm: make vm_area_alloc() initialize core fieldsLinus Torvalds2-9/+3
2018-07-21mm: use helper functions for allocating and freeing vm_area structsLinus Torvalds2-6/+6
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-07-04net: Add a new socket option for a future transmit time.Richard Cochran1-0/+3
2018-06-21atomics/treewide: Make conditional inc/dec ops optionalMark Rutland1-16/+0
2018-06-21atomics/treewide: Make unconditional inc/dec ops optionalMark Rutland1-9/+0
2018-06-21atomics/treewide: Make test ops optionalMark Rutland1-23/+0
2018-06-21atomics/treewide: Make atomic64_fetch_add_unless() optionalMark Rutland1-15/+0
2018-06-21atomics/treewide: Make atomic_fetch_add_unless() optionalMark Rutland1-16/+0
2018-06-21atomics/treewide: Make atomic64_inc_not_zero() optionalMark Rutland1-2/+0
2018-06-21atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland1-1/+1
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 Hiramatsu2-11/+0
2018-06-21ia64/kprobes: Remove jprobe implementationMasami Hiramatsu4-163/+1
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds6-9/+12
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook3-5/+5
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook3-4/+7
2018-06-11ia64: disable CONFIG_PERFMON at least for nowLinus Torvalds1-0/+1
2018-06-06Merge tag 'kbuild-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-1/+1
2018-06-04Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-92/+4
2018-06-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1