summaryrefslogtreecommitdiffstats
path: root/arch/ia64
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'please-pull-noboot' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-08-214-188/+33Star
|\
| * ia64: switch to NO_BOOTMEMMike Rapoport2018-07-234-135/+22Star
| * ia64: use mem_data to detect nodes' minimal and maximal PFNsMike Rapoport2018-07-231-46/+14Star
| * ia64: remove unused num_dma_physpages member from 'struct early_node_data'Mike Rapoport2018-07-231-8/+0Star
| * ia64: contig/paging_init: reduce code duplicationMike Rapoport2018-07-231-3/+1Star
* | 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-181-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-08-161-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-252-12/+6Star
| |\ \ \ | | | |/ | | |/|
| * | | 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/+0Star
|\ \ \ \
| * | | | kconfig: include kernel/Kconfig.preempt from init/KconfigChristoph Hellwig2018-08-021-2/+0Star
| * | | | Kconfig: consolidate the "Kernel hacking" menuChristoph Hellwig2018-08-022-7/+0Star
| * | | | kconfig: include common Kconfig files from top-level KconfigChristoph Hellwig2018-08-021-20/+0Star
| |/ / /
* | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-08-151-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/+5Star
|\ \ \ \
| * \ \ \ 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/+6Star
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobeMasami Hiramatsu2018-06-211-9/+4Star
| * | | | | ia64/kprobes: Don't call the ->break_handler() in ia64 kprobes codeMasami Hiramatsu2018-06-212-11/+0Star
| * | | | | ia64/kprobes: Remove jprobe implementationMasami Hiramatsu2018-06-214-163/+1Star
| | |_|/ / | |/| | |
* | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-08-131-81/+0Star
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | atomics/treewide: Make conditional inc/dec ops optionalMark Rutland2018-06-211-16/+0Star
| * | | | atomics/treewide: Make unconditional inc/dec ops optionalMark Rutland2018-06-211-9/+0Star
| * | | | atomics/treewide: Make test ops optionalMark Rutland2018-06-211-23/+0Star
| * | | | atomics/treewide: Make atomic64_fetch_add_unless() optionalMark Rutland2018-06-211-15/+0Star
| * | | | atomics/treewide: Make atomic_fetch_add_unless() optionalMark Rutland2018-06-211-16/+0Star
| * | | | atomics/treewide: Make atomic64_inc_not_zero() optionalMark Rutland2018-06-211-2/+0Star
| * | | | 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/+3Star
* | | | 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-272-2/+2
| |/ |/|
* | mm: make vm_area_alloc() initialize core fieldsLinus Torvalds2018-07-222-9/+3Star
* | 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-136-9/+12
|\
| * treewide: kzalloc() -> kcalloc()Kees Cook2018-06-133-5/+5
| * treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-133-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-055-92/+4Star
|\ \
| * | y2038: ia64: Remove unneeded ipc uapi header filesArnd Bergmann2018-04-205-92/+4Star
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-051-0/+1
|\| |
| * | time: Add an asm-generic/compat.h fileArnd Bergmann2018-04-191-0/+1
| |/
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-06-051-1/+1
|\ \
| * | softirq/ia64: Switch to generic local_softirq_pending() implementationFrederic Weisbecker2018-05-141-1/+1