aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-1/+1
2009-01-06kprobes: add kprobe_insn_mutex and cleanup arch_remove_kprobe()Masami Hiramatsu1-3/+5
2009-01-06IA64: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2009-01-06trivial: fix then -> than typos in comments and documentationFrederik Schwarzer1-1/+1
2009-01-03Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-16/+14
2009-01-03Merge branch 'cputime' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds1-8/+10
2009-01-03ia64: cpumask fix for is_affinity_mask_valid()Ingo Molnar1-2/+2
2009-01-02Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds5-26/+19
2009-01-01cpumask: Remove IA64 definition of total_cpus now it's in core codeRusty Russell1-1/+0
2008-12-31take init_fs to saner placeAl Viro1-1/+0
2008-12-31[PATCH] idle cputime accountingMartin Schwidefsky1-2/+8
2008-12-31[PATCH] fix scaled & unscaled cputime accountingMartin Schwidefsky1-8/+4
2008-12-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Rusty Russell3-19/+30
2008-12-26cpumask: IA64: Introduce cpumask_of_{node,pcibus} to replace {node,pcibus}_to_cpumaskRusty Russell2-13/+12
2008-12-25Merge branch 'next' into for-linusJames Morris3-19/+30
2008-12-13cpumask: make irq_set_affinity() take a const struct cpumaskRusty Russell4-19/+18
2008-12-13cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpulist_scnprintf to take pointers.Rusty Russell1-1/+1
2008-12-13cpumask: centralize cpu_online_map and cpu_possible_mapRusty Russell1-6/+0
2008-12-09[IA64] Clear up section mismatch with arch_unregister_cpu()Robin Holt1-1/+3
2008-12-04Merge branch 'master' into nextJames Morris5-4/+4
2008-11-20[IA64] ia64/pv_ops/pv_cpu_ops: fix _IA64_REG_IP case.Isaku Yamahata1-1/+1
2008-11-20[IA64] remove duplicate include iommu.hHuang Weiyi1-1/+0
2008-11-20[IA64] use mprintk instead of printk, in ia64_mca_modify_original_stackHidetoshi Seto1-1/+1
2008-11-20[IA64] Rationalize kernel mode alignment checkingTony Luck2-1/+2
2008-11-14Merge branch 'master' into nextJames Morris3-11/+29
2008-11-14CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells1-12/+20
2008-11-14CRED: Wrap task credential accesses in the IA64 archDavid Howells3-13/+16
2008-11-07[IA64] Reserve elfcorehdr memory in CONFIG_CRASH_DUMPJay Lan1-1/+1
2008-11-06[IA64] fix boot panic caused by offline CPUsDoug Chapman2-8/+28
2008-11-04[IA64] remove duplicated #include from pci-dma.cHuang Weiyi1-2/+0
2008-11-01saner FASYNC handling on file closeAl Viro1-5/+0
2008-10-24x86/PCI: build failure at x86/kernel/pci-dma.c with !CONFIG_PCIFenghua Yu1-7/+0
2008-10-23Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6Linus Torvalds16-71/+468
2008-10-20always reserve elfcore header memory in crash kernelSimon Horman2-4/+2
2008-10-20kdump: add is_vmcore_usable() and vmcore_unusable()Simon Horman1-2/+2
2008-10-20kdump: make elfcorehdr_addr independent of CONFIG_PROC_VMCOREVivek Goyal2-1/+12
2008-10-17Pull vtd-iommu into release branchTony Luck6-13/+305
2008-10-17Pull pv_ops-xen into release branchTony Luck8-6/+62
2008-10-17Pull utrace into release branchTony Luck5-52/+101
2008-10-17[IA64] Add Variable Page Size and IA64 Support in Intel IOMMUFenghua Yu6-13/+305
2008-10-17ia64/pv_ops: paravirtualized instruction checker.Isaku Yamahata2-1/+21
2008-10-17ia64/xen: define xen machine vector for domU.Isaku Yamahata1-0/+5
2008-10-17ia64/pv_ops/xen: define the nubmer of irqs which xen needs.Isaku Yamahata1-0/+1
2008-10-17ia64/pv_ops/xen: elf note based xen startup.Isaku Yamahata1-0/+4
2008-10-17ia64/xen: define several constants for ia64/xen.Isaku Yamahata1-0/+27
2008-10-17ia64: move function declaration, ia64_cpu_local_tick() from .c to .hIsaku Yamahata1-1/+0
2008-10-17ia64/pv_ops: avoid name conflict of get_irq_chip().Isaku Yamahata1-1/+1
2008-10-17ia64/pv_ops: fix paravirtualization of ivt.S with CONFIG_SMP=nIsaku Yamahata1-3/+3
2008-10-08Merge branches 'sched/devel', 'sched/cpu-hotplug', 'sched/cpusets' and 'sched/urgent' into sched/coreIngo Molnar1-0/+1