summaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel
Commit message (Expand)AuthorAgeFilesLines
* [IA64] Don't go beyond iosapic_intr_info's arraysizeRoel Kluin2009-02-251-1/+1
* [IA64] Do not go beyond ARRAY_SIZE of unw.hashRoel Kluin2009-02-251-1/+1
* [IA64] Remove redundant cpu_clear() in __cpu_disable pathAlex Chiang2009-02-191-2/+1
* [IA64] Revert "prevent ia64 from invoking irq handlers on offline CPUs"Alex Chiang2009-02-191-1/+3
* Merge branch 'misc' into releaseLen Brown2009-01-161-1/+1
|\
| * kprobes: check CONFIG_FREEZER instead of CONFIG_PMMasami Hiramatsu2009-01-161-1/+1
* | [IA64] dump stack on kernel unaligned warningsDoug Chapman2009-01-151-1/+5
* | [CVE-2009-0029] Remove __attribute__((weak)) from sys_pipe/sys_pipe2Heiko Carstens2009-01-142-2/+2
|/
* Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2009-01-101-9/+6
|\
| * ia64: cpumask fix for is_affinity_mask_valid()Mike Travis2009-01-041-9/+6
* | Merge branch 'linus' into releaseLen Brown2009-01-0913-75/+80
|\ \
| * \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-01-071-1/+1
| |\ \
| | * | trivial: fix then -> than typos in comments and documentationFrederik Schwarzer2009-01-061-1/+1
| | |/
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2009-01-061-1/+1
| |\ \
| | * | IA64: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-061-1/+1
| | |/
| * / kprobes: add kprobe_insn_mutex and cleanup arch_remove_kprobe()Masami Hiramatsu2009-01-061-3/+5
| |/
| * Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-033-16/+14
| |\
| | * ia64: cpumask fix for is_affinity_mask_valid()Ingo Molnar2009-01-031-2/+2
| | * cpumask: Remove IA64 definition of total_cpus now it's in core codeRusty Russell2009-01-011-1/+0
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Rusty Russell2008-12-303-19/+30
| | |\
| | * | cpumask: IA64: Introduce cpumask_of_{node,pcibus} to replace {node,pcibus}_to...Rusty Russell2008-12-262-13/+12
| * | | Merge branch 'cputime' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds2009-01-031-8/+10
| |\ \ \
| | * | | [PATCH] idle cputime accountingMartin Schwidefsky2008-12-311-2/+8
| | * | | [PATCH] fix scaled & unscaled cputime accountingMartin Schwidefsky2008-12-311-8/+4
| | | |/ | | |/|
| * | | Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-025-26/+19
| |\ \ \ | | | |/ | | |/|
| | * | cpumask: make irq_set_affinity() take a const struct cpumaskRusty Russell2008-12-134-19/+18
| | * | cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpu...Rusty Russell2008-12-131-1/+1
| | * | cpumask: centralize cpu_online_map and cpu_possible_mapRusty Russell2008-12-131-6/+0
| * | | take init_fs to saner placeAl Viro2008-12-311-1/+0
| | |/ | |/|
| * | Merge branch 'next' into for-linusJames Morris2008-12-253-19/+30
| |\ \ | | |/ | |/|
| | * Merge branch 'master' into nextJames Morris2008-12-045-4/+4
| | |\
| | * \ Merge branch 'master' into nextJames Morris2008-11-143-11/+29
| | |\ \
| | * | | CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells2008-11-141-12/+20
| | * | | CRED: Wrap task credential accesses in the IA64 archDavid Howells2008-11-143-13/+16
* | | | | ACPI : Use RSDT instead of XSDT by adding boot option of "acpi=rsdt"Zhao Yakui2009-01-091-0/+1
|/ / / /
* | | / [IA64] Clear up section mismatch with arch_unregister_cpu()Robin Holt2008-12-091-1/+3
| |_|/ |/| |
* | | [IA64] ia64/pv_ops/pv_cpu_ops: fix _IA64_REG_IP case.Isaku Yamahata2008-11-201-1/+1
* | | [IA64] remove duplicate include iommu.hHuang Weiyi2008-11-201-1/+0
* | | [IA64] use mprintk instead of printk, in ia64_mca_modify_original_stackHidetoshi Seto2008-11-201-1/+1
* | | [IA64] Rationalize kernel mode alignment checkingTony Luck2008-11-202-1/+2
| |/ |/|
* | [IA64] Reserve elfcorehdr memory in CONFIG_CRASH_DUMPJay Lan2008-11-071-1/+1
* | [IA64] fix boot panic caused by offline CPUsDoug Chapman2008-11-062-8/+28
* | [IA64] remove duplicated #include from pci-dma.cHuang Weiyi2008-11-041-2/+0
|/
* saner FASYNC handling on file closeAl Viro2008-11-011-5/+0
* x86/PCI: build failure at x86/kernel/pci-dma.c with !CONFIG_PCIFenghua Yu2008-10-241-7/+0
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2008-10-2316-71/+468
|\
| * Pull vtd-iommu into release branchTony Luck2008-10-176-13/+305
| |\
| | * [IA64] Add Variable Page Size and IA64 Support in Intel IOMMUFenghua Yu2008-10-176-13/+305
| * | Pull pv_ops-xen into release branchTony Luck2008-10-178-6/+62
| |\ \
| | * | ia64/pv_ops: paravirtualized instruction checker.Isaku Yamahata2008-10-172-1/+21