linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-08-28 10:15:20 to 2018-08-30 20:28:00 UTC [more...]

[RFC PATCH v3 00/24] Control Flow Enforcement: Shadow Stack
 2018-08-30 20:23 UTC  (44+ messages)
` [RFC PATCH v3 01/24] x86/cpufeatures: Add CPUIDs for Control-flow Enforcement Technology (CET)
` [RFC PATCH v3 02/24] x86/fpu/xstate: Change some names to separate XSAVES system and user states
` [RFC PATCH v3 03/24] x86/fpu/xstate: Enable XSAVES system states
` [RFC PATCH v3 04/24] x86/fpu/xstate: Add XSAVES system states for shadow stack
` [RFC PATCH v3 05/24] Documentation/x86: Add CET description
` [RFC PATCH v3 06/24] x86/cet: Control protection exception handler
` [RFC PATCH v3 07/24] x86/cet/shstk: Add Kconfig option for user-mode shadow stack
` [RFC PATCH v3 08/24] mm: Introduce VM_SHSTK for shadow stack memory
` [RFC PATCH v3 09/24] x86/mm: Change _PAGE_DIRTY to _PAGE_DIRTY_HW
` [RFC PATCH v3 10/24] x86/mm: Introduce _PAGE_DIRTY_SW
` [RFC PATCH v3 11/24] drm/i915/gvt: Update _PAGE_DIRTY to _PAGE_DIRTY_BITS
` [RFC PATCH v3 12/24] x86/mm: Modify ptep_set_wrprotect and pmdp_set_wrprotect for _PAGE_DIRTY_SW
` [RFC PATCH v3 13/24] x86/mm: Shadow stack page fault error checking
` [RFC PATCH v3 14/24] mm: Handle shadow stack page fault
` [RFC PATCH v3 15/24] mm: Handle THP/HugeTLB "
` [RFC PATCH v3 16/24] mm: Update can_follow_write_pte/pmd for shadow stack
` [RFC PATCH v3 17/24] mm: Introduce do_mmap_locked()
` [RFC PATCH v3 18/24] x86/cet/shstk: User-mode shadow stack support
` [RFC PATCH v3 19/24] x86/cet/shstk: Introduce WRUSS instruction
` [RFC PATCH v3 20/24] x86/cet/shstk: Signal handling for shadow stack
` [RFC PATCH v3 21/24] x86/cet/shstk: ELF header parsing of Shadow Stack
` [RFC PATCH v3 22/24] x86/cet/shstk: Handle thread shadow stack
` [RFC PATCH v3 23/24] x86/cet/shstk: Add arch_prctl functions for Shadow Stack
` [RFC PATCH v3 24/24] x86/cet/shstk: Add Shadow Stack instructions to opcode map

[PATCH RFCv2 0/6] mm: online/offline_pages called w.o. mem_hotplug_lock
 2018-08-30 19:38 UTC  (15+ messages)
` [PATCH RFCv2 1/6] mm/memory_hotplug: make remove_memory() take the device_hotplug_lock
` [PATCH RFCv2 2/6] mm/memory_hotplug: make add_memory() "
` [PATCH RFCv2 3/6] mm/memory_hotplug: fix online/offline_pages called w.o. mem_hotplug_lock
` [PATCH RFCv2 4/6] powerpc/powernv: hold device_hotplug_lock when calling device_online()
` [PATCH RFCv2 5/6] powerpc/powernv: hold device_hotplug_lock in memtrace_offline_pages()
` [PATCH RFCv2 6/6] memory-hotplug.txt: Add some details about locking internals

[RFC PATCH v3 0/8] Control Flow Enforcement: Branch Tracking, PTRACE
 2018-08-30 19:38 UTC  (10+ messages)
` [RFC PATCH v3 1/8] x86/cet/ibt: Add Kconfig option for user-mode Indirect Branch Tracking
` [RFC PATCH v3 2/8] x86/cet/ibt: User-mode indirect branch tracking support
` [RFC PATCH v3 3/8] x86/cet/ibt: ELF header parsing for IBT
` [RFC PATCH v3 4/8] x86/cet/ibt: Add arch_prctl functions "
` [RFC PATCH v3 5/8] x86/cet/ibt: Add ENDBR to op-code-map
` [RFC PATCH v3 6/8] mm/mmap: Add IBT bitmap size to address space limit check
` [RFC PATCH v3 7/8] x86: Insert endbr32/endbr64 to vDSO
` [RFC PATCH v3 8/8] x86/cet: Add PTRACE interface for CET

[PATCH v6 00/10] Add the I3C subsystem
 2018-08-30 19:00 UTC  (13+ messages)
  ` [PATCH v6 01/10] i3c: Add core I3C infrastructure

[RFC RFT PATCH 0/4] gpiolib: speed up GPIO array processing
 2018-08-30 15:35 UTC  (16+ messages)
  ` [RFC RFT PATCH v4 1/4] gpiolib: Pass bitmaps, not integer arrays, to get/set array
  ` [PATH v5 0/4] gpiolib: speed up GPIO array processing
    ` [PATCH v5 1/4] gpiolib: Pass bitmaps, not integer arrays, to get/set array
    ` [PATCH v5 2/4] gpiolib: Identify arrays matching GPIO hardware
    ` [PATCH v5 3/4] gpiolib: Pass array info to get/set array functions
    ` [PATCH v5 4/4] gpiolib: Implement fast processing path in get/set array

[PATCH v6] Add udmabuf misc device
 2018-08-30 15:17 UTC  (6+ messages)

[PATCHv8 0/9] Add Intel Stratix10 FPGA manager and service layer
 2018-08-30 14:05 UTC  (12+ messages)
` [PATCHv8 1/9] dt-bindings, firmware: add Intel Stratix10 service layer binding
` [PATCHv8 2/9] arm64: dts: stratix10: add stratix10 service driver binding to base dtsi
` [PATCHv8 3/9] misc: add Intel Stratix10 service layer driver
` [PATCHv8 4/9] dt-bindings: fpga: add Stratix10 SoC FPGA manager binding
` [PATCHv8 5/9] arm64: dts: stratix10: add fpga manager and region
` [PATCHv8 6/9] fpga: add intel stratix10 soc fpga manager driver
` [PATCHv8 7/9] defconfig: enable fpga and service layer
` [PATCHv8 8/9] Documentation: driver-api: add stratix10 "
` [PATCHv8 9/9] misc: add remote status update client support

[PATCH 0/2] clk: Support ROHM BD71837 (BD71847)
 2018-08-30 12:15 UTC  (3+ messages)
` [PATCH 1/2] clk: clkdev/of_clk - add managed lookup and provider registrations
` [PATCH 2/2] clk: bd718x7: Initial support for ROHM bd71837/bd71847 PMIC clock

[PATCH v6 00/11] arm64: untag user pointers passed to the kernel
 2018-08-30 11:48 UTC  (13+ messages)
` [PATCH v6 01/11] arm64: add type casts to untagged_addr macro
` [PATCH v6 02/11] uaccess: add untagged_addr definition for other arches
` [PATCH v6 03/11] arm64: untag user addresses in access_ok and __uaccess_mask_ptr
` [PATCH v6 04/11] mm, arm64: untag user addresses in mm/gup.c
` [PATCH v6 05/11] lib, arm64: untag addrs passed to strncpy_from_user and strnlen_user
` [PATCH v6 06/11] arm64: untag user address in __do_user_fault
` [PATCH v6 07/11] fs, arm64: untag user address in copy_mount_options
` [PATCH v6 08/11] usb, arm64: untag user addresses in devio
` [PATCH v6 09/11] arm64: update Documentation/arm64/tagged-pointers.txt
` [PATCH v6 10/11] selftests, arm64: add a selftest for passing tagged pointers to kernel
` [PATCH v6 11/11] arm64: annotate user pointers casts detected by sparse

[PATCH net-next 5/5] ppp: handle PPPIOCGIDLE for 64-bit time_t
 2018-08-30 11:47 UTC  (3+ messages)

[PATCH 0/2] fs/dcache: Track # of negative dentries
 2018-08-30  7:20 UTC  (24+ messages)
` [PATCH 1/2] fs/dcache: Track & report number "
` [PATCH 2/2] fs/dcache: Make negative dentries easier to be reclaimed

[PATCH v7 00/24] TCU patchset v7
 2018-08-29 17:43 UTC  (7+ messages)
` [PATCH v7 05/24] clocksource: Add a new timer-ingenic driver
` [PATCH v7 12/24] pwm: jz4740: Use regmap and clocks from TCU driver

[PATCH] [RFC] Drop all 00-INDEX files from Documentation/
 2018-08-29 16:20 UTC  (2+ messages)

[PATCH v6 00/18] khwasan: kernel hardware assisted address sanitizer
 2018-08-29 11:35 UTC  (19+ messages)
` [PATCH v6 01/18] khwasan, mm: change kasan hooks signatures
` [PATCH v6 02/18] khwasan: move common kasan and khwasan code to common.c
` [PATCH v6 03/18] khwasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_HW
` [PATCH v6 04/18] khwasan, arm64: adjust shadow size for CONFIG_KASAN_HW
` [PATCH v6 05/18] khwasan: initialize shadow to 0xff
` [PATCH v6 06/18] khwasan, arm64: untag virt address in __kimg_to_phys and _virt_addr_is_linear
` [PATCH v6 07/18] khwasan: add tag related helper functions
` [PATCH v6 08/18] khwasan: preassign tags to objects with ctors or SLAB_TYPESAFE_BY_RCU
` [PATCH v6 09/18] khwasan, arm64: fix up fault handling logic
` [PATCH v6 10/18] khwasan, arm64: enable top byte ignore for the kernel
` [PATCH v6 11/18] khwasan, mm: perform untagged pointers comparison in krealloc
` [PATCH v6 12/18] khwasan: split out kasan_report.c from report.c
` [PATCH v6 13/18] khwasan: add bug reporting routines
` [PATCH v6 14/18] khwasan: add hooks implementation
` [PATCH v6 15/18] khwasan, arm64: add brk handler for inline instrumentation
` [PATCH v6 16/18] khwasan, mm, arm64: tag non slab memory allocated via pagealloc
` [PATCH v6 17/18] khwasan: update kasan documentation
` [PATCH v6 18/18] kasan: add SPDX-License-Identifier mark to source files

[RESEND PATCH v5 0/9] extend PWM framework to support PWM modes
 2018-08-28 22:27 UTC  (11+ messages)
` [RESEND PATCH v5 1/9] pwm: extend PWM framework with "
` [RESEND PATCH v5 2/9] pwm: clps711x: populate PWM mode in of_xlate function
` [RESEND PATCH v5 3/9] pwm: cros-ec: "
` [RESEND PATCH v5 4/9] pwm: pxa: "
` [RESEND PATCH v5 5/9] pwm: add PWM modes
` [RESEND PATCH v5 6/9] pwm: atmel: add pwm capabilities
` [RESEND PATCH v5 7/9] pwm: add push-pull mode support
` [RESEND PATCH v5 8/9] pwm: add documentation for pwm push-pull mode
` [RESEND PATCH v5 9/9] pwm: atmel: add push-pull mode support

[PATCH] Document/gpu: Use new vm_fault_t type
 2018-08-28 22:06 UTC  (2+ messages)

[PATCH v5 3/3] overlayfs: override_creds=off option bypass creator_cred
 2018-08-28 21:32 UTC  (4+ messages)

[PATCH v5 2/3] overlayfs: check CAP_MKNOD before issuing vfs_whiteout
 2018-08-28 18:51 UTC  (4+ messages)

[PATCH v5 1/3] overlayfs: check CAP_DAC_READ_SEARCH before issuing exportfs_decode_fh
 2018-08-28 18:40 UTC  (4+ messages)

[PATCH 0/3] Add support for high-resolution scrolling on Logitech mice
 2018-08-28 17:49 UTC  (6+ messages)
` [PATCH 1/3] Add the `REL_WHEEL_HI_RES` event code

[PATCH v5 0/3]
 2018-08-28 16:52 UTC 

[PATCH v2 00/29] at24: remove at24_platform_data
 2018-08-28 15:09 UTC  (27+ messages)
` [PATCH v2 01/29] nvmem: add support for cell lookups
` [PATCH v2 06/29] mtd: Add support for reading MTD devices via the nvmem API


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).