messages from 2018-10-01 21:38:33 to 2018-10-03 19:56:51 UTC [more...]
[RFC PATCH v4 0/9] Control Flow Enforcement: Branch Tracking, PTRACE
2018-10-03 19:57 UTC (5+ messages)
` [RFC PATCH v4 2/9] x86/cet/ibt: User-mode indirect branch tracking support
` [RFC PATCH v4 3/9] x86/cet/ibt: Add IBT legacy code bitmap allocation function
[PATCH v2] mm: Introduce new function vm_insert_kmem_page
2018-10-03 18:58 UTC
4.14 backport request for dbdda842fe96f: "printk: Add console owner and waiter logic to load balance console writes"
2018-10-03 18:37 UTC (12+ messages)
[RFC PATCH v4 00/27] Control Flow Enforcement: Shadow Stack
2018-10-03 17:57 UTC (37+ messages)
` [RFC PATCH v4 02/27] x86/fpu/xstate: Change some names to separate XSAVES system and user states
` [RFC PATCH v4 03/27] x86/fpu/xstate: Enable XSAVES system states
` [RFC PATCH v4 06/27] x86/cet: Control protection exception handler
` [RFC PATCH v4 09/27] x86/mm: Change _PAGE_DIRTY to _PAGE_DIRTY_HW
` [RFC PATCH v4 10/27] drm/i915/gvt: Update _PAGE_DIRTY to _PAGE_DIRTY_BITS
` [RFC PATCH v4 18/27] x86/cet/shstk: User-mode shadow stack support
` [RFC PATCH v4 19/27] x86/cet/shstk: Introduce WRUSS instruction
` [RFC PATCH v4 20/27] x86/cet/shstk: Signal handling for shadow stack
` [RFC PATCH v4 24/27] mm/mmap: Create a guard area between VMAs
` [RFC PATCH v4 26/27] x86/cet/shstk: Add arch_prctl functions for Shadow Stack
[PATCH v6 00/18] APEI in_nmi() rework
2018-10-03 17:50 UTC (6+ messages)
` [PATCH v6 05/18] ACPI / APEI: Make estatus queue a Kconfig symbol
[patch] mm, thp: always specify ineligible vmas as nh in smaps
2018-10-03 17:33 UTC (14+ messages)
` [patch v2] "
` [RFC PATCH] mm, proc: report PR_SET_THP_DISABLE in proc
[PATCH v7 0/8] arm64: untag user pointers passed to the kernel
2018-10-03 17:32 UTC (11+ messages)
` [PATCH v7 1/8] arm64: add type casts to untagged_addr macro
` [PATCH v7 2/8] uaccess: add untagged_addr definition for other arches
` [PATCH v7 3/8] arm64: untag user addresses in access_ok and __uaccess_mask_ptr
` [PATCH v7 4/8] mm, arm64: untag user addresses in mm/gup.c
` [PATCH v7 5/8] lib, arm64: untag addrs passed to strncpy_from_user and strnlen_user
` [PATCH v7 6/8] fs, arm64: untag user address in copy_mount_options
` [PATCH v7 7/8] arm64: update Documentation/arm64/tagged-pointers.txt
` [PATCH v7 8/8] selftests, arm64: add a selftest for passing tagged pointers to kernel
[PATCH RFC] mm/memory_hotplug: Introduce memory block types
2018-10-03 17:14 UTC (15+ messages)
[PATCH 00/18] my generic mmu_gather patches
2018-10-03 17:03 UTC (3+ messages)
` [PATCH 12/18] arch/tlb: Clean up simple architectures
[PATCH] mm: Fix warning in insert_pfn()
2018-10-03 16:56 UTC (3+ messages)
Problems with VM_MIXEDMAP removal from /proc/<pid>/smaps
2018-10-03 16:44 UTC (20+ messages)
[PATCH] mm/vmstat: fix outdated vmstat_text
2018-10-03 16:31 UTC (3+ messages)
[PATCH 0/4] get_user_pages*() and RDMA: first steps
2018-10-03 16:27 UTC (19+ messages)
` [PATCH 3/4] infiniband/mm: convert to the new put_user_page() call
` [PATCH 2/4] mm: introduce put_user_page(), placeholder version
[PATCH] mm: prototype: rid swapoff of quadratic complexity
2018-10-03 14:36 UTC
[PATCH 0/2] Faster migration for automatic NUMA balancing
2018-10-03 14:08 UTC (14+ messages)
` [PATCH 1/2] mm, numa: Remove rate-limiting of automatic numa balancing migration
` [tip:sched/urgent] mm, sched/numa: Remove rate-limiting of automatic NUMA "
` [PATCH 2/2] mm, numa: Migrate pages to local nodes quicker early in the lifetime of a task
` [tip:sched/urgent] sched/numa: "
[PATCH v4] memory_hotplug: Free pages as higher order
2018-10-03 13:39 UTC
[PATCH 0/4] arm64/mm: Enable HugeTLB migration
2018-10-03 13:36 UTC (20+ messages)
` [PATCH 1/4] mm/hugetlb: Enable PUD level huge page migration
` [PATCH 2/4] mm/hugetlb: Enable arch specific huge page size support for migration
` [PATCH 3/4] arm64/mm: Enable HugeTLB migration
` [PATCH 4/4] arm64/mm: Enable HugeTLB migration for contiguous bit HugeTLB pages
[PATCH] migration/mm: Add WARN_ON to try_offline_node
2018-10-03 13:27 UTC (12+ messages)
[PATCH] zsmalloc: fix fall-through annotation
2018-10-03 12:32 UTC (3+ messages)
[PATCH] mm: Avoid swapping in interrupt context
2018-10-03 11:53 UTC (7+ messages)
[PATCH v6 0/4] devres: provide and use devm_kstrdup_const()
2018-10-03 8:33 UTC (3+ messages)
[PATCH 13/16] mm: Replace spin_is_locked() with lockdep
2018-10-03 7:37 UTC (2+ messages)
[PATCH] mm: madvise(MADV_DODUMP) allow hugetlbfs pages
2018-10-03 5:47 UTC (3+ messages)
[RFC PATCH 01/11] nios2: update_mmu_cache clear the old entry from the TLB
2018-10-03 3:52 UTC (4+ messages)
[PATCHv3 0/6] mm: faster get user pages
2018-10-02 16:05 UTC (15+ messages)
` [PATCHv3 1/6] mm/gup_benchmark: Time put_page
` [PATCHv3 2/6] mm/gup_benchmark: Add additional pinning methods
` [PATCHv3 3/6] tools/gup_benchmark: Fix 'write' flag usage
` [PATCHv3 4/6] tools/gup_benchmark: Allow user specified file
` [PATCHv3 5/6] tools/gup_benchmark: Add parameter for hugetlb
` [PATCHv3 6/6] mm/gup: Cache dev_pagemap while pinning pages
[PATCH] mm:slab: Adjust the print format for the slabinfo
2018-10-02 15:04 UTC (3+ messages)
[RFC PATCH v3 0/5] Do not touch pages/zones during hot-remove path
2018-10-02 15:00 UTC (6+ messages)
` [RFC PATCH v3 1/5] mm/memory_hotplug: Add nid parameter to arch_remove_memory
` [RFC PATCH v3 2/5] mm/memory_hotplug: Create add/del_device_memory functions
` [RFC PATCH v3 3/5] mm/memory_hotplug: Check for IORESOURCE_SYSRAM in release_mem_region_adjustable
` [RFC PATCH v3 4/5] mm/memory_hotplug: Move zone/pages handling to offline stage
` [RFC PATCH v3 5/5] mm/memory-hotplug: Rework unregister_mem_sect_under_nodes
[STABLE PATCH] slub: make ->cpu_partial unsigned int
2018-10-02 14:50 UTC (5+ messages)
[PATCH] mm/slub: disallow obj's allocation on page with mismatched pfmemalloc purpose
2018-10-02 14:47 UTC (5+ messages)
[PATCH v3 0/3] mm: Fix for movable_node boot option
2018-10-02 14:38 UTC (4+ messages)
` [PATCH v3 1/3] mm: zero remaining unavailable struct pages
` [PATCH v3 2/3] mm: return zero_resv_unavail optimization
` [PATCH v3 3/3] Revert "x86/e820: put !E820_TYPE_RAM regions into memblock.reserved"
[PATCH 0/3] mm: Randomize free memory
2018-10-02 14:30 UTC (2+ messages)
[PATCH v2 0/3] mm: Fix for movable_node boot option
2018-10-02 14:01 UTC (6+ messages)
` [PATCH v2 1/3] Revert "x86/e820: put !E820_TYPE_RAM regions into memblock.reserved"
[PATCH] mm: Introduce new function vm_insert_kmem_page
2018-10-02 13:55 UTC (5+ messages)
[PATCH v9 00/20] kasan: add software tag-based mode for arm64
2018-10-02 13:42 UTC (3+ messages)
` [PATCH v9 19/20] kasan: update documentation
[PATCH 4.9 04/94] x86/numa_emulation: Fix emulated-to-physical node mapping
2018-10-02 13:24 UTC
[PATCH 4.14 005/137] x86/numa_emulation: Fix emulated-to-physical node mapping
2018-10-02 13:23 UTC
[PATCH 4.18 011/228] x86/numa_emulation: Fix emulated-to-physical node mapping
2018-10-02 13:21 UTC
[PATCH v6 00/11] arm64: untag user pointers passed to the kernel
2018-10-02 13:19 UTC (10+ messages)
` [PATCH v6 11/11] arm64: annotate user pointers casts detected by sparse
[PATCH v2 0/5] Clean up huge vmap and ioremap code
2018-10-02 11:30 UTC (7+ messages)
` [PATCH v2 1/5] ioremap: Rework pXd_free_pYd_page() API
` [PATCH v2 2/5] arm64: mmu: Drop pXd_present() checks from pXd_free_pYd_table()
` [PATCH v2 3/5] x86: pgtable: Drop pXd_none() "
` [PATCH v2 4/5] lib/ioremap: Ensure phys_addr actually corresponds to a physical address
` [PATCH v2 5/5] lib/ioremap: Ensure break-before-make is used for huge p4d mappings
[PATCH v7 0/4] KASLR feature to randomize each loadable module
2018-10-01 21:38 UTC (4+ messages)
` [PATCH v7 2/4] x86/modules: Increase randomization for modules
` [PATCH v7 3/4] vmalloc: Add debugfs modfraginfo
` [PATCH v7 4/4] Kselftest for module text allocation benchmarking
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).