aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64
Commit message (Expand)AuthorAge
* Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-06-22
|\
| * Merge branch 'locking/core' into x86/core, to prepare for dependent patchIngo Molnar2015-06-03
| |\
| | \
| | \
| *-. \ Merge branches 'x86/mm', 'x86/build', 'x86/apic' and 'x86/platform' into x86/...Ingo Molnar2015-06-03
| |\ \ \
| | | * \ Merge branch 'x86/asm' into x86/apic, to resolve a conflictIngo Molnar2015-05-11
| | | |\ \ | | | |/ / | | |/| |
| | | * | iommu/vt-d: Refine the interfaces to create IRQ for DMAR unitJiang Liu2015-04-24
* | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-06-22
|\ \ \ \ \
| * | | | | Merge branch 'linus' into sched/core, to resolve conflictIngo Molnar2015-06-02
| |\| | | |
| * | | | | sched/topology: Rename topology_thread_cpumask() to topology_sibling_cpumask()Bartosz Golaszewski2015-05-27
| * | | | | mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...David Hildenbrand2015-05-19
| | |/ / / | |/| | |
* | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-06-22
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | locking/arch: Rename set_mb() to smp_store_mb()Peter Zijlstra2015-05-19
| * | | | locking/arch: Add WRITE_ONCE() to set_mb()Peter Zijlstra2015-05-19
| * | | | arch: Remove __ARCH_HAVE_CMPXCHGThomas Gleixner2015-05-13
| |/ / /
* | / / ia64: make cpu_callin_map non-volatile.Rusty Russell2015-06-02
| |/ / |/| |
* | | PCI / ACPI: Do not set ACPI companions for host bridges with parentsRafael J. Wysocki2015-05-27
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-26
|\ \
| * | VFS: assorted weird filesystems: d_inode() annotationsDavid Howells2015-04-15
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-04-24
|\ \ \
| * | | ACPI / processor: Introduce phys_cpuid_t for CPU hardware IDCatalin Marinas2015-03-26
| * | | ACPI / sleep: Introduce CONFIG_ACPI_SYSTEM_POWER_STATES_SUPPORTGraeme Gregory2015-03-25
| |/ /
* | | Merge tag 'pci-v4.1-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-04-22
|\ \ \ | |_|/ |/| |
| * | ia64/PCI: Treat all host bridge Address Space Descriptors (even consumers) as...Bjorn Helgaas2015-04-21
* | | Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-04-20
|\ \ \
| * | | ia64: remove deprecated cpus_ usage.Rusty Russell2015-03-09
| * | | ia64: fix up obsolete cpu function usage.Rusty Russell2015-03-04
| * | | ia64: Use for_each_cpu_and() and cpumask_any_and() instead of temp var.Rusty Russell2015-03-04
| | |/ | |/|
* | | Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-04-15
|\ \ \
| * | | arch: Remove exec_domain from remaining archsRichard Weinberger2015-04-12
| * | | ia64: Remove Linux/x86 exec domain supportRichard Weinberger2015-04-12
| |/ /
* | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2015-04-15
|\ \ \
| * | | kbuild: ia64: use $(src)/Makefile.gate rather than particular pathMasahiro Yamada2015-04-02
| * | | kbuild: use relative path to include MakefileMasahiro Yamada2015-04-02
| |/ /
* | / ia64: expose number of page table levels on Kconfig levelKirill A. Shutemov2015-04-14
| |/ |/|
* | PCI: Assign resources before drivers claim devices (pci_scan_root_bus())Yijing Wang2015-03-19
|/
* Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-02-18
|\
| * Merge tag 'uaccess_for_upstream' of git://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann2015-01-14
| |\
| | * ia64: fix put_user sparse errorsMichael S. Tsirkin2015-01-13
| | * ia64/uaccess: fix sparse errorsMichael S. Tsirkin2015-01-13
* | | ia64: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-14
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-02-13
|\ \ \
| * | | KVM: ia64: drop kvm.h from installed user headersMike Frysinger2015-02-10
| | |/ | |/|
* | | all arches, signal: move restart_block to struct task_structAndy Lutomirski2015-02-12
* | | mm: make FIRST_USER_ADDRESS unsigned long on all archsKirill A. Shutemov2015-02-11
* | | mm/hugetlb: reduce arch dependent code around follow_huge_*Naoya Horiguchi2015-02-11
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-02-10
|\ \ \
| * | | ia64: drop _PAGE_FILE and pte_file()-related helpersKirill A. Shutemov2015-02-10
| | | |
| \ \ \
| \ \ \
| \ \ \
*---. \ \ \ Merge branches 'acpi-doc', 'acpi-pm', 'acpi-pcc' and 'acpi-tables'Rafael J. Wysocki2015-02-10
|\ \ \ \ \ \ | | | |/ / / | | |/| | / | | |_|_|/ | |/| | |
| | | * | ACPI / table: remove duplicate NULL check for the handler of acpi_table_parse()Hanjun Guo2015-02-05
| | |/ /
* | | | Merge branch 'acpica'Rafael J. Wysocki2015-02-10
|\ \ \ \ | |_|/ / |/| | |
| * | | ACPICA: Resources: Provide common part for struct acpi_resource_address struc...Lv Zheng2015-01-26
| |/ /