linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-02 14:01:46 to 2020-12-09 19:25:46 UTC [more...]

[PATCH v8 00/16] Add support for Clang LTO
 2020-12-09 19:24 UTC  (31+ messages)
` [PATCH v8 02/16] kbuild: add "

[PATCH 0/3] Add sending TX hardware timestamp for TC ETF Qdisc
 2020-12-09 17:37 UTC  (7+ messages)
` [PATCH 1/3] Add TX sending hardware timestamp
` [PATCH 2/3] Pass TX sending hardware timestamp to a socket's buffer
` [PATCH 3/3] The TC ETF Qdisc pass the hardware timestamp to the interface driver

RFC: arch: shall we have generic readl_be()/writel_be()/... or in_be32()/out_be32() ?
 2020-12-09 11:08 UTC 

[PATCH v2 1/8] lib/find_bit.c: Add find_last_zero_bit
 2020-12-08 22:54 UTC  (11+ messages)

[PATCH v15 00/26] Control-flow Enforcement: Shadow Stack
 2020-12-08 19:24 UTC  (13+ messages)
` [PATCH v15 06/26] x86/mm: Change _PAGE_DIRTY to _PAGE_DIRTY_HW
` [PATCH v15 07/26] x86/mm: Remove _PAGE_DIRTY_HW from kernel RO pages
` [PATCH v15 08/26] x86/mm: Introduce _PAGE_COW

[PATCH] firmware_loader: Align .builtin_fw to 8
 2020-12-08 17:59 UTC  (6+ messages)
    ` [PATCH v2] "

[PATCH v2 0/4] syscalls: remove compat_alloc_user_space callers
 2020-12-08 15:06 UTC  (5+ messages)
` [PATCH v2 4/4] compat: remove some compat entry points

[PATCH v5 00/15] An alternative series for asymmetric AArch32 systems
 2020-12-08 13:28 UTC  (16+ messages)
` [PATCH v5 01/15] arm64: cpuinfo: Split AArch32 registers out into a separate struct
` [PATCH v5 02/15] arm64: Allow mismatched 32-bit EL0 support
` [PATCH v5 03/15] KVM: arm64: Kill 32-bit vCPUs on systems with mismatched "
` [PATCH v5 04/15] arm64: Kill 32-bit applications scheduled on 64-bit-only CPUs
` [PATCH v5 05/15] arm64: Advertise CPUs capable of running 32-bit applications in sysfs
` [PATCH v5 06/15] sched: Introduce task_cpu_possible_mask() to limit fallback rq selection
` [PATCH v5 07/15] cpuset: Don't use the cpu_possible_mask as a last resort for cgroup v1
` [PATCH v5 08/15] cpuset: Honour task_cpu_possible_mask() in guarantee_online_cpus()
` [PATCH v5 09/15] sched: Reject CPU affinity changes based on task_cpu_possible_mask()
` [PATCH v5 10/15] sched: Introduce force_compatible_cpus_allowed_ptr() to limit CPU affinity
` [PATCH v5 11/15] arm64: Implement task_cpu_possible_mask()
` [PATCH v5 12/15] arm64: exec: Adjust affinity for compat tasks with mismatched 32-bit EL0
` [PATCH v5 13/15] arm64: Prevent offlining first CPU with 32-bit EL0 on mismatched system
` [PATCH v5 14/15] arm64: Hook up cmdline parameter to allow mismatched 32-bit EL0
` [PATCH v5 15/15] arm64: Remove logic to kill 32-bit tasks on 64-bit-only cores

[PATCH] arm64: enable GENERIC_FIND_FIRST_BIT
 2020-12-08 10:35 UTC  (4+ messages)

[PATCH v14 00/10] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-12-08  1:34 UTC  (19+ messages)
` [PATCH v14 01/10] mm: add definition of PMD_PAGE_ORDER
` [PATCH v14 02/10] mmap: make mlock_future_check() global
` [PATCH v14 03/10] set_memory: allow set_direct_map_*_noflush() for multiple pages
` [PATCH v14 04/10] set_memory: allow querying whether set_direct_map_*() is actually enabled
` [PATCH v14 05/10] mm: introduce memfd_secret system call to create "secret" memory areas
` [PATCH v14 06/10] secretmem: use PMD-size pages to amortize direct map fragmentation
` [PATCH v14 07/10] secretmem: add memcg accounting
` [PATCH v14 08/10] PM: hibernate: disable when there are active secretmem users
` [PATCH v14 09/10] arch, mm: wire up memfd_secret system call were relevant
` [PATCH v14 10/10] secretmem: test: add basic selftest for memfd_secret(2)

[PATCH v5 0/9] "Task_isolation" mode
 2020-12-07 11:58 UTC  (18+ messages)
` [PATCH v5 5/9] task_isolation: Add driver-specific hooks
    ` [EXT] "
` [PATCH v5 6/9] task_isolation: arch/arm64: enable task isolation functionality
    ` [EXT] "
` [PATCH v5 7/9] task_isolation: don't interrupt CPUs with tick_nohz_full_kick_cpu()
    ` [EXT] "
  ` [EXT] Re: [PATCH v5 0/9] "Task_isolation" mode

[PATCH v2 8/8] ufs/util.h: Apply new find_last_zero_bit
 2020-12-06  6:50 UTC 

[PATCH v2 7/8] btrfs/free-space-cache.c: Apply find_last_zero_bit
 2020-12-06  6:50 UTC 

[PATCH v2 6/8] lib/find_bit: Add test-module,find_last_zero_bit
 2020-12-06  6:49 UTC 

[PATCH v2 5/8] lib/find_bit_bench.c: Add find_last_zero_bit
 2020-12-06  6:49 UTC 

[PATCH v2 4/8] bitops/le.h: Add le support for find_last_bit
 2020-12-06  6:48 UTC 

[PATCH v2 3/8] bitops/find.h: Add declaration find_last_zero_bit
 2020-12-06  6:47 UTC 

[PATCH v2 2/8] linux/bitops.h: Add find_each_*_bit_reverse macros
 2020-12-06  6:47 UTC 

[PATCH 0/8] shoot lazy tlbs
 2020-12-06  3:59 UTC  (22+ messages)
` [PATCH 2/8] x86: use exit_lazy_tlb rather than membarrier_mm_sync_core_before_usermode
` [PATCH 6/8] lazy tlb: shoot lazies, a non-refcounting lazy tlb option

[PATCH v4 00/14] An alternative series for asymmetric AArch32 systems
 2020-12-05 20:43 UTC  (26+ messages)
` [PATCH v4 03/14] KVM: arm64: Kill 32-bit vCPUs on systems with mismatched EL0 support
` [PATCH v4 04/14] arm64: Kill 32-bit applications scheduled on 64-bit-only CPUs
` [PATCH v4 08/14] arm64: exec: Adjust affinity for compat tasks with mismatched 32-bit EL0
` [PATCH v4 12/14] arm64: Prevent offlining first CPU with 32-bit EL0 on mismatched system

[PATCH] lib/find_bit: Add find_prev_*_bit functions
 2020-12-05 18:20 UTC  (22+ messages)
          ` (no subject)
            ` your mail
          ` 

[PATCH v9 00/12] huge vmalloc mappings
 2020-12-05  6:57 UTC  (13+ messages)
` [PATCH v9 01/12] mm/vmalloc: fix vmalloc_to_page for huge vmap mappings
` [PATCH v9 02/12] mm: apply_to_pte_range warn and fail if a large pte is encountered
` [PATCH v9 03/12] mm/vmalloc: rename vmap_*_range vmap_pages_*_range
` [PATCH v9 04/12] mm/ioremap: rename ioremap_*_range to vmap_*_range
` [PATCH v9 05/12] mm: HUGE_VMAP arch support cleanup
` [PATCH v9 06/12] powerpc: inline huge vmap supported functions
` [PATCH v9 07/12] arm64: "
` [PATCH v9 08/12] x86: "
` [PATCH v9 09/12] mm: Move vmap_range from mm/ioremap.c to mm/vmalloc.c
` [PATCH v9 10/12] mm/vmalloc: add vmap_range_noflush variant
` [PATCH v9 11/12] mm/vmalloc: Hugepage vmalloc mappings
` [PATCH v9 12/12] powerpc/64s/radix: Enable huge "

[RFC v2 0/2] lazy mm refcounting
 2020-12-05  4:49 UTC  (10+ messages)
` [RFC v2 1/2] [NEEDS HELP] x86/mm: Handle unlazying membarrier core sync in the arch code
` [RFC v2 2/2] [MOCKUP] sched/mm: Lightweight lazy mm refcounting

[PATCH v8 00/12] huge vmalloc mappings
 2020-12-05  4:49 UTC  (6+ messages)
` [PATCH v8 11/12] mm/vmalloc: Hugepage "

[PATCH v2 0/8] linker-section array fix and clean ups
 2020-12-04 14:44 UTC  (6+ messages)
` [PATCH v2 1/8] of: fix linker-section match-table corruption
` [PATCH v2 2/8] earlycon: simplify earlycon-table implementation

[MOCKUP] x86/mm: Lightweight lazy mm refcounting
 2020-12-04  2:17 UTC  (7+ messages)

[PATCH v3 2/2] Kbuild: implement support for DWARF v5
 2020-12-04  1:11 UTC 

[PATCH v6 00/25] Add support for Clang LTO
 2020-12-03 18:47 UTC  (5+ messages)
` [PATCH v6 14/25] kbuild: lto: remove duplicate dependencies from .mod files

[PATCH v7 00/17] Add support for Clang LTO
 2020-12-02 18:54 UTC  (5+ messages)

[PATCH v4 3/4] powercap/drivers/dtpm: Add API for dynamic thermal power management
 2020-12-02 17:19 UTC  (3+ 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 NNTP newsgroup(s).