messages from 2018-09-21 15:11:45 to 2018-09-26 23:58:43 UTC [more...]
[PATCH v2 0/3] x86/mm/doc: Clean up mm.txt
2018-09-26 23:58 UTC (3+ messages)
` [PATCH v2 1/3] x86/KASLR: Update document about KERNEL_IMAGE_SIZE
` [PATCH v2 2/3] x86/mm/doc: Clean up the memory region layout descriptions
[PATCH 0/2] hwmon: ina3221: Add power and enable sysfs nodes
2018-09-26 21:55 UTC (13+ messages)
` [PATCH 1/2] hwmon: ina3221: Add power "
` [PATCH 2/2] hwmon: ina3221: Add enable "
[PATCH security-next v3 00/29] LSM: Explict LSM ordering
2018-09-26 18:35 UTC (32+ messages)
` [PATCH security-next v3 01/29] LSM: Correctly announce start of LSM initialization
` [PATCH security-next v3 02/29] vmlinux.lds.h: Avoid copy/paste of security_init section
` [PATCH security-next v3 03/29] LSM: Rename .security_initcall section to .lsm_info
` [PATCH security-next v3 04/29] LSM: Remove initcall tracing
` [PATCH security-next v3 05/29] LSM: Convert from initcall to struct lsm_info
` [PATCH security-next v3 06/29] vmlinux.lds.h: Move LSM_TABLE into INIT_DATA
` [PATCH security-next v3 07/29] LSM: Convert security_initcall() into DEFINE_LSM()
` [PATCH security-next v3 08/29] LSM: Record LSM name in struct lsm_info
` [PATCH security-next v3 09/29] LSM: Provide init debugging infrastructure
` [PATCH security-next v3 10/29] LSM: Don't ignore initialization failures
` [PATCH security-next v3 11/29] LSM: Introduce LSM_FLAG_LEGACY_MAJOR
` [PATCH security-next v3 12/29] LSM: Provide separate ordered initialization
` [PATCH security-next v3 13/29] LoadPin: Rename "enable" to "enforce"
` [PATCH security-next v3 14/29] LSM: Plumb visibility into optional "enabled" state
` [PATCH security-next v3 15/29] LSM: Lift LSM selection out of individual LSMs
` [PATCH security-next v3 16/29] LSM: Prepare for arbitrary LSM enabling
` [PATCH security-next v3 17/29] LSM: Introduce CONFIG_LSM_ENABLE
` [PATCH security-next v3 18/29] LSM: Introduce lsm.enable= and lsm.disable=
` [PATCH security-next v3 19/29] LSM: Prepare for reorganizing "security=" logic
` [PATCH security-next v3 20/29] LSM: Refactor "security=" in terms of enable/disable
` [PATCH security-next v3 21/29] LSM: Build ordered list of ordered LSMs for init
` [PATCH security-next v3 22/29] LSM: Introduce CONFIG_LSM_ORDER
` [PATCH security-next v3 23/29] LSM: Introduce "lsm.order=" for boottime ordering
` [PATCH security-next v3 24/29] LoadPin: Initialize as ordered LSM
` [PATCH security-next v3 25/29] Yama: "
` [PATCH security-next v3 26/29] LSM: Introduce enum lsm_order
` [PATCH security-next v3 27/29] capability: Initialize as LSM_ORDER_FIRST
` [PATCH security-next v3 28/29] LSM: Separate idea of "major" LSM from "exclusive" LSM
` [PATCH security-next v3 29/29] LSM: Add all exclusive LSMs to ordered initialization
[PATCH v3 0/4] fpga: add devm managed create APIs
2018-09-26 16:12 UTC (5+ messages)
` [PATCH v3 1/4] fpga: mgr: add devm_fpga_mgr_create
` [PATCH v3 2/4] fpga: bridge: add devm_fpga_bridge_create
` [PATCH v3 3/4] fpga: add devm_fpga_region_create
` [PATCH v3 4/4] docs: fpga: document programming fpgas using regions
[PATCH 0/2] boot to a mapped device
2018-09-26 16:09 UTC (6+ messages)
` [PATCH 1/2] dm ioctl: add a device mapper ioctl function
` [PATCH 2/2] init: add support to directly boot to a mapped device
[PATCH v2 0/6] mm: online/offline_pages called w.o. mem_hotplug_lock
2018-09-26 10:09 UTC (9+ messages)
` [PATCH v2 1/6] mm/memory_hotplug: make remove_memory() take the device_hotplug_lock
` [PATCH v2 2/6] mm/memory_hotplug: make add_memory() "
` [PATCH v2 3/6] mm/memory_hotplug: fix online/offline_pages called w.o. mem_hotplug_lock
` [PATCH v2 4/6] powerpc/powernv: hold device_hotplug_lock when calling device_online()
` [PATCH v2 5/6] powerpc/powernv: hold device_hotplug_lock when calling memtrace_offline_pages()
` [PATCH v2 6/6] memory-hotplug.txt: Add some details about locking internals
[PATCH v7 05/24] clocksource: Add a new timer-ingenic driver
2018-09-26 8:05 UTC
[PATCH v5 0/2] Add an initial DT binding doc for ina3221
2018-09-26 6:14 UTC (7+ messages)
` [PATCH v5 1/2] dt-bindings: hwmon: Add ina3221 documentation
` [PATCH v5 2/2] hwmon: ina3221: Read channel input source info from DT
[PATCH v7 05/24] clocksource: Add a new timer-ingenic driver
2018-09-25 20:12 UTC
[0/5] rcu doc updates
2018-09-25 18:49 UTC (6+ messages)
` [1/5] doc: rcu: Update information about resched_cpu
` [2/5] doc: rcu: Remove rcu_dynticks from Data-Structures
` [4/5] doc: rcu: Clarify better the rcu_segcblist len field
` [5/5] doc: rcu: Update description of gp_seq fields in rcu_data
[RFC PATCH v4 00/27] Control Flow Enforcement: Shadow Stack
2018-09-25 17:23 UTC (26+ messages)
` [RFC PATCH v4 01/27] x86/cpufeatures: Add CPUIDs for Control-flow Enforcement Technology (CET)
` [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 04/27] x86/fpu/xstate: Add XSAVES system states for shadow stack
` [RFC PATCH v4 05/27] Documentation/x86: Add CET description
` [RFC PATCH v4 06/27] x86/cet: Control protection exception handler
` [RFC PATCH v4 07/27] x86/cet/shstk: Add Kconfig option for user-mode shadow stack
` [RFC PATCH v4 08/27] mm: Introduce VM_SHSTK for shadow stack memory
` [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 11/27] x86/mm: Introduce _PAGE_DIRTY_SW
` [RFC PATCH v4 15/27] mm: Handle THP/HugeTLB shadow stack page fault
` [RFC PATCH v4 23/27] mm/map: Add Shadow stack pages to memory accounting
` [RFC PATCH v4 24/27] mm/mmap: Create a guard area between VMAs
` [RFC PATCH v4 25/27] mm/mmap: Prevent Shadow Stack VMA merges
` [RFC PATCH v4 27/27] x86/cet/shstk: Add Shadow Stack instructions to opcode map
[PATCH v14 00/19] Intel SGX1 support
2018-09-25 13:27 UTC (3+ messages)
` [PATCH v14 19/19] x86/sgx: Driver documentation
[RFCv2 PATCH 0/7] A General Accelerator Framework, WarpDrive
2018-09-25 5:55 UTC (5+ messages)
[PATCH RFCv2 0/6] mm: online/offline_pages called w.o. mem_hotplug_lock
2018-09-25 1:26 UTC (4+ messages)
` [PATCH RFCv2 3/6] mm/memory_hotplug: fix "
[PATCH v12 0/9] cpuset: Enable cpuset controller in default hierarchy
2018-09-24 15:47 UTC (6+ messages)
` [PATCH v12 9/9] cpuset: Support forced turning off of partition flag
[PATCH v9 00/20] kasan: add software tag-based mode for arm64
2018-09-24 15:14 UTC (22+ messages)
` [PATCH v9 01/20] kasan, mm: change hooks signatures
` [PATCH v9 02/20] kasan: move common generic and tag-based code to common.c
` [PATCH v9 03/20] kasan: rename source files to reflect the new naming scheme
` [PATCH v9 04/20] kasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_SW_TAGS
` [PATCH v9 05/20] kasan, arm64: adjust shadow size for tag-based mode
` [PATCH v9 06/20] kasan: initialize shadow to 0xff "
` [PATCH v9 07/20] kasan, arm64: untag address in __kimg_to_phys and _virt_addr_is_linear
` [PATCH v9 08/20] kasan: add tag related helper functions
` [PATCH v9 09/20] kasan: preassign tags to objects with ctors or SLAB_TYPESAFE_BY_RCU
` [PATCH v9 10/20] mm: move obj_to_index to include/linux/slab_def.h
` [PATCH v9 11/20] kasan, arm64: fix up fault handling logic
` [PATCH v9 12/20] kasan, arm64: enable top byte ignore for the kernel
` [PATCH v9 13/20] kasan, mm: perform untagged pointers comparison in krealloc
` [PATCH v9 14/20] kasan: split out generic_report.c from report.c
` [PATCH v9 15/20] kasan: add bug reporting routines for tag-based mode
` [PATCH v9 16/20] kasan: add hooks implementation "
` [PATCH v9 17/20] kasan, arm64: add brk handler for inline instrumentation
` [PATCH v9 18/20] kasan, mm, arm64: tag non slab memory allocated via pagealloc
` [PATCH v9 19/20] kasan: update documentation
` [PATCH v9 20/20] kasan: add SPDX-License-Identifier mark to source files
[PATCH v6 00/11] arm64: untag user pointers passed to the kernel
2018-09-24 15:04 UTC (9+ messages)
` [PATCH v6 11/11] arm64: annotate user pointers casts detected by sparse
[PATCH v5 00/15] Compiler Attributes
2018-09-24 14:36 UTC (2+ messages)
[PATH v6 0/4] gpiolib: speed up GPIO array processing
2018-09-24 14:18 UTC (13+ messages)
` [PATCH v7 4/4] gpiolib: Implement fast processing path in get/set array
` [PATCH 0/2] gpiolib: Fix issues introduced by fast bitmap processing path
` [PATCH 1/2] gpiolib: Fix missing updates of bitmap index
` [PATCH 2/2] gpiolib: Fix array members of same chip processed separately
[PATCH v8 00/20] kasan: add software tag-based mode for arm64
2018-09-24 9:19 UTC (5+ messages)
` [PATCH v8 09/20] kasan: preassign tags to objects with ctors or SLAB_TYPESAFE_BY_RCU
[PATCH v5 00/15] Compiler Attributes
2018-09-24 8:46 UTC
[PATCH v7 05/24] clocksource: Add a new timer-ingenic driver
2018-09-24 7:14 UTC
[PATCH v7 05/24] clocksource: Add a new timer-ingenic driver
2018-09-24 5:58 UTC
[PATCH v7 05/24] clocksource: Add a new timer-ingenic driver
2018-09-24 5:35 UTC
[PATCH v7 00/24] TCU patchset v7
2018-09-24 3:12 UTC (3+ messages)
` [PATCH v7 05/24] clocksource: Add a new timer-ingenic driver
[PATCH v4 0/2] Add an initial DT binding doc for ina3221
2018-09-24 0:10 UTC (11+ messages)
` [PATCH v4 1/2] dt-bindings: hwmon: Add ina3221 documentation
` [PATCH v4 2/2] hwmon: ina3221: Read channel input source info from DT
[PATCH 1/4] Drivers: hv: vmbus: Fix the descriptions of some function parameters
2018-09-23 21:10 UTC
[PATCH v3 0/2] Add an initial DT binding doc for ina3221
2018-09-23 5:25 UTC (15+ messages)
` [PATCH v3 1/2] dt-bindings: hwmon: Add ina3221 documentation
` [PATCH v3 2/2] hwmon: ina3221: Read channel input source info from DT
[PATCH v1 0/6] mm: online/offline_pages called w.o. mem_hotplug_lock
2018-09-23 2:34 UTC (4+ messages)
[PATCH RFC] Documentation: RCU: Clarify comment about fanout
2018-09-23 0:41 UTC (6+ messages)
[PATCH RFC 1/3] rcu: tree: Remove unused externs
2018-09-23 0:37 UTC (6+ messages)
` [PATCH RFC 2/3] rcu: tree: Fix comment about gp_seq_needed
` [PATCH RFC 3/3] Documentation: RCU: Fix rcu_preempt_state reference in stallwarn
[PATCH v2 0/2] Add an initial DT binding doc for ina3221
2018-09-21 21:51 UTC (4+ messages)
` [PATCH v2 1/2] dt-bindings: hwmon: Add ina3221 documentation
` [PATCH v2 2/2] hwmon: ina3221: Read channel input source info from DT
[RFC PATCH v4 0/9] Control Flow Enforcement: Branch Tracking, PTRACE
2018-09-21 15:05 UTC (3+ messages)
` [RFC PATCH v4 1/9] x86/cet/ibt: Add Kconfig option for user-mode Indirect Branch Tracking
` [RFC PATCH v4 3/9] x86/cet/ibt: Add IBT legacy code bitmap allocation function
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).