| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/... | Linus Torvalds | 2008-07-21 | 15 | -62/+1131 |
|\ |
|
| * | [IA64] Update ia64 mmr list for SGI uv | Dimitri Sivanich | 2008-07-17 | 1 | -8/+415 |
| * | Pull pvops into release branch | Tony Luck | 2008-07-17 | 14 | -54/+716 |
| |\ |
|
| | * | [IA64] pvops: add to hooks, pv_time_ops, for steal time accounting. | Isaku Yamahata | 2008-05-27 | 1 | -0/+32 |
| | * | [IA64] pvops: add hooks, pv_irq_ops, to paravirtualized irq related operations. | Isaku Yamahata | 2008-05-27 | 2 | -4/+67 |
| | * | [IA64] pvops: add hooks, pv_iosapic_ops, to paravirtualize iosapic. | Isaku Yamahata | 2008-05-27 | 2 | -2/+56 |
| | * | [IA64] pvops: define initialization hooks, pv_init_ops, for paravirtualized e... | Isaku Yamahata | 2008-05-27 | 1 | -0/+70 |
| | * | [IA64] pvops: paravirtualize NR_IRQS | Isaku Yamahata | 2008-05-27 | 2 | -8/+36 |
| | * | [IA64] pvops: paravirtualize entry.S | Isaku Yamahata | 2008-05-27 | 2 | -0/+31 |
| | * | [IA64] pvops: paravirtualize minstate.h. | Isaku Yamahata | 2008-05-27 | 1 | -0/+2 |
| | * | [IA64] pvops: define paravirtualized instructions for native. | Isaku Yamahata | 2008-05-27 | 1 | -0/+165 |
| | * | [IA64] pvops: introduce pv_cpu_ops to paravirtualize privileged instructions. | Isaku Yamahata | 2008-05-27 | 5 | -42/+178 |
| | * | [IA64] pvops: add an early setup hook for pv_ops. | Isaku Yamahata | 2008-05-27 | 1 | -0/+3 |
| | * | [IA64] pvops: introduce pv_info which describes some random info. | Isaku Yamahata | 2008-05-27 | 1 | -0/+62 |
| | * | [IA64] pvops: preparation: introduce ia64_get_psr_i() to make kernel paravirt... | Isaku Yamahata | 2008-05-27 | 2 | -2/+10 |
| | * | [IA64] pvops: preparation: introduce ia64_set_rr0_to_rr4() to make kernel par... | Isaku Yamahata | 2008-05-27 | 2 | -5/+10 |
| | * | [IA64] pvops: preparation: move the constants, LOAD_OFFSET, to a header file. | Isaku Yamahata | 2008-05-27 | 1 | -0/+1 |
| | * | [IA64] pvops: preparation: remove extern in irq_ia64.c | Isaku Yamahata | 2008-05-27 | 1 | -0/+2 |
* | | | KVM: Add coalesced MMIO support (ia64 part) | Laurent Vivier | 2008-07-20 | 1 | -0/+1 |
* | | | KVM: IOAPIC/LAPIC: Enable NMI support | Sheng Yang | 2008-07-20 | 1 | -0/+2 |
|/ / |
|
* | | ACPI : Create "idle=nomwait" bootparam | Zhao Yakui | 2008-07-16 | 1 | -0/+1 |
* | | ACPI: Create "idle=halt" bootparam | Zhao Yakui | 2008-07-16 | 1 | -0/+1 |
* | | ia64: convert to generic helpers for IPI function calls | Jens Axboe | 2008-06-26 | 1 | -5/+3 |
* | | [IA64] Fix CONFIG_IA64_SGI_UV build error | Jack Steiner | 2008-06-16 | 1 | -1/+6 |
|/ |
|
* | [IA64] Workaround for RSE issue | Tony Luck | 2008-05-27 | 3 | -1/+3 |
* | KVM: ia64: Set KVM_IOAPIC_NUM_PINS to 48 | Xiantao Zhang | 2008-05-18 | 1 | -1/+1 |
* | KVM: ia64: Define new kvm_fpreg struture to replace ia64_fpreg | Xiantao Zhang | 2008-05-18 | 1 | -2/+8 |
* | [IA64] machvec support for SGI UV platform | Jack Steiner | 2008-05-14 | 2 | -0/+28 |
* | [IA64] Add header files for SGI UV platform | Jack Steiner | 2008-05-14 | 2 | -0/+575 |
* | ia64: types: use <asm-generic/int-*.h> for the ia64 architecture | H. Peter Anvin | 2008-05-02 | 1 | -29/+2 |
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/... | Linus Torvalds | 2008-05-02 | 2 | -3/+12 |
|\ |
|
| * | [IA64] TS_RESTORE_SIGMASK | Roland McGrath | 2008-05-01 | 1 | -2/+11 |
| * | [IA64] fix section mismatch in arch/ia64/kernel/topology.c | Hidetoshi Seto | 2008-04-30 | 1 | -1/+1 |
* | | dmi: clean-up dmi helper declarations | Jean Delvare | 2008-05-01 | 2 | -5/+5 |
|/ |
|
* | asm-*/futex.h should include linux/uaccess.h | Jeff Dike | 2008-04-30 | 1 | -1/+1 |
* | signals: ia64 renumber TIF_RESTORE_SIGMASK | akpm@linux-foundation.org | 2008-04-30 | 1 | -3/+2 |
* | [IA64] Provide ACPI fixup for /proc/cpuinfo/physical_id | Alex Chiang | 2008-04-29 | 1 | -0/+2 |
* | [IA64] allocate multiple contiguous pages via uncached allocator | Dean Nelson | 2008-04-29 | 1 | -3/+3 |
* | kernel: Move arches to use common unaligned access | Harvey Harrison | 2008-04-29 | 1 | -1/+6 |
* | dma/ia64: update ia64 machvecs, swiotlb.c | Arthur Kepner | 2008-04-29 | 5 | -48/+78 |
* | fix ia64 local_irq_save() et.al. | Al Viro | 2008-04-28 | 1 | -9/+9 |
* | hugetlbfs: common code update for s390 | Gerald Schaefer | 2008-04-28 | 1 | -0/+37 |
* | hugetlbfs: add missing TLB flush to hugetlb_cow() | Gerald Schaefer | 2008-04-28 | 1 | -0/+5 |
* | hugetlbfs: architecture header cleanup | Gerald Schaefer | 2008-04-28 | 2 | -6/+37 |
* | mm: introduce pte_special pte bit | Nick Piggin | 2008-04-28 | 1 | -0/+3 |
* | KVM: Rename VCPU_MP_STATE_* to KVM_MP_STATE_* | Avi Kivity | 2008-04-27 | 1 | -4/+4 |
* | KVM: ia64: Add header files for kvm/ia64 | Xiantao Zhang | 2008-04-27 | 3 | -3/+755 |
* | KVM: ia64: Prepare some structure and routines for kvm use | Xiantao Zhang | 2008-04-27 | 2 | -0/+75 |
* | generic: implement __fls on all 64-bit archs | Alexander van Heukelum | 2008-04-26 | 1 | -0/+16 |
* | [IA64] move XP and XPC to drivers/misc/sgi-xp | Dean Nelson | 2008-04-22 | 2 | -1752/+0 |