aboutsummaryrefslogtreecommitdiff
path: root/arch/ia64
AgeCommit message (Expand)AuthorFilesLines
2018-08-22ia64: Fix allnoconfig section mismatch for ioc_init/ioc_iommu_infoGravatar Tony Luck 1-2/+2
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-8/+8
2018-08-20Merge tag 'please-pull-noboot' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 4-188/+33
2018-08-20ia64: Fix kernel BUG at lib/ioremap.c:72!Gravatar Tony Luck 1-0/+1
2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tGravatar Souptick Joarder 1-1/+1
2018-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-0/+3
2018-08-15Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-29/+0
2018-08-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-0/+1
2018-08-14Merge tag 'mtd/for-4.19' of git://git.infradead.org/linux-mtdGravatar Linus Torvalds 1-1/+12
2018-08-13Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 5-183/+5
2018-08-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-81/+0
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-5/+6
2018-08-02Merge branch 'perf/urgent' into perf/core, to pick up fixesGravatar Ingo Molnar 2-2/+2
2018-08-02kconfig: include kernel/Kconfig.preempt from init/KconfigGravatar Christoph Hellwig 1-2/+0
2018-08-02Kconfig: consolidate the "Kernel hacking" menuGravatar Christoph Hellwig 2-7/+0
2018-08-02kconfig: include common Kconfig files from top-level KconfigGravatar Christoph Hellwig 1-20/+0
2018-08-01mm: do not initialize TLB stack vma's with vma_init()Gravatar Linus Torvalds 1-4/+3
2018-08-01ia64: mark special ia64 memory areas anonymousGravatar Linus Torvalds 1-0/+2
2018-07-31ia64: use asm-generic/io.hGravatar Arnd Bergmann 1-1/+12
2018-07-26mm: use vma_init() to initialize VMAs on stack and data segmentsGravatar Kirill A. Shutemov 2-2/+2
2018-07-25Merge branch 'perf/urgent' into perf/core, to pick up fixesGravatar Ingo Molnar 2-12/+6
2018-07-24Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-12/+6
2018-07-24arm64: fix ACPI dependenciesGravatar Arnd Bergmann 1-0/+1
2018-07-23ia64: switch to NO_BOOTMEMGravatar Mike Rapoport 4-135/+22
2018-07-23ia64: use mem_data to detect nodes' minimal and maximal PFNsGravatar Mike Rapoport 1-46/+14
2018-07-23ia64: remove unused num_dma_physpages member from 'struct early_node_data'Gravatar Mike Rapoport 1-8/+0
2018-07-23ia64: contig/paging_init: reduce code duplicationGravatar Mike Rapoport 1-3/+1
2018-07-21mm: make vm_area_alloc() initialize core fieldsGravatar Linus Torvalds 2-9/+3
2018-07-21mm: use helper functions for allocating and freeing vm_area structsGravatar Linus Torvalds 2-6/+6
2018-07-21pid: Implement PIDTYPE_TGIDGravatar Eric W. Biederman 2-3/+3
2018-07-21pids: Move the pgrp and session pid pointers from task_struct to signal_structGravatar Eric W. Biederman 2-3/+3
2018-07-21pids: Compute task_tgid using signal->leader_pidGravatar Eric W. Biederman 2-5/+5
2018-07-04net: Add a new socket option for a future transmit time.Gravatar Richard Cochran 1-0/+3
2018-06-21atomics/treewide: Make conditional inc/dec ops optionalGravatar Mark Rutland 1-16/+0
2018-06-21atomics/treewide: Make unconditional inc/dec ops optionalGravatar Mark Rutland 1-9/+0
2018-06-21atomics/treewide: Make test ops optionalGravatar Mark Rutland 1-23/+0
2018-06-21atomics/treewide: Make atomic64_fetch_add_unless() optionalGravatar Mark Rutland 1-15/+0
2018-06-21atomics/treewide: Make atomic_fetch_add_unless() optionalGravatar Mark Rutland 1-16/+0
2018-06-21atomics/treewide: Make atomic64_inc_not_zero() optionalGravatar Mark Rutland 1-2/+0
2018-06-21atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Gravatar Mark Rutland 1-1/+1
2018-06-21bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobeGravatar Masami Hiramatsu 1-9/+4
2018-06-21ia64/kprobes: Don't call the ->break_handler() in ia64 kprobes codeGravatar Masami Hiramatsu 2-11/+0
2018-06-21ia64/kprobes: Remove jprobe implementationGravatar Masami Hiramatsu 4-163/+1
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 6-9/+12
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 3-5/+5
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 3-4/+7
2018-06-11ia64: disable CONFIG_PERFMON at least for nowGravatar Linus Torvalds 1-0/+1
2018-06-06Merge tag 'kbuild-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-1/+1
2018-06-04Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 5-92/+4
2018-06-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+1