messages from 2023-01-18 06:29:18 to 2023-01-20 00:59:59 UTC [more...]
[PATCH v1 00/12] add FPGA hotplug manager driver
2023-01-19 15:33 UTC (23+ messages)
` [PATCH v1 01/12] PCI: hotplug: add new callbacks on hotplug_slot_ops
` [PATCH v1 02/12] PCI: hotplug: expose APIs from pciehp driver
` [PATCH v1 03/12] PCI: hotplug: add and expose link disable API
` [PATCH v1 04/12] PCI: hotplug: add FPGA PCI hotplug manager driver
` [PATCH v1 05/12] fpga: dfl: register dfl-pci device into fpgahph driver
` [PATCH v1 06/12] driver core: expose device_is_ancestor() API
` [PATCH v1 07/12] PCI: hotplug: add register/unregister function for BMC device
` [PATCH v1 08/12] fpga: m10bmc-sec: register BMC device into fpgahp driver
` [PATCH v1 09/12] fpga: dfl: remove non-reserved devices
` [PATCH v1 10/12] PCI: hotplug: implement the hotplug_slot_ops callback for fpgahp
` [PATCH v1 11/12] fpga: m10bmc-sec: add m10bmc_sec_retimer_load callback
` [PATCH v1 12/12] Documentation: fpga: add description of fpgahp driver
[PATCH net-next v3 0/8] Netlink protocol specs
2023-01-20 0:50 UTC (18+ messages)
` [PATCH net-next v3 1/8] docs: add more netlink docs (incl. spec docs)
` [PATCH net-next v3 2/8] netlink: add schemas for YAML specs
` [PATCH net-next v3 3/8] net: add basic C code generators for Netlink
` [PATCH net-next v3 4/8] netlink: add a proto specification for FOU
` [PATCH net-next v3 5/8] net: fou: regenerate the uAPI from the spec
` [PATCH net-next v3 6/8] net: fou: rename the source for linking
` [PATCH net-next v3 7/8] net: fou: use policy and operation tables generated from the spec
` [PATCH net-next v3 8/8] tools: ynl: add a completely generic client
[PATCH v3 2/6] exit: Put an upper limit on how often we can oops
2023-01-20 0:28 UTC (4+ messages)
[PATCH v5 00/39] Shadow stacks for userspace
2023-01-20 0:59 UTC (52+ messages)
` [PATCH v5 01/39] Documentation/x86: Add CET shadow stack description
` [PATCH v5 02/39] x86/shstk: Add Kconfig option for shadow stack
` [PATCH v5 03/39] x86/cpufeatures: Add CPU feature flags for shadow stacks
` [PATCH v5 04/39] x86/cpufeatures: Enable CET CR4 bit for shadow stack
` [PATCH v5 05/39] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH v5 06/39] x86/fpu: Add helper for modifying xstate
` [PATCH v5 07/39] x86: Add user control-protection fault handler
` [PATCH v5 08/39] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
` [PATCH v5 09/39] x86/mm: Move pmd_write(), pud_write() up in the file
` [PATCH v5 10/39] x86/mm: Introduce _PAGE_COW
` [PATCH v5 11/39] x86/mm: Update pte_modify for _PAGE_COW
` [PATCH v5 12/39] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW
` [PATCH v5 13/39] x86/mm: Start actually marking _PAGE_COW
` [PATCH v5 14/39] mm: Move VM_UFFD_MINOR_BIT from 37 to 38
` [PATCH v5 15/39] mm: Introduce VM_SHADOW_STACK for shadow stack memory
` [PATCH v5 16/39] x86/mm: Check shadow stack page fault errors
` [PATCH v5 17/39] x86/mm: Update maybe_mkwrite() for shadow stack
` [PATCH v5 18/39] mm: Handle faultless write upgrades for shstk
` [PATCH v5 19/39] mm: Fixup places that call pte_mkwrite() directly
` [PATCH v5 20/39] mm: Add guard pages around a shadow stack
` [PATCH v5 21/39] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v5 22/39] mm: Re-introduce vm_flags to do_mmap()
` [PATCH v5 23/39] mm: Don't allow write GUPs to shadow stack memory
` [PATCH v5 24/39] x86/mm: Introduce MAP_ABOVE4G
` [PATCH v5 25/39] mm: Warn on shadow stack memory in wrong vma
` [PATCH v5 26/39] x86: Introduce userspace API for shadow stack
` [PATCH v5 27/39] x86/shstk: Add user-mode shadow stack support
` [PATCH v5 28/39] x86/shstk: Handle thread shadow stack
` [PATCH v5 29/39] x86/shstk: Introduce routines modifying shstk
` [PATCH v5 30/39] x86/shstk: Handle signals for shadow stack
` [PATCH v5 31/39] x86/shstk: Introduce map_shadow_stack syscall
` [PATCH v5 32/39] x86/shstk: Support WRSS for userspace
` [PATCH v5 33/39] x86: Expose thread features in /proc/$PID/status
` [PATCH v5 34/39] x86/shstk: Wire in shadow stack interface
` [PATCH v5 35/39] selftests/x86: Add shadow stack test
` [PATCH v5 36/39] x86/fpu: Add helper for initing features
` [PATCH v5 37/39] x86: Add PTRACE interface for shadow stack
` [PATCH v5 38/39] x86/shstk: Add ARCH_SHSTK_UNLOCK
` [PATCH v5 39/39] x86/shstk: Add ARCH_SHSTK_STATUS
[PATCH RFC] docs: Add more information to the HTML sidebar
2023-01-20 0:11 UTC
[PATCH v2 0/3] Improve dirty ring warning report
2023-01-19 23:44 UTC (4+ messages)
` [PATCH v2 1/3] KVM: arm64: Add helper vgic_write_guest_lock()
` [PATCH v2 2/3] KVM: arm64: Allow no running vcpu on restoring vgic3 LPI pending status
` [PATCH v2 3/3] KVM: arm64: Allow no running vcpu on saving vgic3 pending table
[PATCH v2] docs/scripts/gdb: add necessary make scripts_gdb step
2023-01-19 23:23 UTC
[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
2023-01-19 22:37 UTC (16+ messages)
` [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory
` [PATCH v10 9/9] KVM: Enable and expose KVM_MEM_PRIVATE
[PATCH v3 0/9] mm: introduce Designated Movable Blocks
2023-01-19 22:33 UTC (7+ messages)
New theme - Alabaster for Kernel Documentation
2023-01-19 22:02 UTC (6+ messages)
[PATCH] x86/vsyscall: Fix documentation to reflect the default mode
2023-01-19 21:24 UTC (2+ messages)
[PATCH v3] docs/zh_CN: Add a glossary of Chinese translation terms
2023-01-19 21:13 UTC (2+ messages)
[PATCH] docs/scripts/gdb: add necessary make scripts_gdb step
2023-01-19 21:09 UTC (2+ messages)
[agd5f:drm-next 251/262] htmldocs: Documentation/gpu/amdgpu/driver-misc.rst:38: WARNING: "csv-table" widths do not match the number of columns in table (7)
2023-01-19 21:09 UTC
[PATCH v2] Documentation: Avoid duplicate Kconfig inclusion
2023-01-19 20:57 UTC (2+ messages)
[PATCH] docs: accel: Fix debugfs path
2023-01-19 16:28 UTC (2+ messages)
[PATCH v9 00/10] phy: Add support for Lynx 10G SerDes
2023-01-19 16:22 UTC (4+ messages)
[PATCH v3] mm/highmem: Add notes about conversions from kmap{,_atomic}()
2023-01-19 12:39 UTC
[PATCH v3 0/6] amd_pstate: Add guided autonomous mode support
2023-01-19 12:30 UTC (8+ messages)
` [PATCH v3 1/6] acpi: cppc: Add min and max perf reg writing support
` [PATCH v3 2/6] acpi: cppc: Add auto select register read/write support
` [PATCH v3 3/6] cpufreq: amd_pstate: Add guided autonomous mode
` [PATCH v3 4/6] Documentation: amd_pstate: Move amd_pstate param to alphabetical order
` [PATCH v3 5/6] cpufreq: amd_pstate: Add guided mode control support via sysfs
` [PATCH v3 6/6] Documentation: amd_pstate: Update amd_pstate status sysfs for guided
[PATCH] mm/highmem: fix spelling mistakeo
2023-01-19 12:11 UTC (2+ messages)
[PATCH v4 0/3] hwmon: add initial NXP MC34VR500 PMIC monitoring support
2023-01-19 11:42 UTC (5+ messages)
` [PATCH v4 1/3] dt-bindings: hwmon: add nxp,mc34vr500
` [PATCH v4 2/3] docs: hwmon: add docs for the NXP MC34VR500 PMIC
` [PATCH v4 3/3] hwmon: add initial NXP MC34VR500 PMIC monitoring support
[PATCH drm-next 00/14] [RFC] DRM GPUVA Manager & Nouveau VM_BIND UAPI
2023-01-19 11:33 UTC (28+ messages)
` [PATCH drm-next 02/14] drm/exec: fix memory leak in drm_exec_prepare_obj()
` [PATCH drm-next 03/14] drm: manager to keep track of GPUs VA mappings
` [PATCH drm-next 06/14] drm/nouveau: get vmm via nouveau_cli_vmm()
` [PATCH drm-next 07/14] drm/nouveau: bo: initialize GEM GPU VA interface
` [PATCH drm-next 08/14] drm/nouveau: move usercopy helpers to nouveau_drv.h
` [PATCH drm-next 09/14] drm/nouveau: fence: fail to emit when fence context is killed
` [PATCH drm-next 13/14] drm/nouveau: implement new VM_BIND UAPI
` [PATCH drm-next 14/14] drm/nouveau: debugfs: implement DRM GPU VA debugfs
` drm_gpuva_manager requirements (was Re: [PATCH drm-next 00/14] [RFC] DRM GPUVA Manager & Nouveau VM_BIND UAPI)
[PATCH v3] mm: Add nodes= arg to memory.reclaim
2023-01-19 8:29 UTC (10+ messages)
` [PATCH] Revert "mm: add nodes= arg to memory.reclaim"
` Proactive reclaim/demote discussion (was Re: [PATCH] Revert "mm: add nodes= arg to memory.reclaim")
[PATCH] scripts: remove bin2c
2023-01-19 7:56 UTC (3+ messages)
[PATCH] workqueue: Add WQ_SCHED_FIFO
2023-01-19 4:31 UTC (13+ messages)
[PATCH v2 0/3] Checkpoint Support for Syscall User Dispatch
2023-01-19 2:39 UTC (8+ messages)
` [PATCH 1/3] ptrace,syscall_user_dispatch: Implement Syscall User Dispatch Suspension
` [PATCH 2/3] fs/proc/array: Add Syscall User Dispatch to proc status
` [PATCH 3/3] ptrace,syscall_user_dispatch: add a getter/setter for sud configuration
[PATCH] mm/highmem: fix spelling mistakeo
2023-01-19 2:11 UTC (3+ messages)
` 答复: "
[RFC PATCH 0/3] Checkpoint Support for Syscall User Dispatch
2023-01-18 20:40 UTC (5+ messages)
` [PATCH 1/3] ptrace,syscall_user_dispatch: Implement Syscall User Dispatch Suspension
[PATCH v8 00/28] Drivers for gunyah hypervisor
2023-01-18 18:26 UTC (3+ messages)
` [PATCH v8 11/28] gunyah: rsc_mgr: Add VM lifecycle RPC
[PATCH] Documentation: mm: use `s/higmem/highmem/` fix typo for highmem
2023-01-18 17:42 UTC (2+ messages)
[linux-next:master] BUILD REGRESSION f3381a7baf5ccbd091eb2c4fd2afd84266fcef24
2023-01-18 16:50 UTC
[PATCH v12 00/13] x86/resctrl: Support for AMD QoS new features
2023-01-18 16:36 UTC (3+ messages)
[PATCH net-next 1/1] drivers/phylib: fix coverity issue
2023-01-18 15:54 UTC (3+ messages)
[PATCH drm-next 04/14] drm: debugfs: provide infrastructure to dump a DRM GPU VA space
2023-01-18 15:47 UTC (3+ messages)
[PATCH v2 net-next 1/1] net: phy: fix use of uninit variable when setting PLCA config
2023-01-18 15:47 UTC
[RFC PATCH 00/25] Upstream kvx Linux port
2023-01-18 15:09 UTC (5+ messages)
` [RFC PATCH 01/25] Documentation: kvx: Add basic documentation
[v3 0/6] KVM: arm64: implement vcpu_is_preempted check
2023-01-18 13:29 UTC (3+ messages)
` [v3 1/6] KVM: arm64: Document PV-lock interface
[PATCH v3 0/3] add initial NXP MC34VR500 PMIC monitoring support
2023-01-18 11:43 UTC (3+ messages)
` [PATCH v3 2/3] dt-bindings: hwmon: add nxp,mc34vr500
[PATCH v2 00/21] blksnap - block devices snapshots module
2023-01-18 10:51 UTC (3+ messages)
[PATCH 0/6] docs: kbuild makefile documentation cleanups
2023-01-18 7:59 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).