messages from 2021-01-20 18:11:54 to 2021-01-27 20:28:11 UTC [more...]
[PATCH 00/10] Refactor arch specific Hyper-V code
2021-01-27 20:23 UTC (7+ messages)
` [PATCH 01/10] Drivers: hv: vmbus: Move Hyper-V page allocator to arch neutral code
` [PATCH 02/10] x86/hyper-v: Move hv_message_type to architecture neutral module
` [PATCH 03/10] Drivers: hv: Redo Hyper-V synthetic MSR get/set functions
` [PATCH 04/10] Drivers: hv: vmbus: Move hyperv_report_panic_msg to arch neutral code
` [PATCH 05/10] Drivers: hv: vmbus: Handle auto EOI quirk inline
` [PATCH 06/10] Drivers: hv: vmbus: Move handling of VMbus interrupts
[PATCH v27 00/12] Landlock LSM
2021-01-27 19:57 UTC (16+ messages)
` [PATCH v27 01/12] landlock: Add object management
` [PATCH v27 02/12] landlock: Add ruleset and domain management
` [PATCH v27 03/12] landlock: Set up the security framework and manage credentials
` [PATCH v27 04/12] landlock: Add ptrace restrictions
` [PATCH v27 05/12] LSM: Infrastructure management of the superblock
` [PATCH v27 06/12] fs,security: Add sb_delete hook
` [PATCH v27 07/12] landlock: Support filesystem access-control
` [PATCH v27 08/12] landlock: Add syscall implementations
` [PATCH v27 09/12] arch: Wire up Landlock syscalls
` [PATCH v27 11/12] samples/landlock: Add a sandbox manager example
` [PATCH v27 12/12] landlock: Add user and kernel documentation
[PATCH v16 00/11] mm: introduce memfd_secret system call to create "secret" memory areas
2021-01-27 18:42 UTC (38+ messages)
` [PATCH v16 01/11] mm: add definition of PMD_PAGE_ORDER
` [PATCH v16 02/11] mmap: make mlock_future_check() global
` [PATCH v16 03/11] riscv/Kconfig: make direct map manipulation options depend on MMU
` [PATCH v16 04/11] set_memory: allow set_direct_map_*_noflush() for multiple pages
` [PATCH v16 05/11] set_memory: allow querying whether set_direct_map_*() is actually enabled
` [PATCH v16 06/11] mm: introduce memfd_secret system call to create "secret" memory areas
` [PATCH v16 07/11] secretmem: use PMD-size pages to amortize direct map fragmentation
` [PATCH v16 08/11] secretmem: add memcg accounting
` [PATCH v16 09/11] PM: hibernate: disable when there are active secretmem users
` [PATCH v16 10/11] arch, mm: wire up memfd_secret system call where relevant
` [PATCH v16 11/11] secretmem: test: add basic selftest for memfd_secret(2)
[PATCH v11 00/13] huge vmalloc mappings
2021-01-27 10:26 UTC (24+ messages)
` [PATCH v11 01/13] mm/vmalloc: fix HUGE_VMAP regression by enabling huge pages in vmalloc_to_page
` [PATCH v11 02/13] mm: apply_to_pte_range warn and fail if a large pte is encountered
` [PATCH v11 03/13] mm/vmalloc: rename vmap_*_range vmap_pages_*_range
` [PATCH v11 04/13] mm/ioremap: rename ioremap_*_range to vmap_*_range
` [PATCH v11 05/13] mm: HUGE_VMAP arch support cleanup
` [PATCH v11 06/13] powerpc: inline huge vmap supported functions
` [PATCH v11 07/13] arm64: "
` [PATCH v11 08/13] x86: "
` [PATCH v11 09/13] mm/vmalloc: provide fallback arch huge vmap support functions
` [PATCH v11 10/13] mm: Move vmap_range from mm/ioremap.c to mm/vmalloc.c
` [PATCH v11 11/13] mm/vmalloc: add vmap_range_noflush variant
` [PATCH v11 12/13] mm/vmalloc: Hugepage vmalloc mappings
` [PATCH v11 13/13] powerpc/64s/radix: Enable huge "
[PATCH v17 00/26] Control-flow Enforcement: Shadow Stack
2021-01-26 16:45 UTC (23+ messages)
` [PATCH v17 08/26] x86/mm: Introduce _PAGE_COW
` [PATCH v17 11/26] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW
[PATCH 19/20] dyndbg: try conditional linker expression in KEEP - RFC
2021-01-27 6:17 UTC
[PATCH v15 00/11] mm: introduce memfd_secret system call to create "secret" memory areas
2021-01-27 5:46 UTC (18+ messages)
` [PATCH v15 01/11] mm: add definition of PMD_PAGE_ORDER
` [PATCH v15 02/11] mmap: make mlock_future_check() global
` [PATCH v15 03/11] riscv/Kconfig: make direct map manipulation options depend on MMU
` [PATCH v15 04/11] set_memory: allow set_direct_map_*_noflush() for multiple pages
` [PATCH v15 05/11] set_memory: allow querying whether set_direct_map_*() is actually enabled
` [PATCH v15 06/11] mm: introduce memfd_secret system call to create "secret" memory areas
` [PATCH v15 07/11] secretmem: use PMD-size pages to amortize direct map fragmentation
` [PATCH v15 08/11] secretmem: add memcg accounting
` [PATCH v15 09/11] PM: hibernate: disable when there are active secretmem users
` [PATCH v15 10/11] arch, mm: wire up memfd_secret system call where relevant
` [PATCH v15 11/11] secretmem: test: add basic selftest for memfd_secret(2)
[PATCH RFC 0/4] Fix arm64 crash for accessing unmapped IO port regions (reboot)
2021-01-26 17:56 UTC (3+ messages)
[PATCH v10 00/12] huge vmalloc mappings
2021-01-26 9:50 UTC (34+ messages)
` [PATCH v10 01/12] mm/vmalloc: fix vmalloc_to_page for huge vmap mappings
` [PATCH v10 02/12] mm: apply_to_pte_range warn and fail if a large pte is encountered
` [PATCH v10 03/12] mm/vmalloc: rename vmap_*_range vmap_pages_*_range
` [PATCH v10 04/12] mm/ioremap: rename ioremap_*_range to vmap_*_range
` [PATCH v10 05/12] mm: HUGE_VMAP arch support cleanup
` [PATCH v10 06/12] powerpc: inline huge vmap supported functions
` [PATCH v10 07/12] arm64: "
` [PATCH v10 08/12] x86: "
` [PATCH v10 09/12] mm: Move vmap_range from mm/ioremap.c to mm/vmalloc.c
` [PATCH v10 10/12] mm/vmalloc: add vmap_range_noflush variant
` [PATCH v10 11/12] mm/vmalloc: Hugepage vmalloc mappings
` [PATCH v10 12/12] powerpc/64s/radix: Enable huge "
[PATCH v5 01/16] asm-generic/hyperv: change HV_CPU_POWER_MANAGEMENT to HV_CPU_MANAGEMENT
2021-01-26 1:27 UTC (14+ messages)
` [PATCH v5 07/16] x86/hyperv: extract partition ID from Microsoft Hypervisor if necessary
` [PATCH v5 09/16] x86/hyperv: provide a bunch of helper functions
` [PATCH v5 11/16] asm-generic/hyperv: update hv_msi_entry
` [PATCH v5 12/16] asm-generic/hyperv: update hv_interrupt_entry
` [PATCH v5 13/16] asm-generic/hyperv: introduce hv_device_id and auxiliary structures
` [PATCH v5 14/16] asm-generic/hyperv: import data structures for mapping device interrupts
[PATCH v2 0/4] Drivers: hv: vmbus: Restrict devices and configurations on 'isolated' guests
2021-01-26 11:56 UTC (2+ messages)
` [PATCH v2 1/4] x86/hyperv: Load/save the Isolation Configuration leaf
[asm-generic:master] BUILD SUCCESS 38489db09b109c22eedf6cd3846ef742bceb45fe
2021-01-24 19:11 UTC
[PATCH v9 00/12] huge vmalloc mappings
2021-01-24 7:43 UTC (4+ messages)
` [PATCH v9 05/12] mm: HUGE_VMAP arch support cleanup
[PATCH] ptrace: restore the previous single step reporting behavior
2021-01-23 11:21 UTC
[PATCH] firmware_loader: Align .builtin_fw to 8
2021-01-22 19:04 UTC (5+ messages)
` [PATCH v2] "
[PATCH v4 00/26] arm64: Memory Tagging Extension user-space support
2021-01-22 17:28 UTC (6+ messages)
` [PATCH v4 24/26] arm64: mte: Introduce early param to disable MTE support
[PATCH v4 00/13] "Task_isolation" mode
2021-01-22 16:13 UTC (5+ messages)
` [PATCH v4 11/13] task_isolation: net: don't flush backlog on CPUs running isolated tasks
[PATCH v5 0/9] "Task_isolation" mode
2021-01-22 15:00 UTC (6+ messages)
` [PATCH v5 9/9] task_isolation: kick_all_cpus_sync: don't kick isolated cpus
` [EXT] "
[PATCH 0/6] lib/find_bit: fast path for small bitmaps
2021-01-21 20:38 UTC (15+ messages)
` [PATCH 1/6] arch: rearrahge headers inclusion order in asm/bitops for m68k and sh
` [PATCH 2/6] bitmap: move some macros from linux/bitmap.h to linux/bitops.h
` [PATCH 3/6] tools: sync bitops macro definitions with the kernel
` [PATCH 4/6] lib: inline _find_next_bit() wrappers
` [PATCH 5/6] lib: add fast path for find_next_*_bit()
` [PATCH 6/6] lib: add fast path for find_first_*_bit() and find_last_bit()
Fatal signal handling within uaccess faults
2021-01-21 12:31 UTC
[PATCH v2 1/5] csky: Remove custom asm/atomic.h implementation
2021-01-21 7:10 UTC (6+ messages)
` [PATCH v2 4/5] csky: Fixup asm/cmpxchg.h with correct ordering barrier
[PATCH v5 0/3] Kbuild: DWARF v5 support
2021-01-21 2:35 UTC (4+ messages)
` [PATCH v5 2/3] Kbuild: make DWARF version a choice
[PATCH] init/module: split CONFIG_CONSTRUCTORS to fix module gcov on UML
2021-01-20 17:38 UTC (4+ messages)
` [PATCH v2] init/gcov: allow CONFIG_CONSTRUCTORS on UML to fix module gcov
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).