summaryrefslogtreecommitdiffstats
path: root/arch/ia64
Commit message (Expand)AuthorAgeFilesLines
* ia64: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-131-4/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-02-131-1/+0
|\
| * KVM: ia64: drop kvm.h from installed user headersMike Frysinger2015-02-101-1/+0
* | all arches, signal: move restart_block to struct task_structAndy Lutomirski2015-02-122-5/+1
* | mm: make FIRST_USER_ADDRESS unsigned long on all archsKirill A. Shutemov2015-02-111-1/+1
* | mm/hugetlb: reduce arch dependent code around follow_huge_*Naoya Horiguchi2015-02-111-6/+0
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-02-101-20/+5
|\ \
| * | ia64: drop _PAGE_FILE and pte_file()-related helpersKirill A. Shutemov2015-02-101-20/+5
| | |
| \ \
| \ \
| \ \
*---. \ \ Merge branches 'acpi-doc', 'acpi-pm', 'acpi-pcc' and 'acpi-tables'Rafael J. Wysocki2015-02-101-6/+0
|\ \ \ \ \ | | | |/ / | | |/| |
| | | * | ACPI / table: remove duplicate NULL check for the handler of acpi_table_parse()Hanjun Guo2015-02-061-6/+0
| | |/ /
* | | | Merge branch 'acpica'Rafael J. Wysocki2015-02-102-10/+10
|\ \ \ \ | |_|/ / |/| | |
| * | | ACPICA: Resources: Provide common part for struct acpi_resource_address struc...Lv Zheng2015-01-262-10/+10
| |/ /
* | | vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds2015-01-291-0/+2
* | | Merge tag 'pci-v3.19-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-01-241-27/+21
|\ \ \
| * | | ia64/PCI: Clip bridge windows to fit in upstream windowsYinghai Lu2015-01-161-27/+21
* | | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-01-231-4/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | module_arch_freeing_init(): new hook for archs before module->module_init freed.Rusty Russell2015-01-201-4/+2
| |/ /
| | |
| \ \
*-. \ \ Merge branches 'acpi-pm', 'acpi-processor' and 'acpi-video'Rafael J. Wysocki2015-01-064-6/+7
|\ \ \ \ | |_|/ / |/| | / | | |/
| | * [IA64] Enable execveat syscall for ia64Tony Luck2015-01-053-1/+3
| |/ |/|
| * ACPI / processor: Rename acpi_(un)map_lsapic() to acpi_(un)map_cpu()Hanjun Guo2015-01-051-5/+4
|/
* Merge tag 'please-pull-misc-3.19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-12-191-2/+2
|\
| * [IA64] Update comment that references __get_cpu_varChristoph Lameter2014-12-021-2/+2
* | Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-12-181-1/+1
|\ \
| * | PM / Kconfig: Replace PM_RUNTIME with PM in dependenciesRafael J. Wysocki2014-12-131-1/+1
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-12-1827-13235/+0
|\ \ \
| * | | KVM: ia64: removePaolo Bonzini2014-11-2027-13235/+0
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-12-161-10/+0
|\ \ \ \
| * | | | make default ->i_fop have ->open() fail with ENXIOAl Viro2014-12-101-10/+0
| |/ / /
* | | | arch: Add lightweight memory barriers dma_rmb() and dma_wmb()Alexander Duyck2014-12-111-0/+3
* | | | arch: Cleanup read_barrier_depends() and commentsAlexander Duyck2014-12-111-13/+9
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-12-112-1/+5
|\ \ \ \ | |_|/ / |/| | |
| * | | net, lib: kill arch_fast_hash library bitsDaniel Borkmann2014-12-101-1/+0
| * | | net: sock: allow eBPF programs to be attached to socketsAlexei Starovoitov2014-12-051-0/+3
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-291-1/+1
| |\ \ \ | | | |/ | | |/|
| * | | net: introduce SO_INCOMING_CPUEric Dumazet2014-11-111-0/+2
| | |/ | |/|
* | | Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-12-101-1/+1
|\ \ \
| * \ \ Merge branch 'pm-runtime'Rafael J. Wysocki2014-12-081-1/+1
| |\ \ \ | | |_|/ | |/| |
| | * | PM / Kconfig: Do not select PM directly from Kconfig filesRafael J. Wysocki2014-12-041-1/+0
| | * | PM / Runtime: Kconfig: move ia64 dependency to arch/ia64/KconfigKevin Hilman2014-11-151-0/+1
| | |/
* | | ia64: replace get_unused_fd() with get_unused_fd_flags(0)Yann Droneaud2014-12-101-1/+1
* | | Merge branch 'x86-mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-101-2/+6
|\ \ \
| * | | ia64: Sync struct siginfo with general versionQiaowei Ren2014-11-181-2/+6
| | |/ | |/|
* | | Merge branch 'irq-irqdomain-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-12-102-8/+8
|\ \ \
| * | | PCI/MSI: Rename mask/unmask_msi_irq treewideThomas Gleixner2014-11-232-4/+4
| * | | PCI/MSI: Rename write_msi_msg() to pci_write_msi_msg()Jiang Liu2014-11-232-4/+4
* | | | Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-12-092-8/+12
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge branch 'io' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux...Arnd Bergmann2014-11-111-0/+4
| |\ \ \
| | * | | ia64: io: implement dummy relaxed accessor macros for writesWill Deacon2014-10-201-0/+4
| | |/ /
| * | | Change xlate_dev_{kmem,mem}_ptr() prototypesThierry Reding2014-11-101-8/+8
| |/ /
* | | kvm: fix kvm_is_mmio_pfn() and rename to kvm_is_reserved_pfn()Ard Biesheuvel2014-11-261-1/+1
| |/ |/|
OpenPOWER on IntegriCloud