summaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel
Commit message (Expand)AuthorAgeFilesLines
* Fix spurious syscall tracing after PTRACE_DETACH + PTRACE_ATTACHRoland McGrath2007-09-101-1/+0
* [IA64] Enable early console for Ski simulatorPeter Chubb2007-09-011-6/+2
* [IA64] SN: Add support for CPU disableJohn Keller2007-09-011-0/+6
* [IA64] Clear pending interrupts at CPU boot up timeKenji Kaneshige2007-08-281-0/+5
* [IA64] Fix unexpected interrupt vector handlingKenji Kaneshige2007-08-281-6/+22
* [IA64] Enable early console for Ski simulatorPeter Chubb2007-08-171-0/+7
* [IA64] forbid ptrace changes psr.ri to 3Shaohua Li2007-08-171-3/+7
* [IA64] Fix processor_get_freqAlex Williamson2007-08-151-4/+2
* [IA64] get back PT_IA_64_UNWIND program headerDavid Mosberger-Tang2007-08-131-1/+3
* [IA64] need NOTES in vmlinux.lds.SDavid Mosberger-Tang2007-08-131-4/+4
* [IA64] Clean up CPE handler registrationRuss Anderson2007-08-131-15/+19
* [IA64] SN2 needs platform specific irq_to_vector() function.Kenji Kaneshige2007-08-131-0/+5
* [IA64] disable irq's and check need_resched before safe_haltDimitri Sivanich2007-08-131-3/+7
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2007-08-016-31/+47
|\
| * [IA64] ITC: Reduce rating for ITC clock if ITCs are driftyChristoph Lameter2007-08-011-1/+15
| * [IA64] Fix wrong access to irq_desc[] in iosapic_register_intr().Kenji Kaneshige2007-08-011-2/+3
| * [IA64] Fix possible race in destroy_and_reserve_irq()Kenji Kaneshige2007-07-301-11/+6
| * [IA64] Fix registered interrupt checkKenji Kaneshige2007-07-301-6/+6
| * [IA64] Remove a few duplicate includesJesper Juhl2007-07-301-1/+0
| * [IA64] Allow smp_call_function_single() to current cpuAvi Kivity2007-07-301-3/+5
| * [IA64] fix a few section mismatch warningsSam Ravnborg2007-07-302-7/+12
* | remove unused TIF_NOTIFY_RESUME flagStephane Eranian2007-07-311-2/+2
|/
* Remove fs.h from mm.hAlexey Dobriyan2007-07-291-0/+1
* [IA64] Fix wrong return value in parse_vector_domainKenji Kaneshige2007-07-261-1/+1
* [IA64] Fix wrong assumption in acpi_gsi_to_irqKenji Kaneshige2007-07-261-5/+4
* [IA64] Add sanity check into __bind_irq_vectorKenji Kaneshige2007-07-261-0/+3
* cyclone.c: silly use of volatile, __iomem fixesAl Viro2007-07-261-7/+7
* use CLOCKSOURCE_MASK() instead of too large constantAl Viro2007-07-261-1/+1
* ia64 time.c: ANSIfyAl Viro2007-07-261-1/+1
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2007-07-258-34/+51
|\
| * [IA64] Nail two more simple section mismatch errorsTony Luck2007-07-251-1/+1
| * [IA64] fix section mismatch warningsTony Luck2007-07-253-4/+8
| * [IA64] rename partial_pageakpm@linux-foundation.org2007-07-251-3/+4
| * [IA64] Ensure that machvec is set up takes place before serial consoleHorms2007-07-252-12/+26
| * [IA64] vector-domain - fix vector_tableKenji Kaneshige2007-07-251-11/+10
| * [IA64] vector-domain - handle assign_irq_vector(AUTO_ASSIGN)Yasuaki Ishimatsu2007-07-251-3/+2
* | ACPI: Kconfig: remove CONFIG_ACPI_SLEEP from sourceLen Brown2007-07-251-0/+19
|/
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2007-07-2011-521/+858
|\
| * Pull ia64-clocksource into release branchTony Luck2007-07-205-126/+253
| |\
| | * [IA64] Convert to generic timekeeping/clocksourceTony Luck2007-07-205-126/+253
| * | Pull vector-domain into release branchTony Luck2007-07-195-394/+604
| |\ \
| | * | [IA64] Delete iosapic_free_rte()Yasuaki Ishimatsu2007-07-191-8/+0
| | * | [IA64] Enable percpu vector domain for IA64_DIGYasuaki Ishimatsu2007-07-171-1/+1
| | * | [IA64] Enable percpu vector domain for IA64_GENERICYasuaki Ishimatsu2007-07-171-0/+26
| | * | [IA64] Support irq migration across domainYasuaki Ishimatsu2007-07-173-12/+70
| | * | [IA64] Add support for vector domainYasuaki Ishimatsu2007-07-173-39/+103
| | * | [IA64] Add mapping table between irq and vectorYasuaki Ishimatsu2007-07-174-62/+206
| | * | [IA64] Check if irq is sharableYasuaki Ishimatsu2007-07-171-2/+3
| | * | [IA64] Fix invalid irq vector assumption for iosapicYasuaki Ishimatsu2007-07-171-136/+122
| | * | [IA64] Use dynamic irq for iosapic interruptsYasuaki Ishimatsu2007-07-171-24/+15