messages from 2023-11-07 22:28:37 to 2023-11-08 01:00:24 UTC [more...]
[PATCH v6 00/12] Add Cgroup support for SGX EPC memory
2023-11-08 1:00 UTC (4+ messages)
[PATCH v8 1/2] dt-bindings: input: bindings for Adafruit Seesaw Gamepad
2023-11-08 0:53 UTC (2+ messages)
` [PATCH v8 2/2] input: joystick: driver "
[syzbot] [block?] WARNING in blk_mq_start_request
2023-11-08 0:52 UTC
[PATCH v10 3/5] PCI: move pci_clear_and_set_dword helper to pci header
2023-11-08 0:51 UTC (2+ messages)
[ANNOUNCE] PUCK Agenda - 2023.11.08 - No topic, but still a go
2023-11-08 0:51 UTC
[RFC PATCH 00/86] Make the kernel preemptible
2023-11-08 0:48 UTC (60+ messages)
` [RFC PATCH 02/86] Revert "sched/core: Make sched_dynamic_mutex static"
` [RFC PATCH 03/86] Revert "ftrace: Use preemption model accessors for trace header printout"
` [RFC PATCH 04/86] Revert "preempt/dynamic: Introduce preemption model accessors"
` [RFC PATCH 07/86] Revert "livepatch,sched: Add livepatch task switching to cond_resched()"
` [RFC PATCH 08/86] Revert "arm64: Support PREEMPT_DYNAMIC"
` [RFC PATCH 14/86] Revert "preempt/dynamic: Fix setup_preempt_mode() return value"
` [RFC PATCH 31/86] x86/thread_info: add TIF_NEED_RESCHED_LAZY
` [RFC PATCH 45/86] preempt: ARCH_NO_PREEMPT only preempts lazily
` [RFC PATCH 46/86] tracing: handle lazy resched
` [RFC PATCH 47/86] rcu: select PREEMPT_RCU if PREEMPT
` [RFC PATCH 57/86] coccinelle: script to remove cond_resched()
` [RFC PATCH 58/86] treewide: x86: "
` [RFC PATCH 59/86] treewide: rcu: "
` [RFC PATCH 60/86] treewide: torture: "
` [RFC PATCH 61/86] treewide: bpf: "
` [RFC PATCH 62/86] treewide: trace: "
` [RFC PATCH 63/86] treewide: futex: "
` [RFC PATCH 64/86] treewide: printk: "
` [RFC PATCH 65/86] treewide: task_work: "
` [RFC PATCH 66/86] treewide: kernel: "
` [RFC PATCH 67/86] treewide: kernel: remove cond_reshed()
` [RFC PATCH 68/86] treewide: mm: remove cond_resched()
` [RFC PATCH 69/86] treewide: io_uring: "
` [RFC PATCH 70/86] treewide: ipc: "
` [RFC PATCH 71/86] treewide: lib: "
` [RFC PATCH 72/86] treewide: crypto: "
` [RFC PATCH 73/86] treewide: security: "
` [RFC PATCH 74/86] treewide: fs: "
` [RFC PATCH 75/86] treewide: virt: "
` [RFC PATCH 76/86] treewide: block: "
` [RFC PATCH 77/86] treewide: netfilter: "
` [RFC PATCH 78/86] treewide: net: "
` [RFC PATCH 79/86] "
` [RFC PATCH 80/86] treewide: sound: "
` [RFC PATCH 81/86] treewide: md: "
` [RFC PATCH 82/86] treewide: mtd: "
` [RFC PATCH 83/86] treewide: drm: "
` [RFC PATCH 84/86] treewide: net: "
` [RFC PATCH 85/86] treewide: drivers: "
` [RFC PATCH 86/86] sched: "
[alobakin:pfcp 11/19] include/linux/bitmap.h:642:17: warning: array subscript [1, 1024] is outside array bounds of 'long unsigned int[1]'
2023-11-08 0:48 UTC (7+ messages)
[PATCH v3 0/6] media: qcom: camss: Add sc8280xp support
2023-11-08 0:47 UTC (7+ messages)
` [PATCH v3 3/6] media: qcom: camss: csiphy-3ph: Add Gen2 v1.1 two-phase MIPI CSI-2 DPHY init
` [PATCH v3 4/6] media: qcom: camss: Add sc8280xp resource details
[PATCH 1/3] dt-bindings: vendor-prefixes: add asair
2023-11-08 0:32 UTC (3+ messages)
[PATCH v7 00/19] KVM: x86/pmu: selftests: Fixes and new tests
2023-11-08 0:31 UTC (20+ messages)
` [PATCH v7 01/19] KVM: x86/pmu: Always treat Fixed counters as available when supported
` [PATCH v7 02/19] KVM: x86/pmu: Allow programming events that match unsupported arch events
` [PATCH v7 03/19] KVM: x86/pmu: Remove KVM's enumeration of Intel's architectural encodings
` [PATCH v7 04/19] KVM: x86/pmu: Setup fixed counters' eventsel during PMU initialization
` [PATCH v7 05/19] KVM: selftests: Add vcpu_set_cpuid_property() to set properties
` [PATCH v7 06/19] KVM: selftests: Drop the "name" param from KVM_X86_PMU_FEATURE()
` [PATCH v7 07/19] KVM: selftests: Extend {kvm,this}_pmu_has() to support fixed counters
` [PATCH v7 08/19] KVM: selftests: Add pmu.h and lib/pmu.c for common PMU assets
` [PATCH v7 09/19] KVM: selftests: Test Intel PMU architectural events on gp counters
` [PATCH v7 10/19] KVM: selftests: Test Intel PMU architectural events on fixed counters
` [PATCH v7 11/19] KVM: selftests: Test consistency of CPUID with num of gp counters
` [PATCH v7 12/19] KVM: selftests: Test consistency of CPUID with num of fixed counters
` [PATCH v7 13/19] KVM: selftests: Add functional test for Intel's fixed PMU counters
` [PATCH v7 14/19] KVM: selftests: Expand PMU counters test to verify LLC events
` [PATCH v7 15/19] KVM: selftests: Add a helper to query if the PMU module param is enabled
` [PATCH v7 16/19] KVM: selftests: Add helpers to read integer module params
` [PATCH v7 17/19] KVM: selftests: Query module param to detect FEP in MSR filtering test
` [PATCH v7 18/19] KVM: selftests: Move KVM_FEP macro into common library header
` [PATCH v7 19/19] KVM: selftests: Test PMC virtualization with forced emulation
[syzbot] [PATCH] Test for 4652b8e4f3ff
2023-11-08 0:31 UTC
[PATCH drm-misc-next v9 00/12] [RFC] DRM GPUVM features
2023-11-08 0:12 UTC (13+ messages)
` [PATCH drm-misc-next v9 01/12] drm/gpuvm: convert WARN() to drm_WARN() variants
` [PATCH drm-misc-next v9 02/12] drm/gpuvm: don't always WARN in drm_gpuvm_check_overflow()
` [PATCH drm-misc-next v9 03/12] drm/gpuvm: export drm_gpuvm_range_valid()
` [PATCH drm-misc-next v9 04/12] drm/nouveau: make use of drm_gpuvm_range_valid()
` [PATCH drm-misc-next v9 05/12] drm/gpuvm: add common dma-resv per struct drm_gpuvm
` [PATCH drm-misc-next v9 06/12] drm/nouveau: make use of the GPUVM's shared dma-resv
` [PATCH drm-misc-next v9 07/12] drm/gpuvm: add drm_gpuvm_flags to drm_gpuvm
` [PATCH drm-misc-next v9 08/12] drm/nouveau: separately allocate struct nouveau_uvmm
` [PATCH drm-misc-next v9 09/12] drm/gpuvm: reference count drm_gpuvm structures
` [PATCH drm-misc-next v9 10/12] drm/gpuvm: add an abstraction for a VM / BO combination
` [PATCH drm-misc-next v9 11/12] drm/gpuvm: track/lock/validate external/evicted objects
` [PATCH drm-misc-next v9 12/12] drm/nouveau: use GPUVM common infrastructure
Fwd: 01f05940a9a75e11a2be64993c44ad8dd06e6e26 causes Wayland servers to flicker in non-gl virtio QEMU cards
2023-11-08 0:11 UTC
[PATCH 0/3] drm/ci: Add support for SM8250 Gitlab Runner
2023-11-08 0:10 UTC (4+ messages)
[RFC PATCH v3 00/12] Device Memory TCP
2023-11-08 0:10 UTC (21+ messages)
` [RFC PATCH v3 05/12] netdev: netdevice devmem allocator
` [RFC PATCH v3 06/12] memory-provider: dmabuf devmem memory provider
` [RFC PATCH v3 10/12] tcp: RX path for devmem TCP
[PATCH] rpm-pkg: simplify installkernel %post
2023-11-08 0:07 UTC (2+ messages)
[GIT PULL] gfs2 fixes
2023-11-08 0:04 UTC (4+ messages)
[PATCH] fs/exec.c: Add fast path for ENOENT on PATH search before allocating mm
2023-11-08 0:03 UTC (8+ messages)
[PATCH v3] drm: amd: Resolve Sphinx unexpected indentation warning
2023-11-07 23:57 UTC (2+ messages)
[PATCH] perf/x86: Don't enforce minimum period for KVM guest-only events
2023-11-07 23:47 UTC (4+ messages)
[PATCH AUTOSEL 5.4 1/4] tty: vcc: Add check for kstrdup() in vcc_probe()
2023-11-07 23:25 UTC (4+ messages)
` [PATCH AUTOSEL 5.4 2/4] usb: pci-quirks: group AMD specific quirk code together
` [PATCH AUTOSEL 5.4 3/4] usb: pci-quirks: handle HAS_IOPORT dependency for UHCI handoff
` [PATCH AUTOSEL 5.4 4/4] usb: gadget: f_ncm: Always set current gadget in ncm_bind()
[PATCH AUTOSEL 5.10 1/5] tty: vcc: Add check for kstrdup() in vcc_probe()
2023-11-07 23:25 UTC (5+ messages)
` [PATCH AUTOSEL 5.10 2/5] usb: pci-quirks: group AMD specific quirk code together
` [PATCH AUTOSEL 5.10 3/5] usb: pci-quirks: handle HAS_IOPORT dependency for UHCI handoff
` [PATCH AUTOSEL 5.10 4/5] usb: gadget: f_ncm: Always set current gadget in ncm_bind()
` [PATCH AUTOSEL 5.10 5/5] 9p/trans_fd: Annotate data-racy writes to file::f_flags
[PATCH] KVM: x86/xen: improve accuracy of Xen timers
2023-11-07 23:24 UTC (6+ messages)
` [PATCH v2] "
[PATCH AUTOSEL 5.15 1/6] tty: vcc: Add check for kstrdup() in vcc_probe()
2023-11-07 23:24 UTC (6+ messages)
` [PATCH AUTOSEL 5.15 2/6] usb: pci-quirks: group AMD specific quirk code together
` [PATCH AUTOSEL 5.15 3/6] usb: pci-quirks: handle HAS_IOPORT dependency for UHCI handoff
` [PATCH AUTOSEL 5.15 4/6] usb: gadget: f_ncm: Always set current gadget in ncm_bind()
` [PATCH AUTOSEL 5.15 5/6] 9p/trans_fd: Annotate data-racy writes to file::f_flags
` [PATCH AUTOSEL 5.15 6/6] 9p: v9fs_listxattr: fix %s null argument warning
[PATCH v2] audit: Send netlink ACK before setting connection in auditd_set
2023-11-07 23:31 UTC (2+ messages)
[PATCH 0/4] sched/eevdf: Optimize reweight and pick
2023-11-07 23:26 UTC (3+ messages)
` [PATCH 2/4] sched/eevdf: Sort the rbtree by virtual deadline
[PATCH AUTOSEL 4.14 1/2] tty: vcc: Add check for kstrdup() in vcc_probe()
2023-11-07 23:25 UTC (2+ messages)
` [PATCH AUTOSEL 4.14 2/2] usb: pci-quirks: handle HAS_IOPORT dependency for UHCI handoff
[PATCH AUTOSEL 4.19 1/3] tty: vcc: Add check for kstrdup() in vcc_probe()
2023-11-07 23:25 UTC (3+ messages)
` [PATCH AUTOSEL 4.19 2/3] usb: pci-quirks: handle HAS_IOPORT dependency for UHCI handoff
` [PATCH AUTOSEL 4.19 3/3] usb: gadget: f_ncm: Always set current gadget in ncm_bind()
6.7/regression/KASAN: null-ptr-deref in amdgpu_ras_reset_error_count+0x2d6
2023-11-07 23:24 UTC (4+ messages)
[PATCH AUTOSEL 6.1 01/11] iio: adc: stm32-adc: harden against NULL pointer deref in stm32_adc_probe()
2023-11-07 23:24 UTC (11+ messages)
` [PATCH AUTOSEL 6.1 02/11] thunderbolt: Apply USB 3.x bandwidth quirk only in software connection manager
` [PATCH AUTOSEL 6.1 03/11] tty: vcc: Add check for kstrdup() in vcc_probe()
` [PATCH AUTOSEL 6.1 04/11] usb: dwc3: core: configure TX/RX threshold for DWC3_IP
` [PATCH AUTOSEL 6.1 05/11] usb: pci-quirks: group AMD specific quirk code together
` [PATCH AUTOSEL 6.1 06/11] usb: pci-quirks: handle HAS_IOPORT dependency for UHCI handoff
` [PATCH AUTOSEL 6.1 07/11] soundwire: dmi-quirks: update HP Omen match
` [PATCH AUTOSEL 6.1 08/11] f2fs: fix error handling of __get_node_page
` [PATCH AUTOSEL 6.1 09/11] usb: gadget: f_ncm: Always set current gadget in ncm_bind()
` [PATCH AUTOSEL 6.1 10/11] 9p/trans_fd: Annotate data-racy writes to file::f_flags
` [PATCH AUTOSEL 6.1 11/11] 9p: v9fs_listxattr: fix %s null argument warning
[PATCH AUTOSEL 6.5 01/18] iio: adc: stm32-adc: harden against NULL pointer deref in stm32_adc_probe()
2023-11-07 23:23 UTC (18+ messages)
` [PATCH AUTOSEL 6.5 02/18] thunderbolt: Apply USB 3.x bandwidth quirk only in software connection manager
` [PATCH AUTOSEL 6.5 03/18] tty: vcc: Add check for kstrdup() in vcc_probe()
` [PATCH AUTOSEL 6.5 04/18] dt-bindings: phy: qcom,snps-eusb2-repeater: Add magic tuning overrides
` [PATCH AUTOSEL 6.5 05/18] phy: qualcomm: phy-qcom-eusb2-repeater: Use regmap_fields
` [PATCH AUTOSEL 6.5 06/18] phy: qualcomm: phy-qcom-eusb2-repeater: Zero out untouched tuning regs
` [PATCH AUTOSEL 6.5 07/18] usb: dwc3: core: configure TX/RX threshold for DWC3_IP
` [PATCH AUTOSEL 6.5 08/18] usb: pci-quirks: group AMD specific quirk code together
` [PATCH AUTOSEL 6.5 09/18] usb: pci-quirks: handle HAS_IOPORT dependency for AMD quirk
` [PATCH AUTOSEL 6.5 10/18] usb: pci-quirks: handle HAS_IOPORT dependency for UHCI handoff
` [PATCH AUTOSEL 6.5 11/18] usb: ucsi: glink: use the connector orientation GPIO to provide switch events
` [PATCH AUTOSEL 6.5 12/18] soundwire: dmi-quirks: update HP Omen match
` [PATCH AUTOSEL 6.5 13/18] f2fs: fix error path of __f2fs_build_free_nids
` [PATCH AUTOSEL 6.5 14/18] f2fs: fix error handling of __get_node_page
` [PATCH AUTOSEL 6.5 15/18] usb: host: xhci: Avoid XHCI resume delay if SSUSB device is not present
` [PATCH AUTOSEL 6.5 16/18] usb: gadget: f_ncm: Always set current gadget in ncm_bind()
` [PATCH AUTOSEL 6.5 17/18] 9p/trans_fd: Annotate data-racy writes to file::f_flags
` [PATCH AUTOSEL 6.5 18/18] 9p: v9fs_listxattr: fix %s null argument warning
[PATCH AUTOSEL 6.6 01/18] iio: adc: stm32-adc: harden against NULL pointer deref in stm32_adc_probe()
2023-11-07 23:22 UTC (18+ messages)
` [PATCH AUTOSEL 6.6 02/18] thunderbolt: Apply USB 3.x bandwidth quirk only in software connection manager
` [PATCH AUTOSEL 6.6 03/18] tty: vcc: Add check for kstrdup() in vcc_probe()
` [PATCH AUTOSEL 6.6 04/18] dt-bindings: phy: qcom,snps-eusb2-repeater: Add magic tuning overrides
` [PATCH AUTOSEL 6.6 05/18] phy: qualcomm: phy-qcom-eusb2-repeater: Use regmap_fields
` [PATCH AUTOSEL 6.6 06/18] phy: qualcomm: phy-qcom-eusb2-repeater: Zero out untouched tuning regs
` [PATCH AUTOSEL 6.6 07/18] usb: dwc3: core: configure TX/RX threshold for DWC3_IP
` [PATCH AUTOSEL 6.6 08/18] usb: pci-quirks: group AMD specific quirk code together
` [PATCH AUTOSEL 6.6 09/18] usb: pci-quirks: handle HAS_IOPORT dependency for AMD quirk
` [PATCH AUTOSEL 6.6 10/18] usb: pci-quirks: handle HAS_IOPORT dependency for UHCI handoff
` [PATCH AUTOSEL 6.6 11/18] usb: ucsi: glink: use the connector orientation GPIO to provide switch events
` [PATCH AUTOSEL 6.6 12/18] soundwire: dmi-quirks: update HP Omen match
` [PATCH AUTOSEL 6.6 13/18] f2fs: fix error path of __f2fs_build_free_nids
` [PATCH AUTOSEL 6.6 14/18] f2fs: fix error handling of __get_node_page
` [PATCH AUTOSEL 6.6 15/18] usb: host: xhci: Avoid XHCI resume delay if SSUSB device is not present
` [PATCH AUTOSEL 6.6 16/18] usb: gadget: f_ncm: Always set current gadget in ncm_bind()
` [PATCH AUTOSEL 6.6 17/18] 9p/trans_fd: Annotate data-racy writes to file::f_flags
` [PATCH AUTOSEL 6.6 18/18] 9p: v9fs_listxattr: fix %s null argument warning
[PATCH 0/9] SVM guest shadow stack support
2023-11-07 23:10 UTC (9+ messages)
` [PATCH 3/9] KVM: x86: SVM: Pass through shadow stack MSRs
[RFC PATCH V3 00/26] vfio/pci: Back guest interrupts from Interrupt Message Store (IMS)
2023-11-07 23:06 UTC (10+ messages)
sound/usb/mixer_scarlett2.c:3226:48: error: ' Volume Control Playback Enum' directive output may be truncated writing 29 bytes into a region of size between 25 and 33
2023-11-07 23:02 UTC
[PATCH v3 0/3] Add a test to catch unprobed Devicetree devices
2023-11-07 23:02 UTC (7+ messages)
` [PATCH v3 3/3] kselftest: Add new test for detecting "
[PATCH v4 00/11] media: rkvdec: Add H.264 High 10 and 4:2:2 profile support
2023-11-07 22:56 UTC (4+ messages)
` [PATCH v4 05/11] media: rkvdec: h264: Remove SPS validation at streaming start
[PATCH] dt: dt-extract-compatibles: Don't follow symlinks when walking tree
2023-11-07 22:55 UTC
[PATCH v2 net 4/7] net/sched: taprio: get corrected value of cycle_time and interval
2023-11-07 22:45 UTC (2+ messages)
Missing a write memory barrier in tls_init()
2023-11-07 22:45 UTC (3+ messages)
[RESEND v5 0/4] Add support for Vendor Defined Error Types in Einj Module
2023-11-07 22:41 UTC (7+ messages)
` [RESEND v5 2/4] fs: debugfs: Add write functionality to debugfs blobs
` [RESEND v5 3/4] platform/chrome: cros_ec_debugfs: Fix permissions for panicinfo
` [RESEND v5 4/4] ACPI: APEI: EINJ: Add support for vendor defined error types
[PATCH net v2] net: phylink: initialize carrier state at creation
2023-11-07 22:40 UTC (2+ messages)
[PATCH] x86/shstk: Change SSP after user accesses
2023-11-07 22:40 UTC (2+ messages)
[PATCH v10 00/50] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
2023-11-07 22:33 UTC (10+ messages)
` [PATCH v10 06/50] x86/sev: Add the host SEV-SNP initialization support
[PATCH net 0/4] vsock: fix server prevents clients from reconnecting
2023-11-07 22:30 UTC (2+ messages)
[PATCH net v3] tcp: Fix -Wc23-extensions in tcp_options_write()
2023-11-07 22:30 UTC (2+ messages)
[PATCH] i2c: iproc: handle invalid slave state
2023-11-07 22:28 UTC (3+ 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