messages from 2018-11-22 02:36:02 to 2018-11-30 19:29:18 UTC [more...]
[PATCH RFC 02/15] Documentation: replace **** with a hug
2018-11-30 19:27 UTC
[PATCH V2 00/10] unify the interface of the proportional-share policy in blkio/io
2018-11-30 18:53 UTC (6+ messages)
[PATCH v4 0/8] clk: clkdev: managed clk lookup and provider registrations
2018-11-30 12:59 UTC (6+ messages)
` [PATCH v4 1/8] clk: clkdev/of_clk - add managed "
[PATCH v3] Documentation: admin-guide: PM: Add cpuidle document
2018-11-29 21:43 UTC (3+ messages)
[PATCH v8 00/14] Appended signatures support for IMA appraisal
2018-11-29 20:59 UTC (3+ messages)
` [PATCH v8 04/14] integrity: Introduce struct evm_xattr
[PATCH] drm: TODO: Add DRM_MODESET_LOCK_ALL* conversion to todo.rst
2018-11-29 20:30 UTC (4+ messages)
` [PATCH v2] "
[PATCH v8 0/8] arm64: untag user pointers passed to the kernel
2018-11-29 18:24 UTC (9+ messages)
` [PATCH v8 1/8] arm64: add type casts to untagged_addr macro
` [PATCH v8 2/8] uaccess: add untagged_addr definition for other arches
` [PATCH v8 3/8] arm64: untag user addresses in access_ok and __uaccess_mask_ptr
[PATCH v2] Documentation: admin-guide: PM: Add cpuidle document
2018-11-29 18:03 UTC (5+ messages)
[PATCH v12 00/25] kasan: add software tag-based mode for arm64
2018-11-29 18:01 UTC (28+ messages)
` [PATCH v12 01/25] kasan, mm: change hooks signatures
` [PATCH v12 02/25] kasan, slub: handle pointer tags in early_kmem_cache_node_alloc
` [PATCH v12 03/25] kasan: move common generic and tag-based code to common.c
` [PATCH v12 04/25] kasan: rename source files to reflect the new naming scheme
` [PATCH v12 05/25] kasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_SW_TAGS
` [PATCH v12 06/25] kasan, arm64: adjust shadow size for tag-based mode
` [PATCH v12 07/25] kasan: rename kasan_zero_page to kasan_early_shadow_page
` [PATCH v12 08/25] kasan: initialize shadow to 0xff for tag-based mode
` [PATCH v12 09/25] arm64: move untagged_addr macro from uaccess.h to memory.h
` [PATCH v12 10/25] kasan: add tag related helper functions
` [PATCH v12 11/25] kasan, arm64: untag address in _virt_addr_is_linear
` [PATCH v12 12/25] kasan: preassign tags to objects with ctors or SLAB_TYPESAFE_BY_RCU
` [PATCH v12 13/25] kasan, arm64: fix up fault handling logic
` [PATCH v12 14/25] kasan, arm64: enable top byte ignore for the kernel
` [PATCH v12 15/25] kasan, mm: perform untagged pointers comparison in krealloc
` [PATCH v12 16/25] kasan: split out generic_report.c from report.c
` [PATCH v12 17/25] kasan: add bug reporting routines for tag-based mode
` [PATCH v12 18/25] mm: move obj_to_index to include/linux/slab_def.h
` [PATCH v12 19/25] kasan: add hooks implementation for tag-based mode
` [PATCH v12 20/25] kasan, arm64: add brk handler for inline instrumentation
` [PATCH v12 21/25] kasan, mm, arm64: tag non slab memory allocated via pagealloc
` [PATCH v12 22/25] kasan: add __must_check annotations to kasan hooks
` [PATCH v12 23/25] kasan, arm64: select HAVE_ARCH_KASAN_SW_TAGS
` [PATCH v12 24/25] kasan: update documentation
` [PATCH v12 25/25] kasan: add SPDX-License-Identifier mark to source files
[PATCH] Documentation: drm: Remove dangling pointer from drm-mm.rst
2018-11-29 16:26 UTC (6+ messages)
[PATCH 0/9] drm: remove deprecated functions
2018-11-29 14:55 UTC (29+ messages)
` [PATCH 1/9] drm: replace "drm_gem_object_unreference_unlocked" function with "*put_unlocked"
` [PATCH 2/9] drm: remove deprecated "[__]drm_gem_object_[un]reference[_locked]" functions
` [PATCH 3/9] drm: replace "drm_dev_unref" function with "drm_dev_put"
` [PATCH 4/9] drm: remove deprecated "drm_dev_unref" function
` [PATCH 5/9] drm: replace "drm_connector_unreference" with "drm_connector_put"
` [PATCH 6/9] drm: remove deprecated "drm_connector_[un]reference" functions
` [PATCH 7/9] drm: remove deprecated "drm_framebuffer_[un]reference" functions
` [PATCH 8/9] drm: remove no longer needed drm-get-put coccinelle script
` [PATCH 9/9] docs: drm: remove no longer relevant TODO entry
[PATCH v4 1/5] cgroup: subtree_control bypass mode for bypassable controllers
2018-11-29 11:18 UTC (2+ messages)
[PATCH] docs/core-api: make mm-api.rst more structured
2018-11-28 14:45 UTC
[PATCH] Documentation: admin-guide: PM: Add cpuidle document
2018-11-28 10:07 UTC (6+ messages)
[PATCH v16 00/22] Intel SGX1 support
2018-11-27 20:13 UTC (3+ messages)
` [PATCH v16 22/22] x86/sgx: SGX documentation
[PATCH] docs/memory-barriers.txt: Enforce heavy ordering for port I/O accesses
2018-11-27 19:22 UTC (5+ messages)
[PATCH v4 0/2] Documentation/admin-guide: introduce perf-security.rst file and extend perf_event_paranoid documentation
2018-11-27 19:16 UTC (7+ messages)
` [PATCH v4 1/2] Documentation/admin-guide: introduce perf-security.rst file
` [PATCH v4 2/2] Documentation/admin-guide: update admin-guide index.rst
[PATCH v2 1/8] mm: balloon: update comment about isolation/migration/compaction
2018-11-27 16:32 UTC (11+ messages)
` [PATCH v2 2/8] mm: convert PG_balloon to PG_offline
` [PATCH v2 3/8] kexec: export PG_offline to VMCOREINFO
` [PATCH v2 4/8] xen/balloon: mark inflated pages PG_offline
` [PATCH v2 5/8] hv_balloon: "
` [PATCH v2 6/8] vmw_balloon: "
` [PATCH v2 7/8] PM / Hibernate: use pfn_to_online_page()
` [PATCH v2 8/8] PM / Hibernate: exclude all PageOffline() pages
` [PATCH v2] makedumpfile: exclude pages that are logically offline
[PATCH v11 00/24] kasan: add software tag-based mode for arm64
2018-11-27 16:12 UTC (7+ messages)
` [PATCH v11 05/24] kasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_SW_TAGS
` [PATCH v11 09/24] arm64: move untagged_addr macro from uaccess.h to memory.h
[PATCH] i3c: master: dw: split dw-i3c-master.c into master and bus specific parts
2018-11-27 12:33 UTC (15+ messages)
[PATCH v1 0/2]: Documentation/admin-guide: introduce perf-security.rst file and extend perf_event_paranoid documentation
2018-11-27 8:17 UTC (4+ messages)
` [PATCH v1 2/2]: Documentation/admin-guide: introduce perf-security.rst file
[PATCH v2 0/2] Documentation/admin-guide: introduce perf-security.rst file and extend perf_event_paranoid documentation
2018-11-27 6:55 UTC (6+ messages)
` [PATCH v2 1/2] Documentation/admin-guide: introduce perf-security.rst file
[RFCv3 PATCH 1/6] uacce: Add documents for WarpDrive/uacce
2018-11-27 2:52 UTC (19+ messages)
[PATCH v9 00/13] arch/resctrl: AMD QoS support
2018-11-26 22:44 UTC (23+ messages)
` [PATCH v9 01/13] x86/resctrl: Rename and move rdt files to new directory
` [tip:x86/cache] x86/resctrl: Rename and move rdt files to a separate directory
` [PATCH v9 08/13] x86/resctrl: Rename config parameter INTEL_RDT to RESCTRL
` [tip:x86/cache] x86/resctrl: Rename the config option "
` [PATCH v9 10/13] x86/resctrl: Fix the messages in rdt_last_cmd_printf and rdt_last_cmd_puts
` [tip:x86/cache] x86/resctrl: Fixup the user-visible strings
` [PATCH v9 12/13] Documentation: Rename and update intel_rdt_ui.txt to resctrl_ui.txt
` [tip:x86/cache] "
[RFC PATCH v6 00/26] Control-flow Enforcement: Shadow Stack
2018-11-26 18:29 UTC (4+ messages)
Gold Seller
2018-11-26 16:19 UTC
[PATCH 4.14 17/62] x86/earlyprintk: Add a force option for pciserial device
2018-11-26 10:50 UTC
[PATCH 4.19 025/118] x86/earlyprintk: Add a force option for pciserial device
2018-11-26 10:50 UTC
[PATCH v3 0/2] Documentation/admin-guide: introduce perf-security.rst file and extend perf_event_paranoid documentation
2018-11-26 9:03 UTC (3+ messages)
` [PATCH v3 1/2] Documentation/admin-guide: introduce perf-security.rst file
` [PATCH v3 2/2] Documentation/admin-guide: update admin-guide index.rst
[PATCH] Add /proc/pid_generation
2018-11-25 22:55 UTC (19+ messages)
` [PATCH v2] Add /proc/pid_gen
[PATCH 1/1] scripts/kernel-doc: Fix struct and struct field attribute processing
2018-11-25 19:42 UTC (2+ messages)
[PATCH] Documentation: dev-tools: Fix typos in index.rst
2018-11-25 19:36 UTC (4+ messages)
Mrs.Amelia George
2018-11-24 12:07 UTC
RE,
2018-11-24 14:19 UTC
RE,
2018-11-24 14:16 UTC
RE,
2018-11-24 14:16 UTC
RE,
2018-11-24 14:03 UTC
dad4f140ed ("Merge branch 'xarray' of .."): Mem-Info:
2018-11-24 9:04 UTC (2+ messages)
[PATCH] hwmon (ina3221) Add single-shot mode support
2018-11-23 16:38 UTC (10+ messages)
[PATCH] kbuild: announce removal of SUBDIRS if used
2018-11-23 10:51 UTC (5+ messages)
[PATCH v9 13/13] MAINTAINERS: Update the file and documentation names in arch/x86
2018-11-22 21:52 UTC (2+ messages)
` [tip:x86/cache] MAINTAINERS: Update resctrl filename patterns
[PATCH v9 11/13] x86/resctrl: Introduce QOS feature for AMD
2018-11-22 21:51 UTC (2+ messages)
` [tip:x86/cache] x86/resctrl: Introduce AMD QOS feature
[PATCH v9 09/13] x86/resctrl: Add AMD feature bit X86_FEATURE_MBA in cpuid bits array
2018-11-22 21:50 UTC (2+ messages)
` [tip:x86/cache] x86/resctrl: Add AMD's X86_FEATURE_MBA to the scattered CPUID features
[PATCH v9 07/13] x86/resctrl: Add vendor check for MBA software controller
2018-11-22 21:49 UTC (2+ messages)
` [tip:x86/cache] x86/resctrl: Add vendor check for the "
[PATCH v9 06/13] x86/resctrl: Bring cbm_validate function into the resource structure
2018-11-22 21:48 UTC (2+ messages)
` [tip:x86/cache] x86/resctrl: Bring cbm_validate() "
[PATCH v9 05/13] x86/resctrl: Initialize the resource functions that are different
2018-11-22 21:48 UTC (2+ messages)
` [tip:x86/cache] x86/resctrl: Initialize the vendor-specific resource functions
[PATCH v9 04/13] x86/resctrl: Bring all the macros to resctrl/internal.h
2018-11-22 21:47 UTC (2+ messages)
` [tip:x86/cache] x86/resctrl: Move "
[PATCH v9 03/13] x86/resctrl: Re-arrange RDT init code
2018-11-22 21:47 UTC (2+ messages)
` [tip:x86/cache] x86/resctrl: Re-arrange the "
[PATCH v9 02/13] x86/resctrl: Rename the RDT functions and definitions
2018-11-22 21:46 UTC (2+ messages)
` [tip:x86/cache] "
[PATCH 10/17] prmem: documentation
2018-11-22 20:53 UTC (19+ messages)
[PATCH v1 1/2] ARM: dts: sun8i: Add board dts file for t3-cqa3t-bv3
2018-11-22 8:19 UTC (2+ messages)
[PATCH v8 0/2] Add ThunderX2 SoC Performance Monitoring Unit driver
2018-11-22 3:04 UTC (3+ messages)
` [PATCH v8 1/2] perf, uncore: Adding documentation for ThunderX2 pmu uncore driver
` [PATCH v8 2/2] ThunderX2, perf : Add Cavium ThunderX2 SoC UNCORE PMU driver
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).