messages from 2018-06-19 07:29:36 to 2018-06-21 23:49:37 UTC [more...]
[PATCH 0/4] Expose PCIe AER stats via sysfs
2018-06-21 23:48 UTC (5+ messages)
` [PATCH 1/4] PCI: Move pci_aer_init() and pci_no_aer() declarations to drivers/pci/pci.h
` [PATCH 2/4] PCI/AER: Define and allocate aer_stats structure for AER capable devices
` [PATCH 3/4] PCI/AER: Add sysfs attributes to provide AER stats and breakdown
` [PATCH 4/4] PCI/AER: Add sysfs attributes for rootport cumulative stats
[PATCH 00/10] Control Flow Enforcement - Part (3)
2018-06-21 23:07 UTC (33+ messages)
` [PATCH 06/10] x86/cet: Add arch_prctl functions for shadow stack
[PATCH 0/5] Expose PCIe AER stats via sysfs
2018-06-21 21:25 UTC (30+ 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 v4 1/5] PCI/AER: Define and allocate aer_stats structure for AER capable devices
` [PATCH v4 2/5] PCI/AER: Add sysfs stats "
` [PATCH v5 1/5] PCI/AER: Define and allocate aer_stats structure "
` [PATCH v5 2/5] PCI/AER: Add sysfs stats "
` [PATCH v5 3/5] PCI/AER: Add sysfs attributes to provide breakdown of AERs
` [PATCH v5 4/5] PCI/AER: Add sysfs attributes for rootport cumulative stats
` [PATCH v5 5/5] Documentation/ABI: Add details of PCI AER statistics
[PATCH v3 0/3] Add parameter for disabling ACS redirection for P2P
2018-06-21 21:00 UTC (4+ messages)
` [PATCH v3 2/3] PCI: Allow specifying devices using a base bus and path of devfns
[PATCH linux-next v6 00/13] PECI device driver introduction
2018-06-21 19:41 UTC (3+ messages)
` [PATCH linux-next v6 02/13] Documentation: ioctl: Add ioctl numbers for PECI subsystem
` [PATCH linux-next v6 10/13] Documentation: hwmon: Add documents for PECI hwmon client drivers
[PATCH v5 00/11] Add MSI-X support on pcitest tool
2018-06-21 16:49 UTC (17+ 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
[PATCH v6 00/11] Add MSI-X support on pcitest tool
2018-06-21 16:01 UTC (12+ messages)
` [PATCH v6 01/11] PCI: endpoint: Add MSI-X interfaces
` [PATCH v6 02/11] PCI: Update xxx_pcie_ep_raise_irq() and pci_epc_raise_irq() signatures
` [PATCH v6 03/11] PCI: dwc: Add MSI-X callbacks handler
` [PATCH v6 04/11] PCI: dwc: Rework MSI "
` [PATCH v6 05/11] PCI: dwc: Add legacy interrupt callback handler
` [PATCH v6 06/11] pci-epf-test/pci_endpoint_test: Cleanup PCI_ENDPOINT_TEST memspace
` [PATCH v6 07/11] pci-epf-test/pci_endpoint_test: Use irq_type module parameter
` [PATCH v6 08/11] pci-epf-test/pci_endpoint_test: Add MSI-X support
` [PATCH v6 09/11] pci_endpoint_test: Add 2 ioctl commands
` [PATCH v6 10/11] tools: PCI: Add MSI-X support
` [PATCH v6 11/11] PCI: endpoint: Add MSI set maximum restriction
[PATCH 0/5] Control Flow Enforcement - Part (1)
2018-06-21 13:05 UTC (3+ messages)
` [PATCH 5/5] Documentation/x86: Add CET description
[PATCH v11 00/13] Intel SGX1 support
2018-06-21 12:55 UTC (13+ messages)
` [PATCH v11 12/13] intel_sgx: driver documentation
[PATCH v3 00/17] khwasan: kernel hardware assisted address sanitizer
2018-06-21 12:40 UTC (23+ messages)
` [PATCH v3 01/17] khwasan, mm: change kasan hooks signatures
` [PATCH v3 02/17] khwasan: move common kasan and khwasan code to common.c
` [PATCH v3 03/17] khwasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_HW
` [PATCH v3 04/17] khwasan, arm64: adjust shadow size for CONFIG_KASAN_HW
` [PATCH v3 05/17] khwasan: initialize shadow to 0xff
` [PATCH v3 06/17] khwasan, arm64: untag virt address in __kimg_to_phys and _virt_addr_is_linear
` [PATCH v3 07/17] khwasan, arm64: fix up fault handling logic
` [PATCH v3 08/17] khwasan: add tag related helper functions
` [PATCH v3 09/17] khwasan, arm64: enable top byte ignore for the kernel
` [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 v4 0/4] locking,drm: Fix ww mutex naming / algorithm inconsistency
2018-06-21 10:56 UTC (10+ messages)
` [PATCH 1/3] locking: WW mutex cleanup
` [PATCH v4 2/3] locking: Implement an algorithm choice for Wound-Wait mutexes
[PATCH -tip v6 01/27] Documentation/kprobes: Fix to remove remaining jprobe
2018-06-21 10:35 UTC (6+ 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 v10 0/9] cpuset: Enable cpuset controller in default hierarchy
2018-06-21 9:27 UTC (19+ 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 reserved_cpus
` [PATCH v10 9/9] cpuset: Allow reporting of sched domain generation info
[PATCH v9 0/7] Enable cpuset controller in default hierarchy
2018-06-21 7:40 UTC (10+ messages)
` [PATCH v9 3/7] cpuset: Add cpuset.sched.load_balance flag to v2
[PATCH v6 0/2] Add ThunderX2 SoC Performance Monitoring Unit driver
2018-06-21 6:33 UTC (3+ messages)
` [PATCH v6 1/2] perf: uncore: Adding documentation for ThunderX2 pmu uncore driver
` [PATCH v6 2/2] ThunderX2: Add Cavium ThunderX2 SoC UNCORE PMU driver
[PATCH 0/7] Uprobes: Support SDT markers having reference count (semaphore)
2018-06-21 2:35 UTC (3+ messages)
overlayfs: caller_credentials option bypass creator_cred
2018-06-20 15:28 UTC (7+ messages)
[PATCH v4 00/26] Fix some doc build warnings/errors and broken links
2018-06-20 15:26 UTC (3+ messages)
` [PATCH v4 04/26] docs: fix broken references with multiple hints
[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 v4 00/10] Add MSI-X support on pcitest tool
2018-06-20 14:28 UTC (20+ messages)
` [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 06/10] pci-epf-test/pci_endpoint_test: Cleanup PCI_ENDPOINT_TEST memspace
` [PATCH v4 09/10] pci_endpoint_test: Add 2 ioctl commands
[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 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 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] 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 (2+ messages)
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).