messages from 2023-08-16 09:50:56 to 2023-08-16 11:38:09 UTC [more...]
[patch V4 00/41] x86/cpu: Rework the topology evaluation
2023-08-16 11:36 UTC (2+ messages)
[PATCH v1 1/1] gpiolib: sysfs: Do unexport GPIO when user asks for it
2023-08-16 11:36 UTC (4+ messages)
[PATCH] perf: ARM_SMMU_V3_PMU should depend on ARM_SMMU_V3
2023-08-16 11:36 UTC (3+ messages)
[PATCH] ACPI: PHAT: Add Platform Health Assessment Table support
2023-08-16 11:35 UTC (2+ messages)
[PATCH] rtc: stm32: remove incorrect #ifdef check
2023-08-16 11:35 UTC (4+ messages)
[PATCH v3 01/62] mmc: sunxi: Convert to platform remove callback returning void
2023-08-16 11:27 UTC (3+ messages)
` [PATCH v3 56/62] mmc: renesas_sdhi: "
[PATCH] rtc: stm32: Use NOIRQ_SYSTEM_SLEEP_PM_OPS()
2023-08-16 11:33 UTC
[PATCH v2] spi: spi-mpc512x-psc: Fix an unsigned comparison that can never be negative
2023-08-16 11:32 UTC (2+ messages)
[PATCH v32 0/6] Implement IOCTL to get and optionally clear info about PTEs
2023-08-16 11:30 UTC (7+ messages)
` [PATCH v32 1/6] userfaultfd: UFFD_FEATURE_WP_ASYNC
` [PATCH v32 2/6] fs/proc/task_mmu: Implement IOCTL to get and optionally clear info about PTEs
` [PATCH v32 3/6] fs/proc/task_mmu: Add fast paths to get/clear PAGE_IS_WRITTEN flag
` [PATCH v32 4/6] tools headers UAPI: Update linux/fs.h with the kernel sources
` [PATCH v32 5/6] mm/pagemap: add documentation of PAGEMAP_SCAN IOCTL
` [PATCH v32 6/6] selftests: mm: add pagemap ioctl tests
[PATCH net-next v7 0/6] introduce page_pool_alloc() related API
2023-08-16 11:30 UTC (8+ messages)
` [PATCH net-next v7 1/6] page_pool: frag API support for 32-bit arch with 64-bit DMA
` [PATCH net-next v7 2/6] page_pool: unify frag_count handling in page_pool_is_last_frag()
` [PATCH net-next v7 3/6] page_pool: remove PP_FLAG_PAGE_FRAG
` [PATCH net-next v7 4/6] page_pool: introduce page_pool[_cache]_alloc() API
` [PATCH net-next v7 5/6] page_pool: update document about frag API
` [PATCH net-next v7 6/6] net: veth: use newly added page pool API for veth with xdp
[PATCH v31 0/6] Implement IOCTL to get and optionally clear info about PTEs
2023-08-16 11:29 UTC (9+ messages)
` [PATCH v31 1/6] userfaultfd: UFFD_FEATURE_WP_ASYNC
` [PATCH v31 2/6] fs/proc/task_mmu: Implement IOCTL to get and optionally clear info about PTEs
` [PATCH v31 3/6] fs/proc/task_mmu: Add fast paths to get/clear PAGE_IS_WRITTEN flag
` [PATCH v31 4/6] tools headers UAPI: Update linux/fs.h with the kernel sources
` [PATCH v31 5/6] mm/pagemap: add documentation of PAGEMAP_SCAN IOCTL
` [PATCH v31 6/6] selftests: mm: add pagemap ioctl tests
[PATCH net-next v6 0/6] introduce page_pool_alloc() related API
2023-08-16 11:26 UTC (3+ messages)
` [PATCH net-next v6 1/6] page_pool: frag API support for 32-bit arch with 64-bit DMA
[PATCH v2 00/12] drm/bridge: tc358768: Fixes and timings improvements
2023-08-16 11:25 UTC (13+ messages)
` [PATCH v2 01/12] drm/tegra: rgb: Parameterize V- and H-sync polarities
` [PATCH v2 02/12] drm/bridge: tc358768: Fix use of uninitialized variable
` [PATCH v2 03/12] drm/bridge: tc358768: Fix bit updates
` [PATCH v2 04/12] drm/bridge: tc358768: Cleanup PLL calculations
` [PATCH v2 05/12] drm/bridge: tc358768: Use struct videomode
` [PATCH v2 06/12] drm/bridge: tc358768: Print logical values, not raw register values
` [PATCH v2 07/12] drm/bridge: tc358768: Use dev for dbg prints, not priv->dev
` [PATCH v2 08/12] drm/bridge: tc358768: Rename dsibclk to hsbyteclk
` [PATCH v2 09/12] drm/bridge: tc358768: Clean up clock period code
` [PATCH v2 10/12] drm/bridge: tc358768: Fix tc358768_ns_to_cnt()
` [PATCH v2 11/12] drm/bridge: tc358768: Attempt to fix DSI horizontal timings
` [PATCH v2 12/12] drm/bridge: tc358768: Default to positive h/v syncs
[PATCH v3 0/2] hexdump: minimize the output width of address and offset
2023-08-16 11:24 UTC (6+ messages)
` [PATCH v3 2/2] hexdump: add a new dump prefix DUMP_PREFIX_CUSTOM
[PATCH 00/14] tty: n_tty: cleanup
2023-08-16 11:20 UTC (21+ messages)
` [PATCH 1/4] n_tty: drop fp from n_tty_receive_buf_real_raw()
` [PATCH 01/14] tty: n_tty: make flow of n_tty_receive_buf_common() a bool
` [PATCH 2/4] n_tty: simplify and sanitize zero_buffer()
` [PATCH 02/14] tty: n_tty: use output character directly
` [PATCH 3/4] n_tty: pass ldata to canon_skip_eof() directly
` [PATCH 03/14] tty: n_tty: use 'retval' for writes' retvals
` [PATCH 4/4] n_tty: make many tty parameters const
` [PATCH 04/14] tty: n_tty: use time_is_before_jiffies() in n_tty_receive_overrun()
` [PATCH 05/14] tty: n_tty: make n_tty_data::num_overrun unsigned
` [PATCH 06/14] tty: n_tty: use MASK() for masking out size bits
` [PATCH 07/14] tty: n_tty: move canon handling to a separate function
` [PATCH 08/14] tty: n_tty: move newline "
` [PATCH 09/14] tty: n_tty: remove unsigned char casts from character constants
` [PATCH 10/14] tty: n_tty: simplify chars_in_buffer()
` [PATCH 11/14] tty: n_tty: use u8 for chars and flags
` [PATCH 12/14] tty: n_tty: unify counts to size_t
` [PATCH 13/14] tty: n_tty: extract ECHO_OP processing to a separate function
` [PATCH 14/14] tty: n_tty: deduplicate copy code in n_tty_receive_buf_real_raw()
[RFC PATCH v2] iov_iter: Convert iterate*() to inline funcs
2023-08-16 11:19 UTC (6+ messages)
[PATCH 0/4] Add a property to override the quad mode
2023-08-16 11:17 UTC (7+ messages)
` [PATCH 3/4] arm64: dts: mediatek: mt8183: disable quad mode for spi nor
[PATCH net-next v2] netfilter: ebtables: replace zero-length array members
2023-08-16 11:16 UTC (2+ messages)
[PATCH v2 0/4] Move Loongson1 MAC arch-code to the driver dir
2023-08-16 11:13 UTC (5+ messages)
` [PATCH v2 1/4] dt-bindings: mfd: syscon: Add compatibles for Loongson-1 syscon
` [PATCH v2 2/4] dt-bindings: net: Add Loongson-1 DWMAC glue layer
` [PATCH v2 3/4] net: stmmac: Add glue layer for Loongson-1 SoC
` [PATCH v2 4/4] MAINTAINERS: Update MIPS/LOONGSON1 entry
[PATCH 1/2] iio: amplifiers: hmc425a: Add Support HMC540S 4-bit Attenuator
2023-08-16 11:09 UTC (2+ messages)
` [PATCH 2/2] dt-bindings: iio: hmc425a: add entry for HMC540S
Fwd: ubi: fastmap: Fix a series of wear leveling problems
2023-08-16 11:08 UTC (2+ messages)
[PATCH v2] lib: test_scanf: Add explicit type cast to result initialization in test_number_prefix()
2023-08-16 11:01 UTC (2+ messages)
[RFC] Proposal to relax warnings of htmldocs
2023-08-16 11:01 UTC (5+ messages)
[PATCH v3 00/41] drm: renesas: shmobile: Atomic conversion + DT support
2023-08-16 9:50 UTC (42+ messages)
` [PATCH v3 01/41] MAINTAINER: Create entry for Renesas SH-Mobile DRM drivers
` [PATCH v3 02/41] dt-bindings: display: Add Renesas SH-Mobile LCDC bindings
` [PATCH v3 03/41] media: uapi: Add MEDIA_BUS_FMT_RGB666_2X9_BE format
` [PATCH v3 04/41] drm: renesas: shmobile: Fix overlay plane disable
` [PATCH v3 05/41] drm: renesas: shmobile: Fix ARGB32 overlay format typo
` [PATCH v3 06/41] drm: renesas: shmobile: Correct encoder/connector types
` [PATCH v3 07/41] drm: renesas: shmobile: Add support for Runtime PM
` [PATCH v3 08/41] drm: renesas: shmobile: Restore indentation of shmob_drm_setup_clocks()
` [PATCH v3 09/41] drm: renesas: shmobile: Use %p4cc to print fourcc code
` [PATCH v3 10/41] drm: renesas: shmobile: Add missing YCbCr formats
` [PATCH v3 11/41] drm: renesas: shmobile: Improve shmob_drm_format_info table
` [PATCH v3 12/41] drm: renesas: shmobile: Remove backlight support
` [PATCH v3 13/41] drm: renesas: shmobile: Don't set display info width and height twice
` [PATCH v3 14/41] drm: renesas: shmobile: Rename input clocks
` [PATCH v3 15/41] drm: renesas: shmobile: Remove support for SYS panels
` [PATCH v3 16/41] drm: renesas: shmobile: Improve error handling
` [PATCH v3 17/41] drm: renesas: shmobile: Convert to use devm_request_irq()
` [PATCH v3 18/41] drm: renesas: shmobile: Remove custom plane destroy callback
` [PATCH v3 19/41] drm: renesas: shmobile: Use drmm_universal_plane_alloc()
` [PATCH v3 20/41] drm: renesas: shmobile: Embed drm_device in shmob_drm_device
` [PATCH v3 21/41] drm: renesas: shmobile: Convert container helpers to static inline functions
` [PATCH v3 22/41] drm: renesas: shmobile: Replace .dev_private with container_of()
` [PATCH v3 23/41] drm: renesas: shmobile: Use struct videomode in platform data
` [PATCH v3 24/41] drm: renesas: shmobile: Use media bus formats "
` [PATCH v3 25/41] drm: renesas: shmobile: Move interface handling to connector setup
` [PATCH v3 26/41] drm: renesas: shmobile: Unify plane allocation
` [PATCH v3 27/41] drm: renesas: shmobile: Rename shmob_drm_crtc.crtc
` [PATCH v3 28/41] drm: renesas: shmobile: Rename shmob_drm_connector.connector
` [PATCH v3 29/41] drm: renesas: shmobile: Rename shmob_drm_plane.plane
` [PATCH v3 30/41] drm: renesas: shmobile: Use drm_crtc_handle_vblank()
` [PATCH v3 31/41] drm: renesas: shmobile: Move shmob_drm_crtc_finish_page_flip()
` [PATCH v3 32/41] drm: renesas: shmobile: Wait for page flip when turning CRTC off
` [PATCH v3 33/41] drm: renesas: shmobile: Turn vblank on/off when enabling/disabling CRTC
` [PATCH v3 34/41] drm: renesas: shmobile: Shutdown the display on remove
` [PATCH v3 35/41] drm: renesas: shmobile: Cleanup encoder
` [PATCH v3 36/41] drm: renesas: shmobile: Atomic conversion part 1
` [PATCH v3 37/41] drm: renesas: shmobile: Atomic conversion part 2
` [PATCH v3 38/41] drm: renesas: shmobile: Use suspend/resume helpers
` [PATCH v3 39/41] drm: renesas: shmobile: Remove internal CRTC state tracking
` [PATCH v3 40/41] drm: renesas: shmobile: Atomic conversion part 3
` [PATCH v3 41/41] drm: renesas: shmobile: Add DT support
[PATCH] drm: renesas: rcar-du: use proper naming for R-Car
2023-08-16 10:56 UTC
[PATCH v5 00/17] Imagination Technologies PowerVR DRM driver
2023-08-16 10:56 UTC (3+ messages)
` [PATCH v5 09/17] drm/imagination: Implement power management
[PATCH 00/10] tty: tty_buffer: cleanup
2023-08-16 10:55 UTC (11+ messages)
` [PATCH 01/10] tty: tty_buffer: switch data type to u8
` [PATCH 02/10] tty: tty_buffer: use struct_size() in tty_buffer_alloc()
` [PATCH 03/10] tty: tty_buffer: unify tty_insert_flip_string_{fixed_flag,flags}()
` [PATCH 04/10] tty: tty_buffer: warn if losing flags in __tty_insert_flip_string_flags()
` [PATCH 05/10] tty: tty_buffer: switch insert functions to size_t
` [PATCH 06/10] tty: tty_buffer: let tty_prepare_flip_string() return size_t
` [PATCH 07/10] tty: tty_buffer: use __tty_insert_flip_string_flags() in tty_insert_flip_char()
` [PATCH 08/10] tty: tty_buffer: better types in __tty_buffer_request_room()
` [PATCH 09/10] tty: tty_buffer: initialize variables in initializers already
` [PATCH 10/10] tty: tty_buffer: invert conditions in __tty_buffer_request_room()
[PATCH v2,1/2] mtd: spi-nor: giga: gd25lq64c: Disable quad mode according to bus width
2023-08-16 10:47 UTC (4+ messages)
` [PATCH v2,2/2] arm64: dts: mediatek: mt8183: set bus rx width to disable quad mode
[PATCH] x86/static_call: Fix __static_call_fixup()
2023-08-16 10:44 UTC (2+ messages)
` [PATCH v2] "
[PATCH v4 0/2] PCI: rcar: support regulators for PCIe
2023-08-16 10:42 UTC (3+ messages)
` [PATCH v4 1/2] dt-bindings: PCI: rcar-pci-host: add optional regulators
` [PATCH v4 2/2] PCI: rcar-host: add support for "
[PATCH 2/2] ASoC: nau8821: Improve AMIC recording performance
2023-08-16 10:41 UTC (2+ messages)
[PATCH] media: cros-ec-cec: Add Constitution to the match table
2023-08-16 10:41 UTC
[PATCH v2] PCI: rcar: use proper naming for R-Car
2023-08-16 10:40 UTC (4+ messages)
[PATCH v2] cpufreq: cppc: Set fie_disabled to FIE_DISABLED if fails to create kworker_fie
2023-08-16 10:37 UTC (2+ messages)
[PATCH] drm/nouveau/disp: fix use-after-free in error handling of nouveau_connector_create
2023-08-16 10:36 UTC (7+ messages)
[PATCH] thermal: max77620_thermal: removed unneeded call to platform_set_drvdata()
2023-08-16 10:34 UTC (2+ messages)
[PATCH] thermal: mediatek: auxadc_thermal: removed call to platform_set_drvdata()
2023-08-16 10:34 UTC (2+ messages)
[PATCH] thermal: sun8i_thermal: remove unneeded call to platform_set_drvdata()
2023-08-16 10:32 UTC (2+ messages)
[PATCH v2] cleanup: Make no_free_ptr() __must_check
2023-08-16 10:31 UTC
[PATCH v30 0/6] Implement IOCTL to get and optionally clear info about PTEs
2023-08-16 10:28 UTC (4+ messages)
` [PATCH v30 2/6] fs/proc/task_mmu: "
[PATCH v5 0/6] perf vendor events arm64: Update N2 and V2 metrics and events using Arm telemetry repo
2023-08-16 10:27 UTC (9+ messages)
` [PATCH v5 2/6] perf arm64: Allow version comparisons of CPU IDs
` [PATCH v5 3/6] perf test: Add a test for the new Arm CPU ID comparison behavior
[PATCH v4 0/4] firmware: arm_scmi: Add SCMI v3.2 pincontrol protocol basic support
2023-08-16 10:27 UTC (3+ messages)
` [PATCH v4 1/4] firmware: arm_scmi: Add optional flags to extended names helper
[PATCH] bus: bt1-apb: Change from u32 to unsigned int for regmap_read() calls
2023-08-16 10:25 UTC
[PATCH] thermal: broadcom: brcstb_thermal: removed unneeded platform_set_drvdata()
2023-08-16 10:22 UTC (2+ messages)
[PATCH v2] thermal/drivers/mediatek/lvts_thermal: Make readings valid in filtered mode
2023-08-16 10:21 UTC (2+ messages)
[PATCH v11 resend 0/3] dwc general suspend/resume functionality
2023-08-16 10:20 UTC (3+ messages)
` [PATCH v11 1/3] PCI: Add macro PCIE_PME_TO_L2_TIMEOUT_US
[PATCH] thermal: k3_bandgap: remove unneeded call to platform_set_drvdata()
2023-08-16 10:19 UTC (2+ messages)
[RFC net-next v1 0/5] Add MACsec support for TJA11XX C45 PHYs
2023-08-16 10:19 UTC (6+ messages)
` [RFC net-next v1 4/5] net: macsec: introduce mdo_insert_tx_tag
[PATCH] thermal: broadcom: sr-thermal: removed call to platform_set_drvdata()
2023-08-16 10:18 UTC (2+ messages)
[PATCH] thermal: k3_j72xx_bandgap: removed unneeded call to platform_set_drvdata()
2023-08-16 10:19 UTC (2+ messages)
[PATCH 0/6] locking/rtmutex: Avoid PI state recursion through sched_submit_work()
2023-08-16 10:19 UTC (8+ messages)
` [PATCH 3/6] sched: Extract __schedule_loop()
[PATCH] bus: bt1-axi: Change from u32 to unsigned int for regmap_read() calls
2023-08-16 10:17 UTC
[PATCH 0/3] Add support for thermal mitigation for K3 J7200 SoC
2023-08-16 10:15 UTC (3+ messages)
` [PATCH 1/3] thermal: k3_j72xx_bandgap: Add cooling device support
[PATCH 5.17 000/298] 5.17.15-rc1 review
2023-08-16 10:15 UTC (5+ messages)
` [PATCH 5.17 127/298] driver core: Fix wait_for_device_probe() & deferred_probe_timeout interaction
[PATCH net-next] thermal: samsung: fix Wvoid-pointer-to-enum-cast warning
2023-08-16 10:12 UTC (2+ messages)
[PATCH v4 0/4] drm/amdgpu: Rework coredump memory allocation
2023-08-16 10:11 UTC (8+ messages)
` [PATCH v4 2/4] drm/amdgpu: Rework coredump to use memory dynamically
` [PATCH v4 3/4] drm/amdgpu: Move coredump code to amdgpu_reset file
` [PATCH v4 4/4] drm/amdgpu: Create version number for coredumps
[GIT PULL] clk: imx: Updates for v6.6
2023-08-16 10:11 UTC
[PATCH V4 1/2] tick: Rename tick_do_update_jiffies64() and allow external usage
2023-08-16 10:06 UTC (9+ messages)
` [PATCH V4 2/2] rcu: Update jiffies in rcu_cpu_stall_reset()
[PATCH RESEND RESEND] thermal/of: support thermal zones w/o trips subnode
2023-08-16 10:04 UTC (2+ messages)
[PATCH] lib/earlycpio: Mark find_cpio_data() __no_stack_protector
2023-08-16 10:02 UTC
[PATCH -next] mfd: 88pm860x: Remove unused extern declarations
2023-08-16 9:59 UTC (2+ messages)
` (subset) "
[PATCH -next] mfd: ab8500: Remove unused extern declarations
2023-08-16 9:58 UTC (2+ messages)
` (subset) "
[PATCH -next] mfd: max77686: Remove unused extern declarations
2023-08-16 9:57 UTC (2+ messages)
` (subset) "
[PATCH] mmc: sdhci-esdhc-imx: improve ESDHC_FLAG_ERR010450
2023-08-16 9:52 UTC (2+ messages)
[PATCH v2] i2c: designware: add support for pinctrl for recovery
2023-08-16 9:50 UTC
[PATCH] net: mdio: fix -Wvoid-pointer-to-enum-cast warning
2023-08-16 9:51 UTC (3+ messages)
[PATCH v3 RESEND 2/2] PCI: rcar-host: add support for optional regulators
2023-08-16 9:51 UTC (3+ messages)
[PATCH drivers/perf: hisi: 0/2] There are some bugfix for the hisi perf driver
2023-08-16 9:46 UTC (2+ messages)
` [PATCH drivers/perf: hisi: 1/2] drivers/perf: hisi: hns3: default use hardware event 0 as group leader event
[PATCH] LoongArch: Put the body of play_dead() into arch_cpu_idle_dead()
2023-08-16 9:50 UTC
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