linux-ia64.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-04-18 08:37:16 to 2016-05-11 16:57:28 UTC [more...]

[PATCH v5 1/5] ACPI / processor_idle: introduce ACPI_PROCESSOR_CSTATE
 2016-05-11 16:57 UTC  (3+ messages)

[PATCH v4 1/5] ACPI / processor_idle: introduce ARCH_SUPPORTS_ACPI_PROCESSOR_CSTATE
 2016-05-11 15:07 UTC  (7+ messages)

[PATCH v6 00/14] ACPI NUMA support for ARM64
 2016-05-11 10:40 UTC  (21+ messages)
` [PATCH v6 01/14] acpi, numa: Use pr_fmt() instead of printk
` [PATCH v6 02/14] acpi, numa: Replace ACPI_DEBUG_PRINT() with pr_debug()
` [PATCH v6 03/14] acpi, numa: remove duplicate NULL check
` [PATCH v6 04/14] acpi, numa: Move acpi_numa_arch_fixup() to ia64 only
` [PATCH v6 05/14] acpi, numa: move acpi_numa_slit_init() to drivers/acpi/numa.c
` [PATCH v6 06/14] arm64, numa: rework numa_add_memblk()
` [PATCH v6 07/14] arm64, numa: Cleanup NUMA disabled messages
` [PATCH v6 08/14] x86, acpi, numa: cleanup acpi_numa_processor_affinity_init()
` [PATCH v6 09/14] acpi, numa: move bad_srat() and srat_disabled() to drivers/acpi/numa.c
` [PATCH v6 10/14] acpi, numa: remove unneeded acpi_numa=1
` [PATCH v6 11/14] acpi, numa: Move acpi_numa_memory_affinity_init() to drivers/acpi/numa.c
` [PATCH v6 12/14] acpi, numa, srat: Improve SRAT error detection and add messages
` [PATCH v6 13/14] arm64, acpi, numa: NUMA support based on SRAT and SLIT
` [PATCH v6 14/14] acpi, numa: Enable ACPI based NUMA on ARM64

[PATCH 00/12] Fixing TI Keystone2 kexec
 2016-05-11 10:31 UTC  (47+ messages)
` [PATCH 01/12] ARM: kexec: fix crashkernel= handling
` [PATCH 02/12] ARM: provide improved virt_to_idmap() functionality
` [PATCH 03/12] ARM: kexec: remove 512MB restriction on kexec crashdump
` [PATCH 04/12] ARM: provide arm_has_idmap_alias() helper
` [PATCH 05/12] ARM: kdump: advertise boot aliased crash kernel resource
` [PATCH 06/12] ARM: kexec: advertise location of bootable RAM
` [PATCH 07/12] ARM: keystone: dts: add psci command definition
` [PATCH 08/12] kexec: don't invoke OOM-killer for control page allocation
` [PATCH 09/12] kexec: ensure user memory sizes do not wrap
` [PATCH 10/12] kexec: arrange for paddr_vmcoreinfo_note() to return phys_addr_t
` [PATCH 11/12] kexec: allow architectures to override boot mapping
` [PATCH 12/12] ARM: kexec: fix kexec for Keystone 2

[patch V4 00/31] bitops: add parity functions
 2016-05-11  9:10 UTC  (2+ messages)
` [patch V4 05/31] bitops: Add ia-specific "

[PATCH 0/5] ia64: Fix compiler warnings
 2016-05-05 19:59 UTC  (7+ messages)
` [PATCH 1/5] ia64/PCI: Fix incorrect PCI resource end address
` [PATCH 2/5] ia64/PCI: Remove unused 'addr' and fix build warning
` [PATCH 3/5] ia64: Reduce stack usage by iterating over nodemask
` [PATCH 4/5] ia64/traps: Silence GCC warning about uninitialised variable
` [PATCH 5/5] ia64/unaligned: Silence another GCC warning about an "

[PATCH] ia64: Remove superfluous SMP function call
 2016-05-02 20:28 UTC  (2+ messages)

[PATCH] parisc,metag: Implement CONFIG_DEBUG_STACK_USAGE option
 2016-04-29 22:04 UTC  (2+ messages)

[PATCH 0/3] Initial Kexec patches
 2016-04-29 10:45 UTC  (24+ messages)
` [PATCH 1/3] kexec: don't invoke OOM-killer for control page allocation
` [PATCH 2/3] kexec: ensure user memory sizes do not wrap
` [PATCH 3/3] kexec: arrange for paddr_vmcoreinfo_note() to return phys_addr_t

[PATCH v5 00/14] ACPI NUMA support for ARM64
 2016-04-27 15:40 UTC  (32+ messages)
` [PATCH v5 01/14] acpi, numa: Use pr_fmt() instead of printk
` [PATCH v5 02/14] acpi, numa: Replace ACPI_DEBUG_PRINT() with pr_debug()
` [PATCH v5 03/14] acpi, numa: remove duplicate NULL check
` [PATCH v5 04/14] acpi, numa: Move acpi_numa_arch_fixup() to ia64 only
` [PATCH v5 05/14] acpi, numa: move acpi_numa_slit_init() to drivers/acpi/numa.c
` [PATCH v5 06/14] arm64, numa: rework numa_add_memblk()
` [PATCH v5 07/14] x86, acpi, numa: cleanup acpi_numa_processor_affinity_init()
` [PATCH v5 08/14] acpi, numa: move bad_srat() and srat_disabled() to drivers/acpi/numa.c
` [PATCH v5 09/14] acpi, numa: remove unneeded acpi_numa=1
` [PATCH v5 10/14] acpi, numa: Move acpi_numa_memory_affinity_init() to drivers/acpi/numa.c
` [PATCH v5 11/14] acpi, numa, srat: Improve SRAT error detection and add messages
` [PATCH v5 12/14] arm64, acpi, numa: NUMA support based on SRAT and SLIT
` [PATCH v5 13/14] acpi, numa: Enable ACPI based NUMA on ARM64
` [PATCH v5 14/14] arm64, acpi, numa: Default enable ACPI_NUMA with NUMA

char: legacy RTC cleanups
 2016-04-27 12:44 UTC  (27+ messages)
` [PATCH 1/8] char/rtc: replace blacklist with whitelist
` [PATCH 2/8] char/rtc: legacy RTC is no longer supported on x86
` [PATCH 3/8] char/rtc: remove empty asm/mc146818rtc.h files
` [PATCH 4/8] char/rtc: move mc146818rtc code out of asm-generic/rtc.h
` [PATCH 5/8] char/genrtc: powerpc: use asm-generic/rtc.h
` [PATCH 6/8] char/genrtc: parisc: "
` [PATCH 7/8] char/genrtc: disallow building on Alpha
` [PATCH 8/8] char/genrtc: disallow building on mn10300

[PATCH 0/11] introduce down_write_killable for rw_semaphore v3
 2016-04-27 12:02 UTC  (18+ messages)
` [PATCH 10/11] x86, rwsem: provide __down_write_killable
                        ` [PATCH] x86/locking/rwsem: Cleanup ____down_write()

[PATCH] kbuild: drop redundant "PHONY += FORCE"
 2016-04-25 12:07 UTC  (4+ messages)

[PATCH 17/23] ia64: remove ARCH_WANT_OPTIONAL_GPIOLIB
 2016-04-20  8:58 UTC 

[PATCH] kbuild: drop FORCE from PHONY targets
 2016-04-20  8:29 UTC  (2+ messages)

[PATCH v4 00/14] ACPI NUMA support for ARM64
 2016-04-19 18:44 UTC  (16+ messages)
` [PATCH v4 01/14] acpi, numa: Use pr_fmt() instead of printk
` [PATCH v4 02/14] acpi, numa: Replace ACPI_DEBUG_PRINT() with pr_debug()
` [PATCH v4 03/14] acpi, numa: remove duplicate NULL check
` [PATCH v4 04/14] acpi, numa: Move acpi_numa_arch_fixup() to ia64 only
` [PATCH v4 05/14] acpi, numa: move acpi_numa_slit_init() to drivers/acpi/numa.c
` [PATCH v4 06/14] arm64, numa: rework numa_add_memblk()
` [PATCH v4 07/14] x86, acpi, numa: cleanup acpi_numa_processor_affinity_init()
` [PATCH v4 08/14] acpi, numa: move bad_srat() and srat_disabled() to drivers/acpi/numa.c
` [PATCH v4 09/14] acpi, numa: remove unneeded acpi_numa=1
` [PATCH v4 10/14] acpi, numa: Move acpi_numa_memory_affinity_init() to drivers/acpi/numa.c
` [PATCH v4 11/14] acpi, numa, srat: Improve SRAT error detection and add messages
` [PATCH v4 12/14] arm64, acpi, numa: NUMA support based on SRAT and SLIT
` [PATCH v4 13/14] acpi, numa: Enable ACPI based NUMA on ARM64
` [PATCH v4 14/14] arm64, acpi, numa: Default enable ACPI_NUMA with NUMA

Greetings!!!
 2016-04-18 20:12 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).