messages from 2022-11-03 17:46:44 to 2022-11-05 21:45:50 UTC [more...]
[PATCH v4a 00/38] timers: Use timer_shutdown*() before freeing timers
2022-11-05 21:45 UTC (14+ messages)
[PATCH RESEND] Documentation: devres: add missing IIO helpers
2022-11-05 15:08 UTC (2+ messages)
[PATCH] doc: phy: Document typical order of API calls
2022-11-05 14:45 UTC (2+ messages)
[PATCH v3] docs/zh_CN: Add userspace-api/seccomp_filter Chinese translation
2022-11-05 14:23 UTC (2+ messages)
[PATCH] docs/zh_CN: Add userspace-api/futex2 Chinese translation
2022-11-05 13:33 UTC (2+ messages)
[PATCH bpf-next v2] docs/bpf: document BPF ARRAY_OF_MAPS and HASH_OF_MAPS
2022-11-05 12:54 UTC (4+ messages)
[PATCH 0/3] x86/speculation: Support Automatic IBRS
2022-11-05 11:39 UTC (10+ messages)
` [PATCH 1/3] x86/cpufeatures: Add support for cpuid leaf 80000021/EAX (FeatureExt2Eax)
` [PATCH 2/3] x86/speculation: Support Automatic IBRS
` [PATCH 3/3] x86/speculation: Support Automatic IBRS under virtualization
[PATCH] mm: anonymous shared memory naming
2022-11-05 9:34 UTC (2+ messages)
[PATCH v3 00/15] IOMMUFD Generic interface
2022-11-05 9:31 UTC (31+ messages)
` [PATCH v3 01/15] iommu: Add IOMMU_CAP_ENFORCE_CACHE_COHERENCY
` [PATCH v3 02/15] iommu: Add device-centric DMA ownership interfaces
` [PATCH v3 03/15] interval-tree: Add a utility to iterate over spans in an interval tree
` [PATCH v3 08/15] iommufd: Algorithms for PFN storage
` [PATCH v3 8/15] "
` [PATCH v3 10/15] iommufd: IOCTLs for the io_pagetable
` [PATCH v3 11/15] iommufd: Add a HW pagetable object
` [PATCH v3 12/15] iommufd: Add kAPI toward external drivers for physical devices
` [PATCH v3 14/15] iommufd: vfio container FD ioctl compatibility
` [PATCH v3 15/15] iommufd: Add a selftest
[PATCH] Documentation: eisa: Fix typo
2022-11-05 8:06 UTC
[PATCH v6 00/21] Drivers for gunyah hypervisor
2022-11-05 4:19 UTC (36+ messages)
` [PATCH v6 02/21] dt-bindings: Add binding "
` [PATCH v6 10/21] gunyah: rsc_mgr: Add resource manager RPC core
` [PATCH v6 13/21] gunyah: vm_mgr: Introduce basic VM Manager
[PATCH 0/7] Add Tegra234 HTE support
2022-11-05 3:33 UTC (5+ messages)
` [PATCH 4/7] dt-bindings: timestamp: Add Tegra234 support
` [PATCH 5/7] hte: Re-phrase tegra API document
` [PATCH 6/7] arm64: tegra: Enable GTE nodes
[PATCH net-next v4] octeon_ep: support Octeon device CNF95N
2022-11-05 3:10 UTC (2+ messages)
[PATCH bpf-next] Documentation: bpf: escape underscore in BPF type name prefix
2022-11-05 2:49 UTC (7+ messages)
[PATCH bpf-next v2] docs/bpf: Add LRU internals description and graph
2022-11-05 0:12 UTC (5+ messages)
[RFC][PATCH v3 00/33] timers: Use timer_shutdown*() before freeing timers
2022-11-04 23:34 UTC (9+ messages)
[PATCH bpf-next v1] docs/bpf: Document BPF map types QUEUE and STACK
2022-11-04 23:00 UTC (2+ messages)
[PATCH v3 00/37] Shadow stacks for userspace
2022-11-04 22:56 UTC (39+ messages)
` [PATCH v3 01/37] Documentation/x86: Add CET description
` [PATCH v3 02/37] x86/cet/shstk: Add Kconfig option for Shadow Stack
` [PATCH v3 03/37] x86/cpufeatures: Add CPU feature flags for shadow stacks
` [PATCH v3 04/37] x86/cpufeatures: Enable CET CR4 bit for shadow stack
` [PATCH v3 05/37] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH v3 06/37] x86/fpu: Add helper for modifying xstate
` [PATCH v3 07/37] x86/cet: Add user control-protection fault handler
` [PATCH v3 08/37] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
` [PATCH v3 09/37] x86/mm: Move pmd_write(), pud_write() up in the file
` [PATCH v3 10/37] x86/mm: Introduce _PAGE_COW
` [PATCH v3 11/37] x86/mm: Update pte_modify for _PAGE_COW
` [PATCH v3 12/37] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW
` [PATCH v3 13/37] mm: Move VM_UFFD_MINOR_BIT from 37 to 38
` [PATCH v3 14/37] mm: Introduce VM_SHADOW_STACK for shadow stack memory
` [PATCH v3 15/37] x86/mm: Check Shadow Stack page fault errors
` [PATCH v3 16/37] x86/mm: Update maybe_mkwrite() for shadow stack
` [PATCH v3 17/37] mm: Fixup places that call pte_mkwrite() directly
` [PATCH v3 18/37] mm: Add guard pages around a shadow stack
` [PATCH v3 19/37] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v3 20/37] mm/mprotect: Exclude shadow stack from preserve_write
` [PATCH v3 21/37] mm: Re-introduce vm_flags to do_mmap()
` [PATCH v3 22/37] mm: Don't allow write GUPs to shadow stack memory
` [PATCH v3 23/37] mm: Warn on shadow stack memory in wrong vma
` [PATCH v3 24/37] x86: Introduce userspace API for CET enabling
` [PATCH v3 25/37] x86/shstk: Add user-mode shadow stack support
` [PATCH v3 26/37] x86/shstk: Handle thread shadow stack
` [PATCH v3 27/37] x86/shstk: Introduce routines modifying shstk
` [PATCH v3 28/37] x86/shstk: Handle signals for shadow stack
` [PATCH v3 29/37] x86/shstk: Introduce map_shadow_stack syscall
` [PATCH v3 30/37] x86/shstk: Support wrss for userspace
` [PATCH v3 31/37] x86: Expose thread features in /proc/$PID/status
` [PATCH v3 32/37] x86/cet/shstk: Wire in CET interface
` [PATCH v3 33/37] selftests/x86: Add shadow stack test
` [PATCH v3 34/37] x86/fpu: Add helper for initing features
` [PATCH v3 35/37] x86/cet: Add PTRACE interface for CET
` [PATCH v3 36/37] x86/cet/shstk: Add ARCH_CET_UNLOCK
` [RFC 37/37] fs/binfmt_elf: Block old shstk elf bit
[PATCH net-next v5] ethtool: linkstate: add a statistic for PHY down events
2022-11-04 22:48 UTC (3+ messages)
[PATCH v9 0/8] KVM: mm: fd-based approach for supporting KVM
2022-11-04 22:29 UTC (9+ messages)
` [PATCH v9 4/8] KVM: Use gfn instead of hva for mmu_notifier_retry
` [PATCH v9 5/8] KVM: Register/unregister the guest private memory regions
[PATCH bpf-next v1] bpf, docs: document BPF_MAP_TYPE_ARRAY_OF_MAPS and *_HASH_OF_MAPS
2022-11-04 21:26 UTC (2+ messages)
[PATCH v8 00/13] Support for AMD QoS new features
2022-11-04 20:01 UTC (14+ messages)
` [PATCH v8 01/13] x86/cpufeatures: Add Slow Memory Bandwidth Allocation feature flag
` [PATCH v8 02/13] x86/resctrl: Add a new resource type RDT_RESOURCE_SMBA
` [PATCH v8 03/13] x86/cpufeatures: Add Bandwidth Monitoring Event Configuration feature flag
` [PATCH v8 04/13] x86/resctrl: Include new features in command line options
` [PATCH v8 05/13] x86/resctrl: Detect and configure Slow Memory Bandwidth Allocation
` [PATCH v8 06/13] x86/resctrl: Remove the init attribute for rdt_cpu_has()
` [PATCH v8 07/13] x86/resctrl: Introduce data structure to support monitor configuration
` [PATCH v8 08/13] x86/resctrl: Add sysfs interface to read mbm_total_bytes_config
` [PATCH v8 09/13] x86/resctrl: Add sysfs interface to read mbm_local_bytes_config
` [PATCH v8 10/13] x86/resctrl: Add sysfs interface to write mbm_total_bytes_config
` [PATCH v8 11/13] x86/resctrl: Add sysfs interface to write mbm_local_bytes_config
` [PATCH v8 12/13] x86/resctrl: Replace smp_call_function_many() with on_each_cpu_mask()
` [PATCH v8 13/13] Documentation/x86: Update resctrl.rst for new features
[PATCH v1 0/6] ARM: Add GXP Fan and SPI controllers
2022-11-04 20:01 UTC (8+ messages)
` [PATCH v1 1/6] hwmon: (gxp-fan-ctrl) Add GXP fan controller
` [PATCH v1 2/6] ABI: sysfs-class-hwmon: add a description for fanY_fault
` [PATCH v1 3/6] dt-bindings: hwmon: Add hpe,gxp-fan-ctrl
` [PATCH v1 4/6] ARM: dts: add GXP Support for fans and SPI
` [PATCH v1 5/6] ARM: multi_v7_defconfig: Add GXP Fan and SPI support
` [PATCH v1 6/6] MAINTAINERS: add gxp fan controller and documents
[PATCH v2 00/15] magic-number.rst funeral rites
2022-11-04 19:57 UTC (6+ messages)
` [PATCH v2 07/15] MIPS: IP27: clean out sn/nmi.h
` [PATCH v2 14/15] scsi: ncr53c8xx: replace CCB_MAGIC with bool busy
[PATCH v4 00/11] Encrypted Hibernation
2022-11-04 18:34 UTC (3+ messages)
` [PATCH v4 05/11] security: keys: trusted: Allow storage of PCR values in creation data
[PATCH net-next v2] net/core: Allow live renaming when an interface is up
2022-11-04 17:54 UTC
[PATCH] Documentation: devres: add missing devm_acpi_dma_controller_free() helper
2022-11-04 14:48 UTC (2+ messages)
[PATCH v2 0/3] dmaengine: Add support for immediate commands
2022-11-04 12:40 UTC (2+ messages)
[PATCH] Docs/admin-guide/mm/zswap: remove a paragraph about zswap being a new feature
2022-11-04 12:26 UTC
[PATCH] kvm/arm: Fix pvtime documentation
2022-11-04 12:19 UTC (6+ messages)
[PATCH] docs/ja_JP/howto: Update for v6.1
2022-11-04 12:01 UTC (2+ messages)
[PATCH hid v11 00/14] Introduce eBPF support for HID devices
2022-11-04 11:41 UTC (2+ messages)
[v2 0/6] KVM: arm64: implement vcpu_is_preempted check
2022-11-04 9:02 UTC (8+ messages)
` [v2 1/6] KVM: arm64: Document PV-lock interface
` [v2 2/6] KVM: arm64: Add SMCCC paravirtualised lock calls
` [v2 3/6] KVM: arm64: Support pvlock preempted via shared structure
` [v2 4/6] KVM: arm64: Provide VCPU attributes for PV lock
` [v2 5/6] KVM: arm64: Support the VCPU preemption check
` [v2 6/6] KVM: selftests: add tests for PV time specific hypercall
[RFC 0/6] KVM: arm64: implement vcpu_is_preempted check
2022-11-04 6:24 UTC (4+ messages)
` [RFC 5/6] KVM: arm64: Support the VCPU preemption check
` [External] "
[PATCH v17 0/3] Add TDX Guest Attestation support
2022-11-04 3:23 UTC (4+ messages)
` [PATCH v17 1/3] x86/tdx: Add a wrapper to get TDREPORT from the TDX Module
` [PATCH v17 2/3] virt: Add TDX guest driver
` [PATCH v17 3/3] selftests: tdx: Test TDX attestation GetReport support
[PATCH net-next] net/core: Allow live renaming when an interface is up
2022-11-04 2:50 UTC (4+ messages)
[PATCH] sysfs: update Documentation
2022-11-04 0:39 UTC
[PATCH] debugfs: small Documentation cleaning
2022-11-04 0:38 UTC
[PATCH net-next] net/core: Allow live renaming when an interface is up
2022-11-03 22:46 UTC
[PATCH net-next v2] netconsole: Enable live renaming for network interfaces used by netconsole
2022-11-03 22:38 UTC (7+ messages)
[PATCH bpf-next] docs/bpf: Add LRU internals description and graph
2022-11-03 20:44 UTC
[PATCH] docs/bpf: Add LRU internals description and graph
2022-11-03 20:43 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).