summaryrefslogtreecommitdiffstats
path: root/arch/ia64
Commit message (Expand)AuthorAgeFilesLines
* [IA64] need NOTES in vmlinux.lds.SDavid Mosberger-Tang2007-08-131-4/+4
* [IA64] make unwinder stop at last frame of the bootloaderDavid Mosberger-Tang2007-08-131-0/+1
* [IA64] Clean up CPE handler registrationRuss Anderson2007-08-131-15/+19
* [IA64] Include Kconfig.preemptSatyam Sharma2007-08-131-11/+1Star
* [IA64] SN2 needs platform specific irq_to_vector() function.Kenji Kaneshige2007-08-132-0/+12
* [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-0210-39/+50
|\
| * [IA64] ITC: Reduce rating for ITC clock if ITCs are driftyChristoph Lameter2007-08-011-1/+15
| * [IA64] SN2: Fix up sn2_rtc clockChristoph Lameter2007-08-011-5/+2Star
| * [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-311-11/+6Star
| * [IA64] Fix registered interrupt checkKenji Kaneshige2007-07-311-6/+6
| * [IA64] Remove a few duplicate includesJesper Juhl2007-07-313-3/+0Star
| * [IA64] Allow smp_call_function_single() to current cpuAvi Kivity2007-07-311-3/+5
| * [IA64] fix a few section mismatch warningsSam Ravnborg2007-07-313-8/+13
* | remove unused TIF_NOTIFY_RESUME flagStephane Eranian2007-08-011-2/+2
|/
* Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2007-07-301-51/+15Star
|\
| * [SCSI] simscsi: convert to use the data buffer accessorsFUJITA Tomonori2007-07-251-51/+15Star
* | Remove fs.h from mm.hAlexey Dobriyan2007-07-301-0/+1
* | [IA64] Compare pointer against NULL, not '0'Yoann Padioleau2007-07-281-1/+1
* | [IA64] Fix build failure in fs/quota.cTony Luck2007-07-281-0/+3
* | [IA64] Use new acpi_device_id struct for HID init in ia64/hp/common/sba_iommu.cThomas Renninger2007-07-281-1/+6
* | [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/+4Star
* | [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-2612-85/+103
|\ \
| * | [IA64] Nail two more simple section mismatch errorsTony Luck2007-07-252-2/+2
| * | [IA64] fix section mismatch warningsTony Luck2007-07-253-4/+8
| * | [IA64] rename partial_pageakpm@linux-foundation.org2007-07-254-53/+55
| * | [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/+10Star
| * | [IA64] vector-domain - handle assign_irq_vector(AUTO_ASSIGN)Yasuaki Ishimatsu2007-07-251-3/+2Star
| |/
* / ACPI: Kconfig: remove CONFIG_ACPI_SLEEP from sourceLen Brown2007-07-251-0/+19
|/
* revert "PIE randomization"Andrew Morton2007-07-221-1/+1
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2007-07-2020-981/+1103
|\
| * Pull ia64-clocksource into release branchTony Luck2007-07-2014-142/+286
| |\
| | * [IA64] Convert to generic timekeeping/clocksourceTony Luck2007-07-2014-142/+286
| * | Pull vector-domain into release branchTony Luck2007-07-205-394/+604
| |\ \
| | * | [IA64] Delete iosapic_free_rte()Yasuaki Ishimatsu2007-07-191-8/+0Star
| | * | [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/+122Star
| | * | [IA64] Use dynamic irq for iosapic interruptsYasuaki Ishimatsu2007-07-171-24/+15Star