All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-06-22 08:59:35 to 2023-06-22 09:32:02 UTC [more...]

[dm-devel] [PATCH 00/29] use refcount+RCU method to implement lockless slab shrink
 2023-06-22  9:02 UTC  (19+ messages)
` [PATCH 13/29] ext4: dynamically allocate the ext4-es shrinker
` [PATCH 14/29] jbd2,ext4: dynamically allocate the jbd2-journal shrinker
` [PATCH 15/29] NFSD: dynamically allocate the nfsd-client shrinker
` [PATCH 16/29] NFSD: dynamically allocate the nfsd-reply shrinker
` [PATCH 17/29] xfs: dynamically allocate the xfs-buf shrinker
` [PATCH 18/29] xfs: dynamically allocate the xfs-inodegc shrinker
` [PATCH 19/29] xfs: dynamically allocate the xfs-qm shrinker
` [PATCH 20/29] zsmalloc: dynamically allocate the mm-zspool shrinker
` [PATCH 21/29] fs: super: dynamically allocate the s_shrink
` [PATCH 22/29] drm/ttm: introduce pool_shrink_rwsem
` [PATCH 23/29] mm: shrinker: add refcount and completion_wait fields
` [PATCH 24/29] mm: vmscan: make global slab shrink lockless
` [PATCH 25/29] mm: vmscan: make memcg "
` [PATCH 26/29] mm: shrinker: make count and scan in shrinker debugfs lockless
` [PATCH 27/29] mm: vmscan: hold write lock to reparent shrinker nr_deferred
` [PATCH 28/29] mm: shrinkers: convert shrinker_rwsem to mutex
` [PATCH 29/29] mm: shrinker: move shrinker-related code into a separate file
` [PATCH 00/29] use refcount+RCU method to implement lockless slab shrink

[PATCH 00/39] drm: renesas: shmobile: Atomic conversion + DT support
 2023-06-22  9:21 UTC  (68+ messages)
` [PATCH 01/39] dt-bindings: display: Add Renesas SH-Mobile LCDC bindings
` [PATCH 02/39] media: uapi: Add MEDIA_BUS_FMT_RGB666_2X9 variants
` [PATCH 03/39] drm: renesas: shmobile: Fix overlay plane disable
` [PATCH 04/39] drm: renesas: shmobile: Fix ARGB32 overlay format typo
` [PATCH 05/39] drm: renesas: shmobile: Correct encoder/connector types
` [PATCH 06/39] drm: renesas: shmobile: Add support for Runtime PM
` [PATCH 07/39] drm: renesas: shmobile: Restore indentation of shmob_drm_setup_clocks()
` [PATCH 08/39] drm: renesas: shmobile: Use %p4cc to print fourcc code
` [PATCH 09/39] drm: renesas: shmobile: Add missing YCbCr formats
` [PATCH 10/39] drm: renesas: shmobile: Improve shmob_drm_format_info table
` [PATCH 11/39] drm: renesas: shmobile: Remove backlight support
` [PATCH 12/39] drm: renesas: shmobile: Don't set display info width and height twice
` [PATCH 13/39] drm: renesas: shmobile: Rename input clocks
` [PATCH 14/39] drm: renesas: shmobile: Remove support for SYS panels
` [PATCH 15/39] drm: renesas: shmobile: Improve error handling
` [PATCH 16/39] drm: renesas: shmobile: Convert to use devm_request_irq()
` [PATCH 17/39] drm: renesas: shmobile: Use drmm_universal_plane_alloc()
` [PATCH 18/39] drm: renesas: shmobile: Embed drm_device in shmob_drm_device
` [PATCH 19/39] drm: renesas: shmobile: Convert container helpers to static inline functions
` [PATCH 20/39] drm: renesas: shmobile: Replace .dev_private with container_of()
` [PATCH 21/39] drm: renesas: shmobile: Use struct videomode in platform data
` [PATCH 22/39] drm: renesas: shmobile: Use media bus formats "
` [PATCH 23/39] drm: renesas: shmobile: Move interface handling to connector setup
` [PATCH 24/39] drm: renesas: shmobile: Unify plane allocation
` [PATCH 25/39] drm: renesas: shmobile: Rename shmob_drm_crtc.crtc
` [PATCH 26/39] drm: renesas: shmobile: Rename shmob_drm_connector.connector
` [PATCH 27/39] drm: renesas: shmobile: Rename shmob_drm_plane.plane
` [PATCH 28/39] drm: renesas: shmobile: Use drm_crtc_handle_vblank()
` [PATCH 29/39] drm: renesas: shmobile: Move shmob_drm_crtc_finish_page_flip()
` [PATCH 30/39] drm: renesas: shmobile: Wait for page flip when turning CRTC off
` [PATCH 31/39] drm: renesas: shmobile: Turn vblank on/off when enabling/disabling CRTC
` [PATCH 32/39] drm: renesas: shmobile: Shutdown the display on remove
` [PATCH 33/39] drm: renesas: shmobile: Cleanup encoder
` [PATCH 34/39] drm: renesas: shmobile: Atomic conversion part 1
` [PATCH 35/39] drm: renesas: shmobile: Atomic conversion part 2
` [PATCH 36/39] drm: renesas: shmobile: Use suspend/resume helpers
` [PATCH 37/39] drm: renesas: shmobile: Remove internal CRTC state tracking
` [PATCH 38/39] drm: renesas: shmobile: Atomic conversion part 3
` [PATCH 39/39] drm: renesas: shmobile: Add DT support

[igt-dev] [PATCH i-g-t] tests/xe: When GT is in RC6 donot assert if act freq is 0
 2023-06-22  9:37 UTC 

[PATCH v5 0/6] Add support for Qualcomm's legacy IOMMU v2
 2023-06-22  9:31 UTC  (8+ messages)
` [PATCH v5 1/6] dt-bindings: iommu: qcom,iommu: Add qcom,ctx-asid property
` [PATCH v5 2/6] iommu/qcom: Use the asid read from device-tree if specified
` [PATCH v5 3/6] iommu/qcom: Disable and reset context bank before programming
` [PATCH v5 4/6] iommu/qcom: Index contexts by asid number to allow asid 0
` [PATCH v5 5/6] dt-bindings: iommu: qcom,iommu: Add QSMMUv2 and MSM8976 compatibles
` [PATCH v5 6/6] iommu/qcom: Add support for QSMMUv2 and QSMMU-500 secured contexts

[PATCH] common/sfc_efx/base: set return code in case of the error
 2023-06-22  9:31 UTC  (4+ messages)
` [PATCH v3] "
` [PATCH v4] "

Multiple providers are available for runtime libltdl (libtool, libtool-native)
 2023-06-22  9:30 UTC 

Perf stat regression from d15480a3d67
 2023-06-22  9:20 UTC  (3+ messages)

[PATCH] fbdev: sh_mobile_lcdcfb: Fix ARGB32 overlay format typo
 2023-06-22  9:28 UTC 

[PATCH] [mickledore] docs: bsp-guide: bsp: fix typo
 2023-06-22  9:28 UTC 

[PATCH v4 0/3] Add Amlogic A311D2 and Khadas Vim4 Board Support
 2023-06-22  9:26 UTC  (4+ messages)
` [PATCH v4 2/3] dt-bindings: serial: amlogic,meson-uart: Add compatible string for T7

FAILED: patch "[PATCH] selftests: mptcp: diag: skip listen tests if not supported" failed to apply to 6.1-stable tree
 2023-06-22  9:19 UTC  (3+ messages)
` [PATCH 6.1.y] selftests: mptcp: diag: skip listen tests if not supported

[PATCH v9 23/42] Documentation/x86: Add CET shadow stack description
 2023-06-22  9:18 UTC  (11+ messages)

Out of space loop: skip_balance not working
 2023-06-22  9:18 UTC  (12+ messages)

[PATCH v7 00/13] CSI2RX support on J721E
 2023-06-22  9:18 UTC  (3+ messages)

[PATCH 0/3] cxl/region: Cache management and region decode reset fixes
 2023-06-22  9:18 UTC  (7+ messages)
` [PATCH 1/3] cxl/region: Move cache invalidation before region teardown, and before setup
` [PATCH 2/3] cxl/region: Flag partially torn down regions as unusable
` [PATCH 3/3] cxl/region: Fix state transitions after reset failure

[PATCH master/kirkstone] ti-k3-secdev: update to the latest commit
 2023-06-22  9:27 UTC 

[PATCH v5 0/8] soc: mediatek: MT8365 power support
 2023-06-22  9:17 UTC  (6+ messages)
` [PATCH v5 6/8] soc: mediatek: Add support for WAY_EN operations

FAILED: patch "[PATCH] selftests: mptcp: sockopt: skip TCP_INQ checks if not" failed to apply to 6.1-stable tree
 2023-06-22  9:17 UTC  (2+ messages)
` [PATCH 6.1.y] selftests: mptcp: sockopt: skip TCP_INQ checks if not supported

[PATCH] drm/udl: Convert to drm_crtc_helper_atomic_check()
 2023-06-22  9:27 UTC 

stable-rc/linux-5.4.y build: 188 builds: 5 failed, 183 passed, 3 errors, 31 warnings (v5.4.248-8-g3648f8172cdd)
 2023-06-22  9:17 UTC 

[PATCH v2 5/5] build: select optional libraries
 2023-06-22  9:27 UTC  (9+ messages)
` [PATCH v3] "
` [PATCH v4 0/4] Select "

[PATCH] scripts/quilt-mail: add email address for Conor Dooley
 2023-06-22  9:16 UTC  (2+ messages)

[PATCH net] netlink: fix potential deadlock in netlink_set_err()
 2023-06-22  9:26 UTC  (6+ messages)

Rockchip DWC2 issue
 2023-06-22  9:25 UTC  (4+ messages)

[PATCH] docs: bsp-guide: bsp: fix typo
 2023-06-22  9:25 UTC  (2+ messages)
` [docs] "

[PATCH v1] LFU-544: Kconfig.nxp: Fixed secure boot on LS-CH2 platforms
 2023-06-22  9:24 UTC 

[PATCH RFC 0/6] Switch iotests to pyvenv
 2023-06-22  9:24 UTC  (3+ messages)

Ofono: adding support for the SIMCom A7605E-H
 2023-06-22  9:24 UTC 

[RFC 0/6] Migration deprecated parts
 2023-06-22  9:22 UTC  (7+ messages)
` [RFC 4/6] migration: Deprecate -incoming <uri>

[PATCH 0/2] ARM: dts: r8a7740/armadillo800eva: Add LCD support
 2023-06-22  9:23 UTC  (3+ messages)
` [PATCH 1/2] ARM: dts: r8a7740: Add LCDC nodes
` [PATCH 2/2] ARM: dts: armadillo800eva: Add LCD panel

[PATCH v1] xen/arm: arm32: Add support to identify the Cortex-R52 processor
 2023-06-22  9:22 UTC  (6+ messages)

[PATCH 00/10] Introduce SMT level and add PowerPC support
 2023-06-22  9:12 UTC  (4+ messages)
` [PATCH 07/10] cpu/SMT: Allow enabling partial SMT states via sysfs

[RFC PATCH 0/3] sched: Implement shared wakequeue in CFS
 2023-06-22  9:11 UTC  (7+ messages)
` [RFC PATCH 3/3] "

[PATCH v1 0/7] Add support for various features to i.MX6 bindings
 2023-06-22  9:11 UTC  (4+ messages)
` [PATCH v2 1/5] dt-bindings: mmc: fsl-imx-esdhc: Add imx6ul support

[PATCH] mmc: mmci: Add support for SW busy-end timeouts
 2023-06-22  9:11 UTC  (6+ messages)

QA notification for completed autobuilder build (yocto-3.1.26.rc2)
 2023-06-22  9:19 UTC  (2+ messages)
` [qa-build-notification] "

[PATCH net] sch_netem: acquire qdisc lock in netem_change()
 2023-06-22  9:20 UTC  (2+ messages)

[PATCH 8/8] scripts/spelling.txt: Add "transmit" patterns
 2023-06-22  9:19 UTC  (2+ messages)
` scripts/spelling.txt: Add "transmit" patterns: Tests Results

[PATCH v3 0/8] Add support for MT6331 and MT6332 LEDs
 2023-06-22  9:10 UTC  (5+ messages)
` [PATCH v3 8/8] leds: leds-mt6323: Add support for WLEDs and MT6332

[PATCH 1/2] tools: Fix ifdef for aarch64 that should include also arm
 2023-06-22  9:17 UTC  (4+ messages)
` [PATCH 2/2] tools/python: Fix memory leak on error path

[PATCH v1 0/2] bimap API: Add couple of files to MAINTAINERS
 2023-06-22  9:07 UTC  (3+ messages)

Clarification about the hidraw documentation on HIDIOCGFEATURE
 2023-06-22  9:08 UTC  (7+ messages)

[PATCH v3 0/3] spi: Helper for deriving timeout values
 2023-06-22  9:06 UTC  (8+ messages)
` [PATCH v3 1/3] spi: Create a helper to derive adaptive timeouts
` [PATCH v3 2/3] spi: atmel: Prevent false timeouts on long transfers
` [PATCH v3 3/3] spi: sun6i: Use the new helper to derive the xfer timeout value

[PATCH] mm/pdx: Add comments throughout the codebase for pdx
 2023-06-22  9:15 UTC  (4+ messages)

[PATCH 00/79] fs: new accessors for inode->i_ctime
 2023-06-22  9:04 UTC  (4+ messages)
` [PATCH 02/79] spufs: switch to new ctime accessors
  ` [PATCH 76/79] apparmor: "

[PATCH v3 0/2] PCI: pciehp: Add support for native AER and DPC handling on async remove
 2023-06-22  9:04 UTC  (3+ messages)
` [PATCH v3 1/2] PCI: pciehp: Add support for async hotplug with native AER and DPC/EDR

[PATCH v4 00/24] sched: Introduce classes of tasks for load balance
 2023-06-22  9:03 UTC  (7+ messages)
` [PATCH v4 06/24] sched/fair: Collect load-balancing stats for IPC classes
` [PATCH v4 07/24] sched/fair: Compute IPC class scores for load balancing
` [PATCH v4 10/24] sched/fair: Use IPCC scores to select a busiest runqueue

[PATCH 0/5] arm64: dts: qcom: add chassis-type to reference platforms
 2023-06-22  9:02 UTC  (11+ messages)
` [PATCH 1/5] arm64: dts: qcom: sm8[1235]50-mtp: add chassis-type property
` [PATCH 2/5] arm64: dts: qcom: sm8[45]50-qrd: "
` [PATCH 3/5] arm64: dts: qcom: sm8[1234]50-hdk: "
` [PATCH 4/5] arm64: dts: qcom: msm89xx-mtp: "
` [PATCH 5/5] arm64: dts: qcom: sdm845-mtp: "

[PATCH] mmc: sunplus: fix return value check of mmc_add_host()
 2023-06-22  9:02 UTC 

[PATCH v2 0/9] {tcg,aarch64}: Add TLB_CHECK_ALIGNED
 2023-06-22  9:11 UTC  (5+ messages)
` [PATCH v2 2/9] accel/tcg: Move TLB_WATCHPOINT to TLB_SLOW_FLAGS_MASK
` [PATCH v2 3/9] accel/tcg: Renumber TLB_DISCARD_WRITE

[PATCH v4 00/12] can: m_can: Optimizations for m_can/tcan part 2
 2023-06-22  9:02 UTC  (7+ messages)
` [PATCH v4 01/12] can: m_can: Write transmit header and data in one transaction
` [PATCH v4 04/12] can: m_can: Add rx coalescing ethtool support

[RFC bpf-next v2 00/11] bpf: Netdev TX metadata
 2023-06-22  9:11 UTC  (3+ messages)
` [RFC bpf-next v2 03/11] xsk: Support XDP_TX_METADATA_LEN

[PATCH net 0/n] pull-request: can 2023-06-22
 2023-06-22  9:01 UTC  (2+ messages)
` [PATCH net] can: isotp: isotp_sendmsg(): fix return error fix on TX path

[jimc:dd-fix-2h 18/18] aarch64-linux-ld: drivers/gpu/drm/vmwgfx/vmwgfx_drv.o:(__dyndbg_class_users+0x0): multiple definition of `__UNIQUE_ID_ddebug_class_user477'; drivers/gpu/drm/mgag200/mgag200_drv.o:(__dyndbg_class_users+0x0): first defined here
 2023-06-22  9:08 UTC 

[syzbot] [xfs?] WARNING: Reset corrupted AGFL on AG NUM. NUM blocks leaked. Please unmount and run xfs_repair
 2023-06-22  8:59 UTC  (4+ messages)

[PATCH] drm/bridge: tc358764: Use BIT() macro for actual bits
 2023-06-22  9:08 UTC  (2+ messages)

Yocto Tasks Detailed Diagram Proposal
 2023-06-22  9:08 UTC  (3+ messages)
` [docs] "

[PATCH bpf-next v5 0/3] bpf, x86: allow function arguments up to 12 for TRACING
 2023-06-22  9:06 UTC  (4+ messages)
` [PATCH bpf-next v5 2/3] "

[meta-security][PATCH] dm-verity-image-initramfs: Allow compressed image types
 2023-06-22  9:06 UTC  (3+ messages)
` [yocto] "

[master/kirkstone][PATCH] prusw-fw: SR2.0: Package switch firmware for AM64
 2023-06-22  9:06 UTC  (2+ messages)

[net-next Patch 0/3] octeontx2-pf: support Round Robin scheduling
 2023-06-22  8:56 UTC  (3+ messages)
` [net-next Patch 1/3] octeontx2-pf: implement transmit schedular allocation algorithm
` [net-next Patch 3/3] octeontx2-pf: htb offload support for Round Robin scheduling

[PATCH 5.4 1/3] media: dvbdev: Fix memleak in dvb_register_device
 2023-06-22  8:56 UTC  (2+ messages)
` [PATCH 5.4 2/3] media: dvbdev: fix error logic at dvb_register_device()

Bezplatná 60denní zkušební verze: Vylepšete své výrobní procesy
 2023-06-22  8:51 UTC 

[PATCH v2 0/8] target/sparc: Use tcg_gen_lookup_and_goto_ptr
 2023-06-22  9:04 UTC  (5+ messages)
` [PATCH v2 1/8] target/sparc: Use tcg_gen_lookup_and_goto_ptr in gen_goto_tb
` [PATCH v2 8/8] target/sparc: Use tcg_gen_lookup_and_goto_ptr for v9 WRASI

[PATCH] arm64: dts: qcom: msm8939-sony-xperia-kanuti-tulip: Add missing 'chassis-type'
 2023-06-22  8:57 UTC  (2+ messages)

[Intel-wired-lan] [PATCH iwl-net v4 0/4] igc: TX timestamping fixes
 2023-06-22  8:59 UTC  (3+ messages)
` [Intel-wired-lan] [PATCH iwl-net v4 4/4] igc: Work around HW bug causing missing timestamps


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.