summaryrefslogtreecommitdiffstats
path: root/arch/ia64
Commit message (Expand)AuthorAgeFilesLines
* ia64: Fix allnoconfig section mismatch for ioc_init/ioc_iommu_infoTony Luck2018-08-221-2/+2
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-08-212-8/+8
|\
| * pid: Implement PIDTYPE_TGIDEric W. Biederman2018-07-212-3/+3
| * pids: Move the pgrp and session pid pointers from task_struct to signal_structEric W. Biederman2018-07-212-3/+3
| * pids: Compute task_tgid using signal->leader_pidEric W. Biederman2018-07-212-5/+5
* | Merge tag 'please-pull-noboot' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-08-204-188/+33
|\ \
| * | ia64: switch to NO_BOOTMEMMike Rapoport2018-07-234-135/+22
| * | ia64: use mem_data to detect nodes' minimal and maximal PFNsMike Rapoport2018-07-231-46/+14
| * | ia64: remove unused num_dma_physpages member from 'struct early_node_data'Mike Rapoport2018-07-231-8/+0
| * | ia64: contig/paging_init: reduce code duplicationMike Rapoport2018-07-231-3/+1
* | | ia64: Fix kernel BUG at lib/ioremap.c:72!Tony Luck2018-08-201-0/+1
* | | mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder2018-08-171-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-08-151-0/+3
|\ \ \
| * \ \ Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-022-5/+6
| |\ \ \
| * \ \ \ Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-242-12/+6
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | net: Add a new socket option for a future transmit time.Richard Cochran2018-07-041-0/+3
| | |_|/ | |/| |
* | | | Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-152-29/+0
|\ \ \ \
| * | | | kconfig: include kernel/Kconfig.preempt from init/KconfigChristoph Hellwig2018-08-021-2/+0
| * | | | Kconfig: consolidate the "Kernel hacking" menuChristoph Hellwig2018-08-022-7/+0
| * | | | kconfig: include common Kconfig files from top-level KconfigChristoph Hellwig2018-08-021-20/+0
| |/ / /
* | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-08-141-0/+1
|\ \ \ \
| * | | | arm64: fix ACPI dependenciesArnd Bergmann2018-07-241-0/+1
| |/ / /
* | | | Merge tag 'mtd/for-4.19' of git://git.infradead.org/linux-mtdLinus Torvalds2018-08-141-1/+12
|\ \ \ \
| * | | | ia64: use asm-generic/io.hArnd Bergmann2018-07-311-1/+12
| |/ / /
* | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-08-135-183/+5
|\ \ \ \
| * \ \ \ Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2018-08-022-2/+2
| |\ \ \ \
| * \ \ \ \ Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2018-07-252-12/+6
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobeMasami Hiramatsu2018-06-211-9/+4
| * | | | | ia64/kprobes: Don't call the ->break_handler() in ia64 kprobes codeMasami Hiramatsu2018-06-212-11/+0
| * | | | | ia64/kprobes: Remove jprobe implementationMasami Hiramatsu2018-06-214-163/+1
| | |_|/ / | |/| | |
* | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-08-131-81/+0
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | atomics/treewide: Make conditional inc/dec ops optionalMark Rutland2018-06-211-16/+0
| * | | | atomics/treewide: Make unconditional inc/dec ops optionalMark Rutland2018-06-211-9/+0
| * | | | atomics/treewide: Make test ops optionalMark Rutland2018-06-211-23/+0
| * | | | atomics/treewide: Make atomic64_fetch_add_unless() optionalMark Rutland2018-06-211-15/+0
| * | | | atomics/treewide: Make atomic_fetch_add_unless() optionalMark Rutland2018-06-211-16/+0
| * | | | atomics/treewide: Make atomic64_inc_not_zero() optionalMark Rutland2018-06-211-2/+0
| * | | | atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland2018-06-211-1/+1
| |/ / /
* | | | mm: do not initialize TLB stack vma's with vma_init()Linus Torvalds2018-08-011-4/+3
* | | | ia64: mark special ia64 memory areas anonymousLinus Torvalds2018-08-011-0/+2
| |_|/ |/| |
* | | mm: use vma_init() to initialize VMAs on stack and data segmentsKirill A. Shutemov2018-07-262-2/+2
| |/ |/|
* | mm: make vm_area_alloc() initialize core fieldsLinus Torvalds2018-07-212-9/+3
* | mm: use helper functions for allocating and freeing vm_area structsLinus Torvalds2018-07-212-6/+6
|/
* Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-126-9/+12
|\
| * treewide: kzalloc() -> kcalloc()Kees Cook2018-06-123-5/+5
| * treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-123-4/+7
* | ia64: disable CONFIG_PERFMON at least for nowLinus Torvalds2018-06-111-0/+1
|/
* Merge tag 'kbuild-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-06-061-1/+1
|\
| * kbuild: add machine size to CHECKFLAGSLuc Van Oostenryck2018-06-011-1/+1
* | Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-045-92/+4
|\ \