aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64
Commit message (Expand)AuthorAge
* Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-10-23
|\
| * Merge branch 'next' into efi-next-mergeMatt Fleming2014-10-03
| |\
| | * ia64: efi: Format EFI memory type & attrs with efi_md_typeattr_format()Laszlo Ersek2014-10-03
* | | Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2014-10-19
|\ \ \
| * | | ARCH: AUDIT: audit_syscall_entry() should not require the archEric Paris2014-09-23
| * | | ARCH: AUDIT: implement syscall_get_arch for all archesEric Paris2014-09-23
* | | | Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-10-15
|\ \ \ \
| * | | | ia64: sn_nodepda cannot be assigned to after this_cpu conversion. Use __this_...Christoph Lameter2014-09-02
| * | | | ia64: Replace __get_cpu_var usesChristoph Lameter2014-08-26
| | |_|/ | |/| |
* | | | Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2014-10-13
|\ \ \ \
| * | | | ia64: remove duplicate declarations of __per_cpu_start[] and __per_cpu_end[]Geert Uytterhoeven2014-10-13
* | | | | Merge tag 'please-pull-sys_bpf' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-10-13
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | [IA64] Enable bpf syscall for ia64Tony Luck2014-10-09
| | |_|/ | |/| |
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-10-13
|\ \ \ \
| * | | | sched, mips, ia64: Remove __ARCH_WANT_UNLOCKED_CTXSWPeter Zijlstra2014-09-24
* | | | | Merge branch 'locking-arch-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-10-13
|\ \ \ \ \
| * | | | | locking,arch: Use ACCESS_ONCE() instead of cast to volatile in atomic_read()Pranith Kumar2014-10-03
| * | | | | locking,arch,ia64: Fold atomic_opsPeter Zijlstra2014-08-14
* | | | | | Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-10-09
|\ \ \ \ \ \
| * | | | | | PCI/MSI: Use __get_cached_msi_msg() instead of get_cached_msi_msg()Yijing Wang2014-10-01
* | | | | | | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-10-09
|\ \ \ \ \ \ \
| * | | | | | | irq_work: Introduce arch_irq_work_has_interrupt()Peter Zijlstra2014-09-13
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-10-08
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | KVM: remove garbage arg to *hardware_{en,dis}ableRadim Krčmář2014-08-29
| * | | | | | KVM: static inline empty kvm_arch functionsRadim Krčmář2014-08-29
| * | | | | | KVM: forward declare structs in kvm_types.hPaolo Bonzini2014-08-29
| | |_|_|/ / | |/| | | |
* | | | | | [IA64] refresh arch/ia64/configs/* using "make savedefconfig"Tony Luck2014-09-23
* | | | | | Merge tag 'pci-v3.17-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-09-19
|\ \ \ \ \ \
| * | | | | | vgaarb: Don't default exclusively to first video device with mem+ioBruno Prémont2014-09-16
| | |_|/ / / | |/| | | |
* | | | | | ia64: Fix syscall number for memfd_createTony Luck2014-09-15
| |_|/ / / |/| | | |
* | | | | kexec: remove CONFIG_KEXEC dependency on cryptoVivek Goyal2014-08-29
|/ / / /
* / / / [IA64] Wire up memfd_create() system callTony Luck2014-08-18
|/ / /
* | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2014-08-14
|\ \ \
| * | | kbuild: allow to override Python command nameMasahiro Yamada2014-07-18
* | | | Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-08-09
|\ \ \ \
| * | | | ia64: Use get_signal() signal_setup_done()Richard Weinberger2014-08-06
| | |_|/ | |/| |
* | | | Merge tag 'please-pull-getrandom' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-08-09
|\ \ \ \
| * | | | [IA64] Wire up getrandom() system callTony Luck2014-08-06
| |/ / /
* | | | Merge branch 'akpm' (second patchbomb from Andrew Morton)Linus Torvalds2014-08-08
|\ \ \ \
| * | | | kexec: load and relocate purgatory at kernel load timeVivek Goyal2014-08-08
| * | | | arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate areaAndy Lutomirski2014-08-08
| * | | | lib/scatterlist: make ARCH_HAS_SG_CHAIN an actual KconfigLaura Abbott2014-08-08
| * | | | rtc: ia64: allow other architectures to use EFI RTCMark Salter2014-08-08
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-08-07
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | KVM: Give IRQFD its own separate enabling Kconfig optionPaul Mackerras2014-08-05
| * | | | Merge tag 'signed-kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvmPaolo Bonzini2014-08-05
| |\ \ \ \
| | * | | | KVM: Rename and add argument to check_extensionAlexander Graf2014-07-28
| | | |/ / | | |/| |
* | | | | Merge branch 'akpm' (patchbomb from Andrew Morton)Linus Torvalds2014-08-07
|\ \ \ \ \
| * | | | | memory-hotplug: ia64: suitable memory should go to ZONE_MOVABLEWang Nan2014-08-06
* | | | | | Merge tag 'pm+acpi-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-08-06
|\ \ \ \ \ \ | |/ / / / / |/| | | | |