messages from 2009-04-20 16:45:06 to 2009-08-05 11:20:10 UTC [more...]
[Patch 0/7] Implement crashkernel=auto
2009-08-05 11:20 UTC (8+ messages)
` [Patch 1/7] x86: add CONFIG_KEXEC_AUTO_RESERVE
` [Patch 2/7] x86: implement crashkernel=auto
` [Patch 3/7] ia64: add CONFIG_KEXEC_AUTO_RESERVE
` [Patch 4/7] ia64: implement crashkernel=auto
` [Patch 5/7] powerpc: add CONFIG_KEXEC_AUTO_RESERVE
` [Patch 6/7] powerpc: implement crashkernel=auto
` [Patch 7/7] doc: update the kdump document
[PATCH 3/4] Bug Fix drivers/pci/intel-iommu.c: convert paddr to correct DMA pfn
2009-08-05 8:19 UTC (4+ messages)
` [PATCH 3/4] Bug Fix drivers/pci/intel-iommu.c: convert paddr
` [PATCH 4/4] Bug Fix drivers/pci/intel-iommu.c: convert pfn_lo to VTD page address when calling iommu
` [PATCH 4/4] Bug Fix drivers/pci/intel-iommu.c: convert pfn_lo
[PATCH 2/4] Bug Fix drivers/pci/intel-iommu.c: secure sg_next() calling
2009-08-05 8:09 UTC (2+ messages)
` [PATCH 2/4] Bug Fix drivers/pci/intel-iommu.c: secure
[PATCH 3/15] arch/ia64: Use DIV_ROUND_CLOSEST
2009-08-05 7:59 UTC (3+ messages)
` [PATCH 1/4] Bug Fix drivers/pci/intel-iommu.c: correct sglist size calculation
` [PATCH 1/4] Bug Fix drivers/pci/intel-iommu.c: correct sglist
[PATCH] Bug Fix arch/ia64/kernel/pci-dma.c: fix recursive dma_supported() call in iommu_dma_supporte
2009-08-05 3:04 UTC (3+ messages)
` [PATCH] Bug Fix arch/ia64/kernel/pci-dma.c: fix recursive
[PATCH 1/3] ia64: Use .ref.text, not .text.init for start_ap
2009-07-31 20:57 UTC (3+ messages)
` [PATCH 2/3] ia64: Use standard macros for page-aligned data
` [PATCH 3/3] ia64: Clean up linker script using standard macros
[PATCH] iosapic: missing test after ioremap()?
2009-07-30 15:42 UTC
[PATCH] ia64: minor Makefile simplification through use of cc-ifversion
2009-07-24 23:25 UTC (6+ messages)
` [PATCH] ia64: minor Makefile simplification through use of
[PATCH] ia64/topology.c: exit cache_add_dev when kobject_init_and_add fails
2009-07-24 17:40 UTC (2+ messages)
[RFC PATCH] ia64: convert to dynamic percpu allocator
2009-07-24 6:45 UTC (5+ messages)
[PATCH 6/7] [ia64] ARRAY_SIZE changes
2009-07-22 3:02 UTC
[patch] ia64: boolean __test_and_clear_bit
2009-07-21 15:09 UTC
[PATCH 7/10] drivers/serial: Move a dereference below a NULL test
2009-07-19 15:29 UTC
[00/15] swiotlb cleanup
2009-07-18 10:41 UTC (33+ messages)
` [PATCH 01/15] swiotlb: remove unused swiotlb_alloc_boot()
` [PATCH 02/15] swiotlb: remove unused swiotlb_alloc()
` [PATCH 03/15] swiotlb: remove swiotlb_arch_range_needs_mapping
` [PATCH 04/15] swiotlb: remove unnecessary swiotlb_bus_to_virt
` [PATCH 05/15] x86: add dma_capable() to replace is_buffer_dma_capable()
` [PATCH 06/15] x86: replace is_buffer_dma_capable() with dma_capable
` [PATCH 07/15] ia64: add dma_capable() to replace is_buffer_dma_capable()
` [PATCH 08/15] powerpc: "
` [PATCH 09/15] swiotlb: use dma_capable()
` [PATCH 10/15] powerpc: remove unncesary swiotlb_arch_address_needs_mapping
` [PATCH 11/15] remove is_buffer_dma_capable()
` [PATCH 12/15] x86, IA64, powerpc: add phys_to_dma() and dma_to_phys()
` [PATCH 13/15] swiotlb: use phys_to_dma and dma_to_phys
` [PATCH 14/15] powerpc: remove unused swiotlb_phys_to_bus() and swiotlb_bus_to_phys()
` [PATCH 15/15] x86: "
[git pull] ia64 changes
2009-07-17 18:11 UTC (5+ messages)
[PATCH, RFC] xfs: event tracing support
2009-07-17 14:09 UTC (3+ messages)
[PATCH] linux-next arch/ia64/kernel/setup.c: Fix setup_per_cpu_areas() compilation error
2009-07-15 2:48 UTC (2+ messages)
` [PATCH] linux-next arch/ia64/kernel/setup.c: Fix setup_per_cpu_areas()
[PATCH] Revert "Neither asm/types.h nor linux/types.h is required
2009-07-13 16:53 UTC (2+ messages)
` [PATCH v2] Revert "Neither asm/types.h nor linux/types.h is
sydbox and ia64
2009-07-10 21:54 UTC (3+ messages)
[PATCH 00/11] swiotlb: Introduce architecture-specific APIs to replace __weak functions (v2)
2009-07-10 14:02 UTC (8+ messages)
` [PATCH 01/11] ia64: introduce arch-specific dma-mapping interfaces
` [PATCH 01/11] ia64: introduce arch-specific dma-mapping
` [PATCH 06/11] swiotlb: use dma_to_phys and phys_to_dma
` [PATCH 07/11] swiotlb: use dma_map_range
` [PATCH 00/11] swiotlb: Introduce architecture-specific APIs to
[PATCH v2 0/7] Patches for kdump vs. INIT
2009-07-09 7:18 UTC (8+ messages)
` [PATCH v2 1/7] ia64, kdump: Mask MCA/INIT on frozen cpus
` [PATCH v2 2/7] ia64, kexec: Make INIT safe while transition to kdump/kexec
` [PATCH v2 3/7] ia64, kexec: Unregister MCA handler before kexec
` [PATCH v2 4/7] ia64, kdump: Don't return APs to SAL from kdump
` [PATCH v2 5/7] ia64, kdump: Mask INIT first in panic-kdump path
` [PATCH v2 6/7] ia64, kdump: Try INIT regardless of kdump_on_init
` [PATCH v2 7/7] ia64, kdump: Short path to freeze CPUs
[PATCH] IA64: Fix IS_ERR() Compilation Errors
2009-07-09 4:44 UTC (2+ messages)
ftrace and lockdep on ia64?
2009-07-09 0:01 UTC (2+ messages)
[PATCH] IA64: fix CONFIG_DMA_API_DEBUG support
2009-07-07 8:42 UTC
[patch 4/4] ia64: msi_ia64.c dmar_msi_type should be static
2009-06-10 19:45 UTC
[patch 3/4] ia64: remove obsolete hw_interrupt_type
2009-06-10 19:45 UTC
[patch 2/4] ia64: remove obsolete irq_desc_t typedef
2009-06-10 19:45 UTC
[patch 1/4] ia64: remove obsolete no_irq_type
2009-06-10 19:44 UTC
[Patch 4/5] module: trim exception table in module_free()
2009-06-10 8:09 UTC (3+ messages)
[PATCH v4] zone_reclaim is always 0 by default
2009-06-09 19:47 UTC (10+ messages)
[PATCH 2/6] headers_check fix: ia64, fpswa.h
2009-06-08 17:48 UTC (5+ messages)
` [PATCH] ia64: unexport fpswa.h
[Patch 4/4] module: trim exception table in module_free()
2009-06-01 12:40 UTC (8+ messages)
(no subject)
2009-05-30 13:02 UTC (7+ messages)
` [PATCH 1/9] ia64: introduce arch-specific dma-mapping interfaces
` [PATCH 6/9] swiotlb: use dma_to_phys and phys_to_dma
` [PATCH 7/9] swiotlb: use dma_map_range
` swiotlb: Introduce architecture-specific APIs to replace
[PATCH -tip v2 0/5] add common functions for struct dma_map_ops
2009-05-28 22:57 UTC (17+ messages)
` [PATCH -tip 1/5] add asm-generic/dma-mappig-common.h
` [PATCH -tip 2/5] x86: use asm-generic/dma-mapping-common.h
` [PATCH -tip 3/5] ia64: "
` [PATCH -tip 4/5] ia64: add CONFIG_DMA_API_DEBUG support
` [PATCH -tip 5/5] dma-debug: fix compiler warnings on IA64
[PATCH] Convert ia64 to use int-ll64.h
2009-05-15 21:27 UTC
[PATCH] Fix Intel IOMMU Compilation Warnings on IA64
2009-05-14 17:59 UTC (4+ messages)
soft lockups
2009-05-14 14:25 UTC
[PATCH] ia64/xen: bug fix when CONFIG_CPU_HOTPLUG=y
2009-05-13 2:42 UTC
[patch 3/3] ia64: remove obsolete hw_interrupt_type
2009-05-12 20:40 UTC
[patch 2/3] ia64: remove obsolete irq_desc_t typedef
2009-05-12 20:40 UTC
[patch 1/3] ia64: remove obsolete no_irq_type
2009-05-12 20:40 UTC
[PATCH -tip 0/5] add generic dma-mappig.h
2009-05-11 22:59 UTC (9+ messages)
` [PATCH -tip 1/5] add asm-generic/dma-mappig.h
` [PATCH -tip 2/5] x86: use asm-generic/dma-mapping.h
` [PATCH -tip 3/5] ia64: "
` [PATCH -tip 4/5] ia64: add CONFIG_DMA_API_DEBUG support
` [PATCH -tip 5/5] dma-debug: fix compiler warnings on IA64
[PATCH] fix SAL info mutex handling
2009-05-05 13:17 UTC (2+ messages)
[PATCH] ia64/xen: fix build issues
2009-05-05 12:57 UTC
[PATCH 0/5] section name cleanup for ia64
2009-05-01 0:04 UTC (6+ messages)
` [PATCH 1/5] ia64: Use .ref.text, not .text.init for start_ap
` [PATCH 2/5] ia64: use new macro for .data.cacheline_aligned section
` [PATCH 3/5] ia64: use new macros for .data.init_task
` [PATCH 4/5] ia64: use new macro for .data.read_mostly section
` [PATCH 5/5] ia64: convert to new generic read_mostly support
[PATCH 6/9] irq: make io_apic_set_pci_routing to take device
2009-04-28 1:01 UTC (3+ messages)
[PATCH][BUGFIX] utrace/ia64: Fix syscall_get_set_args_cb() to handle
2009-04-24 2:21 UTC (2+ messages)
` [PATCH][BUGFIX] utrace/ia64: Fix syscall_get_set_args_cb() to
ate_resource->lowest_free_index signed or unsigned?
2009-04-23 11:35 UTC (6+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox