Linux-sh Archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-20 09:50:11 to 2022-06-30 16:57:11 UTC [more...]

[PATCH v5 0/9] bitops: let optimize out non-atomic bitops on compile-time constants
 2022-06-30 16:56 UTC  (12+ messages)
` [PATCH v5 1/9] ia64, processor: fix -Wincompatible-pointer-types in ia64_get_irr()
` [PATCH v5 2/9] bitops: always define asm-generic non-atomic bitops
` [PATCH v5 3/9] bitops: unify non-atomic bitops prototypes across architectures
` [PATCH v5 4/9] bitops: define const_*() versions of the non-atomics
` [PATCH v5 5/9] bitops: wrap non-atomic bitops with a transparent macro
` [PATCH v5 6/9] bitops: let optimize out non-atomic bitops on compile-time constants
` [PATCH v5 7/9] net/ice: fix initializing the bitmap in the switch code
` [PATCH v5 8/9] bitmap: don't assume compiler evaluates small mem*() builtins calls
` [PATCH v5 9/9] lib: test_bitmap: add compile-time optimization/evaluations assertions

Estimating Services
 2022-06-30 15:33 UTC 

[PATCH V6 00/26] mm/mmap: Drop __SXXX/__PXXX macros from across platforms
 2022-06-30  5:16 UTC  (27+ messages)
` [PATCH V6 01/26] mm/mmap: Build protect protection_map[] with __P000
` [PATCH V6 02/26] mm/mmap: Define DECLARE_VM_GET_PAGE_PROT
` [PATCH V6 03/26] powerpc/mm: Move protection_map[] inside the platform
` [PATCH V6 04/26] sparc/mm: "
` [PATCH V6 05/26] arm64/mm: "
` [PATCH V6 06/26] x86/mm: "
` [PATCH V6 07/26] mm/mmap: Build protect protection_map[] with ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH V6 08/26] microblaze/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH V6 09/26] loongarch/mm: "
` [PATCH V6 10/26] openrisc/mm: "
` [PATCH V6 11/26] xtensa/mm: "
` [PATCH V6 12/26] hexagon/mm: "
` [PATCH V6 13/26] parisc/mm: "
` [PATCH V6 14/26] alpha/mm: "
` [PATCH V6 15/26] nios2/mm: "
` [PATCH V6 16/26] riscv/mm: "
` [PATCH V6 17/26] csky/mm: "
` [PATCH V6 18/26] s390/mm: "
` [PATCH V6 19/26] ia64/mm: "
` [PATCH V6 20/26] mips/mm: "
` [PATCH V6 21/26] m68k/mm: "
` [PATCH V6 22/26] arc/mm: "
` [PATCH V6 23/26] arm/mm: "
` [PATCH V6 24/26] um/mm: "
` [PATCH V6 25/26] sh/mm: "
` [PATCH V6 26/26] mm/mmap: Drop ARCH_HAS_VM_GET_PAGE_PROT

[PATCH v2 00/13] perf/hw_breakpoint: Optimize for thousands of tasks
 2022-06-28 16:00 UTC  (29+ messages)
` [PATCH v2 01/13] perf/hw_breakpoint: Add KUnit test for constraints accounting
` [PATCH v2 02/13] perf/hw_breakpoint: Clean up headers
` [PATCH v2 03/13] perf/hw_breakpoint: Optimize list of per-task breakpoints
` [PATCH v2 04/13] perf/hw_breakpoint: Mark data __ro_after_init
` [PATCH v2 05/13] perf/hw_breakpoint: Optimize constant number of breakpoint slots
` [PATCH v2 06/13] perf/hw_breakpoint: Make hw_breakpoint_weight() inlinable
` [PATCH v2 07/13] perf/hw_breakpoint: Remove useless code related to flexible breakpoints
` [PATCH v2 08/13] powerpc/hw_breakpoint: Avoid relying on caller synchronization
` [PATCH v2 09/13] locking/percpu-rwsem: Add percpu_is_write_locked() and percpu_is_read_locked()
` [PATCH v2 10/13] perf/hw_breakpoint: Reduce contention with large number of tasks
` [PATCH v2 11/13] perf/hw_breakpoint: Introduce bp_slots_histogram
` [PATCH v2 12/13] perf/hw_breakpoint: Optimize max_bp_pinned_slots() for CPU-independent task targets
` [PATCH v2 13/13] perf/hw_breakpoint: Optimize toggle_bp_slot() "

[PATCH V5 00/26] mm/mmap: Drop __SXXX/__PXXX macros from across platforms
 2022-06-28  3:12 UTC  (35+ messages)
` [PATCH V5 01/26] mm/mmap: Build protect protection_map[] with __P000
` [PATCH V5 02/26] mm/mmap: Define DECLARE_VM_GET_PAGE_PROT
` [PATCH V5 03/26] powerpc/mm: Move protection_map[] inside the platform
` [PATCH V5 04/26] sparc/mm: "
` [PATCH V5 05/26] arm64/mm: "
` [PATCH V5 06/26] x86/mm: "
` [PATCH V5 07/26] mm/mmap: Build protect protection_map[] with ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH V5 08/26] microblaze/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH V5 09/26] loongarch/mm: "
` [PATCH V5 10/26] openrisc/mm: "
` [PATCH V5 11/26] xtensa/mm: "
` [PATCH V5 12/26] hexagon/mm: "
` [PATCH V5 13/26] parisc/mm: "
` [PATCH V5 14/26] alpha/mm: "
` [PATCH V5 15/26] nios2/mm: "
` [PATCH V5 16/26] riscv/mm: "
` [PATCH V5 17/26] csky/mm: "
` [PATCH V5 18/26] s390/mm: "
` [PATCH V5 19/26] ia64/mm: "
` [PATCH V5 20/26] mips/mm: "
` [PATCH V5 21/26] m68k/mm: "
` [PATCH V5 22/26] arc/mm: "
` [PATCH V5 23/26] arm/mm: "
` [PATCH V5 24/26] um/mm: "
` [PATCH V5 25/26] sh/mm: "
` [PATCH V5 26/26] mm/mmap: Drop ARCH_HAS_VM_GET_PAGE_PROT

[PATCH V4 00/26] mm/mmap: Drop __SXXX/__PXXX macros from across platforms
 2022-06-27  5:48 UTC  (52+ messages)
` [PATCH V4 01/26] mm/mmap: Build protect protection_map[] with __P000
` [PATCH V4 02/26] mm/mmap: Define DECLARE_VM_GET_PAGE_PROT
` [PATCH V4 03/26] powerpc/mm: Move protection_map[] inside the platform
` [PATCH V4 04/26] sparc/mm: "
` [PATCH V4 05/26] arm64/mm: "
` [PATCH V4 06/26] x86/mm: "
` [PATCH V4 07/26] mm/mmap: Build protect protection_map[] with ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH V4 08/26] microblaze/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH V4 09/26] loongarch/mm: "
` [PATCH V4 10/26] openrisc/mm: "
` [PATCH V4 11/26] extensa/mm: "
` [PATCH V4 12/26] hexagon/mm: "
` [PATCH V4 13/26] parisc/mm: "
` [PATCH V4 14/26] alpha/mm: "
` [PATCH V4 15/26] nios2/mm: "
` [PATCH V4 16/26] riscv/mm: "
` [PATCH V4 17/26] csky/mm: "
` [PATCH V4 18/26] s390/mm: "
` [PATCH V4 19/26] ia64/mm: "
` [PATCH V4 20/26] mips/mm: "
` [PATCH V4 21/26] m68k/mm: "
` [PATCH V4 22/26] arc/mm: "
` [PATCH V4 23/26] arm/mm: "
` [PATCH V4 24/26] um/mm: "
` [PATCH V4 25/26] sh/mm: "
` [PATCH V4 26/26] mm/mmap: Drop ARCH_HAS_VM_GET_PAGE_PROT

[PATCH] sh: sq: Use the bitmap API when applicable
 2022-06-26 13:21 UTC  (3+ messages)

Quote To Bid
 2022-06-23 15:35 UTC 

[PATCH v4 0/8] bitops: let optimize out non-atomic bitops on compile-time constants
 2022-06-22 16:04 UTC  (13+ messages)
` [PATCH v4 1/8] ia64, processor: fix -Wincompatible-pointer-types in ia64_get_irr()
` [PATCH v4 2/8] bitops: always define asm-generic non-atomic bitops
` [PATCH v4 3/8] bitops: unify non-atomic bitops prototypes across architectures
` [PATCH v4 4/8] bitops: define const_*() versions of the non-atomics
` [PATCH v4 5/8] bitops: wrap non-atomic bitops with a transparent macro
` [PATCH v4 6/8] bitops: let optimize out non-atomic bitops on compile-time constants
` [PATCH v4 7/8] bitmap: don't assume compiler evaluates small mem*() builtins calls
` [PATCH v4 8/8] lib: test_bitmap: add compile-time optimization/evaluations assertions

[PATCH v2 0/4] hugetlb: speed up linear address scanning
 2022-06-21 23:56 UTC  (5+ messages)
` [PATCH v2 1/4] hugetlb: skip to end of PT page mapping when pte not present
` [PATCH v2 2/4] arm64/hugetlb: Implement arm64 specific hugetlb_mask_last_page
` [PATCH v2 3/4] hugetlb: do not update address in huge_pmd_unshare
` [PATCH v2 4/4] hugetlb: Lazy page table copies in fork()

[PATCH v3 0/7] bitops: let optimize out non-atomic bitops on compile-time constants
 2022-06-21 18:51 UTC  (28+ messages)
  ` [PATCH v3 2/7] bitops: always define asm-generic non-atomic bitops
  ` [PATCH v3 3/7] bitops: unify non-atomic bitops prototypes across architectures
  ` [PATCH v3 4/7] bitops: define const_*() versions of the non-atomics
  ` [PATCH v3 5/7] bitops: wrap non-atomic bitops with a transparent macro
  ` [PATCH v3 6/7] bitops: let optimize out non-atomic bitops on compile-time constants
  ` [PATCH v3 7/7] lib: test_bitmap: add compile-time optimization/evaluations assertions
  ` [alobakin:bitops 3/7] block/elevator.c:222:9: sparse: sparse: cast from restricted req_flags_t

Business Capital Funding
 2022-06-20 11:08 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).