linux-alpha.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-25 02:54:13 to 2021-11-29 17:46:54 UTC [more...]

[PATCH 11/11] locking: Allow to include asm/spinlock_types.h from linux/spinlock_types_raw.h
 2021-11-29 17:46 UTC 

[PATCH 1/9] lib/bitmap: add bitmap_weight_{eq,gt,le}
 2021-11-29 16:34 UTC  (28+ messages)
` [PATCH 2/9] lib/bitmap: implement bitmap_{empty,full} with bitmap_weight_eq()
` [PATCH 3/9] all: replace bitmap_weigth() with bitmap_{empty,full,eq,gt,le}
` [PATCH 4/9] tools: sync bitmap_weight() usage with the kernel
` [PATCH 5/9] lib/cpumask: add cpumask_weight_{eq,gt,le}
` [PATCH 6/9] lib/nodemask: add nodemask_weight_{eq,gt,le}
` [PATCH 7/9] lib/cpumask: add num_{possible,present,active}_cpus_{eq,gt,le}
` [PATCH 8/9] lib/nodemask: add num_node_state_eq()
` [PATCH 9/9] MAINTAINERS: add cpumask and nodemask files to BITMAP_API
` [PATCH 0/9] lib/bitmap: optimize bitmap_weight() usage

[PATCH 0/9] lib/bitmap: optimize bitmap_weight() usage
 2021-11-28  3:56 UTC 

[PATCH] alpha: fix typo in a comment
 2021-11-28  3:43 UTC 

[PATCH] alpha: signal: drop DEBUG_SIG print statements
 2021-11-25 13:27 UTC 

[PATCH v2] mm: Fix warning comparing pointer to 0
 2021-11-25 10:14 UTC 

[PATCH] mm: Fix warning comparing pointer to 0
 2021-11-25  4:00 UTC  (3+ messages)

[PATCH 1/1] futex: Wireup futex_waitv syscall
 2021-11-24 23:18 UTC  (7+ messages)

[PATCH v0 26/42] alpha: Check notifier registration return value
 2021-11-08 21:18 UTC  (16+ messages)
` [PATCH v0 42/42] notifier: Return an error when callback is already registered
` [PATCH v0 00/42] notifiers: "

[PATCH v5 00/16] Add TDX Guest Support (shared-mm support)
 2021-11-08 14:45 UTC  (83+ messages)
` [PATCH v5 01/16] x86/mm: Move force_dma_unencrypted() to common code
` [PATCH v5 02/16] x86/tdx: Get TD execution environment information via TDINFO
` [PATCH v5 03/16] x86/tdx: Exclude Shared bit from physical_mask
` [PATCH v5 04/16] x86/tdx: Make pages shared in ioremap()
` [PATCH v5 05/16] x86/tdx: Add helper to do MapGPA hypercall
` [PATCH v5 06/16] x86/tdx: Make DMA pages shared
` [PATCH v5 07/16] x86/kvm: Use bounce buffers for TD guest
` [PATCH v5 08/16] x86/tdx: ioapic: Add shared bit for IOAPIC base address
` [PATCH v5 09/16] x86/tdx: Enable shared memory confidential guest flags for TDX guest
` [PATCH v5 10/16] PCI: Consolidate pci_iomap_range(), pci_iomap_wc_range()
` [PATCH v5 11/16] asm/io.h: Add ioremap_host_shared fallback
` [PATCH v5 12/16] PCI: Add pci_iomap_host_shared(), pci_iomap_host_shared_range()
` [PATCH v5 13/16] PCI: Mark MSI data shared
` [PATCH v5 14/16] virtio: Use shared mappings for virtio PCI devices
` [PATCH v5 15/16] x86/tdx: Implement ioremap_host_shared for x86
` [PATCH v5 16/16] x86/tdx: Add cmdline option to force use of ioremap_host_shared

[PATCHES] alpha asm glue cleanups and fixes
 2021-10-30 22:13 UTC  (18+ messages)
` [PATCH 1/6] alpha: fix TIF_NOTIFY_SIGNAL handling
  ` [PATCH 2/6] alpha: _TIF_ALLWORK_MASK is unused
  ` [PATCH 3/6] alpha: fix syscall entry in !AUDUT_SYSCALL case
  ` [PATCH 4/6] alpha: fix handling of a3 on straced syscalls
  ` [PATCH 5/6] alpha: syscall exit cleanup
  ` [PATCH 6/6] alpha: ret_from_fork can go straight to ret_to_user
  ` [PATCH 7/7] alpha: lazy FPU switching

Newer kernels on the Jensen (was: [PATCH v2 0/4] Introduce and use absolute_pointer macro)
 2021-10-24  3:41 UTC  (12+ messages)
  ` Newer kernels on the Jensen (was: [PATCH v2 0/4] Introduce and

[PATCH 2/2] kbuild: use more subdir- for visiting subdirectories while cleaning
 2021-10-13  6:59 UTC  (3+ messages)

[PATCH v4 00/11] sections: Unify kernel sections range check and use
 2021-10-03 17:19 UTC  (15+ messages)
` [PATCH v4 01/11] kallsyms: Remove arch specific text and data check
` [PATCH v4 02/11] kallsyms: Fix address-checks for kernel related range
` [PATCH v4 03/11] sections: Move and rename core_kernel_data() to is_kernel_core_data()
` [PATCH v4 04/11] sections: Move is_kernel_inittext() into sections.h
` [PATCH v4 05/11] x86: mm: Rename __is_kernel_text() to is_x86_32_kernel_text()
` [PATCH v4 06/11] sections: Provide internal __is_kernel() and __is_kernel_text() helper
` [PATCH v4 07/11] mm: kasan: Use is_kernel() helper
` [PATCH v4 08/11] extable: Use is_kernel_text() helper
` [PATCH v4 09/11] powerpc/mm: Use core_kernel_text() helper
` [PATCH v4 10/11] microblaze: Use is_kernel_text() helper
` [PATCH v4 11/11] alpha: "

[PATCH v2 0/6] memblock: cleanup memblock_free interface
 2021-09-30 22:10 UTC  (9+ messages)
` [PATCH v2 3/6] memblock: drop memblock_free_early_nid() and memblock_free_early()
  ` [PATCH v2 1/6] arch_numa: simplify numa_distance allocation
  ` [PATCH v2 2/6] xen/x86: free_p2m_page: use memblock_free_ptr() to free a virtual pointer
  ` [PATCH v2 4/6] memblock: stop aliasing __memblock_free_late with memblock_free_late
  ` [PATCH v2 5/6] memblock: rename memblock_free to memblock_phys_free
  ` [PATCH v2 6/6] memblock: use memblock_free for freeing virtual pointers

[PATCH v4 11/15] pci: Add pci_iomap_shared{,_range}
 2021-09-27  9:07 UTC  (11+ messages)

Newer kernels on the Jensen (was: [PATCH v2 0/4] Introduce and use absolute_pointer macro)
 2021-09-25 18:31 UTC 


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).