messages from 2023-04-10 07:38:17 to 2023-04-10 08:56:58 UTC [more...]
[OE-core] [PATCH] apr: upgrade 1.7.2 -> 1.7.3
2023-04-10 8:56 UTC (2+ messages)
` [OE-core] [PATCH] bind: upgrade 9.18.12 -> 9.18.13
[RFC PATCH 2/2] RISC-V: Add support for sqoscfg CSR
2023-04-10 8:56 UTC (2+ messages)
[PATCH] arm64: dts: qcom: sdm845-db845c: Mark cont splash memory region as reserved
2023-04-10 8:54 UTC (13+ messages)
[PATCH 0/2] drm: sun4i/dsi: allow modeset helpers to manage display
2023-04-10 8:47 UTC (6+ messages)
` [PATCH 1/2] drm: sun4i/dsi: factor out DSI PHY poweron and poweroff
` [PATCH 2/2] drm: sun4i: tie DSI PHY Poweron/off to crtc enable/disable
[net PATCH v2 0/7] octeontx2: Miscellaneous fixes
2023-04-10 8:49 UTC (10+ messages)
` [net PATCH v2 1/7] octeontx2-af: Secure APR table update with the lock
` [net PATCH v2 2/7] octeontx2-af: Fix start and end bit for scan config
` [net PATCH v2 7/7] octeontx2-pf: Disable packet I/O for graceful exit
[Intel-gfx] [PATCH v3 00/12] Introduce new methods for verifying ownership in vfio PCI hot reset
2023-04-10 8:48 UTC (18+ messages)
` [Intel-gfx] [PATCH v3 12/12] vfio/pci: Report dev_id in VFIO_DEVICE_GET_PCI_HOT_RESET_INFO
` "
[PATCH V2 0/4] Enable SPL splash screen on AM62x
2023-04-10 8:49 UTC (5+ messages)
` [PATCH V2 1/4] configs: am62x_evm_a53_defconfig: Changes in memory to support SPL splash screen
` [PATCH V2 2/4] board: ti: am62x: am62x: Change splashimage and splashsource
` [PATCH V2 3/4] board: ti: am62x: evm: Add necessary functions to call splash screen
` [PATCH V2 4/4] common: spl: spl: Remove video driver before u-boot proper
[PATCH] staging: rtl8192e: Remove functions _rtl92e_wx_get_sens and _rtl92e_wx_set_sens
2023-04-10 8:49 UTC
[PATCH v4 0/4] crypto: starfive - Add drivers for crypto engine
2023-04-10 8:43 UTC (13+ messages)
` [PATCH v4 1/4] dt-bindings: crypto: Add StarFive crypto module
` [PATCH v4 2/4] crypto: starfive - Add crypto engine support
` [PATCH v4 3/4] riscv: dts: starfive: Add crypto and DMA node for VisionFive 2
` [PATCH v4 4/4] crypto: starfive - Add hash and HMAC support
[RFC PATCHv2] mm: introduce defer free for cma
2023-04-10 8:46 UTC
[PATCH] block/vhost-user-blk: Fix hang on boot for some odd guests
2023-04-10 8:35 UTC
[f2fs-dev] [PATCH] fsck.f2fs: fix sanity check logic for cp_payload
2023-04-10 8:44 UTC (2+ messages)
[Buildroot] [PATCH 1/1] package/pkg-cargo: ensure host/target rustflags are properly split
2023-04-10 8:44 UTC (4+ messages)
[PATCH v8 00/33] x86: enable FRED for x86-64
2023-04-10 8:14 UTC (34+ messages)
` [PATCH v8 01/33] x86/traps: let common_interrupt() handle IRQ_MOVE_CLEANUP_VECTOR
` [PATCH v8 02/33] x86/fred: make unions for the cs and ss fields in struct pt_regs
` [PATCH v8 03/33] x86/traps: add a system interrupt table for system interrupt dispatch
` [PATCH v8 04/33] x86/traps: add install_system_interrupt_handler()
` [PATCH v8 05/33] x86/traps: add external_interrupt() to dispatch external interrupts
` [PATCH v8 06/33] x86/cpufeature: add the cpu feature bit for FRED
` [PATCH v8 07/33] x86/opcode: add ERETU, ERETS instructions to x86-opcode-map
` [PATCH v8 08/33] x86/objtool: teach objtool about ERETU and ERETS
` [PATCH v8 09/33] x86/cpu: add X86_CR4_FRED macro
` [PATCH v8 10/33] x86/fred: add Kconfig option for FRED (CONFIG_X86_FRED)
` [PATCH v8 11/33] x86/fred: if CONFIG_X86_FRED is disabled, disable FRED support
` [PATCH v8 12/33] x86/cpu: add MSR numbers for FRED configuration
` [PATCH v8 13/33] x86/fred: header file for event types
` [PATCH v8 14/33] x86/fred: header file with FRED definitions
` [PATCH v8 15/33] x86/fred: reserve space for the FRED stack frame
` [PATCH v8 16/33] x86/fred: add a page fault entry stub for FRED
` [PATCH v8 17/33] x86/fred: add a debug "
` [PATCH v8 18/33] x86/fred: add a NMI "
` [PATCH v8 19/33] x86/fred: add a machine check "
` [PATCH v8 20/33] x86/fred: FRED entry/exit and dispatch code
` [PATCH v8 21/33] x86/fred: FRED initialization code
` [PATCH v8 22/33] x86/fred: update MSR_IA32_FRED_RSP0 during task switch
` [PATCH v8 23/33] x86/fred: let ret_from_fork() jmp to fred_exit_user when FRED is enabled
` [PATCH v8 24/33] x86/fred: disallow the swapgs instruction "
` [PATCH v8 25/33] x86/fred: no ESPFIX needed "
` [PATCH v8 26/33] x86/fred: allow single-step trap and NMI when starting a new thread
` [PATCH v8 27/33] x86/fred: fixup fault on ERETU by jumping to fred_entrypoint_user
` [PATCH v8 28/33] x86/ia32: do not modify the DPL bits for a null selector
` [PATCH v8 29/33] x86/fred: allow FRED systems to use interrupt vectors 0x10-0x1f
` [PATCH v8 30/33] x86/fred: allow dynamic stack frame size
` [PATCH v8 31/33] x86/fred: BUG() when ERETU with %rsp not equal to that when the ring 3 event was just delivered
` [PATCH v8 32/33] x86/fred: disable FRED by default in its early stage
` [PATCH v8 33/33] KVM: x86/vmx: refactor VMX_DO_EVENT_IRQOFF to generate FRED stack frames
[Buildroot] [PATCH v2 1/1] package/pkg-cargo: ensure host/target rustflags are properly split
2023-04-10 8:43 UTC (3+ messages)
[PATCH] postcopy-ram: do not use qatomic_mb_read
2023-04-10 8:40 UTC (2+ messages)
[Buildroot] [PATCH 1/1] sunxi-tools: bump to version 1.4.2-168-ged3039c
2023-04-10 8:40 UTC
[f2fs-dev] [DISCUSSION] f2fs for desktop
2023-04-10 8:39 UTC (3+ messages)
[linux-linus test] 180191: tolerable trouble: fail/pass/starved - PUSHED
2023-04-10 8:40 UTC
isar-cip-core distribution versions
2023-04-10 8:35 UTC (3+ messages)
next: MIPS: clang-16: tinyconfig: error: unknown target CPU 'r4600'
2023-04-10 8:33 UTC
[oe] [meta-oe] [PATCH] tesseract: upgrade 5.3.0 -> 5.3.1
2023-04-10 8:32 UTC (5+ messages)
` [oe] [meta-python] [PATCH] python3-zeroconf: upgrade 0.47.4 -> 0.55.0
` [oe] [meta-python] [PATCH] python3-web3: upgrade 6.0.0 -> 6.1.0
` [oe] [meta-python] [PATCH] python3-sqlalchemy: upgrade 2.0.7 -> 2.0.9
` [oe] [meta-python] [PATCH] python3-sentry-sdk: upgrade 1.18.0 -> 1.19.1
[PATCH] netfilter: conntrack: fix wrong ct->timeout value
2023-04-10 8:33 UTC (2+ messages)
[Buildroot] [PATCH v3 1/1] package/pkg-cargo: ensure host/target rustflags are properly split
2023-04-10 8:32 UTC
[PATCH v2 00/12] Submit zoned writes in order
2023-04-10 8:32 UTC (25+ messages)
` [PATCH v2 01/12] block: Send zoned writes to the I/O scheduler
` [PATCH v2 02/12] block: Send flush requests "
` [PATCH v2 03/12] block: Send requeued "
` [PATCH v2 04/12] block: Requeue requests if a CPU is unplugged
` [PATCH v2 05/12] block: One requeue list per hctx
` [PATCH v2 06/12] block: Preserve the order of requeued requests
` [PATCH v2 07/12] block: Make it easier to debug zoned write reordering
` [PATCH v2 08/12] block: mq-deadline: Simplify deadline_skip_seq_writes()
` [PATCH v2 09/12] block: mq-deadline: Disable head insertion for zoned writes
` [PATCH v2 10/12] block: mq-deadline: Introduce a local variable
` [PATCH v2 11/12] block: mq-deadline: Fix a race condition related to zoned writes
` [PATCH v2 12/12] block: mq-deadline: Handle requeued requests correctly
QCA: Update firmware files for BT chip WCN6750
2023-04-10 8:31 UTC
[oe] [meta-python] [PATCH] python3-imgtool: upgrade 1.9.0 -> 1.10.0
2023-04-10 8:30 UTC (4+ messages)
` [oe] [meta-python] [PATCH] python3-pychromecast: upgrade 13.0.6 -> 13.0.7
` [oe] [meta-python] [PATCH] python3-networkx: upgrade 3.0 -> 3.1
` [oe] [meta-python] [PATCH] python3-simplejson: upgrade 3.18.4 -> 3.19.1
[oe] [meta-python] [PATCH] python3-alembic: upgrade 1.10.2 -> 1.10.3
2023-04-10 8:29 UTC (5+ messages)
` [oe] [meta-python] [PATCH] python3-astroid: upgrade 2.15.1 -> 2.15.2
` [oe] [meta-python] [PATCH] python3-coverage: upgrade 7.2.2 -> 7.2.3
` [oe] [meta-python] [PATCH] python3-google-api-python-client: upgrade 2.83.0 -> 2.84.0
` [oe] [meta-python] [PATCH] python3-google-auth: upgrade 2.17.1 -> 2.17.2
[-net-next v11 0/6] Add Ethernet driver for StarFive JH7110 SoC
2023-04-10 8:29 UTC (7+ messages)
` [-net-next v11 5/6] net: stmmac: Add glue layer "
[oe] [meta-perl] [PATCH] libconfig-tiny-perl: upgrade 2.28 -> 2.29
2023-04-10 8:27 UTC (5+ messages)
` [oe] [meta-oe] [PATCH] mg: upgrade 20221112 -> 20230406
` [oe] [meta-python] [PATCH] python3-pillow: upgrade 9.4.0 -> 9.5.0
` [oe] [meta-python] [PATCH] python3-websockets: upgrade 10.4 -> 11.0.1
` [oe] [meta-oe] [PATCH] poppler: upgrade 23.03.0 -> 23.04.0
[PATCH v1] usb: typec: tcpm: Add kernel config to wrap around tcpm logs
2023-04-10 8:26 UTC (4+ messages)
[oe] [meta-oe] [PATCH] c-periphery: upgrade 2.3.1 -> 2.4.0
2023-04-10 8:26 UTC (5+ messages)
` [oe] [meta-oe] [PATCH] feh: upgrade 3.9.1 -> 3.10
` [oe] [meta-gnome] [PATCH] grilo-plugins: upgrade 0.3.15 -> 0.3.16
` [oe] [meta-oe] [PATCH] hwdata: upgrade 0.368 -> 0.369
` [oe] [meta-oe] [PATCH] hwloc: upgrade 2.9.0 -> 2.9.1
[PATCHv3 net-next] bonding: add software tx timestamping support
2023-04-10 8:23 UTC
[Intel-gfx] [PATCH 0/7] drm/i915/mtl: Define MOCS and PAT tables for MTL
2023-04-10 8:23 UTC (7+ messages)
` [Intel-gfx] [PATCH 7/7] drm/i915: Allow user to set cache at BO creation
linux-6.3-rc6/lib/maple_tree.c: Two style issues
2023-04-10 8:23 UTC (2+ messages)
[PATCH 00/17] sched: EEVDF using latency-nice
2023-04-10 8:23 UTC (3+ messages)
[PATCH] perf/arm-cmn: Fix port detection for CMN-700
2023-04-10 8:19 UTC (4+ messages)
[PATCH v5 1/2] dt-bindings: nvmem: Add t1023-sfp efuse support
2023-04-10 8:20 UTC (2+ messages)
` [PATCH v5 2/2] nvmem: add new NXP QorIQ eFuse driver
[PATCH v2 00/10] sunxi: Update H616 DRAM driver
2023-04-10 8:21 UTC (11+ messages)
` [PATCH v2 01/10] sunxi: Fix write to H616 DRAM CR register
` [PATCH v2 02/10] sunxi: cosmetic: Fix H616 DRAM driver code style
` [PATCH v2 03/10] sunxi: parameterize H616 DRAM ODT values
` [PATCH v2 04/10] sunxi: Convert H616 DRAM options to single setting
` [PATCH v2 05/10] sunxi: Always configure ODT on H616 DRAM
` [PATCH v2 06/10] sunxi: Make bit delay function in H616 DRAM code void
` [PATCH v2 07/10] sunxi: Parameterize bit delay code in H616 DRAM driver
` [PATCH v2 08/10] sunxi: Parameterize "unknown feature" "
` [PATCH v2 09/10] sunxi: Parameterize some of H616 DDR3 timings
` [PATCH v2 10/10] sunxi: Add TPR2 parameter for H616 DRAM driver
[PATCH 1/4] configs: am62x_evm_a53_defconfig: Changes in memory map to support SPL splash screen
2023-04-10 8:20 UTC (4+ messages)
` [PATCH 2/4] board: ti: am62x: am62x: Change splashimage and splashsource
` [PATCH 3/4] board: ti: am62x: evm: Add necessary functions to call splash screen
` [PATCH 4/4] common: spl: spl: Remove video driver before u-boot proper
[PATCH net v2] net: qrtr: Fix an uninit variable access bug in qrtr_tx_resume()
2023-04-10 8:20 UTC (2+ messages)
[PATCH v2 1/3] hwmon: (pmbus/core): Add rdev in pmbus_data struct
2023-04-10 8:19 UTC (10+ messages)
` [PATCH v2 2/3] hwmon: (pmbus/core): Add regulator event support
[OE-core][dunfell][PATCH] ffmpeg: fix for CVE-2022-3341
2023-04-10 8:13 UTC
core dump analysis, was Re: stack smashing detected
2023-04-10 8:12 UTC (16+ messages)
` dash behaviour, was Re: core dump analysis
[PATCH 0/2] Fix two warnings about rq clock
2023-04-10 8:12 UTC (3+ messages)
` [PATCH 1/2] sched/core: Fixed missing rq clock update before calling set_rq_offline()
` [PATCH 2/2] sched/core: Avoid double calling update_rq_clock()
[GSOC] [PROPOSAL v3] Draft of proposal for "Unify ref-filter formats with other pretty formats"
2023-04-10 8:10 UTC (2+ messages)
` "
[PATCH v10] audio/pwaudio.c: Add Pipewire audio backend for QEMU
2023-04-10 8:09 UTC (2+ messages)
[PATCH] drm/amd/display: set variables dml*_funcs storage-class-specifier to static
2023-04-08 13:43 UTC
[PATCH 1/3] drm/amdgpu: Reject submissions with too many IBs
2023-04-09 15:50 UTC (6+ messages)
` [PATCH 3/3] drm/amdgpu: Add support for querying the max ibs in a submission
[PATCH] net: bluetooth: hci_debugfs: fix inconsistent indenting
2023-04-10 8:03 UTC (2+ messages)
[GIT PULL] pinctrl: renesas: Updates for v6.4 (take two)
2023-04-10 8:01 UTC
[GIT PULL] clk: renesas: Updates for v6.4 (take two)
2023-04-10 8:01 UTC
[PATCH net V2] net: wwan: iosm: Fix error handling path in ipc_pcie_probe()
2023-04-10 8:00 UTC (2+ messages)
[cocci] Checking pointer dereferences with SmPL
2023-04-10 8:00 UTC (7+ messages)
` [cocci] Reconsidering pointer dereferences before null pointer checks (with SmPL)
[PATCH net] net: wwan: iosm: Fix error handling path in ipc_pcie_probe()
2023-04-10 8:00 UTC (6+ messages)
[ovmf test] 180193: all pass - PUSHED
2023-04-10 7:59 UTC
[PATCH v14 00/10] Add LoongArch support
2023-04-10 7:58 UTC (5+ messages)
` [PATCH v14 10/10] tests: Add LoongArch to various test cases
[PATCH] Add Dell G15 5525 Ryzen Edition to quirks list for acp6x so that internal DMIC works
2023-04-08 14:24 UTC
[PATCH] ASoC: dt-bindings: wm8523: Convert to dtschema
2023-04-06 22:11 UTC (2+ messages)
[PATCH] ASoC: dt-bindings: wm8523: Convert to dtschema
2023-04-06 22:10 UTC (2+ messages)
[PATCH v3 00/65] clk: Make determine_rate mandatory for muxes
2023-04-06 15:21 UTC (3+ messages)
` [PATCH v3 36/65] clk: versatile: sp810: Add a determine_rate hook
Computer Audio Appears on Input Device
2023-04-06 14:42 UTC
[GIT PULL 0/3] Renesas SoC updates for v6.4 (take two)
2023-04-10 7:55 UTC (8+ messages)
` [GIT PULL 1/3] Renesas ARM SoC updates for v6.4
` [GIT PULL 2/3] Renesas driver updates for v6.4 (take two)
` [GIT PULL 3/3] Renesas DTS "
qemu-user: avoid allocations to convert stuff when not necessary
2023-04-10 7:55 UTC (3+ messages)
[RFC PATCH net] net: ipv4/ipv6 addrconf: call igmp{,6}_group_dropped() while dev is still up
2023-04-10 7:55 UTC (3+ messages)
[PATCHv2 net-next] bonding: add software tx timestamping support
2023-04-10 7:55 UTC (3+ messages)
[PATCH net-next v4 00/14] sfc: add vDPA support for EF100 devices
2023-04-10 7:53 UTC (5+ messages)
[PATCH] mm,unmap: avoid flushing TLB in batch if PTE is inaccessible
2023-04-10 7:52 UTC
(no subject)
2023-04-10 7:51 UTC (2+ messages)
pgp key update
2023-04-10 7:49 UTC
[PATCH resend 0/2] vdpa/snet: support [s/g]et_vq_state and suspend
2023-04-10 7:47 UTC (10+ messages)
` [PATCH resend 1/2] vdpa/snet: support getting and setting VQ state
[PATCH v2] ring-buffer: Prevent inconsistent operation on cpu_buffer->resize_disabled
2023-04-10 7:35 UTC (3+ messages)
` [PATCH v3] "
[Buildroot] [PATCH 1/2] package/linux-headers: use host-make
2023-04-10 7:46 UTC (3+ messages)
[igt-dev] [i-g-t] tests/i915/kms_cdclk: Test cleanup
2023-04-10 7:42 UTC (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for "
[PATCH 0/3] J7 merge HS configs
2023-04-10 7:41 UTC (4+ messages)
` [PATCH 1/3] configs: j721s2: Merge the HS and non-HS defconfigs
` [PATCH 2/3] Kconfig: j721s2: Change K3_MCU_SCRATCHPAD_BASE to non firewalled region
` [PATCH 3/3] configs: j7200: Merge the HS and non-HS defconfigs
RFC for new feature to move pages from one vma to another without split
2023-04-10 7:41 UTC (3+ messages)
Linux 6.3-rc6
2023-04-10 7:26 UTC (2+ messages)
` Build regressions/improvements in v6.3-rc6
[PATCH] arm64/mm: don't WARN when alloc/free-ing device private pages
2023-04-10 7:39 UTC (6+ 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.