aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/include/asm (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-09[IA64] Enable bpf syscall for ia64Tony Luck1-1/+1
2014-08-18[IA64] Wire up memfd_create() system callTony Luck1-1/+1
2014-08-09Merge tag 'please-pull-getrandom' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linuxLinus Torvalds1-1/+1
2014-08-08arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate areaAndy Lutomirski1-0/+2
2014-08-08lib/scatterlist: make ARCH_HAS_SG_CHAIN an actual KconfigLaura Abbott2-7/+1
2014-08-06Merge tag 'pm+acpi-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-4/+5
2014-08-06[IA64] Wire up getrandom() system callTony Luck1-1/+1
2014-08-04Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2014-07-27Merge branch 'acpi-config'Rafael J. Wysocki1-0/+5
2014-07-23ACPICA: Linux: Add support to exclude <asm/acenv.h> inclusion.Lv Zheng1-4/+0
2014-07-21ACPI: Don't use acpi_lapic in ACPI core codeGraeme Gregory1-0/+5
2014-07-18arch/ia64: Define early_memunmap()Daniel Kiper1-0/+1
2014-07-17arch, locking: Ciao arch_mutex_cpu_relax()Davidlohr Bueso1-0/+1
2014-06-04Merge branch 'akpm' (patchbomb from Andrew) into nextLinus Torvalds1-1/+2
2014-06-04mm: disable zone_reclaim_mode by defaultMel Gorman1-1/+2
2014-06-04Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into nextLinus Torvalds3-1/+5
2014-06-04Merge tag 'pm+acpi-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm into nextLinus Torvalds2-51/+57
2014-06-03Merge branch 'acpica'Rafael J. Wysocki2-50/+56
2014-06-03Merge branches 'acpi-processor' and 'acpi-pad'Rafael J. Wysocki1-0/+1
2014-06-03Merge branches 'acpi-scan', 'acpi-hotplug' and 'acpi-pci'Rafael J. Wysocki1-1/+0
2014-06-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into nextLinus Torvalds2-25/+2
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into nextLinus Torvalds3-13/+6
2014-06-02Merge tag 'pci-v3.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci into nextLinus Torvalds1-6/+0
2014-05-27PCI: Turn pcibios_penalize_isa_irq() into a weak functionHanjun Guo1-6/+0
2014-05-27ACPICA: Clean up redudant definitions already defined elsewhereLv Zheng1-15/+0
2014-05-27ACPICA: Linux headers: Add <asm/acenv.h> to remove mis-ordered inclusion of <asm/acpi.h>Lv Zheng2-50/+71
2014-05-22Merge tag 'v3.15-rc6' into sched/core, to pick up the latest fixesIngo Molnar2-11/+33
2014-05-20ia64: add renameat2 syscallMiklos Szeredi1-1/+1
2014-05-16ACPI / ia64: introduce variable acpi_lapic into ia64Baoquan He1-0/+1
2014-05-16genirq: Make create/destroy_irq() ia64 privateThomas Gleixner1-0/+3
2014-05-16ia64: Remove unused check_irq_used()Thomas Gleixner1-1/+0
2014-05-16iommu: dmar: Provide arch specific irq allocationThomas Gleixner1-0/+2
2014-05-08sched/idle, ia64: Switch from TS_POLLING to TIF_POLLING_NRFLAGPeter Zijlstra1-1/+2
2014-05-07sched: Rework sched_domain topology definitionVincent Guittot1-24/+0
2014-05-07ACPI / PCI: Stub out pci_acpi_crs_quirks() and make it x86 specificHanjun Guo1-1/+0
2014-04-25mm: split 'tlb_flush_mmu()' into tlb flushing and memory freeing partsLinus Torvalds1-10/+32
2014-04-18arch,ia64: Convert smp_mb__*()Peter Zijlstra3-10/+6
2014-04-18ia64: Fix up smp_mb__{before,after}_clear_bit()Peter Zijlstra1-5/+2
2014-04-01Merge tag 'pci-v3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+1
2014-03-31Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2014-03-31Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+3
2014-03-11sched: Remove unused mc_capable() and smt_capable()Bjorn Helgaas1-1/+0
2014-02-09locking/mcs: Allow architecture specific asm files to be used for contended caseTim Chen1-0/+1
2014-02-09locking/mcs: Order the header files in Kbuild of each architecture in alphabetical orderTim Chen1-2/+2
2014-02-03ia64: Remove acpi_get_pxm() usageBjorn Helgaas1-1/+1
2014-01-28[IA64] Wire up new sched_setattr and sched_getattr syscallsTony Luck1-1/+1
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+2
2014-01-23firmware/dmi_scan: generalize for use by other archsArd Biesheuvel1-3/+5
2014-01-23printk/cache: mark printk_once test variable __read_mostlyJoe Perches1-0/+1
2014-01-20Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+23