messages from 2019-08-15 21:04:17 to 2019-08-21 16:47:54 UTC [more...]
[PATCH v9 0/3] arm64 tagged address ABI
2019-08-21 16:47 UTC (4+ messages)
` [PATCH v9 1/3] mm: untag user pointers in mmap/munmap/mremap/brk
` [PATCH v9 2/3] arm64: Define Documentation/arm64/tagged-address-abi.rst
` [PATCH v9 3/3] arm64: Relax Documentation/arm64/tagged-pointers.rst
[PATCH v7 3/7] of/platform: Add functional dependency link from DT bindings
2019-08-21 16:39 UTC (10+ messages)
[PATCH v3 00/10] arm64: Stolen time support
2019-08-21 15:36 UTC (11+ messages)
` [PATCH v3 01/10] KVM: arm64: Document PV-time interface
` [PATCH v3 02/10] KVM: arm/arm64: Factor out hypercall handling from PSCI code
` [PATCH v3 03/10] KVM: arm64: Implement PV_FEATURES call
` [PATCH v3 04/10] KVM: Implement kvm_put_guest()
` [PATCH v3 05/10] KVM: arm64: Support stolen time reporting via shared structure
` [PATCH v3 06/10] KVM: Allow kvm_device_ops to be const
` [PATCH v3 07/10] KVM: arm64: Provide a PV_TIME device to user space
` [PATCH v3 08/10] arm/arm64: Provide a wrapper for SMCCC 1.1 calls
` [PATCH v3 09/10] arm/arm64: Make use of the SMCCC 1.1 wrapper
` [PATCH v3 10/10] arm64: Retrieve stolen time as paravirtualized guest
[PATCH v8 00/27] Control-flow Enforcement: Shadow Stack
2019-08-21 14:46 UTC (15+ messages)
` [PATCH v8 02/27] x86/cpufeatures: Add CET CPU feature flags for Control-flow Enforcement Technology (CET)
` [PATCH v8 03/27] x86/fpu/xstate: Change names to separate XSAVES system and user states
` [PATCH v8 04/27] x86/fpu/xstate: Introduce XSAVES system states
` [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 00/17] Use MFD framework for SGI IOC3 drivers
2019-08-21 14:28 UTC (27+ 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] docs: mtd: Update spi nor reference driver
2019-08-21 13:39 UTC (8+ messages)
[PATCH v4 0/3] Casefolding in F2FS
2019-08-21 13:15 UTC (3+ messages)
` [PATCH v4 3/3] f2fs: Support case-insensitive file name lookups
` [f2fs-dev] "
[PATCH v3] arm64: implement KPROBES_ON_FTRACE
2019-08-21 10:46 UTC
[PATCH v2 0/9] arm64: Stolen time support
2019-08-21 10:27 UTC (12+ 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 3/4] kbuild: pkg: rename scripts/package/Makefile to scripts/Makefile.package
2019-08-21 7:02 UTC
[PATCH v5 0/9] FPGA DFL updates
2019-08-21 5:12 UTC (9+ messages)
` [PATCH v5 1/9] fpga: dfl: make init callback optional
` [PATCH v5 2/9] fpga: dfl: fme: convert platform_driver to use dev_groups
Zdravstvujte! Vas interesujut klientskie bazy dannyh?
2019-08-20 21:44 UTC
[RFC 00/19] Integration of Kernel Test Framework (KTF) into the kernel tree
2019-08-21 4:03 UTC (9+ messages)
` [RFC 01/19] kbuild: Fixes to rules for host-cshlib and host-cxxshlib
[PATCH v2 0/3] arm64: KPROBES_ON_FTRACE
2019-08-21 2:50 UTC (17+ 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 v13 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
2019-08-21 0:15 UTC (7+ messages)
[PATCH v14 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
2019-08-20 23:20 UTC (19+ messages)
` [PATCH v14 01/18] kunit: test: add KUnit test runner core
` [PATCH v14 02/18] kunit: test: add test resource management API
` [PATCH v14 03/18] kunit: test: add string_stream a std::stream like string builder
` [PATCH v14 04/18] kunit: test: add assertion printing library
` [PATCH v14 05/18] kunit: test: add the concept of expectations
` [PATCH v14 06/18] kbuild: enable building KUnit
` [PATCH v14 07/18] kunit: test: add initial tests
` [PATCH v14 08/18] objtool: add kunit_try_catch_throw to the noreturn list
` [PATCH v14 09/18] kunit: test: add support for test abort
` [PATCH v14 10/18] kunit: test: add tests for kunit "
` [PATCH v14 11/18] kunit: test: add the concept of assertions
` [PATCH v14 12/18] kunit: test: add tests for KUnit managed resources
` [PATCH v14 13/18] kunit: tool: add Python wrappers for running KUnit tests
` [PATCH v14 14/18] kunit: defconfig: add defconfigs for building "
` [PATCH v14 15/18] Documentation: kunit: add documentation for KUnit
` [PATCH v14 16/18] MAINTAINERS: add entry for KUnit the unit testing framework
` [PATCH v14 17/18] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()
` [PATCH v14 18/18] MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section
[PATCH 00/11 v3] Cleanup IOMMU passthrough setting (and disable IOMMU Passthrough when SME is active)
2019-08-20 21:18 UTC (14+ 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 3/3] kbuild: remove ARCH_{CPP,A,C}FLAGS
2019-08-20 17:09 UTC
[PATCH] Documentation/admin-guide: Embargoed hardware security issues
2019-08-20 16:58 UTC (14+ messages)
` [PATCH v2] "
[PATCH v2 0/6] Add initial support for S32V234-EVB
2019-08-20 16:38 UTC (7+ messages)
` [PATCH v2 2/6] arm64: Introduce config for S32
` [PATCH v2 3/6] arm64: dts: fsl: Add device tree for S32V234-EVB
[PATCH v6 2/2] hwmon: pmbus: Add Inspur Power System power supply driver
2019-08-20 15:09 UTC (3+ messages)
[PATCH V3 0/3] KVM/Hyper-V: Add Hyper-V direct tlb flush support
2019-08-20 12:38 UTC (6+ 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 v5 1/6] mm/page_idle: Add per-pid idle page tracking using virtual index
2019-08-19 21:52 UTC (6+ messages)
[PATCH] Documentation PCI: Fix pciebus-howto.rst filename typo
2019-08-19 17:16 UTC (2+ messages)
[PATCH v8 0/2] arm64 tagged address ABI
2019-08-19 16:28 UTC (13+ 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 (2+ messages)
[PATCH] docs: process: fix broken link
2019-08-19 5:50 UTC (2+ 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 (13+ messages)
` Non-random RDRAND "
[PATCH v3 -rcu] workqueue: Convert for_each_wq to use built-in list check
2019-08-16 16:45 UTC (2+ 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)
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).