aboutsummaryrefslogtreecommitdiff
path: root/arch/ia64
AgeCommit message (Expand)AuthorFilesLines
2009-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 8-90/+132
2009-11-02Revert "[IA64] fix percpu warnings"Gravatar Tony Luck 1-1/+1
2009-10-23Pull ticket-spinaphore into release branchGravatar Tony Luck 1-6/+18
2009-10-23Pull ticket4byte into release branchGravatar Tony Luck 2-22/+42
2009-10-15[IA64] fix percpu warningsGravatar Randy Dunlap 1-1/+1
2009-10-14ia64: Fix up the syscall table for recvmmsgGravatar Arnaldo Carvalho de Melo 1-1/+2
2009-10-13[IA64] SMT friendly version of spin_unlock_wait()Gravatar Tony Luck 1-2/+15
2009-10-13[IA64] use printk_once() unaligned.c/io_common.cGravatar Marcin Slusarz 2-10/+4
2009-10-13[IA64] Require SAL 3.2 in order to do extended config space opsGravatar Matthew Wilcox 1-2/+7
2009-10-13[IA64] unsigned cannot be less than 0 in sn_hwperf_ioctl()Gravatar Roel Kluin 1-3/+4
2009-10-13[IA64] Restore registers in the stack on INITGravatar Takao Indoh 1-47/+57
2009-10-12net: Introduce recvmmsg socket syscallGravatar Arnaldo Carvalho de Melo 1-0/+1
2009-10-12net: Generalize socket rx gap / receive queue overflow cmsgGravatar Neil Horman 1-0/+2
2009-10-09[IA64] Re-implement spinaphores using ticket lock conceptsGravatar Tony Luck 1-6/+18
2009-10-07[IA64] Squeeze ticket locks back into 4 bytes.Gravatar Tony Luck 2-20/+27
2009-09-27const: mark struct vm_struct_operationsGravatar Alexey Dobriyan 1-2/+2
2009-09-27Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Gravatar Linus Torvalds 1-0/+2
2009-09-27ACPI: IA64=y ACPI=n build fixGravatar Len Brown 1-0/+2
2009-09-25[IA64] implement ticket locks for ItaniumGravatar Tony Luck 6-218/+92
2009-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusGravatar Linus Torvalds 3-5/+1
2009-09-24cpumask: remove arch_send_call_function_ipiGravatar Rusty Russell 1-1/+0
2009-09-24cpumask: remove obsolete topology_core_siblings and topology_thread_siblings:...Gravatar Rusty Russell 1-2/+0
2009-09-24ia64: convert last user of smp_call_function_maskGravatar Rusty Russell 1-1/+1
2009-09-24cpumask: remove obsolete node_to_cpumask now everyone uses cpumask_of_nodeGravatar Rusty Russell 1-1/+0
2009-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-nextGravatar Linus Torvalds 3-4/+5
2009-09-23Merge git://git.infradead.org/iommu-2.6Gravatar Linus Torvalds 1-1/+1
2009-09-23Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+1
2009-09-23Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Gravatar Linus Torvalds 1-5/+2
2009-09-23kcore: use registerd physmem informationGravatar KAMEZAWA Hiroyuki 1-3/+0
2009-09-23kcore: register text area in generic wayGravatar KAMEZAWA Hiroyuki 2-2/+5
2009-09-23kcore: register vmalloc area in generic wayGravatar KAMEZAWA Hiroyuki 1-3/+1
2009-09-23kcore: add kclist typesGravatar KAMEZAWA Hiroyuki 1-3/+4
2009-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2009-09-22mm: remove duplicate asm/mman.h filesGravatar Arnd Bergmann 1-14/+2
2009-09-22mm: add MAP_HUGETLB for mmaping pseudo-anonymous huge page regionsGravatar Arnd Bergmann 1-0/+2
2009-09-22arches: drop superfluous casts in nr_free_pages() callersGravatar Geert Uytterhoeven 1-1/+1
2009-09-21trivial: fix typo "to to" in multiple filesGravatar Anand Gadiyar 1-1/+1
2009-09-21Use new __init_task_data macro in arch init_task.c files.Gravatar Joe Perches 1-1/+2
2009-09-20kbuild: rename ld-option to cc-ldoptionGravatar Sam Ravnborg 1-1/+1
2009-09-20kbuild: use INSTALLKERNEL to select customized installkernel scriptGravatar Sam Ravnborg 1-2/+2
2009-09-19Merge branch 'acpica' into releaseGravatar Len Brown 1-5/+2
2009-09-18Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Gravatar Linus Torvalds 9-131/+154
2009-09-17Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-8/+9
2009-09-16Fix ia64 build breakage in head.SGravatar Anirban Sinha 2-2/+0
2009-09-16Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Gravatar Linus Torvalds 1-2/+12
2009-09-16sched: Disable wakeup balancingGravatar Peter Zijlstra 1-2/+0
2009-09-15[IA64] Clean up linker script using standard macros.Gravatar Nelson Elhage 1-98/+11
2009-09-15[IA64] Use standard macros for page-aligned data.Gravatar Nelson Elhage 2-2/+4
2009-09-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Gravatar Linus Torvalds 5-10/+20
2009-09-15[IA64] Use .ref.text, not .text.init for start_ap.Gravatar Tim Abbott 2-3/+1