linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-06-18 14:28:41 to 2018-06-20 17:46:04 UTC [more...]

[PATCH v3 00/17] khwasan: kernel hardware assisted address sanitizer
 2018-06-20 17:40 UTC  (10+ messages)
` [PATCH v3 05/17] khwasan: initialize shadow to 0xff
` [PATCH v3 10/17] khwasan, mm: perform untagged pointers comparison in krealloc
` [PATCH v3 11/17] khwasan: split out kasan_report.c from report.c
` [PATCH v3 12/17] khwasan: add bug reporting routines
` [PATCH v3 13/17] khwasan: add hooks implementation
` [PATCH v3 14/17] khwasan, arm64: add brk handler for inline instrumentation
` [PATCH v3 15/17] khwasan, mm, arm64: tag non slab memory allocated via pagealloc
` [PATCH v3 16/17] khwasan: update kasan documentation
` [PATCH v3 17/17] kasan: add SPDX-License-Identifier mark to source files

[PATCH 0/7] Uprobes: Support SDT markers having reference count (semaphore)
 2018-06-20 16:37 UTC  (2+ messages)

[PATCH v5 00/11] Add MSI-X support on pcitest tool
 2018-06-20 16:28 UTC  (12+ messages)
` [PATCH v5 01/11] PCI: endpoint: Add MSI-X interfaces
` [PATCH v5 02/11] PCI: Update xxx_pcie_ep_raise_irq() and pci_epc_raise_irq() signatures
` [PATCH v5 03/11] PCI: dwc: Add MSI-X callbacks handler
` [PATCH v5 04/11] PCI: dwc: Rework MSI "
` [PATCH v5 05/11] PCI: dwc: Add legacy interrupt callback handler
` [PATCH v5 06/11] pci-epf-test/pci_endpoint_test: Cleanup PCI_ENDPOINT_TEST memspace
` [PATCH v5 07/11] pci-epf-test/pci_endpoint_test: Use irq_type module parameter
` [PATCH v5 08/11] pci-epf-test/pci_endpoint_test: Add MSI-X support
` [PATCH v5 09/11] pci_endpoint_test: Add 2 ioctl commands
` [PATCH v5 10/11] tools: PCI: Add MSI-X support
` [PATCH v5 11/11] PCI: endpoint: Add MSI set maximum restriction

overlayfs: caller_credentials option bypass creator_cred
 2018-06-20 15:28 UTC  (8+ messages)

[PATCH v4 00/26] Fix some doc build warnings/errors and broken links
 2018-06-20 15:26 UTC  (5+ messages)
` [PATCH v4 04/26] docs: fix broken references with multiple hints
` [PATCH v4 26/26] fix a series of Documentation/ broken file name references

[PATCH v4 0/7] arm64: untag user pointers passed to the kernel
 2018-06-20 15:24 UTC  (8+ messages)
` [PATCH v4 1/7] arm64: add type casts to untagged_addr macro
` [PATCH v4 2/7] uaccess: add untagged_addr definition for other arches
` [PATCH v4 3/7] arm64: untag user addresses in access_ok and __uaccess_mask_ptr
` [PATCH v4 4/7] mm, arm64: untag user addresses in mm/gup.c
` [PATCH v4 5/7] lib, arm64: untag addrs passed to strncpy_from_user and strnlen_user
` [PATCH v4 6/7] arm64: update Documentation/arm64/tagged-pointers.txt
` [PATCH v4 7/7] selftests, arm64: add a selftest for passing tagged pointers to kernel

[PATCH v9 0/7] Enable cpuset controller in default hierarchy
 2018-06-20 14:46 UTC  (9+ messages)
` [PATCH v9 3/7] cpuset: Add cpuset.sched.load_balance flag to v2

[PATCH v4 00/10] Add MSI-X support on pcitest tool
 2018-06-20 14:28 UTC  (27+ messages)
` [PATCH v4 01/10] PCI: endpoint: Add MSI-X interfaces
` [PATCH v4 02/10] PCI: dwc: Add MSI-X callbacks handler
  ` [RFC PATCH] PCI: dwc: dw_pcie_ep_find_capability() can be static
` [PATCH v4 03/10] PCI: Update xxx_pcie_ep_raise_irq() and pci_epc_raise_irq() signatures
` [PATCH v4 04/10] PCI: dwc: Rework MSI callbacks handler
` [PATCH v4 05/10] PCI: dwc: Add legacy interrupt callback handler
` [PATCH v4 06/10] pci-epf-test/pci_endpoint_test: Cleanup PCI_ENDPOINT_TEST memspace
` [PATCH v4 07/10] pci-epf-test/pci_endpoint_test: Use irq_type module parameter
` [PATCH v4 08/10] pci-epf-test/pci_endpoint_test: Add MSI-X support
` [PATCH v4 09/10] pci_endpoint_test: Add 2 ioctl commands
` [PATCH v4 10/10] tools: PCI: Add MSI-X support

[PATCH v10 0/9] cpuset: Enable cpuset controller in default hierarchy
 2018-06-20 14:27 UTC  (17+ messages)
` [PATCH v10 2/9] cpuset: Add new v2 cpuset.sched.domain_root flag
` [PATCH v10 3/9] cpuset: Simulate auto-off of sched.domain_root at cgroup removal
` [PATCH v10 5/9] cpuset: Make sure that domain roots work properly with CPU hotplug
` [PATCH v10 6/9] cpuset: Make generate_sched_domains() recognize isolated_cpus
` [PATCH v10 6/9] cpuset: Make generate_sched_domains() recognize reserved_cpus
` [PATCH v10 9/9] cpuset: Allow reporting of sched domain generation info

[PATCH V4] PCI: move early dump functionality from x86 arch into the common code
 2018-06-20 13:46 UTC  (2+ messages)

[PATCH v4 00/10] Add the I3C subsystem
 2018-06-20 12:47 UTC  (3+ messages)
  ` [PATCH v4 01/10] i3c: Add core I3C infrastructure

[PATCH v10 0/5] Kernel parameter parser cleanup/enhancement
 2018-06-20 10:47 UTC  (3+ messages)

[PATCH v2 0/2] Documentation/sphinx: add kind of "nodocs" directive
 2018-06-20  8:49 UTC  (5+ messages)
` [PATCH v2 1/2] Documentation/sphinx: allow "functions" with no parameters
` [PATCH v2 2/2] docs/idr: use empty "functions" directive

[PATCH v4 0/9] Uprobes: Support SDT markers having reference count (semaphore)
 2018-06-20  8:07 UTC  (12+ messages)
` [PATCH v4 1/9] Uprobes: Simplify uprobe_register() body
` [PATCH v4 2/9] Uprobe: Change set_swbp definition
` [PATCH v4 3/9] Uprobe: Change set_orig_insn definition
` [PATCH v4 4/9] Uprobe: Change uprobe_write_opcode definition
` [PATCH v4 5/9] Uprobes: Support SDT markers having reference count (semaphore)
` [PATCH v4 6/9] trace_uprobe/sdt: Prevent multiple reference counter for same uprobe
` [PATCH v4 7/9] Uprobes/sdt: "
` [PATCH v4 8/9] Uprobes/sdt: Document about reference counter
` [PATCH v4 9/9] perf probe: Support SDT markers having reference counter (semaphore)

[PATCH -tip v6 01/27] Documentation/kprobes: Fix to remove remaining jprobe
 2018-06-20  8:26 UTC  (5+ messages)
` [PATCH -tip v6 25/27] kprobes/x86: Do not disable preempt on int3 path
` [PATCH -tip v6 26/27] Documentation: kprobes: Add how to change the execution path

[PATCH v3 net-next 0/6] net: ethernet: ti: cpsw: add MQPRIO and CBS Qdisc offload
 2018-06-20  6:31 UTC  (3+ messages)
` [PATCH v3 net-next 4/6] net: ethernet: ti: cpsw: add "

[PATCH v4 0/4] locking,drm: Fix ww mutex naming / algorithm inconsistency
 2018-06-20  5:17 UTC  (9+ messages)
` [PATCH 1/3] locking: WW mutex cleanup
` [PATCH v4 2/3] locking: Implement an algorithm choice for Wound-Wait mutexes

[PATCH 0/5] Expose PCIe AER stats via sysfs
 2018-06-20  3:13 UTC  (19+ messages)
` [PATCH v2 "
  ` [PATCH v2 5/5] Documentation/ABI: Add details of PCI AER statistics
    ` [PATCH v3 1/5] PCI/AER: Define and allocate aer_stats structure for AER capable devices
      ` [PATCH v3 2/5] PCI/AER: Add sysfs stats "
      ` [PATCH v3 3/5] PCI/AER: Add sysfs attributes to provide breakdown of AERs
      ` [PATCH v3 4/5] PCI/AER: Add sysfs attributes for rootport cumulative stats
      ` [PATCH v3 5/5] Documentation/ABI: Add details of PCI AER statistics

[PATCH 00/10] Control Flow Enforcement - Part (3)
 2018-06-20  0:50 UTC  (33+ messages)
` [PATCH 06/10] x86/cet: Add arch_prctl functions for shadow stack

[PATCH v3 00/27] Fix some doc build warnings/errors and broken links
 2018-06-20  0:42 UTC  (3+ messages)
` [PATCH v3 24/27] devicetree: fix a series of wrong file references

[PATCH v11 00/13] Intel SGX1 support
 2018-06-19 21:48 UTC  (12+ messages)
` [PATCH v11 12/13] intel_sgx: driver documentation

[PATCH] coda: stop using 'struct timespec' in user API
 2018-06-19 19:19 UTC  (4+ messages)

[PATCH 0/2] Documentation/sphinx: add "nodocs" directive
 2018-06-19 14:49 UTC  (11+ messages)
` [PATCH 1/2] "

[PATCH v2] overlayfs: caller_credentials option bypass creator_cred
 2018-06-19 14:16 UTC  (5+ messages)

[PATCH v3 0/3] Add parameter for disabling ACS redirection for P2P
 2018-06-18 23:11 UTC  (11+ messages)
` [PATCH v3 1/3] PCI: Make specifying PCI devices in kernel parameters reusable
` [PATCH v3 2/3] PCI: Allow specifying devices using a base bus and path of devfns
` [PATCH v3 3/3] PCI: Introduce the disable_acs_redir parameter

[PATCH] net: fix e1000.rst Documentation build errors
 2018-06-18 19:42 UTC  (2+ messages)

[PATCH 00/11] docs/mm: add boot time memory management docs
 2018-06-18 17:32 UTC  (16+ messages)
` [PATCH 01/11] mm/bootmem: drop duplicated kernel-doc comments
` [PATCH 02/11] docs/mm: nobootmem: fixup "
` [PATCH 03/11] docs/mm: bootmem: fix kernel-doc warnings
` [PATCH 04/11] docs/mm: bootmem: add kernel-doc description of 'struct bootmem_data'
` [PATCH 05/11] docs/mm: bootmem: add overview documentation
` [PATCH 06/11] mm/memblock: add a name for memblock flags enumeration
` [PATCH 07/11] docs/mm: memblock: update kernel-doc comments
` [PATCH 08/11] docs/mm: memblock: add kernel-doc comments for memblock_add[_node]
` [PATCH 09/11] docs/mm: memblock: add kernel-doc description for memblock types
` [PATCH 10/11] docs/mm: memblock: add overview documentation
` [PATCH 11/11] docs/mm: add description of boot time memory management

[PATCH] locking/memory-barriers.txt/kokr: Update Korean translation to fix broken DMA vs. MMIO ordering example
 2018-06-18 15:56 UTC  (2+ messages)

[PATCH v8 5/5] ipc: Add a new ipcmni_compat sysctl to fall back to old behavior
 2018-06-18 14:27 UTC  (2+ messages)


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