public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-07-30 08:48:43 to 2014-09-09 02:27:14 UTC [more...]

bit fields && data tearing
 2014-09-09  2:27 UTC  (74+ messages)

[PATCH v1 00/21] Use MSI chip to configure MSI/MSI-X in all platforms
 2014-09-09  2:06 UTC  (29+ messages)
` [PATCH v1 05/21] PCI/MSI: Introduce weak arch_find_msi_chip() to find MSI chip
` [PATCH v1 10/21] x86/MSI: Remove unused MSI weak arch functions
` [PATCH v1 04/21] x86/xen/MSI: Eliminate arch_msix_mask_irq() and arch_msi_mask_irq()
` [PATCH v1 06/21] PCI/MSI: Refactor struct msi_chip to make it become more common
` [PATCH v1 20/21] tile/MSI: Use MSI chip framework to configure MSI/MSI-X irq
` [PATCH v1 21/21] PCI/MSI: Clean up unused MSI arch functions
` [PATCH v1 12/21] MIPS/Xlp: Remove the dead function destroy_irq() to fix build error
` [PATCH v1 13/21] MIPS/Xlp/MSI: Use MSI chip framework to configure MSI/MSI-X irq
` [PATCH v1 14/21] MIPS/Xlr/MSI: "
` [PATCH v1 19/21] Sparc/MSI: "
` [PATCH v1 17/21] arm/iop13xx/MSI: "
` [PATCH v1 15/21] Powerpc/MSI: "
` [PATCH v1 18/21] IA64/MSI: "
` [PATCH v1 08/21] x86/xen/MSI: "
  ` [Xen-devel] "
` [PATCH v1 16/21] s390/MSI: "
` [PATCH v1 07/21] x86/MSI: "
` [PATCH v1 03/21] MSI: Remove the redundant irq_set_chip_data()
` [PATCH v1 11/21] MIPS/Octeon/MSI: Use MSI chip framework to configure MSI/MSI-X irq
` [PATCH v1 02/21] PCI/MSI: Remove useless bus->msi assignment
` [PATCH v1 09/21] Irq_remapping/MSI: Use MSI chip framework to configure MSI/MSI-X irq
` [PATCH v1 01/21] PCI/MSI: Clean up struct msi_chip argument

[PATCH v4 00/11] drivers: cacheinfo support
 2014-09-03 17:00 UTC  (3+ messages)
` [PATCH v4 04/11] drivers: base: support cpu cache information interface to userspace via sysfs
` [PATCH v4 05/11] ia64: move cacheinfo sysfs to generic cacheinfo infrastructure

[PATCH v2 0/5] beautify EFI memmap logs
 2014-09-03 13:35 UTC  (12+ messages)
` [PATCH v2 1/5] efi: add macro for EFI_MEMORY_UCE memory attribute
` [PATCH v2 2/5] efi: introduce efi_md_typeattr_format()
` [PATCH v2 3/5] x86: efi: format EFI memory type & attrs with efi_md_typeattr_format()
` [PATCH v2 4/5] ia64: "
` [PATCH v2 5/5] arm64: "

[PATCH 0/5] beautify EFI memmap logs
 2014-09-03 12:46 UTC  (11+ messages)
` [PATCH 1/5] efi: add macro for EFI_MEMORY_UCE memory attribute
` [PATCH 2/5] efi: introduce efi_md_typeattr_format()
` [PATCH 3/5] x86: efi: format EFI memory type & attrs with efi_md_typeattr_format()
` [PATCH 4/5] ia64: "
` [PATCH 5/5] arm64: "

[PATCH v9 00/23] Add gdb python scripts as kernel debugging helpers
 2014-08-27 15:21 UTC  (2+ messages)
` [PATCH v9 15/23] scripts/gdb: Add internal helper and convenience function to retrieve thread_info

[PATCH 24/35] [PATCH 24/36] ia64: Replace __get_cpu_var uses
 2014-08-26 18:13 UTC  (2+ messages)

[PATCH v4 0/8] asm-generic/io.h overhaul
 2014-08-25 13:37 UTC  (14+ messages)
` [PATCH v4 1/8] ARC: Remove redundant PCI_IOBASE declaration
` [PATCH v4 2/8] serial: sunzilog: Remove unnecessary volatile keyword
` [PATCH v4 3/8] sparc: Remove unnecessary volatile usage
` [PATCH v4 4/8] [IA64] Change xlate_dev_{kmem,mem}_ptr() prototypes
` [PATCH v4 5/8] /dev/mem: Use more consistent data types
` [PATCH v4 6/8] asm-generic/io.h: Implement generic {read,write}s*()
` [PATCH v4 7/8] ARM: Use include/asm-generic/io.h
` [PATCH v4 8/8] arm64: "

[PATCH v3] arch: Kconfig: Let all architectures set endian explicitly
 2014-08-25 12:26 UTC  (2+ messages)

[PATCH v2] arch: Kconfig: Let all little endian architectures define CPU_LITTLE_ENDIAN explicitly
 2014-08-23  2:31 UTC  (9+ messages)
` [PATCH v2] arch: Kconfig: Let all little endian architectures define CPU_LITTLE_ENDIAN explicitl

[PATCH v2 4/5] MSI: Use __get_cached_msi_msg() instead of get_cached_msi_msg()
 2014-08-22  7:45 UTC 

[PATCH 1/1] [IA64] pcibr: possible NULL pointer dereference
 2014-08-21 18:29 UTC 

[GIT PULL] Add memfd_create syscall to ia64
 2014-08-21 17:16 UTC 

[PATCH v2 0/9] drivers: cacheinfo support
 2014-08-21 10:59 UTC  (3+ messages)
` [PATCH v3 00/11] "
  ` [PATCH v3 05/11] ia64: move cacheinfo sysfs to generic cacheinfo infrastructure

[PATCH 1/3] MSI: Use __get_cached_msi_msg() instead of get_cached_msi_msg()
 2014-08-15  2:49 UTC 

[PATCH] [RFC] ia64: Attempt to update of fsyscall gettime to use modern vsyscall_update
 2014-08-14 18:31 UTC 

[RFC PATCH 00/20] Use msi_chip to configure MSI/MSI-X in all platforms
 2014-08-13  1:16 UTC  (22+ messages)
` [RFC PATCH 01/20] x86/xen/MSI: Eliminate arch_msix_mask_irq() and arch_msi_mask_irq()
  ` [Xen-devel] [RFC PATCH 01/20] x86/xen/MSI: Eliminate arch_msix_mask_irq() and arch_msi_mask_irq(
` [RFC PATCH 04/20] MSI: Remove the redundant irq_set_chip_data()
` [RFC PATCH 06/20] PCI/MSI: Introduce arch_get_match_msi_chip() to find the match msi_chip
` [RFC PATCH 07/20] x86/MSI: Use msi_chip instead of arch func to configure MSI/MSI-X
` [RFC PATCH 08/20] x86/xen/MSI: "
` [RFC PATCH 09/20] irq_remapping/MSI: "
` [RFC PATCH 10/20] x86/MSI: Remove unused MSI weak arch functions
` [RFC PATCH 11/20] MIPS/Octeon/MSI: Use msi_chip instead of arch func to configure MSI/MSI-X
` [RFC PATCH 12/20] MIPS/Xlp/MSI: "
` [RFC PATCH 13/20] MIPS/xlr/MSI: "
` [RFC PATCH 14/20] Powerpc/MSI: "
` [RFC PATCH 15/20] s390/MSI: "
` [RFC PATCH 16/20] arm/iop13xx/MSI: "
` [RFC PATCH 17/20] IA64/MSI: "
` [RFC PATCH 18/20] Sparc/MSI: "
` [RFC PATCH 19/20] tile/MSI: "
` [RFC PATCH 20/20] PCI/MSI: Clean up unused MSI arch functions

[PATCH] arch: Kconfig: Let all little endian architectures define CPU_LITTLE_ENDIAN explicitly
 2014-08-12  3:27 UTC  (3+ messages)

[PATCH] arch/ia64: remove comments that do not match the corresponding #ifdef
 2014-08-09  9:40 UTC 

[GIT PULL] ia64 getrandom(2) syscall
 2014-08-08 14:55 UTC 

[PATCH 0/9] use correct structure type name in sizeof
 2014-08-08 13:26 UTC  (9+ messages)
` [PATCH 2/9] CAPI: "
` [PATCH 3/9] i40e: "
` [PATCH 6/9] gpiolib: devres: "

[Q] sched: __ARCH_WANT_UNLOCKED_CTXSW on IA64
 2014-08-06  6:27 UTC  (2+ messages)

[GIT PULL] Miscellaneous ia64 specific cleanup for 3.17
 2014-08-04 17:36 UTC 

[PATCH v2 0/7] memory-hotplug: suitable memory should go to ZONE_MOVABLE
 2014-07-31 20:43 UTC  (4+ messages)
` [PATCH v2 7/7] memory-hotplug: tile: "


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