public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2008-10-14 02:03:45 to 2008-11-05 23:06:08 UTC [more...]

[PATCH][IA64] fix boot panic caused by offline CPUs
 2008-11-05 23:06 UTC  (2+ messages)

[patch] ia64: reorder Kconfig options to match x86
 2008-11-05 19:32 UTC 

[PATCH V2 0/2] enable irqs when waiting for rwlocks
 2008-11-05  9:54 UTC  (8+ messages)
` [PATCH V2 1/3] Factor out #ifdef's from kernel/spinlock.c to
` [PATCH V2 2/3] Allow rwlocks to re-enable interrupts

[git pull] ia64 changes
 2008-11-05  0:43 UTC  (3+ messages)

Panic in multiple kernels: IA64 SBA IOMMU: Culprit commit on
 2008-11-04 22:13 UTC 

[REGRESSION] Minimize per_cpu reservations patch causes NULL ptr
 2008-11-04 21:21 UTC  (4+ messages)
` [REGRESSION] Minimize per_cpu reservations patch causes NULL

[Patch V3 0/3] Enable irqs when waiting for rwlocks
 2008-11-04 12:24 UTC  (4+ messages)
` [Patch V3 1/3] Factor out #ifdefs from kernel/spinlock.c to LOCK_CONTENDED_FLAGS
` [Patch V3 2/3] Allow rwlocks to re-enable interrupts
` [Patch V3 3/3] ia64: implement interrupt-enabling rwlocks

Where is asm-ia64 directory in 2.6.27 kernel?
 2008-10-31 11:55 UTC  (5+ messages)

next-20081029: arch/ia64/include/asm/smp.h:60: error: expected
 2008-10-30  8:50 UTC 

[PATCH trivial] ia64: Fix gru compiler warning
 2008-10-29 22:29 UTC 

linux-next: Tree for October 28
 2008-10-29 21:39 UTC  (5+ messages)

[patch 2/2] ia64: use common header for software IO/TLB
 2008-10-29 21:17 UTC 

[patch 1/2] ia64: fix the difference between node_mem_map and node_start_pfn
 2008-10-29 21:17 UTC 

[IA64] kdump failed to produce vmcore in 2.6.28-rc2
 2008-10-29  0:49 UTC 

IRQ routing
 2008-10-28  2:50 UTC 

[PATCH] ACPI: cpufreq,
 2008-10-24 19:25 UTC 

[PATCH] IA64: remove dead BIO_VMERGE_BOUNDARY definition
 2008-10-24  5:41 UTC 

[patch] Add partition id and region size to UV
 2008-10-23 19:12 UTC 

[PATCH V2 3/3] ia64: implement interrupt-enabling rwlocks
 2008-10-23 16:07 UTC 

[PATCH 0/2] enable irqs when waiting for rwlocks
 2008-10-23 14:12 UTC  (9+ messages)
` [PATCH 1/2] Allow rwlocks to re-enable interrupts

[patch] ia64: Order of operations bug in PT_LOAD segment reader
 2008-10-23  0:01 UTC  (5+ messages)

[PATCH 2/2] ia64: implement interrupt-enabling rwlocks
 2008-10-22 11:30 UTC  (2+ messages)

[PATCH] Add error_recovery_info field to SAL section header
 2008-10-21 21:17 UTC 

[PATCH] Add UV watchlist support
 2008-10-21 21:15 UTC 

[PATCH 00/35] cpumask: Replace cpumask_t with struct cpumask
 2008-10-21 13:53 UTC  (40+ messages)
` [PATCH 01/35] x86: clean up speedctep-centrino and reduce cpumask_t usage
  ` [PATCH 01/35] x86: clean up speedctep-centrino and reduce
    ` [PATCH 01/35] x86: clean up speedctep-centrino and reduce cpumask_t
` [PATCH 02/35] cpumask: remove min from first_cpu/next_cpu
` [PATCH 03/35] cpumask: add for_each_cpu_mask_and function
` [PATCH 04/35] x86 smp: modify send_IPI_mask interface to accept cpumask_t pointers
` [PATCH 05/35] sched: Reduce stack size requirements in kernel/sched.c
` [PATCH 06/35] cpumask: introduce struct cpumask
` [PATCH 07/35] cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpulist_scnp
` [PATCH 08/35] cpumask: cpumask_size()
` [PATCH 09/35] cpumask: add cpumask_copy()
` [PATCH 10/35] cpumask: introduce cpumask_var_t for local cpumask vars
` [PATCH 11/35] x86: enable MAXSMP
` [PATCH 12/35] cpumask: make CONFIG_NR_CPUS always valid
` [PATCH 13/35] cpumask: use setup_nr_cpu_ids() instead of direct assignment
` [PATCH 14/35] cpumask: make nr_cpu_ids valid in all configurations
` [PATCH 15/35] cpumask: prepare for iterators to only go to nr_cpu_ids
` [PATCH 16/35] percpu: fix percpu accessors to potentially !cpu_possible() cpus
` [PATCH 17/35] cpumask: make nr_cpu_ids the actual limit on bitmap size
` [PATCH 18/35] cpumask: add nr_cpumask_bits
` [PATCH 19/35] cpumask: use cpumask_bits() everywhere
` [PATCH 20/35] cpumask: cpumask_of(): cpumask_of_cpu() which returns a pointer
` [PATCH 21/35] cpumask: for_each_cpu(): for_each_cpu_mask which takes "
` [PATCH 22/35] cpumask: cpumask_first/cpumask_next
` [PATCH 23/35] cpumask: deprecate any_online_cpu() in favour of cpumask_any/cpumask_any_and
` [PATCH 24/35] cpumask: cpumask_any_but()
` [PATCH 25/35] cpumask: Deprecate CPUMASK_ALLOC etc in favor of cpumask_var_t
` [PATCH 26/35] cpumask: get rid of boutique sched.c allocations, use cpumask_var_t
` [PATCH 27/35] cpumask: to_cpumask()
` [PATCH 28/35] cpumask: accessors to manipulate possible/present/online/active maps
` [PATCH 29/35] cpumask: Use accessors code
` [PATCH 30/35] cpumask: CONFIG_BITS_ALL, CONFIG_BITS_NONE and CONFIG_BITS_CPU0
` [PATCH 31/35] cpumask: switch over to cpu_online/possible/active/present_mask
` [PATCH 32/35] cpumask: cpu_all_mask and cpu_none_mask
` [PATCH 33/35] cpumask: reorder header to minimize separate #ifdefs
` [PATCH 34/35] cpumask: debug options for cpumasks
` [PATCH 35/35] cpumask: smp_call_function_many()

[PATCH 00/13] ia64/pv_ops, xen: more paravirtualization
 2008-10-20  3:55 UTC  (10+ messages)
` [PATCH 01/13] ia64/pv_ops: add hooks to paravirtualize fsyscall implementation
` [PATCH 02/13] ia64/pv_ops/xen: preliminary to paravirtualizing fsys.S for xen
` [PATCH 04/13] ia64/pv_ops/pvchecker: support mov = ar.itc paravirtualization
` [PATCH 07/13] ia64/pv_ops/pv_time_ops: add sched_clock hook
` [PATCH 08/13] ia64/pv_ops/xen/pv_time_ops: implement sched_clock
` [PATCH 09/13] ia64/pv_ops: gate page paravirtualization
` [PATCH 11/13] ia64/pv_ops: move down __kernel_syscall_via_epc
` [PATCH 12/13] ia64/pv_ops: paravirtualize gate.S
` [PATCH 13/13] ia64/pv_ops/xen/gate.S: xen gate page paravirtualization

[PATCH 10/13] ia64/pv_ops/xen: define xen specific gate page
 2008-10-20  3:55 UTC 

[PATCH 06/13] ia64/pv_ops: paravirtualize mov = ar.itc
 2008-10-20  3:55 UTC 

[PATCH 05/13] ia64/pv_ops/xen: paravirtualize read/write ar.itc and ar.itm
 2008-10-20  3:55 UTC 

[PATCH 03/13] ia64/pv_ops: paravirtualize fsys.S
 2008-10-20  3:55 UTC 

[PATCH] Convert ia64 to use int-ll64.h
 2008-10-19  8:21 UTC 

[PATCH] ia64: use generic compat_sys_ptrace
 2008-10-17 20:18 UTC  (5+ messages)

[PATCH 00/33] ia64/xen domU take 12
 2008-10-17 20:16 UTC  (2+ messages)

[PATCH 32/33] ia64/xen: a recipe for using xen/ia64 with pv_ops
 2008-10-17  5:46 UTC  (3+ messages)
` [PATCH 32/33] ia64/xen: a recipe for using xen/ia64 with

[PATCH 33/33] ia64/pv_ops: paravirtualized istruction checker
 2008-10-17  2:18 UTC 

[PATCH 31/33] ia64/pv_ops: update Kconfig for paravirtualized guest and xen
 2008-10-17  2:18 UTC 

[PATCH 30/33] ia64/xen: preliminary support for save/restore
 2008-10-17  2:18 UTC 

[PATCH 29/33] ia64/xen: define xen machine vector for domU
 2008-10-17  2:18 UTC 

[PATCH 28/33] ia64/pv_ops/xen: implement xen pv_time_ops
 2008-10-17  2:18 UTC 

[PATCH 27/33] ia64/pv_ops/xen: implement xen pv_irq_ops
 2008-10-17  2:18 UTC 

[PATCH 26/33] ia64/pv_ops/xen: define the nubmer of irqs which xen needs
 2008-10-17  2:18 UTC 

[PATCH 25/33] ia64/pv_ops/xen: implement xen pv_iosapic_ops
 2008-10-17  2:18 UTC 

[PATCH 24/33] ia64/pv_ops/xen: paravirtualize entry.S for ia64/xen
 2008-10-17  2:18 UTC 

[PATCH 23/33] ia64/pv_ops/xen: paravirtualize ivt.S for xen
 2008-10-17  2:18 UTC 

[PATCH 22/33] ia64/pv_ops/xen: paravirtualize DO_SAVE_MIN for xen
 2008-10-17  2:18 UTC 

[PATCH 21/33] ia64/pv_ops/xen: define xen paravirtualized instructions for hand written assembly cod
 2008-10-17  2:18 UTC 

[PATCH 20/33] ia64/pv_ops/xen: define xen pv_cpu_ops
 2008-10-17  2:18 UTC 

[PATCH 19/33] ia64/pv_ops/xen: define xen pv_init_ops for various xen initialization
 2008-10-17  2:17 UTC 

[PATCH 18/33] ia64/pv_ops/xen: elf note based xen startup
 2008-10-17  2:17 UTC 

[PATCH 17/33] ia64/xen: introduce helper function to identify domain mode
 2008-10-17  2:17 UTC 

[PATCH 16/33] ia64/xen: add definitions necessary for xen event channel
 2008-10-17  2:17 UTC 

[PATCH 15/33] ia64/xen: implement arch specific part of xen grant table
 2008-10-17  2:17 UTC 

[PATCH 14/33] ia64/xen: xencomm conversion functions for hypercalls
 2008-10-17  2:17 UTC 

[PATCH 13/33] ia64/xen: implement the arch specific part of xencomm
 2008-10-17  2:17 UTC 

[PATCH 12/33] ia64/xen: define helper functions for xen hypercalls
 2008-10-17  2:17 UTC 

[PATCH 11/33] ia64/xen: define helper functions for xen related address conversion
 2008-10-17  2:17 UTC 

[PATCH 10/33] ia64/xen: add a necessary header file to compile include/xen/interface/xen.h
 2008-10-17  2:17 UTC 

[PATCH 09/33] ia64/xen: define several constants for ia64/xen
 2008-10-17  2:17 UTC 

[PATCH 08/33] ia64/xen: introduce definitions necessary for ia64/xen hypercalls
 2008-10-17  2:17 UTC 

[PATCH 07/33] ia64/xen: increase IA64_MAX_RSVD_REGIONS
 2008-10-17  2:17 UTC 

[PATCH 06/33] ia64/xen: introduce sync bitops which is necessary for ia64/xen support
 2008-10-17  2:17 UTC 

[PATCH 05/33] ia64/xen: reserve "break" numbers used for xen hypercalls
 2008-10-17  2:17 UTC 

[PATCH 04/33] ia64: move function declaration, ia64_cpu_local_tick() from .c to .h
 2008-10-17  2:17 UTC 

[PATCH 03/33] ia64/pv_ops: update native/inst.h to clobber predicate
 2008-10-17  2:17 UTC 

[PATCH 02/33] ia64/pv_ops: avoid name conflict of get_irq_chip()
 2008-10-17  2:17 UTC 

[PATCH 01/33] ia64/pv_ops: fix paraviatualization of ivt.S with CONFIG_SMP=n
 2008-10-17  2:17 UTC 

qla1280 crash
 2008-10-15 15:01 UTC 

[PATCH 00/32] ia64/xen domU take 11
 2008-10-15  3:22 UTC  (5+ messages)
` [PATCH 32/32] ia64/pv_ops: paravirtualized istruction checker

[PATCH 09/32] ia64/xen: add a necessary header file to compile include/xen/interface/xen.h
 2008-10-15  3:18 UTC  (4+ messages)
` [PATCH 09/32] ia64/xen: add a necessary header file to compile

[PATCH] 2.6.27-rc9 QGLE make unsupported page size explicit
 2008-10-14  5:56 UTC  (8+ messages)
  ` [PATCH] 2.6.27-rc9 QGLE make unsupported page size explicit compile failure

[PATCH 31/32] ia64/xen: a recipe for using xen/ia64 with pv_ops
 2008-10-14  5:51 UTC 

[PATCH 30/32] ia64/pv_ops: update Kconfig for paravirtualized guest and xen
 2008-10-14  5:51 UTC 

[PATCH 29/32] ia64/xen: preliminary support for save/restore
 2008-10-14  5:51 UTC 

[PATCH 28/32] ia64/xen: define xen machine vector for domU
 2008-10-14  5:51 UTC 

[PATCH 27/32] ia64/pv_ops/xen: implement xen pv_time_ops
 2008-10-14  5:51 UTC 

[PATCH 26/32] ia64/pv_ops/xen: implement xen pv_irq_ops
 2008-10-14  5:51 UTC 

[PATCH 25/32] ia64/pv_ops/xen: define the nubmer of irqs which xen needs
 2008-10-14  5:51 UTC 

[PATCH 24/32] ia64/pv_ops/xen: implement xen pv_iosapic_ops
 2008-10-14  5:51 UTC 

[PATCH 23/32] ia64/pv_ops/xen: paravirtualize entry.S for ia64/xen
 2008-10-14  5:51 UTC 

[PATCH 22/32] ia64/pv_ops/xen: paravirtualize ivt.S for xen
 2008-10-14  5:51 UTC 

[PATCH 21/32] ia64/pv_ops/xen: paravirtualize DO_SAVE_MIN for xen
 2008-10-14  5:51 UTC 

[PATCH 20/32] ia64/pv_ops/xen: define xen paravirtualized instructions for hand written assembly cod
 2008-10-14  5:51 UTC 

[PATCH 19/32] ia64/pv_ops/xen: define xen pv_cpu_ops
 2008-10-14  5:51 UTC 

[PATCH 18/32] ia64/pv_ops/xen: define xen pv_init_ops for various xen initialization
 2008-10-14  5:51 UTC 

[PATCH 17/32] ia64/pv_ops/xen: elf note based xen startup
 2008-10-14  5:51 UTC 

[PATCH 16/32] ia64/xen: introduce helper function to identify domain mode
 2008-10-14  5:51 UTC 

[PATCH 15/32] ia64/xen: add definitions necessary for xen event channel
 2008-10-14  5:51 UTC 

[PATCH 14/32] ia64/xen: implement arch specific part of xen grant table
 2008-10-14  5:51 UTC 

[PATCH 13/32] ia64/xen: xencomm conversion functions for hypercalls
 2008-10-14  5:51 UTC 

[PATCH 12/32] ia64/xen: implement the arch specific part of xencomm
 2008-10-14  5:51 UTC 

[PATCH 11/32] ia64/xen: define helper functions for xen hypercalls
 2008-10-14  5:51 UTC 

[PATCH 10/32] ia64/xen: define helper functions for xen related address conversion
 2008-10-14  5:51 UTC 

[PATCH 08/32] ia64/xen: define several constants for ia64/xen
 2008-10-14  5:51 UTC 

[PATCH 07/32] ia64/xen: introduce definitions necessary for ia64/xen hypercalls
 2008-10-14  5:51 UTC 

[PATCH 06/32] ia64/xen: increase IA64_MAX_RSVD_REGIONS
 2008-10-14  5:51 UTC 

[PATCH 05/32] ia64/xen: introduce sync bitops which is necessary for ia64/xen support
 2008-10-14  5:51 UTC 

[PATCH 04/32] ia64/xen: reserve "break" numbers used for xen hypercalls
 2008-10-14  5:51 UTC 

[PATCH 03/32] ia64: move function declaration, ia64_cpu_local_tick() from .c to .h
 2008-10-14  5:51 UTC 

[PATCH 02/32] ia64/pv_ops: update native/inst.h to clobber predicate
 2008-10-14  5:51 UTC 

[PATCH 01/32] ia64/pv_ops: avoid name conflict of get_irq_chip()
 2008-10-14  5:51 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox