aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-02-25[IA64] Don't go beyond iosapic_intr_info's arraysizeRoel Kluin1-1/+1
2009-02-25[IA64] Do not go beyond ARRAY_SIZE of unw.hashRoel Kluin1-1/+1
2009-02-19[IA64] Remove redundant cpu_clear() in __cpu_disable pathAlex Chiang1-2/+1
2009-02-19[IA64] Revert "prevent ia64 from invoking irq handlers on offline CPUs"Alex Chiang1-1/+3
2009-01-16Merge branch 'misc' into releaseLen Brown1-1/+1
2009-01-16kprobes: check CONFIG_FREEZER instead of CONFIG_PMMasami Hiramatsu1-1/+1
2009-01-15[IA64] dump stack on kernel unaligned warningsDoug Chapman1-1/+5
2009-01-14[CVE-2009-0029] Remove __attribute__((weak)) from sys_pipe/sys_pipe2Heiko Carstens2-2/+2
2009-01-10Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-9/+6
2009-01-09Merge branch 'linus' into releaseLen Brown13-75/+80
2009-01-09ACPI : Use RSDT instead of XSDT by adding boot option of "acpi=rsdt"Zhao Yakui1-0/+1
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-04ia64: cpumask fix for is_affinity_mask_valid()Mike Travis1-9/+6
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