public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-11-03 20:53:59 to 2015-01-16 01:44:19 UTC [more...]

[PATCH 00/28] Refine PCI scan interfaces and make generic pci host bridge
 2015-01-16  1:44 UTC  (22+ messages)
` [PATCH 01/28] PCI: Rip out pci_bus_add_devices() from pci_scan_bus()
` [PATCH 02/28] PCI: Rip out pci_bus_add_devices() from pci_scan_root_bus()
` [PATCH 03/28] xen/PCI: Don't use deprecated function pci_scan_bus_parented()
` [PATCH 04/28] PCI: Remove deprecated pci_scan_bus_parented()
` [PATCH 05/28] PCI: Rename pci_scan_bus() to pci_scan_bus_legacy()
` [PATCH 06/28] PCI: Combine PCI domain and bus number in u32 arg
` [PATCH 07/28] PCI: Pass PCI domain number combined with root bus number
` [PATCH 08/28] PCI: Introduce pci_host_assign_domain_nr() to assign domain
` [PATCH 09/28] PCI: Separate pci_host_bridge creation out of pci_create_root_bus()
` [PATCH 10/28] PCI: Save sysdata in pci_host_bridge drvdata
` [PATCH 11/28] PCI: Introduce pci_host_bridge_ops to setup host bridge
` [PATCH 12/28] PCI: Introduce new scan function pci_scan_root_bridge()
` [PATCH 13/28] PCI/x86: Refine pci_acpi_scan_root() with generic pci_host_bridge
` [PATCH 14/28] PCI/IA64: "
` [PATCH 15/28] PCI/powerpc: Rename pcibios_root_bridge_prepare() for better readability
` [PATCH 16/28] PCI/powerpc: Use pci_scan_root_bridge() for simplicity
` [PATCH 17/28] PCI: Remove weak pcibios_root_bridge_prepare()
` [PATCH 18/28] PCI/sparc: Use pci_scan_root_bridge() for simplicity
` [PATCH 19/28] PCI: Introduce pci_bus_child_max_busnr()
` [PATCH 20/28] PCI/Parisc: Use pci_scan_root_bus() for simplicity
` [PATCH 21/28] PCI/mvebu: Use pci_common_init_dev() to simplify code

ia64: use current->state helpers
 2015-01-15  7:50 UTC 

[PATCH v2 05/10] PCI, ia64: clip firmware assigned resource under parent bridge's
 2015-01-15  4:31 UTC 

[PATCH 1/3] module_arch_freeing_init(): new hook for archs before module->module_init freed
 2015-01-13 21:11 UTC  (3+ messages)

[PATCH 05/10] PCI, ia64: clip firmware assigned resource under parent bridge's
 2015-01-12 19:23 UTC 

[PATCH RFT] ia64: move cacheinfo sysfs to generic cacheinfo infrastructure
 2015-01-08  7:39 UTC 

ia64/kernel/unwind.c:907: possible ternary operator problem ?
 2015-01-07  9:52 UTC 

[PATCH] arch: ia64: kernel: irq_ia64.c: Remove unused function
 2015-01-06 18:28 UTC  (4+ messages)
` [PATCH] arch: ia64: kernel: irq_ia64.c: Remove some unused functions

[PATCH v2 07/40] ia64/uaccess: fix sparse errors
 2015-01-06 15:44 UTC  (2+ messages)
` [PATCH v2 19/40] ia64: fix put_user "

[GIT PULL] Add execveat syscall for ia64
 2015-01-05 21:22 UTC 

status of ia64 / hpsim
 2015-01-05 20:36 UTC  (3+ messages)

[PATCH repost 07/16] ia64/uaccess: fix sparse errors
 2014-12-25  9:28 UTC 

[GIT PULL] ia64: last piece of __get_cpu_var removal
 2014-12-19 22:29 UTC 

[PATCH 07/18] ia64/uaccess: fix sparse errors
 2014-12-14 16:52 UTC 

Rebuilding a kernel for a proprietary closed-source ia64 module: possible or not?
 2014-12-11 15:16 UTC  (5+ messages)

[PATCH 2/4] ia64: use common dma_get_required_mask_from_pfn()
 2014-12-05 14:08 UTC 

RHEL 4 WS Beta 2 ISO images
 2014-12-04  9:14 UTC 

[PATCH] PM / Kconfig: Do not select PM directly from Kconfig files
 2014-12-02  1:10 UTC  (4+ messages)

[Patch Part2 v6 19/27] iommu/vt-d: Refine the interfaces to create IRQ for DMAR unit
 2014-11-25  5:53 UTC 

[PATCH 1/1] [IA64] Deletion of unnecessary checks before the function call "unw_remove_unwind_table"
 2014-11-22 21:09 UTC  (2+ messages)
                                  ` [PATCH 1/1] [IA64] Deletion of unnecessary checks before the function call "unw_remove_unwind_ta

SLES 9 ia64 ISO images
 2014-11-22 14:28 UTC  (2+ messages)

[RFC PATCH 00/16] Refine PCI host bridge scan interfaces
 2014-11-21  9:53 UTC  (65+ messages)
` [RFC PATCH 03/16] PCI: Clean up pci_scan_bus()
` [RFC PATCH 12/16] ia64/PCI: Remove the redundant bus variable
` [RFC PATCH 05/16] PCI: Use pci_scan_root_bus() instead of pci_scan_bus_parented()
` [RFC PATCH 16/16] powerpc/PCI: Use pci_scan_host_bridge() to scan PCI bus
` [RFC PATCH 15/16] arm/PCI: Use pci_scan_host_bridge() instead of pci_scan_root_bus()
` [RFC PATCH 14/16] arm/PCI: Introduce pci_get_domain_nr()
` [RFC PATCH 13/16] ia64/PCI: Use pci_scan_host_bridge() to refactor pci_acpi_scan_root()
` [RFC PATCH 09/16] PCI: Associate .get_msi_ctrl() with pci_host_bridge
` [RFC PATCH 10/16] PCI: Add of_scan_bus() to pci_host_info
` [RFC PATCH 04/16] PCI: Rip out pci_bus_add_devices() from pci_scan_root_bus()
` [RFC PATCH 06/16] PCI: Use u32 type to combine PCI domain and bus number
` [RFC PATCH 02/16] PCI: Use pci_scan_root_bus() instead of pci_scan_bus()
` [RFC PATCH 01/16] PCI: Enhance pci_scan_root_bus() to support default IO/MEM resources
` [RFC PATCH 08/16] PCI: Introduce pci_scan_host_bridge() and pci_host_info
` [RFC PATCH 11/16] x86/PCI: Use pci_scan_host_bridge() instead of pci_create_root_bus()
` [RFC PATCH 07/16] PCI: Separate pci_host_bridge creation out "

[PATCH v10 00/27] Add gdb python scripts as kernel debugging helpers
 2014-11-20 17:01 UTC  (2+ messages)
` [PATCH v10 15/27] scripts/gdb: Add internal helper and convenience function to retrieve thread_info

[PATCH] KVM: ia64: remove
 2014-11-20 13:49 UTC  (6+ messages)

[PATCH 2/4] ia64: use common dma_get_required_mask_from_pfn()
 2014-11-20 11:50 UTC 

[PATCH 0/5] PCI scan interfaces clean up
 2014-11-20  1:53 UTC  (13+ messages)
` [PATCH 2/5] PCI: Introduce pci_scan_bus_simple()
` [PATCH 4/5] PCI: Remove pci_scan_bus() and pci_scan_bus_parented()
` [PATCH 3/5] PCI: Use pci_scan_bus_simple() in simple scene
` [PATCH 5/5] PCI: Rip out pci_bus_add_devices() from pci_scan_root_bus()
` [PATCH 1/5] PCI: Rip out pci_bus_add_devices() from pci_scan_bus()

[PATCH 2/4] ia64: use common dma_get_required_mask_from_pfn()
 2014-11-19 17:33 UTC  (2+ messages)

[PATCH 00/11] [v11] Intel MPX support
 2014-11-14 18:38 UTC  (16+ messages)
` [PATCH 01/11] x86, mpx: rename cfg_reg_u and status_reg
` [PATCH 02/11] mpx: extend siginfo structure to include bound violation information
` [PATCH 03/11] mips: sync struct siginfo with general version
` [PATCH 04/11] ia64: "
` [PATCH 05/11] x86, mpx: add MPX to disaabled features
` [PATCH 06/11] x86, mpx: introduce VM_MPX to indicate that a VMA is MPX specific
` [PATCH 07/11] x86, mpx: add MPX-specific mmap interface
` [PATCH 08/11] x86, mpx: [new code] decode MPX instruction to get bound violation information
` [PATCH 09/11] x86, mpx: on-demand kernel allocation of bounds tables
` [PATCH 10/11] x86, mpx: cleanup unused bound tables
` [PATCH 11/11] x86, mpx: add documentation on Intel MPX

[PATCH 1/3] dma,ia64: add dma_get_required_mask_from_max_pfn()
 2014-11-14 15:11 UTC  (2+ messages)
  ` [Xen-devel] [PATCH 1/3] dma, ia64: "

[PATCH] PM / Runtime: Kconfig: move ia64 dependency to arch/ia64/Kconfig
 2014-11-14  7:30 UTC  (2+ messages)

[PATCH] ia64: Be consistent in the type of the PCI_CONTROLLER() macro argument
 2014-11-13 18:39 UTC 

[PATCH 00/11] [v10] Intel MPX support
 2014-11-13 15:29 UTC  (16+ messages)
` [PATCH 01/11] x86, mpx: rename cfg_reg_u and status_reg
` [PATCH 02/11] mpx: extend siginfo structure to include bound violation information
` [PATCH 03/11] mips: sync struct siginfo with general version
` [PATCH 04/11] ia64: "
` [PATCH 05/11] x86, mpx: add MPX to disaabled features
` [PATCH 06/11] x86, mpx: introduce VM_MPX to indicate that a VMA is MPX specific
` [PATCH 07/11] x86, mpx: add MPX-specific mmap interface
` [PATCH 08/11] x86, mpx: [new code] decode MPX instruction to get bound violation information
` [PATCH 09/11] x86, mpx: on-demand kernel allocation of bounds tables
` [PATCH 10/11] x86, mpx: cleanup unused bound tables
` [PATCH 11/11] x86, mpx: add documentation on Intel MPX

[PATCH v9 00/12] Intel MPX support
 2014-11-11 21:36 UTC  (13+ messages)
` [PATCH v9 11/12] x86, mpx: cleanup unused bound tables

A recommendation from Support
 2014-11-10  5:55 UTC  (2+ messages)

[PATCH v6 08/48] kernel: Move pm_power_off to common code
 2014-11-10  1:42 UTC  (2+ messages)
` [PATCH v6 38/48] ia64: Register with kernel power-off handler

[PATCH v5 08/48] kernel: Move pm_power_off to common code
 2014-11-06 16:43 UTC  (2+ messages)
` [PATCH v5 38/48] ia64: Register with kernel power-off handler

[Patch Part2 v5 28/31] iommu/vt-d: Refine the interfaces to create IRQ for DMAR unit
 2014-11-06 14:20 UTC 

[Patch Part2 v4 28/31] iommu/vt-d: Refine the interfaces to create IRQ for DMAR unit
 2014-11-04 12:02 UTC 


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