public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-06-27 13:57:18 to 2019-08-07 19:24:29 UTC [more...]

Why is this WiFi booster so popular across the World?
 2019-08-07 19:24 UTC 

RFC: remove sn2, hpsim and ia64 machvecs
 2019-08-07 18:15 UTC  (31+ messages)
` [PATCH 01/29] char: remove the SGI snsc driver
` [PATCH 02/29] char: remove the SGI tiocx/mbcs driver
` [PATCH 03/29] char/agp: remove the sgi-agp driver
` [PATCH 04/29] ide: remove the sgiioc4 driver
` [PATCH 05/29] PCI/hotplug: remove the sgi_hotplug driver
` [PATCH 06/29] tty/serial: remove the sn_console driver
` [PATCH 07/29] tty/serial: remove the ioc4_serial driver
` [PATCH 08/29] tty/serial: remove the ioc3_serial driver
` [PATCH 09/29] char/mspec: remove SGI SN2 support
` [PATCH 11/29] qla1280: "
` [PATCH 12/29] qla2xxx: "
` [PATCH 13/29] drivers: remove the SGI SN2 IOC3 base support
` [PATCH 14/29] drivers: remove the SGI SN2 IOC4 "
` [PATCH 16/29] ia64: remove now unused machvec indirections
` [PATCH 17/29] ia64: remove the hpsim platform
` [PATCH 18/29] ia64: remove CONFIG_PCI ifdefs
` [PATCH 19/29] ia64: remove CONFIG_ACPI ifdefs
` [PATCH 20/29] ia64: remove the zx1 swiotlb machvec
` [PATCH 21/29] ia64: remove the SGI UV simulator support
` [PATCH 22/29] ia64: remove the unused sn_coherency_id symbol
` [PATCH 23/29] ia64: rework iommu probing
` [PATCH 24/29] ia64: move the ROOT_DEV setup to common code
` [PATCH 25/29] ia64: move the screen_info "
` [PATCH 26/29] ia64: remove support for machvecs
` [PATCH 27/29] ia64: remove CONFIG_SWIOTLB ifdefs
` [PATCH 28/29] ia64: remove CONFIG_ACPI_NUMA ifdefs
` [PATCH 29/29] genirq: remove the is_affinity_mask_valid hook
` remove sn2, hpsim and ia64 machvecs

[PATCH] ia64:unwind: fix double free for mod->arch.init_unw_table
 2019-08-06 17:23 UTC  (3+ messages)

Regression in 543cea9a - was: Re: Kernel problem on rx2800 i2
 2019-08-05  8:16 UTC  (5+ messages)

[PATCH 2/2] ia64: Replace strncmp with str_has_prefix
 2019-08-05  7:27 UTC 

[PATCH 1/2] ia64: hp-sim: Replace strncmp with str_has_prefix
 2019-08-05  7:26 UTC 

LOANS !!!
 2019-08-01 10:28 UTC  (4+ messages)

[RFC 0/2] arm64: Enable vmemmap from device memory
 2019-08-01  3:21 UTC  (4+ messages)
` [RFC 1/2] mm/sparsemem: Add vmem_altmap support in vmemmap_populate_basepages()

[PATCH v11 0/8] namei: openat2(2) path resolution restrictions
 2019-07-28  1:02 UTC  (9+ messages)
` [PATCH v11 1/8] namei: obey trailing magic-link DAC permissions
` [PATCH v11 2/8] procfs: switch magic-link modes to be more sane
` [PATCH v11 3/8] open: O_EMPTYPATH: procfs-less file descriptor re-opening
` [PATCH v11 4/8] namei: O_BENEATH-style path resolution flags
` [PATCH v11 5/8] namei: LOOKUP_IN_ROOT: chroot-like path resolution
` [PATCH v11 6/8] namei: aggressively check for nd->root escape on ".." resolution
` [PATCH v11 7/8] open: openat2(2) syscall
` [PATCH v11 8/8] selftests: add openat2(2) selftests

[PATCH 3/5] arch: wire-up pidfd_wait()
 2019-07-24 14:46 UTC 

[PATCH] ia64: remove unneeded uapi asm-generic wrappers
 2019-07-23 11:32 UTC 

[PATCH] ia64: tioca: fix spelling mistake in macros CA_APERATURE_{BASE|SIZE}
 2019-07-22  6:58 UTC  (3+ messages)

[PATCH] ia64: perfmon: Fix a typo
 2019-07-22  6:56 UTC  (3+ messages)

[PATCH v10 0/9] namei: openat2(2) path resolution restrictions
 2019-07-20  0:09 UTC  (12+ messages)
` [PATCH v10 1/9] namei: obey trailing magic-link DAC permissions
` [PATCH v10 2/9] procfs: switch magic-link modes to be more sane
` [PATCH v10 3/9] open: O_EMPTYPATH: procfs-less file descriptor re-opening
` [PATCH v10 4/9] namei: O_BENEATH-style path resolution flags
` [PATCH v10 5/9] namei: LOOKUP_IN_ROOT: chroot-like path resolution
` [PATCH v10 6/9] namei: aggressively check for nd->root escape on ".." resolution
` [PATCH v10 7/9] open: openat2(2) syscall
` [PATCH v10 8/9] kselftest: save-and-restore errno to allow for %m formatting
` [PATCH v10 9/9] selftests: add openat2(2) selftests

[PATCH 1/2] arch: mark syscall number 435 reserved for clone3
 2019-07-19 12:20 UTC  (11+ messages)

[PATCH v9 00/10] namei: openat2(2) path resolution restrictions
 2019-07-19 10:29 UTC  (45+ messages)
` [PATCH v9 01/10] namei: obey trailing magic-link DAC permissions
` [PATCH v9 02/10] procfs: switch magic-link modes to be more sane
` [PATCH v9 03/10] open: O_EMPTYPATH: procfs-less file descriptor re-opening
` [PATCH v9 04/10] namei: split out nd->dfd handling to dirfd_path_init
` [PATCH v9 05/10] namei: O_BENEATH-style path resolution flags
` [PATCH v9 06/10] namei: LOOKUP_IN_ROOT: chroot-like path resolution
` [PATCH v9 07/10] namei: aggressively check for nd->root escape on ".." resolution
` [PATCH v9 08/10] open: openat2(2) syscall
` [PATCH v9 09/10] kselftest: save-and-restore errno to allow for %m formatting
` [PATCH v9 10/10] selftests: add openat2(2) selftests

[PATCH v3 01/11] mm/memory_hotplug: Simplify and fix check_hotplug_memory_range()
 2019-07-19  6:45 UTC  (33+ messages)
` [PATCH v3 02/11] s390x/mm: Fail when an altmap is used for arch_add_memory()
` [PATCH v3 03/11] s390x/mm: Implement arch_remove_memory()
` [PATCH v3 04/11] arm64/mm: Add temporary arch_remove_memory() implementation
` [PATCH v3 05/11] drivers/base/memory: Pass a block_id to init_memory_block()
` [PATCH v3 07/11] mm/memory_hotplug: Create memory block devices after arch_add_memory()
` [PATCH v3 08/11] mm/memory_hotplug: Drop MHP_MEMBLOCK_API
` [PATCH v3 09/11] mm/memory_hotplug: Remove memory block devices before arch_remove_memory()
` [PATCH v3 10/11] mm/memory_hotplug: Make unregister_memory_block_under_nodes() never fail
` [PATCH v3 11/11] mm/memory_hotplug: Remove "zone" parameter from sparse_remove_one_section

Add a new fchmodat4() syscall, v2
 2019-07-17 12:39 UTC  (10+ messages)
` [PATCH v2 1/4] Non-functional cleanup of a "__user * filename"
` [PATCH v2 2/4] Add fchmodat4(), a new syscall
` [PATCH v2 3/4] arch: Register fchmodat4, usually as syscall 434
` [PATCH v2 4/4] tools: Add fchmodat4

[PATCH 01/12] Documentation: move architectures together
 2019-07-16 14:51 UTC  (15+ messages)
` [PATCH 02/12] Documentation/arm: repointer docs to Documentation/arch/arm
` [PATCH 03/12] Documentation/ia64: repointer docs to Documentation/arch/ia64
` [PATCH 04/12] Documentation/m68k: repointer docs to Documentation/arch/
` [PATCH 05/12] Documentation/s390: "
` [PATCH 06/12] Documentation/mips: "
` [PATCH 07/12] Documentation/parisc: "
` [PATCH 08/12] Dcumentation/powerpc: "
` [PATCH 09/12] Dcumentation/sh: "
` [PATCH 10/12] Documentation/sparc: "
` [PATCH 11/12] Documentation/x86: "
` [PATCH 12/12] Documentation/xtensa: "

[PATCH] mm/kprobes: Add generic kprobe_fault_handler() fallback definition
 2019-07-11 22:49 UTC  (5+ messages)

[RFC PATCH] mm: remove quicklist page table caches
 2019-07-11 10:36 UTC  (7+ messages)

[PATCH v1 01/22] docs: Documentation/*.txt: rename all ReST files to *.rst
 2019-07-09 17:02 UTC 

[PATCH v2 01/35] ia64/sn: Use kmemdup rather than duplicating its implementation
 2019-07-03 16:26 UTC 

[PATCH 01/30] ia64/sn: Use kmemdup rather than duplicating its implementation
 2019-07-03 13:12 UTC 

[PATCH] mm: Generalize and rename notify_page_fault() as kprobe_page_fault()
 2019-06-30  4:53 UTC  (3+ messages)

[PATCH 23/43] docs: ia64: convert to ReST
 2019-06-28 12:20 UTC 

[PATCH v3 1/2] pid: add pidfd_open()
 2019-06-27 13:57 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