messages from 2019-08-14 08:12:47 to 2019-08-20 09:03:02 UTC [more...]
[PATCH v2 0/3] arm64: KPROBES_ON_FTRACE
2019-08-20 9:02 UTC (8+ messages)
` [PATCH v2 1/3] kprobes/x86: use instruction_pointer and instruction_pointer_set
` [PATCH v2 2/3] kprobes: adjust kprobe addr for KPROBES_ON_FTRACE
` [PATCH v2 3/3] arm64: implement KPROBES_ON_FTRACE
[PATCH v5 00/17] Use MFD framework for SGI IOC3 drivers
2019-08-20 8:17 UTC (25+ messages)
` [PATCH v5 01/17] w1: add 1-wire master driver for IP block found in SGI ASICs
` [PATCH v5 02/17] w1: add DS2501, DS2502, DS2505 EPROM device driver
` [PATCH v5 03/17] nvmem: core: add nvmem_device_find
` [PATCH v5 04/17] MIPS: PCI: refactor ioc3 special handling
` [PATCH v5 05/17] MIPS: PCI: use information from 1-wire PROM for IOC3 detection
` [PATCH v5 06/17] MIPS: SGI-IP27: remove ioc3 ethernet init
` [PATCH v5 07/17] MIPS: SGI-IP27: restructure ioc3 register access
` [PATCH v5 08/17] net: sgi: ioc3-eth: remove checkpatch errors/warning
` [PATCH v5 09/17] net: sgi: ioc3-eth: use defines for constants dealing with desc rings
` [PATCH v5 10/17] net: sgi: ioc3-eth: rework skb rx handling
` [PATCH v5 11/17] net: sgi: ioc3-eth: no need to stop queue set_multicast_list
` [PATCH v5 12/17] net: sgi: ioc3-eth: use dma-direct for dma allocations
` [PATCH v5 13/17] net: sgi: ioc3-eth: use csum_fold
` [PATCH v5 14/17] net: sgi: ioc3-eth: Fix IPG settings
` [PATCH v5 15/17] mfd: ioc3: Add driver for SGI IOC3 chip
` [PATCH v5 16/17] MIPS: SGI-IP27: fix readb/writeb addressing
` [PATCH v5 17/17] Input: add IOC3 serio driver
[PATCH v7 3/7] of/platform: Add functional dependency link from DT bindings
2019-08-20 4:26 UTC (8+ messages)
[PATCH v5 0/9] FPGA DFL updates
2019-08-20 3:14 UTC (4+ messages)
[PATCH v8 00/27] Control-flow Enforcement: Shadow Stack
2019-08-20 1:02 UTC (23+ messages)
` [PATCH v8 01/27] Documentation/x86: Add CET description
` [PATCH v8 04/27] x86/fpu/xstate: Introduce XSAVES system states
` [PATCH v8 09/27] mm/mmap: Prevent Shadow Stack VMA merges
` [PATCH v8 11/27] x86/mm: Introduce _PAGE_DIRTY_SW
` [PATCH v8 15/27] mm: Handle shadow stack page fault
` [PATCH v8 18/27] mm: Introduce do_mmap_locked()
` [PATCH v8 22/27] binfmt_elf: Extract .note.gnu.property from an ELF file
[PATCH v5 1/6] mm/page_idle: Add per-pid idle page tracking using virtual index
2019-08-19 21:52 UTC (12+ messages)
` [PATCH v5 2/6] mm/page_idle: Add support for handling swapped PG_Idle pages
[PATCH] Documentation PCI: Fix pciebus-howto.rst filename typo
2019-08-19 17:16 UTC (2+ messages)
[PATCH v2 0/9] arm64: Stolen time support
2019-08-19 16:40 UTC (11+ messages)
` [PATCH v2 1/9] KVM: arm64: Document PV-time interface
` [PATCH v2 2/9] KVM: arm/arm64: Factor out hypercall handling from PSCI code
` [PATCH v2 3/9] KVM: arm64: Implement PV_FEATURES call
` [PATCH v2 4/9] KVM: arm64: Support stolen time reporting via shared structure
` [PATCH v2 5/9] KVM: Allow kvm_device_ops to be const
` [PATCH v2 6/9] KVM: arm64: Provide a PV_TIME device to user space
` [PATCH v2 7/9] arm/arm64: Provide a wrapper for SMCCC 1.1 calls
` [PATCH v2 8/9] arm/arm64: Make use of the SMCCC 1.1 wrapper
` [PATCH v2 9/9] arm64: Retrieve stolen time as paravirtualized guest
[PATCH v8 0/2] arm64 tagged address ABI
2019-08-19 16:28 UTC (14+ messages)
` [PATCH v8 1/5] mm: untag user pointers in mmap/munmap/mremap/brk
` [PATCH v8 2/5] arm64: Tighten the PR_{SET,GET}_TAGGED_ADDR_CTRL prctl() unused arguments
` [PATCH v8 3/5] arm64: Change the tagged_addr sysctl control semantics to only prevent the opt-in
` [PATCH v8 4/5] arm64: Define Documentation/arm64/tagged-address-abi.rst
` [PATCH v8 5/5] arm64: Relax Documentation/arm64/tagged-pointers.rst
[PATCH v2] x86/CPU/AMD: Clear RDRAND CPUID bit on AMD family 15h/16h
2019-08-19 15:52 UTC
[PATCH 1/3] kbuild: move KBUILD_LDS, KBUILD_VMLINUX_{OBJS,LIBS} to makefiles.rst
2019-08-19 15:11 UTC (3+ messages)
` [PATCH 2/3] kbuild: rebuild modules when module linker scripts are updated
[PATCH V3 0/3] KVM/Hyper-V: Add Hyper-V direct tlb flush support
2019-08-19 13:30 UTC (5+ messages)
` [PATCH V3 1/3] x86/Hyper-V: Fix definition of struct hv_vp_assist_page
` [PATCH V3 2/3] KVM/Hyper-V: Add new KVM cap KVM_CAP_HYPERV_DIRECT_TLBFLUSH
[PATCH 00/11 v3] Cleanup IOMMU passthrough setting (and disable IOMMU Passthrough when SME is active)
2019-08-19 13:22 UTC (12+ messages)
` [PATCH 01/11] iommu: Remember when default domain type was set on kernel command line
` [PATCH 02/11] iommu: Add helpers to set/get default domain type
` [PATCH 03/11] iommu: Use Functions to set default domain type in iommu_set_def_domain_type()
` [PATCH 04/11] iommu/amd: Request passthrough mode from IOMMU core
` [PATCH 05/11] iommu/vt-d: "
` [PATCH 06/11] x86/dma: Get rid of iommu_pass_through
` [PATCH 07/11] ia64: "
` [PATCH 08/11] iommu: Print default domain type on boot
` [PATCH 09/11] iommu: Set default domain type at runtime
` [PATCH 10/11] iommu: Disable passthrough mode when SME is active
` [PATCH 11/11] Documentation: Update Documentation for iommu.passthrough
[PATCH v6 2/2] hwmon: pmbus: Add Inspur Power System power supply driver
2019-08-19 9:30 UTC (2+ messages)
[PATCH v2 0/6] Add initial support for S32V234-EVB
2019-08-19 8:58 UTC (5+ messages)
` [PATCH v2 2/6] arm64: Introduce config for S32
` [PATCH v2 3/6] arm64: dts: fsl: Add device tree for S32V234-EVB
[PATCH] docs: process: fix broken link
2019-08-19 5:50 UTC (2+ messages)
[PATCH] docs: mtd: Update spi nor reference driver
2019-08-19 4:39 UTC (5+ messages)
[PATCH v5 2/2] hwmon: pmbus: Add Inspur Power System power supply driver
2019-08-19 2:56 UTC (5+ messages)
[PATCH] x86/CPU/AMD: Clear RDRAND CPUID bit on AMD family 15h/16h
2019-08-18 16:32 UTC (19+ messages)
` Non-random RDRAND "
[PATCH v3 -rcu] workqueue: Convert for_each_wq to use built-in list check
2019-08-16 16:45 UTC (4+ messages)
[PATCH 0/9] arm64: Stolen time support
2019-08-16 10:23 UTC (6+ messages)
` [UNVERIFIED SENDER] "
[PATCH v4 2/2] hwmon: pmbus: Add Inspur Power System power supply driver
2019-08-16 3:13 UTC (5+ messages)
[PATCH] Documentation/admin-guide: Embargoed hardware security issues
2019-08-15 23:10 UTC (12+ messages)
` [PATCH v2] "
[PATCH 0/2] trace-vmscan-postprocess: fix parsing and output
2019-08-15 17:14 UTC (3+ messages)
` [PATCH 1/2] trace-vmscan-postprocess: sync with tracepoints updates
` [PATCH 2/2] trace-vmscan-postprocess: fix output table spacing
[PATCH] Documentation: crypto: crypto_engine: Fix Sphinx warning
2019-08-15 12:06 UTC (2+ messages)
[RFC 00/19] Integration of Kernel Test Framework (KTF) into the kernel tree
2019-08-15 10:52 UTC (13+ messages)
` [RFC 01/19] kbuild: Fixes to rules for host-cshlib and host-cxxshlib
` [RFC 06/19] ktf: A simple debugfs interface to test results
[PATCH 00/10 v2] Cleanup IOMMU passthrough setting (and disable IOMMU Passthrough when SME is active)
2019-08-15 7:19 UTC (17+ messages)
` [PATCH 01/10] iommu: Add helpers to set/get default domain type
` [PATCH 02/10] iommu/amd: Request passthrough mode from IOMMU core
` [PATCH 03/10] iommu/vt-d: "
` [PATCH 04/10] x86/dma: Get rid of iommu_pass_through
` [PATCH 05/10] ia64: "
` [PATCH 06/10] iommu: Remember when default domain type was set on kernel command line
` [PATCH 07/10] iommu: Print default domain type on boot
` [PATCH 08/10] iommu: Set default domain type at runtime
` [PATCH 09/10] iommu: Disable passthrough mode when SME is active
` [PATCH 10/10] Documentation: Update Documentation for iommu.passthrough
[PATCH] Ext4 documentation fixes
2019-08-15 6:09 UTC
[PATCH v3 00/12] FPGA DFL updates
2019-08-15 3:58 UTC (6+ messages)
` [PATCH v3 01/12] fpga: dfl: fme: support 512bit data width PR
[PATCH v3 1/2] rcu/tree: Add basic support for kfree_rcu batching
2019-08-14 23:02 UTC (7+ messages)
[PATCH 1/3] workqueue: Convert for_each_wq to use built-in list check (v2)
2019-08-14 22:42 UTC (3+ messages)
[PATCH v5 14/18] compat_ioctl: handle PPPIOCGIDLE for 64-bit time_t
2019-08-14 20:54 UTC
[PATCH v13 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
2019-08-14 17:23 UTC (3+ messages)
[PATCH V2 0/3] KVM/Hyper-V: Add Hyper-V direct tlb flush support
2019-08-14 13:28 UTC (4+ messages)
` [PATCH V2 1/3] x86/Hyper-V: Fix definition of struct hv_vp_assist_page
[PATCH 0/2] docs: two fixes for Kbuild document after the ReST conversion
2019-08-14 10:54 UTC (3+ messages)
` [PATCH 1/2] docs: kbuild: fix invalid ReST syntax
` [PATCH 2/2] docs: kbuild: remove cc-ldoption from document again
PLEASE CONFIRM PURCHASE ORDER
2019-08-14 7:51 UTC
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).