aboutsummaryrefslogtreecommitdiff
path: root/arch/ia64
AgeCommit message (Expand)AuthorFilesLines
2014-10-19Merge git://git.infradead.org/users/eparis/auditGravatar Linus Torvalds 2-1/+7
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 13-39/+39
2014-10-14Merge branch 'akpm' (patches from Andrew Morton)Gravatar Linus Torvalds 1-1/+1
2014-10-14Merge tag 'please-pull-sys_bpf' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 3-1/+3
2014-10-14ia64: remove duplicate declarations of __per_cpu_start[] and __per_cpu_end[]Gravatar Geert Uytterhoeven 1-1/+1
2014-10-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+0
2014-10-13Merge branch 'locking-arch-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-104/+88
2014-10-09[IA64] Enable bpf syscall for ia64Gravatar Tony Luck 3-1/+3
2014-10-09Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-3/+3
2014-10-09Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+1
2014-10-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 2-35/+14
2014-10-03locking,arch: Use ACCESS_ONCE() instead of cast to volatile in atomic_read()Gravatar Pranith Kumar 1-2/+2
2014-10-01PCI/MSI: Use __get_cached_msi_msg() instead of get_cached_msi_msg()Gravatar Yijing Wang 2-3/+3
2014-09-24sched, mips, ia64: Remove __ARCH_WANT_UNLOCKED_CTXSWGravatar Peter Zijlstra 1-1/+0
2014-09-23ARCH: AUDIT: audit_syscall_entry() should not require the archGravatar Eric Paris 1-1/+1
2014-09-23ARCH: AUDIT: implement syscall_get_arch for all archesGravatar Eric Paris 1-0/+6
2014-09-23[IA64] refresh arch/ia64/configs/* using "make savedefconfig"Gravatar Tony Luck 6-83/+29
2014-09-19Merge tag 'pci-v3.17-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-23/+1
2014-09-16vgaarb: Don't default exclusively to first video device with mem+ioGravatar Bruno Prémont 1-23/+1
2014-09-15ia64: Fix syscall number for memfd_createGravatar Tony Luck 1-1/+1
2014-09-13irq_work: Introduce arch_irq_work_has_interrupt()Gravatar Peter Zijlstra 1-0/+1
2014-09-02ia64: sn_nodepda cannot be assigned to after this_cpu conversion. Use __this_...Gravatar Christoph Lameter 1-1/+1
2014-08-29kexec: remove CONFIG_KEXEC dependency on cryptoGravatar Vivek Goyal 1-2/+0
2014-08-29KVM: remove garbage arg to *hardware_{en,dis}ableGravatar Radim Krčmář 1-2/+2
2014-08-29KVM: static inline empty kvm_arch functionsGravatar Radim Krčmář 2-30/+12
2014-08-29KVM: forward declare structs in kvm_types.hGravatar Paolo Bonzini 1-3/+0
2014-08-26ia64: Replace __get_cpu_var usesGravatar Christoph Lameter 12-38/+38
2014-08-18[IA64] Wire up memfd_create() system callGravatar Tony Luck 3-1/+3
2014-08-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Gravatar Linus Torvalds 1-1/+1
2014-08-14locking,arch,ia64: Fold atomic_opsGravatar Peter Zijlstra 1-102/+86
2014-08-09Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-25/+21
2014-08-09Merge tag 'please-pull-getrandom' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 3-1/+3
2014-08-08Merge branch 'akpm' (second patchbomb from Andrew Morton)Gravatar Linus Torvalds 6-22/+37
2014-08-08kexec: load and relocate purgatory at kernel load timeGravatar Vivek Goyal 1-0/+2
2014-08-08arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate areaGravatar Andy Lutomirski 2-0/+33
2014-08-08lib/scatterlist: make ARCH_HAS_SG_CHAIN an actual KconfigGravatar Laura Abbott 3-7/+2
2014-08-08rtc: ia64: allow other architectures to use EFI RTCGravatar Mark Salter 1-15/+0
2014-08-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 2-1/+2
2014-08-06Merge branch 'akpm' (patchbomb from Andrew Morton)Gravatar Linus Torvalds 1-1/+2
2014-08-06Merge tag 'pm+acpi-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 3-4/+6
2014-08-06memory-hotplug: ia64: suitable memory should go to ZONE_MOVABLEGravatar Wang Nan 1-1/+2
2014-08-06[IA64] Wire up getrandom() system callGravatar Tony Luck 3-1/+3
2014-08-06ia64: Use get_signal() signal_setup_done()Gravatar Richard Weinberger 1-25/+21
2014-08-05Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-2/+2
2014-08-05KVM: Give IRQFD its own separate enabling Kconfig optionGravatar Paul Mackerras 1-0/+1
2014-08-05Merge tag 'signed-kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvmGravatar Paolo Bonzini 1-1/+1
2014-08-04Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-1/+2
2014-08-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+1
2014-08-04Merge tag 'please-pull-misc-3.17' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-3/+3
2014-08-04Merge tag 'pci-v3.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+22