All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-04-06 09:12:38 to 2023-04-06 10:00:15 UTC [more...]

[PATCH 1/3] kobject: introduce kobject_is_added()
 2023-04-06  9:59 UTC  (7+ messages)
` [PATCH 2/3] erofs: convert to use kobject_is_added()
` [PATCH 3/3] zonefs: "

[PATCH][next] mm: truncate: remove redundant initialization of new_order
 2023-04-06  9:58 UTC 

[PATCH V5 0/6] ARM: dts: imx6ull: Add chargebyte Tarragon support
 2023-04-06  9:58 UTC  (7+ messages)
` [PATCH V5 2/6] dt-bindings: w1: Add DS2482/DS2484 I2C to 1-W bridges

[Intel-gfx] [PATCH] drm/i915: Query compressed bpp properly using correct DPCD and DP Spec info
 2023-04-06  9:59 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[PATCH] x86/svm: Provide EXITINFO decodes for MOV CR/DR intercepts
 2023-04-06  9:59 UTC  (4+ messages)

[PATCH][v2] x86/kvm: Don't check vCPU preempted if vCPU has dedicated pCPU and non-trap HLT
 2023-04-06  9:57 UTC  (2+ messages)

[RFC] tick_sched_timer() is not properly aligned, fixed by chance
 2023-04-06  9:57 UTC 

[PATCH] skbuff: Fix a race between coalescing and releasing SKBs
 2023-04-06  9:56 UTC  (7+ messages)

[PATCH net] net: phy: nxp-c45-tja11xx: disable port and global interrupts
 2023-04-06  9:55 UTC 

[PATCH 1/1] media: i2c: imx290: Add missing \n on dev_err_probe() message
 2023-04-06  9:55 UTC 

[RFC PATCH 1/1] smp: Add tracepoints for functions called with smp_call_function*()
 2023-04-06  9:55 UTC  (2+ messages)

[Intel-gfx] [PATCH v10 0/4] Add hwmon support for dgfx selftests
 2023-04-06  9:57 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

[Intel-gfx] [PATCH v9 00/25] Add vfio_device cdev for iommufd support
 2023-04-06  9:46 UTC  (4+ messages)
` [Intel-gfx] [PATCH v9 06/25] kvm/vfio: Accept vfio device file from userspace
  `  "

W sprawie samochodu
 2023-04-05  8:27 UTC 

[PATCH v2 0/5] soc: qcom: llcc: Add support for QDU1000/QRU1000
 2023-04-06  9:52 UTC  (6+ messages)
` [PATCH v2 2/5] dt-bindings: arm: msm: Add bindings for multi channel DDR in LLCC

RFC: DSI/DRM multiplexer bridge
 2023-04-06  9:55 UTC  (5+ messages)

LTP: list of failures on 32bit and compat mode
 2023-04-06  9:54 UTC  (3+ messages)
` [LTP] "

[PATCH v3] qemu-options: finesse the recommendations around -blockdev
 2023-04-06  9:53 UTC 

[Intel-wired-lan] [PATCH net-next v3 0/8] ice: support dynamic interrupt allocation
 2023-04-06  9:50 UTC  (5+ messages)
` [Intel-wired-lan] [PATCH net-next v3 5/8] ice: remove redundant SRIOV code

[RFC PATCH v3] sched: Fix performance regression introduced by mm_cid
 2023-04-06  9:51 UTC  (3+ messages)

[BUG] issues with new bootflow, uefi and virtio
 2023-04-06  9:53 UTC  (3+ messages)

[Intel-gfx] [PATCH 00/12] drm/i915: Add CSC state readout/check
 2023-04-06  9:53 UTC  (18+ messages)
` [Intel-gfx] [PATCH 03/12] drm/i915: Split chv_load_cgm_csc() into pieces
` [Intel-gfx] [PATCH 05/12] drm/i915: Store ilk+ csc matrices in the crtc state
` [Intel-gfx] [PATCH 06/12] drm/i915: Utilize crtc_state->csc on chv
` [Intel-gfx] [PATCH 07/12] drm/i915: Sprinke a few sanity check WARNS during csc assignment
` [Intel-gfx] [PATCH 08/12] drm/i915: Add hardware csc readout for ilk+
` [Intel-gfx] [PATCH 09/12] drm/i915: Implement chv cgm csc readout
` [Intel-gfx] [PATCH 10/12] drm/i915: Include the csc matrices in the crtc state dump
` [Intel-gfx] [PATCH 11/12] drm/i915: Hook up csc into state checker

[syzbot] Monthly mm report
 2023-04-06  9:53 UTC  (3+ messages)

[PATCH net-next v5 00/19] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES), part 1
 2023-04-06  9:46 UTC  (23+ messages)
` [PATCH net-next v5 01/19] net: Declare MSG_SPLICE_PAGES internal sendmsg() flag
` [PATCH net-next v5 02/19] mm: Move the page fragment allocator from page_alloc.c into its own file
` [PATCH net-next v5 03/19] mm: Make the page_frag_cache allocator use multipage folios
` [PATCH net-next v5 04/19] mm: Make the page_frag_cache allocator use per-cpu
` [PATCH net-next v5 05/19] tcp: Support MSG_SPLICE_PAGES
` [PATCH net-next v5 06/19] tcp: Make sendmsg(MSG_SPLICE_PAGES) copy unspliceable data
` [PATCH net-next v5 07/19] tcp: Convert do_tcp_sendpages() to use MSG_SPLICE_PAGES
` [PATCH net-next v5 08/19] tcp_bpf: Inline do_tcp_sendpages as it's now a wrapper around tcp_sendmsg
` [PATCH net-next v5 09/19] espintcp: Inline do_tcp_sendpages()
` [PATCH net-next v5 10/19] tls: "
` [PATCH net-next v5 11/19] siw: "
` [PATCH net-next v5 12/19] tcp: Fold do_tcp_sendpages() into tcp_sendpage_locked()
` [PATCH net-next v5 13/19] ip, udp: Support MSG_SPLICE_PAGES
` [PATCH net-next v5 14/19] ip, udp: Make sendmsg(MSG_SPLICE_PAGES) copy unspliceable data
` [PATCH net-next v5 15/19] ip6, udp6: Support MSG_SPLICE_PAGES
` [PATCH net-next v5 16/19] udp: Convert udp_sendpage() to use MSG_SPLICE_PAGES
` [PATCH net-next v5 17/19] ip: Remove ip_append_page()
` [PATCH net-next v5 18/19] af_unix: Support MSG_SPLICE_PAGES
` [PATCH net-next v5 19/19] af_unix: Make sendmsg(MSG_SPLICE_PAGES) copy unspliceable data

[GIT PULL] platform-drivers-x86 for 6.3-5
 2023-04-06  9:48 UTC 

Possible bug in git-rebase man page
 2023-04-06  9:49 UTC  (2+ messages)

[PATCH] net: fix return type of IPv6 L4 packet checksum
 2023-04-06  9:49 UTC  (3+ messages)
` [PATCH v2] "

[PATCH printk v1 00/18] threaded/atomic console support
 2023-04-06  9:46 UTC  (3+ messages)
` [PATCH printk v1 11/18] printk: nobkl: Introduce printer threads
  ` port lock: was: "

[PATCH 1/7] dt-bindings: net: dsa: mediatek,mt7530: correct brand name
 2023-04-06  9:49 UTC  (21+ messages)
` [PATCH 2/7] dt-bindings: net: dsa: mediatek,mt7530: improve MCM and MT7988 information
` [PATCH 3/7] dt-bindings: net: dsa: mediatek,mt7530: add port bindings for MT7988
` [PATCH 4/7] dt-bindings: net: dsa: mediatek,mt7530: allow delayed rgmii phy-modes
` [PATCH 5/7] dt-bindings: net: dsa: mediatek,mt7530: disallow reset without mediatek,mcm
` [PATCH 6/7] dt-bindings: net: dsa: mediatek,mt7530: disallow core-supply and io-supply
` [PATCH 7/7] dt-bindings: net: dsa: mediatek,mt7530: allow mediatek,mcm on MT7531

[PATCH v2 00/10] Add IOMMU support to MT8365 SoC
 2023-04-06  9:28 UTC  (4+ messages)
` [PATCH v2 10/10] memory: mtk-smi: mt8365: Add SMI Support

[LTP] [PATCH 1/1] mmap20: Fix invalid address
 2023-04-06  9:48 UTC  (3+ messages)

[PATCH 0/3] cgroup/cpuset: Fix CLONE_INTO_CGROUP problem & other issues
 2023-04-06  9:45 UTC  (7+ messages)
` [PATCH 1/3] cgroup/cpuset: Make cpuset_fork() handle CLONE_INTO_CGROUP properly
` [PATCH 3/3] cgroup/cpuset: Allow only one active attach operation per cpuset

[PATCH] drm/scheduler: Fix UAF in drm_sched_fence_get_timeline_name
 2023-04-06  9:48 UTC  (10+ messages)

[PATCH bpf-next v6] bpf: Support 64-bit pointers to kfuncs
 2023-04-06  9:44 UTC  (2+ messages)

[dhowells-fs:iov-sendpage 4/56] drivers/net/ethernet/google/gve/gve_main.c:1271:23: error: 'struct page_frag_cache' has no member named 'va'
 2023-04-06  9:47 UTC 

[PATCH] arm64: dts: ti: k3-j721s2-main: Enable support for SDR104 speed mode
 2023-04-06  9:45 UTC  (2+ messages)

[PATCH V4 00/13] Enable FW assisted shadowing for GFX11
 2023-04-06  9:43 UTC  (5+ messages)
` [PATCH 03/13] drm/amdgpu/UAPI: add new CS chunk for GFX shadow buffers

W sprawie samochodu
 2023-04-05  8:27 UTC 

[PATCH 2/2] erofs: remove unnecessary kobject_del()
 2023-04-06  9:41 UTC  (3+ messages)

[PATCH] mailmap: add entries for Mukesh Ojha
 2023-04-06  9:41 UTC 

[PATCH net-next v1 0/7] net: dsa: microchip: ksz8: Enhance static MAC table operations and error handling
 2023-04-06  9:40 UTC  (2+ messages)

[PATCH] arm: mach-k3: am642: move do_dt_magic() after sysfw loading
 2023-04-06  9:38 UTC  (2+ messages)

[PATCH v8] platform: generic: renesas: rzfive: Add SBI EXT to check for enabling IOCP errata
 2023-04-06  9:37 UTC  (3+ messages)

[PATCH] livepatch-tools: remove usage of error.h
 2023-04-06  9:36 UTC  (2+ messages)

[PATCH] global: resolve Perl executable via PATH
 2023-04-06  9:36 UTC  (4+ messages)
    ` [PATCH] t/lib-httpd: pass PERL_PATH to CGI scripts

[PATCH] i2c: imx_lpi2c: Fix misuse the IS_ENABLED for DM clock
 2023-04-06 10:26 UTC 

[PATCH] can: CAN_BXCAN should depend on ARCH_STM32
 2023-04-06  7:44 UTC  (2+ messages)

[PATCH net,v2] uapi: linux: restore IPPROTO_MAX to 256 and add IPPROTO_UAPI_MAX
 2023-04-06  9:25 UTC 

[PATCH 1/2] usb: gadget: tegra-xudc: Fix crash in vbus_draw
 2023-04-06  9:35 UTC  (3+ messages)

[PATCH v2 0/4] Add emulation of MEN Chameleon Hardware
 2023-04-06  9:31 UTC  (5+ messages)
` [PATCH v2 1/4] Add MEN Chameleon Bus emulation
` [PATCH v2 2/4] Add MEN Chameleon Bus via PCI carrier
` [PATCH v2 3/4] serial-mcb: Add serial via MEN chameleon bus
` [PATCH v2 4/4] wdt_z069: Add support for MEN 16z069 Watchdog

[PATCH] watchdog: ulp_wdog: guard reset_cpu with condition check
 2023-04-06 10:24 UTC 

[PATCH nf] netfilter: br_netfilter: fix recent physdev match breakage
 2023-04-06  9:34 UTC  (2+ messages)

[PATCH v1 0/3] gpio: Add gpio-delay support
 2023-04-06  9:33 UTC  (4+ messages)
` [PATCH v1 1/3] dt-bindings: gpio: Add gpio-delay binding document
` [PATCH v1 2/3] gpio: Add gpio delay driver
` [PATCH v1 3/3] [DNI] arm64: dts: mba8mx: Use gpio-delay for LVDS bridge

[PATCH 1/3] firmware: psci: enable DM_FLAG_PRE_RELOC
 2023-04-06 10:23 UTC  (3+ messages)
` [PATCH 2/3] sysreset: "
` [PATCH 3/3] sysreset: psci: add psci_sysreset_get_status

[PATCH next] scsi: scsi_debug: Fix missing error code in scsi_debug_init()
 2023-04-06  9:33 UTC  (2+ messages)

[PATCH] correct uart_B and uart_C clock references for meson8b
 2023-04-06  9:33 UTC 

[PATCH] Bluetooth: vhci: Fix info leak in force_devcd_write()
 2023-04-06  9:32 UTC  (2+ messages)
`  "

[Intel-xe] [PATCH] drm/xe: Use Xe BO pin / unpin functions for FB pin
 2023-04-06  9:32 UTC  (6+ messages)

[PATCH RESEND] hooks: add sendemail-validate-series
 2023-04-06  8:56 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] wifi: rtw89: fix crash due to null pointer of sta in AP mode
 2023-04-06  9:30 UTC 

[PATCH 00/13] Fix busydetect on Ux500 PL180/MMCI
 2023-04-06  9:30 UTC  (4+ messages)
` [PATCH 01/13] mmc: mmci: Only call busy_complete if callback defined
` [Linux-stm32] [PATCH 00/13] Fix busydetect on Ux500 PL180/MMCI

[PATCH v3 0/3] regulator: da9063: disable unused voltage monitors
 2023-04-06  9:31 UTC  (3+ messages)
` [PATCH v3 3/3] dt-bindings: mfd: dlg,da9063: document voltage monitoring

[PATCH v3 3/3] dt-bindings: mfd: dlg,da9063: document voltage monitoring
 2023-04-06  9:30 UTC  (3+ messages)

[PATCH v4 0/4] Add RZ/V2{M, MA} PWM driver support
 2023-04-06  9:30 UTC  (3+ messages)
` [PATCH v4 2/4] pwm: Add support for RZ/V2M PWM driver

[PATCH 1/4] net: e1000: add and make use of NUM_RX_DESC macro
 2023-04-06  9:28 UTC  (5+ messages)
` [PATCH 2/4] net: e1000: move all rx data structures to hw instance

[PATCH v2 1/2] usb: gadget: udc: core: Invoke usb_gadget_connect only when started
 2023-04-06  9:26 UTC  (2+ messages)

sample photos
 2023-04-06  9:27 UTC 

[PATCH] MIPS: Remove deprecated CONFIG_MIPS_CMP
 2023-04-06  9:26 UTC  (3+ messages)

[PATCH] clk: Disambiguate comment about clk_get_rate() for disabled clocks
 2023-04-06  9:26 UTC  (4+ messages)

[PATCH v2 00/12] Remove K3 misc sys_proto.h header
 2023-04-06  9:26 UTC  (19+ messages)
` [PATCH v2 04/12] configs: j721x_evm: Remove unneeded check for SYS_K3_SPL_ATF
` [PATCH v2 05/12] configs: j721s2_evm.h: Remove refrences to J7200 EVM
` [PATCH v2 06/12] arm: mach-k3: Make release_resources_for_core_shutdown() common
` [PATCH v2 07/12] arm: mach-k3: Move sysfw-loader.h out of mach includes
` [PATCH v2 08/12] arm: mach-k3: Add weak do_board_detect() to common file
` [PATCH v2 09/12] arm: mach-k3: Remove unused fdt_disable_node()
` [PATCH v2 10/12] arm: mach-k3: Move sdelay() and wait_on_value() declaration
` [PATCH v2 11/12] arm: mach-k3: Move J721s2 SPL init functions to mach-k3

[Intel-xe] [PATCH 0/4] RFC: drm/xe/ras: Supporting RAS on XE
 2023-04-06  9:26 UTC  (6+ messages)
` [Intel-xe] ✗ CI.Patch_applied: failure for "
` [Intel-xe] [PATCH 1/4] drm/xe: Handle GRF/IC ECC error irq
` [Intel-xe] [PATCH 2/4] drm/xe/ras: Log the GT hw errors
` [Intel-xe] [PATCH 3/4] drm/xe/ras: Count SOC and SGUNIT errors
` [Intel-xe] [PATCH 4/4] drm/xe/ras: Add support for reporting CSC HW and FW errors

[PATCH v3 0/4] Allow genpd providers to power off domains on sync state
 2023-04-06  9:26 UTC  (7+ messages)

[PATCH] qlcnic: check pci_reset_function result
 2023-04-06  9:23 UTC  (4+ messages)

[PATCH 0/9] msvc integration changes
 2023-04-06  9:25 UTC  (4+ messages)
` [PATCH v3 00/11] "
  ` [PATCH v3 10/11] telemetry: disable json print formatting with msvc

[PATCH] netfilter: nf_tables: Modify nla_memdup's flag to GFP_KERNEL_ACCOUNT
 2023-04-06  9:23 UTC  (3+ messages)
  ` [netfilter-core] "

s390 private runner CI job timing out
 2023-04-06  9:21 UTC  (3+ messages)

[Intel-xe] [PATCH 0/4] [RFC] drm/xe/ras: Supporting RAS on XE
 2023-04-06  9:22 UTC  (6+ messages)
` [Intel-xe] [PATCH 1/4] drm/xe: Handle GRF/IC ECC error irq
` [Intel-xe] [PATCH 2/4] drm/xe/ras: Log the GT hw errors
` [Intel-xe] [PATCH 3/4] drm/xe/ras: Count SOC and SGUNIT errors
` [Intel-xe] [PATCH 4/4] drm/xe/ras: Add support for reporting CSC HW and FW errors
` [Intel-xe] ✗ CI.Patch_applied: failure for drm/xe/ras: Supporting RAS on XE

[PATCH 0/2] KVM: VMX: Fixes for faults on ENCLS emulation
 2023-04-06  9:19 UTC  (4+ messages)
` [PATCH 2/2] KVM: VMX: Inject #GP, not #UD, if SGX2 ENCLS leafs are unsupported

[PATCH v13 7/9] LoongArch: Add to build system
 2023-04-06  9:19 UTC  (4+ messages)

[PATCH v9 0/6] tpm: Support boot measurements
 2023-04-06  9:18 UTC  (3+ messages)
` [PATCH v9 3/6] "

[net-next PATCH v6 00/16] net: Add basic LED support for switch/phy
 2023-04-06  9:18 UTC  (8+ messages)
` [net-next PATCH v6 16/16] arm: mvebu: dt: Add PHY LED support for 370-rd WAN port

[PATCH mptcp-net 0/2] mptcp: a couple of fixup
 2023-04-06  9:19 UTC  (3+ messages)
` [PATCH mptcp-net 1/2] Squash-to: "mptcp: fix accept vs worker race"

[PATCH 2/2] vkms: Add support for multiple connectors
 2023-04-06  9:17 UTC  (3+ messages)

[Intel-gfx] [PATCH 2/3] drm/i915/guc: Disable PL1 power limit when loading GuC firmware
 2023-04-06  9:16 UTC  (3+ messages)

[gpio kself-test & bisect] gpio-mockup.sh kslef-test failed in v6.3-rc5
 2023-04-06  9:17 UTC 

[PATCH v10 0/4] evm: Do HMAC of multiple per LSM xattrs for new inodes
 2023-04-06  9:14 UTC  (10+ messages)
` [PATCH v10 2/4] security: Allow all LSMs to provide xattrs for inode_init_security hook

[PATCH 0/3] ARM: dts: meson: fix UART device-tree schema validation
 2023-04-06  9:14 UTC  (9+ messages)
` [PATCH 1/3] ARM: dts: meson: Fix the UART compatible strings

[PATCH] memcg: Default value setting in memcg-v1
 2023-04-06  9:14 UTC  (2+ messages)

[PATCH v6 0/2] leds: lp55xx: configure internal charge pump
 2023-04-06  9:13 UTC  (5+ messages)
` [PATCH v6 2/2] "

[docs] [OE-core] [PATCH] migration-guides: update 4.2 migration and release notes
 2023-04-06  9:12 UTC  (2+ messages)
` [PATCH v2] "

[PATCH net-next v4 00/20] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES), part 1
 2023-04-06  9:12 UTC  (3+ messages)

[PATCH v5 00/18] timer: Move from a push remote at enqueue to a pull at expiry model
 2023-04-06  9:12 UTC  (4+ messages)
` [PATCH v5 16/18] timer: Implement the hierarchical pull model


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.