messages from 2014-11-18 09:36:34 to 2015-01-23 00:44:43 UTC [more...]
[PATCH 0/7] Start deprecating _OSI on new architectures
2015-01-23 0:44 UTC (7+ messages)
` [PATCH 1/7] ia64: ACPI: move kernel acpi files to a directory
` [PATCH 2/7] arm64: "
` [PATCH 3/7] x86: ACPI: create arch-dependent version of acpi_osi_handler()
` [PATCH 4/7] ia64: "
` [PATCH 5/7] arm64: "
` [PATCH 6/7] x86: ia64: arm64: ACPI: move _OSI support functions to arch-dependent locations
[RFC PATCH] ACPI: Introduce acpi_unload_parent_table() usages in Linux kernel
2015-01-22 22:43 UTC (3+ messages)
[PATCH v2 00/30] Refine PCI scan interfaces and make generic pci host bridge
2015-01-22 20:25 UTC (33+ messages)
` [PATCH v2 01/30] PCI: Rip out pci_bus_add_devices() from pci_scan_bus()
` [PATCH v2 02/30] PCI: Rip out pci_bus_add_devices() from pci_scan_root_bus()
` [PATCH v2 03/30] xen/PCI: Don't use deprecated function pci_scan_bus_parented()
` [PATCH v2 04/30] PCI: Remove deprecated pci_scan_bus_parented()
` [PATCH v2 05/30] PCI: Rename pci_scan_bus() to pci_scan_bus_legacy()
` [PATCH v2 06/30] PCI: Combine PCI domain and bus number in u32 arg
` [PATCH v2 07/30] PCI: Pass PCI domain number combined with root bus number
` [PATCH v2 08/30] PCI: Introduce pci_host_assign_domain_nr() to assign domain
` [PATCH v2 09/30] PCI: Separate pci_host_bridge creation out of pci_create_root_bus()
` [PATCH v2 10/30] PCI: Introduce pci_host_bridge_list to manage host bridges
` [PATCH v2 11/30] PCI: Save sysdata in pci_host_bridge drvdata
` [PATCH v2 12/30] PCI: Introduce pci_host_bridge_ops to support host specific operations
` [PATCH v2 13/30] PCI: Introduce new scan function pci_scan_root_bridge()
` [PATCH v2 14/30] PCI/x86: Refine pci_acpi_scan_root() with generic pci_host_bridge
` [PATCH v2 15/30] PCI/IA64: "
` [PATCH v2 16/30] PCI/IA64: Fix the build warning about pci_domain_nr()
` [PATCH v2 17/30] PCI/powerpc: Rename pcibios_root_bridge_prepare()
` [PATCH v2 18/30] PCI/powerpc: Use pci_scan_root_bridge() for simplicity
` [PATCH v2 19/30] PCI: Remove weak pcibios_root_bridge_prepare()
` [PATCH v2 20/30] PCI/sparc: Use pci_scan_root_bridge() for simplicity
` [PATCH v2 21/30] PCI: Introduce pci_bus_child_max_busnr()
` [PATCH v2 22/30] PCI/Parisc: Use pci_scan_root_bus() for simplicity
` [PATCH v2 23/30] PCI/mvebu: Use pci_common_init_dev() to simplify code
` [PATCH v2 24/30] PCI/tegra: Remove redundant tegra_pcie_scan_bus()
` [PATCH v2 25/30] PCI/designware: Use pci_scan_root_bus() for simplicity
` [PATCH v2 26/30] PCI/xgene: Use pci_scan_root_bus() instead of pci_create_root_bus()
` [PATCH v2 27/30] PCI: Rename __pci_create_root_bus() to pci_create_root_bus()
` [PATCH v2 28/30] PCI: Export find_pci_host_bridge()
` [PATCH v2 29/30] PCI: Remove platform specific pci_domain_nr()
` [PATCH v2 30/30] PCI: Remove pci_bus_assign_domain_nr()
[Patch Part1 v7 19/38] iommu/vt-d: Refine the interfaces to create IRQ for DMAR unit
2015-01-20 3:08 UTC
ia64: use current->state helpers
2015-01-19 20:56 UTC (2+ messages)
[PATCH 00/28] Refine PCI scan interfaces and make generic pci host bridge
2015-01-19 10:56 UTC (56+ 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
` [PATCH 22/28] PCI/tegra: Remove redundant tegra_pcie_scan_bus()
` [PATCH 23/28] PCI/designware: Use pci_scan_root_bus() for simplicity
` [PATCH 24/28] PCI/xgene: Use pci_scan_root_bus() instead of pci_create_root_bus()
` [PATCH 25/28] PCI: Rename __pci_create_root_bus() to pci_create_root_bus()
` [PATCH 26/28] PCI: Export find_pci_host_bridge()
` [PATCH 27/28] PCI: Remove platform specific pci_domain_nr()
` [PATCH 28/28] PCI: Remove pci_bus_assign_domain_nr()
[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 (50+ messages)
` [RFC PATCH 04/16] PCI: Rip out pci_bus_add_devices() from pci_scan_root_bus()
` [RFC PATCH 02/16] PCI: Use pci_scan_root_bus() instead of pci_scan_bus()
` [RFC PATCH 08/16] PCI: Introduce pci_scan_host_bridge() and pci_host_info
` [RFC PATCH 07/16] PCI: Separate pci_host_bridge creation out of pci_create_root_bus()
` [RFC PATCH 01/16] PCI: Enhance pci_scan_root_bus() to support default IO/MEM resources
[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)
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