summaryrefslogtreecommitdiffstats
path: root/arch/ia64
Commit message (Expand)AuthorAgeFilesLines
...
| * | [IA64] tree-wide: Misc __cpu{initdata, init, exit} annotationsSatyam Sharma2007-10-123-11/+11
| |/
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2007-10-151-2/+7
|\ \
| * | [SCSI] simscsi: Free scsi host on errorMatthew Wilcox2007-10-121-2/+7
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2007-10-121-2/+1
|\ \ \
| * | | Driver core: change add_uevent_var to use a structKay Sievers2007-10-121-2/+1
| | |/ | |/|
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds2007-10-121-2/+0
|\ \ \ | |/ / |/| |
| * | [CPUFREQ] move policy's governor initialisation out of low-level drivers into...Thomas Renninger2007-10-041-2/+0
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Linus Torvalds2007-10-111-0/+3
|\ \ \
| * | | [NET]: Make device event notification network namespace safeEric W. Biederman2007-10-101-0/+3
| |/ /
* | | i386/x86_64: move headers to include/asm-x86Thomas Gleixner2007-10-111-1/+1
|/ /
* | Fix spurious syscall tracing after PTRACE_DETACH + PTRACE_ATTACHRoland McGrath2007-09-101-1/+0
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2007-09-0416-37/+118
|\ \
| * | [IA64] Cleanup HPSIM code (was: Re: Enable early console for Ski simulator)Peter Chubb2007-09-013-12/+4
| * | [IA64] Enable early console for Ski simulatorPeter Chubb2007-09-013-14/+18
| * | [IA64] Stop bogus NMI & softlockup warnings in ia64 show_memPrarit Bhargava2007-09-012-0/+6
| * | [IA64] SN: Add support for CPU disableJohn Keller2007-09-017-4/+61
| * | [IA64] Remove unnecessary cast of allocation return value in sn_hwperf_enum_o...Jesper Juhl2007-09-011-1/+2
| * | [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
* | | hugepage: fix broken check for offset alignment in hugepage mappingsDavid Gibson2007-08-311-4/+2
|/ /
* | [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] Failure to grow RBSAndrew Burgess2007-08-161-3/+11
* | [IA64] Fix processor_get_freqAlex Williamson2007-08-151-4/+2
* | [IA64] SGI Altix : fix a force_interrupt bug on altixMike Habeck2007-08-131-1/+4
* | [IA64] Update arch/ia64/configs/* s/SLAB/SLUB/Christoph Lameter2007-08-137-8/+7
* | [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] 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/+1
* | [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-0110-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/+2
| * [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-303-3/+0
| * [IA64] Allow smp_call_function_single() to current cpuAvi Kivity2007-07-301-3/+5
| * [IA64] fix a few section mismatch warningsSam Ravnborg2007-07-303-8/+13
* | remove unused TIF_NOTIFY_RESUME flagStephane Eranian2007-07-311-2/+2
|/
* Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2007-07-291-51/+15
|\
| * [SCSI] simscsi: convert to use the data buffer accessorsFUJITA Tomonori2007-07-251-51/+15
* | Remove fs.h from mm.hAlexey Dobriyan2007-07-291-0/+1
* | [IA64] Compare pointer against NULL, not '0'Yoann Padioleau2007-07-271-1/+1
* | [IA64] Fix build failure in fs/quota.cTony Luck2007-07-271-0/+3
* | [IA64] Use new acpi_device_id struct for HID init in ia64/hp/common/sba_iommu.cThomas Renninger2007-07-271-1/+6
* | [IA64] Fix wrong return value in parse_vector_domainKenji Kaneshige2007-07-261-1/+1
OpenPOWER on IntegriCloud