messages from 2023-01-20 12:44:43 to 2023-01-20 13:31:03 UTC [more...]
[PATCH net] ipv4: prevent potential spectre v1 gadget in ip_metrics_convert()
2023-01-20 13:30 UTC
[PATCH net-next v2 1/2] ACPI: utils: Add acpi_evaluate_dsm_typed() and acpi_check_dsm() stubs
2023-01-20 13:30 UTC (2+ messages)
[PATCH net] tcp: fix rate_app_limited to default to 1
2023-01-20 13:30 UTC (2+ messages)
[PATCH net-next v2 1/1] ice: use GNSS subsystem instead of TTY
2023-01-20 13:30 UTC (2+ messages)
[PATCH] regulator: dt-bindings: fixed-regulator: allow gpios property
2023-01-20 13:30 UTC
[pinchartl-media:muxed/2022.2/base 670/740] drivers/usb/gadget/udc/udc-xilinx.c:502:25: sparse: sparse: incorrect type in argument 1 (different address spaces)
2023-01-20 13:28 UTC
[PATCH 1/1] leds: ledtrig-tty.c: call led_set_brightness() when the blocking callback is not available
2023-01-20 13:27 UTC (5+ messages)
[PATCH v3] rcu: Remove impossible wakeup rcu GP kthread action from rcu_report_qs_rdp()
2023-01-20 13:27 UTC (2+ messages)
[PATCH 00/58] Xen HVM support under KVM
2023-01-20 13:13 UTC (59+ messages)
` [PATCH v8 01/58] include: import Xen public headers to include/standard-headers/
` [PATCH v8 02/58] xen: add CONFIG_XEN_BUS and CONFIG_XEN_EMU options for Xen emulation
` [PATCH v8 03/58] xen: Add XEN_DISABLED mode and make it default
` [PATCH v8 04/58] i386/kvm: Add xen-version KVM accelerator property and init KVM Xen support
` [PATCH v8 05/58] i386/kvm: handle Xen HVM cpuid leaves
` [PATCH v8 06/58] i386/hvm: Set Xen vCPU ID in KVM
` [PATCH v8 07/58] xen-platform: exclude vfio-pci from the PCI platform unplug
` [PATCH v8 08/58] xen-platform: allow its creation with XEN_EMULATE mode
` [PATCH v8 09/58] i386/xen: handle guest hypercalls
` [PATCH v8 10/58] i386/xen: implement HYPERVISOR_xen_version
` [PATCH v8 11/58] i386/xen: implement HYPERVISOR_sched_op, SCHEDOP_shutdown
` [PATCH v8 12/58] i386/xen: Implement SCHEDOP_poll and SCHEDOP_yield
` [PATCH v8 13/58] hw/xen: Add xen_overlay device for emulating shared xenheap pages
` [PATCH v8 14/58] i386/xen: add pc_machine_kvm_type to initialize XEN_EMULATE mode
` [PATCH v8 15/58] i386/xen: manage and save/restore Xen guest long_mode setting
` [PATCH v8 16/58] i386/xen: implement HYPERVISOR_memory_op
` [PATCH v8 17/58] i386/xen: implement XENMEM_add_to_physmap_batch
` [PATCH v8 18/58] i386/xen: implement HYPERVISOR_hvm_op
` [PATCH v8 19/58] i386/xen: implement HYPERVISOR_vcpu_op
` [PATCH v8 20/58] i386/xen: handle VCPUOP_register_vcpu_info
` [PATCH v8 21/58] i386/xen: handle VCPUOP_register_vcpu_time_info
` [PATCH v8 22/58] i386/xen: handle VCPUOP_register_runstate_memory_area
` [PATCH v8 23/58] i386/xen: implement HYPERVISOR_event_channel_op
` [PATCH v8 24/58] i386/xen: implement HVMOP_set_evtchn_upcall_vector
` [PATCH v8 25/58] i386/xen: implement HVMOP_set_param
` [PATCH v8 26/58] hw/xen: Add xen_evtchn device for event channel emulation
` [PATCH v8 27/58] i386/xen: Add support for Xen event channel delivery to vCPU
` [PATCH v8 28/58] hw/xen: Implement EVTCHNOP_status
` [PATCH v8 29/58] hw/xen: Implement EVTCHNOP_close
` [PATCH v8 30/58] hw/xen: Implement EVTCHNOP_unmask
` [PATCH v8 31/58] hw/xen: Implement EVTCHNOP_bind_virq
` [PATCH v8 32/58] hw/xen: Implement EVTCHNOP_bind_ipi
` [PATCH v8 33/58] hw/xen: Implement EVTCHNOP_send
` [PATCH v8 34/58] hw/xen: Implement EVTCHNOP_alloc_unbound
` [PATCH v8 35/58] hw/xen: Implement EVTCHNOP_bind_interdomain
` [PATCH v8 36/58] hw/xen: Implement EVTCHNOP_bind_vcpu
` [PATCH v8 37/58] hw/xen: Implement EVTCHNOP_reset
` [PATCH v8 38/58] i386/xen: add monitor commands to test event injection
` [PATCH v8 39/58] hw/xen: Support HVM_PARAM_CALLBACK_TYPE_GSI callback
` [PATCH v8 40/58] hw/xen: Support HVM_PARAM_CALLBACK_TYPE_PCI_INTX callback
` [PATCH v8 41/58] kvm/i386: Add xen-gnttab-max-frames property
` [PATCH v8 42/58] hw/xen: Add xen_gnttab device for grant table emulation
` [PATCH v8 43/58] hw/xen: Support mapping grant frames
` [PATCH v8 44/58] i386/xen: Implement HYPERVISOR_grant_table_op and GNTTABOP_[gs]et_verson
` [PATCH v8 45/58] hw/xen: Implement GNTTABOP_query_size
` [PATCH v8 46/58] i386/xen: handle PV timer hypercalls
` [PATCH v8 47/58] i386/xen: Reserve Xen special pages for console, xenstore rings
` [PATCH v8 48/58] i386/xen: handle HVMOP_get_param
` [PATCH v8 49/58] hw/xen: Add backend implementation of interdomain event channel support
` [PATCH v8 50/58] hw/xen: Add xen_xenstore device for xenstore emulation
` [PATCH v8 51/58] hw/xen: Add basic ring handling to xenstore
` [PATCH v8 52/58] hw/xen: Automatically add xen-platform PCI device for emulated Xen guests
` [PATCH v8 53/58] i386/xen: Document Xen HVM emulation
` [PATCH v8 54/58] i386/xen: Implement HYPERVISOR_physdev_op
` [PATCH v8 55/58] hw/xen: Implement emulated PIRQ hypercall support
` [PATCH v8 56/58] hw/xen: Support GSI mapping to PIRQ
` [PATCH v8 57/58] hw/xen: Support MSI "
` [PATCH v8 58/58] kvm/i386: Add xen-evtchn-max-pirq property
[PATCH V6 0/6] Add device-tree support for Cypress CYPD4226
2023-01-20 13:20 UTC (7+ messages)
` [PATCH V6 3/6] usb: typec: ucsi_ccg: Add OF support
` [PATCH V6 5/6] usb: typec: ucsi_ccg: Remove ccgx,firmware-build property
[PATCH v5 0/2] riscv: Allow user to set the satp mode
2023-01-20 13:25 UTC (11+ messages)
` [PATCH v5 2/2] "
[PATCH v2] locking/rwbase: Prevent indefinite writer starvation
2023-01-20 13:24 UTC (11+ messages)
SSTATE_DIR by MACHINE target?
2023-01-20 13:23 UTC (3+ messages)
` [yocto] "
[PATCH v12 0/5] Add kprobe and kretprobe support for LoongArch
2023-01-20 13:23 UTC (9+ messages)
` [PATCH v12 4/5] LoongArch: Mark some assembler symbols as non-kprobe-able
[PULL 00/17] Monitor patches for 2023-01-19
2023-01-20 13:17 UTC (2+ messages)
[PATCH] libbpf: resolve kernel function name optimization for kprobe
2023-01-20 13:20 UTC (9+ messages)
` BTF, pahole and static functions (was Re: [PATCH] libbpf: resolve kernel function name optimization for kprobe)
[PATCH v4 0/7] Generic IPI sending tracepoint
2023-01-20 13:19 UTC (9+ messages)
` [PATCH v4 5/7] treewide: Trace IPIs sent via smp_send_reschedule()
[qemu-mainline test] 175991: regressions - FAIL
2023-01-20 13:21 UTC
[PATCH v2 0/7] x86: retbleed=stuff fixes
2023-01-20 12:43 UTC (4+ messages)
` [PATCH v2 2/7] x86/boot: Delay sev_verify_cbit() a bit
Intel HD Audio: sound stops working in Xen PV dom0 in >=5.17
2023-01-20 13:19 UTC (12+ messages)
[PATCH] tools/symbols: drop asm/types.h inclusion
2023-01-20 13:19 UTC (3+ messages)
[PATCH] scripts: `make rust-analyzer` for out-of-tree modules
2023-01-20 13:17 UTC (2+ messages)
[PATCH v2 0/4] Add CCI bus support for SM6350
2023-01-20 13:16 UTC (6+ messages)
` [PATCH v2 1/4] dt-bindings: i2c: qcom-cci: Document SM6350 compatible
` [PATCH v2 2/4] arm64: dts: qcom: sm6350: Add camera clock controller
` [PATCH v2 3/4] arm64: dts: qcom: sm6350: Add CCI nodes
` [PATCH v2 4/4] arm64: dts: qcom: sm7225-fairphone-fp4: Enable CCI busses
[PATCH net] net: dsa: microchip: fix probe of I2C-connected KSZ8563
2023-01-20 13:15 UTC (5+ messages)
drivers/clk/clk-milbeaut.c:297:13: warning: shift by negative count ('-1')
2023-01-20 13:18 UTC
[Fuego] How to handle 'Root privileges are required, but not available' requirement for jenkins user
2023-01-20 13:18 UTC
TCP stack support on DPDK
2023-01-20 11:31 UTC (2+ messages)
[PATCH] regulator: dt-bindings: samsung,s2mps14: add lost samsung,ext-control-gpios
2023-01-20 13:14 UTC
[igt-dev] [PATCH i-g-t] tests/i915/gem_ctx_create: add two multi-gpu subtests
2023-01-20 13:15 UTC (2+ messages)
` [igt-dev] ✗ GitLab.Pipeline: warning for "
[PATCH 0/2] drivers/base/memory: Two small cleanups
2023-01-20 13:14 UTC (3+ messages)
` [PATCH 2/2] drivers/base/memory: Use array to show memory block state
[PATCH v2 0/3] Add the Renesas IDT821034 codec support
2023-01-20 13:13 UTC (5+ messages)
` [PATCH v2 2/3] ASoC: codecs: Add support for the Renesas IDT821034 codec
[Intel-wired-lan] [PATCH 2/9] e1000e: Remove redundant pci_enable_pcie_error_reporting()
2023-01-20 13:14 UTC (3+ messages)
[PATCH] linux-firmware: update firmware for MT7921 WiFi device
2023-01-20 13:14 UTC (2+ messages)
[PATCH] linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
2023-01-20 13:13 UTC (2+ messages)
Updated amdgpu firmware
2023-01-20 13:12 UTC (2+ messages)
[PATCH] scanf.3: Do not mention the ERANGE error
2023-01-20 13:12 UTC (4+ messages)
[paulmck-rcu:haltnmi1.2023.01.19a] BUILD SUCCESS eaab5a99276c644eb1dac3553ef98696941249cb
2023-01-20 13:11 UTC
[paulmck-rcu:haltnmi3slow.2023.01.19a] BUILD SUCCESS b75213cc596d0f0d1a8fe531d52ebdd1fb6aeb0a
2023-01-20 13:11 UTC
[PATCH 0/5] Remove obsolete iwlwifi firmwares
2023-01-20 13:11 UTC (2+ messages)
[PATCH] x86/shadow: Drop dubious lastpage diagnostic
2023-01-20 13:10 UTC (2+ messages)
[PATCH v1 0/6] Harden a few virtio bits
2023-01-20 13:09 UTC (20+ messages)
` [PATCH v1 1/6] virtio console: Harden multiport against invalid host input
` [PATCH v1 2/6] virtio console: Harden port adding
` [PATCH v1 3/6] virtio 9p: Fix an overflow
` [PATCH v1 4/6] virtio console: Harden control message handling
` [PATCH v1 5/6] virtio_net: Guard against buffer length overflow in xdp_linearize_page()
` [PATCH v1 6/6] virtio_ring: Prevent bounds check bypass on descriptor index
[PATCH v2] sched: print parent comm in sched_show_task()
2023-01-20 13:09 UTC (2+ messages)
[PATCH] usb: mtu3: fix the failure of qmu stop
2023-01-20 13:06 UTC (3+ messages)
[PATCH v9 0/2] send-email: expose header information to git-send-email's sendemail-validate hook
2023-01-20 13:07 UTC (3+ messages)
` [PATCH v9 2/2] "
[PATCH v2 0/1] introduce virtio-ism: internal shared memory device
2023-01-20 13:06 UTC (7+ messages)
` [PATCH v2 1/1] virtio-ism: introduce new device virtio-ism
` [virtio-dev] "
[PATCH] gpio: Get rid of gpio_to_chip()
2023-01-20 13:04 UTC (2+ messages)
[ANNOUNCE] 5.10.162-rt78
2023-01-20 13:04 UTC (10+ messages)
[PATCH v4 0/3] Input: ads7846 - fix support for ADS7845
2023-01-20 12:45 UTC (4+ messages)
` [PATCH 1/3] Input: ads7846 - don't report pressure for ads7845
` [PATCH 2/3] Input: ads7846 - always set last command to PWRDOWN
` [PATCH 3/3] Input: ads7846 - don't check penirq immediately for 7845
[PATCH 00/13] Add vfio_device cdev for iommufd support
2023-01-20 13:03 UTC (4+ messages)
` [PATCH 05/13] kvm/vfio: Provide struct kvm_device_ops::release() insted of ::destroy()
[PATCHv2] librsvg: Only enable the Vala bindings if GObject Introspection is enabled
2023-01-20 13:02 UTC
[PATCH net] xfrm/compat: prevent potential spectre v1 gadget in xfrm_xlate32_attr()
2023-01-20 13:02 UTC
[PATCH] arm64: dts: exynos: drop unsupported UFS properties in ExynosAutov9 SADK
2023-01-20 13:01 UTC (2+ messages)
[PATCH v3 0/4] Nested virtualization fixes for QEMU
2023-01-20 12:59 UTC (5+ messages)
` [PATCH v3 1/4] target/riscv: Update VS timer whenever htimedelta changes
` [PATCH v3 2/4] target/riscv: Don't clear mask in riscv_cpu_update_mip() for VSTIP
` [PATCH v3 3/4] target/riscv: No need to re-start QEMU timer when timecmp == UINT64_MAX
` [PATCH v3 4/4] target/riscv: Ensure opcode is saved for all relevant instructions
[PATCH] bnxt: Do not read past the end of test names
2023-01-20 13:00 UTC (2+ messages)
[PATCH net 0/3] netlink: annotate various data races
2023-01-20 12:59 UTC (4+ messages)
` [PATCH net 1/3] netlink: annotate data races around nlk->portid
` [PATCH net 2/3] netlink: annotate data races around dst_portid and dst_group
` [PATCH net 3/3] netlink: annotate data races around sk_state
How to test one device pm ops
2023-01-20 12:58 UTC (3+ messages)
issue with ethernet gigabit ethernet card both on stable and rc kernels
2023-01-20 12:58 UTC
[RFC PATCH 1/1] efi_loader: get rid of ad-hoc EFI subsystem init
2023-01-20 12:58 UTC (3+ messages)
[PATCH] arm64: drop redundant "ARMv8" from Kconfig option title
2023-01-20 12:57 UTC (2+ messages)
[PATCH v5 00/11] leds: lookup-table support + int3472/media privacy LED support
2023-01-20 12:51 UTC (5+ messages)
` [PATCH v5 06/11] media: v4l2-core: Built async and fwnode code into videodev.ko
` [PATCH v5 07/11] media: v4l2-core: Make the v4l2-core code enable/disable the privacy LED if present
[intel-lts:5.10/dovetail-xenomai 14/207] drivers/clocksource/mmio.c:306:42: sparse: sparse: incorrect type in assignment (different address spaces)
2023-01-20 12:57 UTC
[PATCH net-next 01/10] net: libwx: Add irq flow functions
2023-01-20 12:57 UTC
[RFC PATCH v5 0/4] Create common DPLL/clock configuration API
2023-01-20 12:56 UTC (5+ messages)
` [RFC PATCH v5 1/4] dpll: Add DPLL framework base functions
[PATCH v5 0/5] Rewrite pages about string-copying functions
2023-01-20 12:55 UTC (4+ messages)
` [PATCH v6 1/5] string_copy.7: Add page to document all "
[PATCH net-next] net: phy: meson-gxl: support more G12A-internal PHY versions
2023-01-20 12:48 UTC (12+ messages)
[PATCH] native: Drop special variable handling
2023-01-20 12:55 UTC
[PATCH 0/2] [RFC] virtio-rng entropy leak reporting feature
2023-01-20 12:54 UTC (4+ messages)
` [PATCH 1/2] virtio-rng: implement entropy leak feature
[PATCH 0/2] tests/avocado: Truncate M2S-FG484 SOM SPI flash to 16MiB
2023-01-20 12:53 UTC (5+ messages)
` [PATCH 1/2] tests/avocado: Factor file_truncate() helper out
` [PATCH 2/2] tests/avocado: Truncate M2S-FG484 SOM SPI flash to 16MiB
[PATCH] librsvg: Only enable the Vala bindings if GObject Introspection is enabled
2023-01-20 12:53 UTC (5+ messages)
` [OE-core] "
[PATCH] quilt: use upstreamed faildiff.test fix
2023-01-20 12:53 UTC
[PULL 0/5] tcg patch queue
2023-01-20 12:51 UTC (4+ messages)
[PATCHv4 1/2] mm: move KMEMLEAK's Kconfig items from lib to mm
2023-01-20 12:52 UTC (5+ messages)
` [PATCHv4 2/2] mm: use stack_depot_early_init for kmemleak
Internal vs. external barriers (was: Re: Interesting LKMM litmus test)
2023-01-20 12:51 UTC (13+ messages)
[PATCH 0/4] Device tree support for Hyper-V VMBus driver
2023-01-20 12:51 UTC (8+ messages)
` [PATCH 4/4] dt-bindings: hv: Add dt-bindings for VMBus
[XEN][RFC PATCH v4 00/16] dynamic node programming using overlay dtbo
2023-01-20 12:50 UTC (5+ messages)
` [XEN][RFC PATCH v4 04/16] libfdt: overlay: change overlay_get_target()
` [XEN][RFC PATCH v4 05/16] xen/device-tree: Add _dt_find_node_by_path() to find nodes in device tree
SVSM initiated early attestation / guest secrets injection
2023-01-20 12:51 UTC (11+ messages)
mptcpd 0.12 release plans and transition to multipath-tcp/mptcpd repository
2023-01-20 12:49 UTC (2+ messages)
[PATCH net-next 0/7] sfc: devlink support for ef100
2023-01-20 12:48 UTC (6+ messages)
` [PATCH net-next 6/7] sfc: add support for port_function_hw_addr_get devlink in ef100
[PATCH v2 net 0/3] fixes for mtk_eth_soc
2023-01-20 12:48 UTC (4+ messages)
` [PATCH v2 net 3/3] mtk_sgmii: enable PCS polling to allow SFP work
QEMU iotest 267 failure / assertion in migration code
2023-01-20 12:47 UTC (3+ messages)
[pinchartl-media:muxed/2022.2/base 670/740] drivers/usb/gadget/udc/udc-xilinx.c:502:37: sparse: sparse: incorrect type in argument 1 (different address spaces)
2023-01-20 12:47 UTC
[PATCH v5 0/6] Add resets for ADSP based audio clock controller driver
2023-01-20 12:46 UTC (7+ messages)
` [PATCH v5 1/6] dt-bindings: clock: qcom,sc7280-lpasscc: Add qcom,adsp-pil-mode property
` [PATCH v5 2/6] dt-bindings: clock: lpassaudiocc-sc7280: Add binding headers for lpasscc
` [PATCH v5 3/6] clk: qcom: lpasscc-sc7280: Skip qdsp6ss clock registration
` [PATCH v5 4/6] clk: qcom: lpasscorecc-sc7280: Skip lpasscorecc registration
` [PATCH v5 5/6] clk: qcom: lpassaudiocc-sc7280: Merge lpasscc into lpass_aon
` [PATCH v5 6/6] clk: qcom: lpassaudiocc-sc7280: Skip lpass_aon_cc_pll config
[PATCH net-next 2/7] sfc: enumerate mports in ef100
2023-01-20 12:47 UTC (2+ messages)
[PATCH] iommu/exynos: fix error handling in exynos_iommu_init()
2023-01-20 12:47 UTC (2+ messages)
[Intel-wired-lan] [tnguy-next-queue:100GbE] BUILD SUCCESS d52a6180c7466a3520ee42ae56315ee12a097e87
2023-01-20 12:45 UTC
[PATCH] iio: adc: ad7791: fix IRQ flags
2023-01-20 12:46 UTC
[PATCH] firmware: arm_scmi: Clarify Raw per-channel ABI documentation
2023-01-20 12:43 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.