messages from 2023-02-16 18:23:42 to 2023-02-20 17:46:35 UTC [more...]
[PATCH drm-next v2 00/16] [RFC] DRM GPUVA Manager & Nouveau VM_BIND UAPI
2023-02-20 17:06 UTC (30+ messages)
` [PATCH drm-next v2 01/16] drm: execution context for GEM buffers
` [PATCH drm-next v2 02/16] drm/exec: fix memory leak in drm_exec_prepare_obj()
` [PATCH drm-next v2 03/16] maple_tree: split up MA_STATE() macro
` [PATCH drm-next v2 04/16] maple_tree: add flag MT_FLAGS_LOCK_NONE
` [PATCH drm-next v2 05/16] drm: manager to keep track of GPUs VA mappings
` [PATCH drm-next v2 06/16] drm: debugfs: provide infrastructure to dump a DRM GPU VA space
` [PATCH drm-next v2 07/16] drm/nouveau: new VM_BIND uapi interfaces
` [PATCH drm-next v2 08/16] drm/nouveau: get vmm via nouveau_cli_vmm()
` [PATCH drm-next v2 09/16] drm/nouveau: bo: initialize GEM GPU VA interface
` [PATCH drm-next v2 10/16] drm/nouveau: move usercopy helpers to nouveau_drv.h
` [PATCH drm-next v2 11/16] drm/nouveau: fence: fail to emit when fence context is killed
` [PATCH drm-next v2 12/16] drm/nouveau: chan: provide nouveau_channel_kill()
` [PATCH drm-next v2 13/16] drm/nouveau: nvkm/vmm: implement raw ops to manage uvmm
` [PATCH drm-next v2 14/16] drm/nouveau: implement uvmm for user mode bindings
` [PATCH drm-next v2 15/16] drm/nouveau: implement new VM_BIND UAPI
` [PATCH drm-next v2 16/16] drm/nouveau: debugfs: implement DRM GPU VA debugfs
[PATCH V2 00/21] Add basic ACPI support for RISC-V
2023-02-20 17:45 UTC (20+ messages)
` [PATCH V2 04/21] RISC-V: Add support to build the ACPI core
` [PATCH V2 05/21] ACPI: Kconfig: Enable ACPI_PROCESSOR for RISC-V
` [PATCH V2 07/21] ACPI: processor_core: RISC-V: Enable mapping processor to the hartid
` [PATCH V2 08/21] drivers/acpi: RISC-V: Add RHCT related code
` [PATCH V2 09/21] RISC-V: smpboot: Create wrapper smp_setup()
` [PATCH V2 10/21] RISC-V: smpboot: Add ACPI support in smp_setup()
` [PATCH V2 11/21] RISC-V: ACPI: Add a function to retrieve the hartid
` [PATCH V2 12/21] RISC-V: cpufeature: Add ACPI support in riscv_fill_hwcap()
` [PATCH V2 19/21] RISC-V: Enable ACPI in defconfig
` [PATCH V2 20/21] MAINTAINERS: Add entry for drivers/acpi/riscv
` [PATCH V2 21/21] Documentation/kernel-parameters.txt: Add RISC-V for ACPI parameter
[PATCH 0/2] Minor documentation clean-up in fs
2023-02-20 17:07 UTC (4+ messages)
` [PATCH 1/2] qnx6: credit contributor and mark filesystem orphan
` [PATCH 2/2] qnx4: credit contributors in CREDITS
[PATCH] docs: locking: refer to the actual existing config names
2023-02-20 17:18 UTC (2+ messages)
[GIT PULL] Documentation for 6.3
2023-02-20 15:38 UTC
[PATCH v10 00/26] Drivers for Gunyah hypervisor
2023-02-20 13:59 UTC (14+ messages)
` [PATCH v10 04/26] virt: gunyah: Add hypercalls to identify Gunyah
` [PATCH v10 07/26] mailbox: Add Gunyah message queue mailbox
` [PATCH v10 08/26] gunyah: rsc_mgr: Add resource manager RPC core
` [PATCH v10 13/26] gunyah: vm_mgr: Add ioctls to support basic non-proxy VM boot
` [PATCH v10 19/26] gunyah: vm_mgr: Add framework to add VM Functions
[PATCH v2] blk-ioprio: Introduce promote-to-rt policy
2023-02-20 13:54 UTC
[PATCH v4 0/1] riscv: Allow to downgrade paging mode from the command line
2023-02-20 13:10 UTC (4+ messages)
` [PATCH v4 1/1] "
[PATCH v6 00/41] Shadow stacks for userspace
2023-02-20 12:58 UTC (61+ messages)
` [PATCH v6 01/41] Documentation/x86: Add CET shadow stack description
` [PATCH v6 02/41] x86/shstk: Add Kconfig option for shadow stack
` [PATCH v6 03/41] x86/cpufeatures: Add CPU feature flags for shadow stacks
` [PATCH v6 04/41] x86/cpufeatures: Enable CET CR4 bit for shadow stack
` [PATCH v6 05/41] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH v6 06/41] x86/fpu: Add helper for modifying xstate
` [PATCH v6 07/41] x86: Move control protection handler to separate file
` [PATCH v6 08/41] x86/shstk: Add user control-protection fault handler
` [PATCH v6 09/41] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
` [PATCH v6 10/41] x86/mm: Move pmd_write(), pud_write() up in the file
` [PATCH v6 11/41] mm: Introduce pte_mkwrite_kernel()
` [PATCH v6 12/41] s390/mm: Introduce pmd_mkwrite_kernel()
` [PATCH v6 13/41] mm: Make pte_mkwrite() take a VMA
` [PATCH v6 14/41] x86/mm: Introduce _PAGE_SAVED_DIRTY
` [PATCH v6 15/41] x86/mm: Update ptep/pmdp_set_wrprotect() for _PAGE_SAVED_DIRTY
` [PATCH v6 16/41] x86/mm: Start actually marking _PAGE_SAVED_DIRTY
` [PATCH v6 17/41] mm: Move VM_UFFD_MINOR_BIT from 37 to 38
` [PATCH v6 18/41] mm: Introduce VM_SHADOW_STACK for shadow stack memory
` [PATCH v6 19/41] x86/mm: Check shadow stack page fault errors
` [PATCH v6 20/41] x86/mm: Teach pte_mkwrite() about stack memory
` [PATCH v6 21/41] mm: Add guard pages around a shadow stack
` [PATCH v6 22/41] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v6 23/41] mm: Re-introduce vm_flags to do_mmap()
` [PATCH v6 24/41] mm: Don't allow write GUPs to shadow stack memory
` [PATCH v6 25/41] x86/mm: Introduce MAP_ABOVE4G
` [PATCH v6 26/41] mm: Warn on shadow stack memory in wrong vma
` [PATCH v6 27/41] x86/mm: Warn if create Write=0,Dirty=1 with raw prot
` [PATCH v6 28/41] x86: Introduce userspace API for shadow stack
` [PATCH v6 29/41] x86/shstk: Add user-mode shadow stack support
` [PATCH v6 30/41] x86/shstk: Handle thread shadow stack
` [PATCH v6 31/41] x86/shstk: Introduce routines modifying shstk
` [PATCH v6 32/41] x86/shstk: Handle signals for shadow stack
` [PATCH v6 33/41] x86/shstk: Introduce map_shadow_stack syscall
` [PATCH v6 34/41] x86/shstk: Support WRSS for userspace
` [PATCH v6 35/41] x86: Expose thread features in /proc/$PID/status
` [PATCH v6 36/41] x86/shstk: Wire in shadow stack interface
` [PATCH v6 37/41] selftests/x86: Add shadow stack test
` [PATCH v6 38/41] x86/fpu: Add helper for initing features
` [PATCH v6 39/41] x86: Add PTRACE interface for shadow stack
` [PATCH v6 40/41] x86/shstk: Add ARCH_SHSTK_UNLOCK
` [PATCH v6 41/41] x86/shstk: Add ARCH_SHSTK_STATUS
[PATCH v5 0/2] Apple Magic Keyboard Backlight
2023-02-20 11:52 UTC (3+ messages)
` [PATCH v5 1/2] Documentation: leds: standardise keyboard backlight led names
` [PATCH v5 2/2] HID: hid-apple-magic-backlight: Add driver for keyboard backlight on internal Magic Keyboards
[PATCH v4 0/2] Apple Magic Keyboard Backlight
2023-02-20 11:45 UTC (9+ messages)
` [PATCH v4 1/2] Documentation: leds: standardise keyboard backlight led names
` [PATCH v4 2/2] HID: hid-apple-magic-backlight: Add driver for keyboard backlight on internal Magic Keyboards
[PATCH] docs: ext4: modify the group desc size to 64
2023-02-20 11:06 UTC
[PATCH v4 net-next] sfc: fix builds without CONFIG_RTC_LIB
2023-02-20 11:01 UTC
[PATCH v3 net-next] sfc: fix ia64 builds without CONFIG_RTC_LIB
2023-02-20 10:36 UTC (4+ messages)
[PATCH] KVM: Align the function name of kvm_swap_active_memslots()
2023-02-20 8:45 UTC
[PATCH] KVM: Add the missed title format
2023-02-20 3:49 UTC
[RFC PATCH 0/2] Add flag as THP allocation hint for memfd_restricted() syscall
2023-02-20 3:04 UTC (4+ messages)
` [RFC PATCH 1/2] mm: restrictedmem: "
` [RFC PATCH 2/2] selftests: restrictedmem: Add selftest for RMFD_HUGEPAGE
[PATCH v7 0/6] cpufreq: amd-pstate: Add guided autonomous mode support
2023-02-19 12:07 UTC (2+ messages)
broken link in bpf/bpf_devel_QA
2023-02-19 3:09 UTC (3+ messages)
` [PATCH] Documentation: bpf: Fix link to BTF doc
[PATCH v3 0/2] Apple Magic Keyboard Backlight
2023-02-18 8:58 UTC (6+ messages)
` [PATCH v3 1/2] Documentation: leds: standardise keyboard backlight led names
` [PATCH v3 2/2] HID: hid-apple-magic-backlight: Add driver for keyboard backlight on internal Magic Keyboards
[PATCH v2 0/6] RISC-V Hardware Probing User Interface
2023-02-18 0:15 UTC (10+ messages)
` [PATCH v2 2/6] RISC-V: Add a syscall for HW probing
` [PATCH v2 5/6] RISC-V: hwprobe: Support probing of misaligned access performance
[PATCH v8 00/13] Adds support for PHY LEDs with offload triggers
2023-02-17 23:10 UTC (10+ messages)
` [PATCH v8 11/13] dt-bindings: leds: Document netdev trigger
` [PATCH v8 12/13] dt-bindings: net: phy: Document support for leds node
[PATCH v3] landlock: Clarify documentation for the LANDLOCK_ACCESS_FS_REFER right
2023-02-17 19:28 UTC
[PATCH v2 net-next] sfc: fix ia64 builds without CONFIG_RTC_LIB
2023-02-17 19:29 UTC (5+ messages)
[PATCH v2 0/8] QAIC accel driver
2023-02-17 18:15 UTC (6+ messages)
` [PATCH v2 2/8] accel/qaic: Add uapi and core driver file
[RFC v2 PATCH 0/7] x86/resctrl: Miscellaneous resctrl features
2023-02-17 17:49 UTC (15+ messages)
` [RFC v2 PATCH 1/7] x86/resctrl: Add multiple tasks to the resctrl group at once
` [RFC v2 PATCH 5/7] x86/resctrl: Introduce -o debug mount option
` [RFC v2 PATCH 6/7] x86/resctrl: Display the RMID and COSID for resctrl groups
` [RFC v2 PATCH 7/7] x86/resctrl: Add debug files when mounted with debug option
[PATCH net-next v3 0/7] octeon_ep: deferred probe and mailbox
2023-02-17 17:15 UTC (10+ messages)
` [PATCH net-next v3 1/7] octeon_ep: defer probe if firmware not ready
` [EXT] "
` [PATCH net-next v3 2/7] octeon_ep: poll for control messages
` [EXT] "
` [PATCH net-next v3 3/7] octeon_ep: control mailbox for multiple PFs
` [EXT] "
[PATCH v5 00/39] Shadow stacks for userspace
2023-02-17 16:53 UTC (8+ messages)
` [PATCH v5 11/39] x86/mm: Update pte_modify for _PAGE_COW
[PATCH] sfc: fix builds without CONFIG_RTC_LIB
2023-02-17 16:46 UTC (6+ messages)
[linux-next:master] BUILD REGRESSION c068f40300a0eaa34f7105d137a5560b86951aa9
2023-02-17 16:39 UTC
[PATCH v1 0/4] TI TPS6594 PMIC support (Core, ESM, PFSM)
2023-02-17 12:10 UTC (4+ messages)
` [PATCH v1 1/4] dt-bindings: mfd: Add DT bindings for TI TPS6594 PMIC
[PATCH v2] docs: describe how to quickly build a trimmed kernel
2023-02-17 9:29 UTC (3+ messages)
[arm-platforms:kvm-arm64/timer-vm-offsets 12/17] htmldocs: Documentation/virt/kvm/api.rst:5963: WARNING: Block quote ends without a blank line; unexpected unindent
2023-02-17 1:19 UTC
[PATCH 0/2] Documentation/Watchdog/hpwdt
2023-02-17 0:31 UTC (2+ messages)
[PATCH v3] Documentation: core-api: padata: correct spelling
2023-02-16 23:58 UTC (2+ messages)
[PATCH] docs/mm: Physical Memory: correct spelling in reference to CONFIG_PAGE_EXTENSION
2023-02-16 23:56 UTC (2+ messages)
[PATCH RFC V2] docs: Add more information to the HTML sidebar
2023-02-16 23:55 UTC (3+ messages)
[PATCH 00/11] ARM: removal of STiH415/STiH416 remainings bits
2023-02-16 19:59 UTC (8+ messages)
` [PATCH 05/11] dt-bindings: arm: sti: remove bindings for stih415 and stih416
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).