messages from 2024-06-28 06:04:48 to 2024-06-28 07:12:29 UTC [more...]
[PATCH 0/7] qrb4210-rb2: add HDMI audio playback support
2024-06-28 6:17 UTC (13+ messages)
` [PATCH 1/7] ASoC: dt-bindings: qcom,sm8250: add qrb4210-rb2-sndcard
` [PATCH 2/7] ASoC: qcom: sm8250: add qrb4210-rb2-sndcard compatible string
` [PATCH 4/7] arm64: dts: qcom: sm6115: add apr, its services and simple sound node
` [PATCH 5/7] arm64: dts: qcom: sm6115: add LPASS LPI pin controller
` [PATCH 6/7] arm64: dts: qcom: sm6115: add description of lpi_i2s2 pins
` [PATCH 7/7] arm64: dts: qcom: qrb4210-rb2: add HDMI audio playback support
[PATCH v42 00/98] hw/sd/sdcard: Add eMMC support
2024-06-28 7:02 UTC (52+ messages)
` [PATCH v42 01/98] hw/sd/sdcard: Deprecate support for spec v1.10
` [PATCH v42 02/98] hw/sd/sdcard: Use spec v3.01 by default
` [PATCH v42 03/98] hw/sd/sdcard: Track last command used to help logging
` [PATCH v42 04/98] hw/sd/sdcard: Trace block offset in READ/WRITE data accesses
` [PATCH v42 05/98] hw/sd/sdcard: Trace requested address computed by sd_req_get_address()
` [PATCH v42 06/98] hw/sd/sdcard: Do not store vendor data on block drive (CMD56)
` [PATCH v42 07/98] hw/sd/sdcard: Send WRITE_PROT bits MSB first (CMD30)
` [PATCH v42 08/98] hw/sd/sdcard: Send NUM_WR_BLOCKS bits MSB first (ACMD22)
` [PATCH v42 09/98] hw/sd/sdcard: Use READY_FOR_DATA definition instead of magic value
` [PATCH v42 10/98] hw/sd/sdcard: Assign SDCardStates enum values
` [PATCH v42 11/98] hw/sd/sdcard: Simplify sd_inactive_state handling
` [PATCH v42 12/98] hw/sd/sdcard: Restrict SWITCH_FUNCTION to sd_transfer_state (CMD6)
` [PATCH v42 13/98] hw/sd/sdcard: Add direct reference to SDProto in SDState
` [PATCH v42 14/98] hw/sd/sdcard: Extract sd_blk_len() helper
` [NOTFORMERGE PATCH v42 15/98] tests/qtest: Disable npcm7xx_sdhci tests using hardcoded RCA
` [PATCH v42 16/98] hw/sd/sdcard: Generate random RCA value
` [PATCH v42 17/98] hw/sd/sdcard: Introduce definitions for EXT_CSD register
` [PATCH v42 18/98] hw/sd/sdcard: Introduce sd_cmd_to_sendingdata and sd_generic_read_byte
` [PATCH v42 19/98] hw/sd/sdcard: Convert SWITCH_FUNCTION to generic_read_byte (CMD6)
` [PATCH v42 20/98] hw/sd/sdcard: Convert SEND_CSD/SEND_CID to generic_read_byte (CMD9 & 10)
` [PATCH v42 21/98] hw/sd/sdcard: Duplicate READ_SINGLE_BLOCK / READ_MULTIPLE_BLOCK cases
` [PATCH v42 23/98] hw/sd/sdcard: Convert SEND_TUNING_BLOCK to generic_read_byte (CMD19)
` [PATCH v42 24/98] hw/sd/sdcard: Convert SEND_WRITE_PROT to generic_read_byte (CMD30)
` [PATCH v42 25/98] hw/sd/sdcard: Convert GEN_CMD to generic_read_byte (CMD56)
` [PATCH v42 27/98] hw/sd/sdcard: Convert SEND_NUM_WR_BLOCKS to generic_read_byte (ACMD22)
` [PATCH v42 28/98] hw/sd/sdcard: Convert SEND_SCR to generic_read_byte (ACMD51)
` [PATCH v42 29/98] hw/sd/sdcard: Introduce sd_cmd_to_receivingdata / sd_generic_write_byte
` [PATCH v42 30/98] hw/sd/sdcard: Duplicate WRITE_SINGLE_BLOCK / WRITE_MULTIPLE_BLOCK cases
` [PATCH v42 31/98] hw/sd/sdcard: Convert WRITE_SINGLE_BLOCK to generic_write_byte (CMD24)
` [PATCH v42 32/98] hw/sd/sdcard: Convert PROGRAM_CID to generic_write_byte (CMD26)
` [PATCH v42 33/98] hw/sd/sdcard: Convert PROGRAM_CSD to generic_write_byte (CMD27)
` [PATCH v42 34/98] hw/sd/sdcard: Convert LOCK_UNLOCK to generic_write_byte (CMD42)
` [PATCH v42 35/98] hw/sd/sdcard: Convert GEN_CMD to generic_write_byte (CMD56)
` [PATCH v42 37/98] hw/sd/sdcard: Pass SDState as argument to sd_[a]cmd_name()
` [PATCH v42 38/98] hw/sd/sdcard: Prepare SDProto to contain more fields
` [PATCH v42 39/98] hw/sd/sdcard: Store command name in SDProto
` [PATCH v42 40/98] hw/sd/sdcard: Store command type "
` [PATCH v42 41/98] hw/sd/sdcard: Store command class "
` [PATCH v42 42/98] hw/sd/sdcard: Remove SEND_DSR dead case (CMD4)
` [PATCH v42 43/98] hw/sd/sdcard: Register generic optional handlers (CMD11 and CMD20)
` [PATCH v42 45/98] hw/sd/sdcard: Register SDIO optional handlers
` [PATCH v42 46/98] hw/sd/sdcard: Register Security Extension "
` [PATCH v42 47/98] hw/sd/sdcard: Add sd_cmd_SWITCH_FUNCTION handler (CMD6)
` [PATCH v42 48/98] hw/sd/sdcard: Add sd_cmd_DE/SELECT_CARD handler (CMD7)
` [PATCH v42 49/98] hw/sd/sdcard: Add sd_cmd_SEND_IF_COND handler (CMD8)
` [PATCH v42 52/98] hw/sd/sdcard: Add sd_cmd_STOP_TRANSMISSION handler (CMD12)
` [PATCH v42 55/98] hw/sd/sdcard: Add sd_cmd_SET_BLOCKLEN handler (CMD16)
` [PATCH v42 58/98] hw/sd/sdcard: Add sd_cmd_PROGRAM_CSD handler (CMD27)
` [PATCH v42 70/98] hw/sd/sdcard: Add sd_acmd_SEND_NUM_WR_BLOCKS handler (ACMD22)
` [PATCH v42 78/98] hw/sd/sdcard: Remove default case in read/write on DAT lines
` [PATCH v42 84/98] hw/sd/sdcard: Register unimplemented command handlers
[PATCH v2] perf sched replay: Fix -r/--repeat command line option for infinity
2024-06-28 7:09 UTC (4+ messages)
[PATCH net-next v1 1/1] net: dsa: microchip: add regmap_range for KSZ9563 chip
2024-06-28 7:10 UTC (4+ messages)
` [PATCH net-next v1 2/3] net: dsa: microchip: lan937x: force RGMII interface into PHY mode
[PATCH -next] mm: memcg: remove redundant seq_buf_has_overflowed()
2024-06-28 7:09 UTC (8+ messages)
[PATCH 0/2] media: uapi: pisp_be: Two late fixes
2024-06-28 7:09 UTC (4+ messages)
` [PATCH 2/2] media: uapi: pisp_common: Add 32 bpp format test
[PATCH v6 00/11] Add MTE stubs for aarch64 user mode
2024-06-28 7:05 UTC (3+ messages)
` [PATCH v6 01/11] gdbstub: Clean up process_string_cmd
[PATCH] PM / devfreq: sun8i-a33-mbus: Make use of devm_ functions for clks
2024-06-28 7:08 UTC (2+ messages)
[PATCH v2 0/3] arm64: entry: Convert to generic entry
2024-06-28 7:05 UTC (4+ messages)
` [PATCH v2 3/3] "
[PATCH] drm/fbdev-generic: Fix framebuffer on big endian devices
2024-06-28 7:05 UTC (4+ messages)
[PATCHv3 net-next] bonding: 3ad: send ifinfo notify when mux state changed
2024-06-28 7:04 UTC (11+ messages)
[PATCH] selftests/proc: fix unused result warning during test compilation
2024-06-28 7:03 UTC (2+ messages)
[PATCH v1 1/2] powerpc/mmiotrace: Add MMIO Tracing tool for PowerPC
2024-06-28 7:02 UTC (3+ messages)
[PATCH v3 0/2] ufs: core: fix ufshcd_abort_all racing issue
2024-06-28 7:00 UTC (3+ messages)
` [PATCH v3 1/2] ufs: core: fix ufshcd_clear_cmd "
` [PATCH v3 2/2] ufs: core: fix ufshcd_abort_one "
[PATCH v2 0/2] Add support for Nuvoton MA35D1 SDHCI
2024-06-28 6:59 UTC (5+ messages)
` [PATCH v2 2/2] mmc: sdhci-of-ma35d1: Add Nuvoton MA35D1 SDHCI driver
[PATCH] dt-bindings: intel,lgm: drop inactive maintainers from intel
2024-06-28 6:57 UTC (4+ messages)
Patch "MIPS: pci: lantiq: restore reset gpio polarity" has been added to the 6.9-stable tree
2024-06-28 6:55 UTC
[PATCH v5] virtio-net: clarify coalescing parameters settings
2024-06-28 6:56 UTC (12+ messages)
[PATCH] devtools: fix version variable not initialized
2024-06-28 6:55 UTC (3+ messages)
Question about [PATCH] [RFC] rtc: y2038: remove broken RTC_HCTOSYS workaround
2024-06-28 6:53 UTC (5+ messages)
[PATCH 0/4 v3] seccomp: improve handling of SECCOMP_IOCTL_NOTIF_RECV
2024-06-28 6:52 UTC (3+ messages)
` [PATCH 1/4] seccomp: interrupt SECCOMP_IOCTL_NOTIF_RECV when all users have exited
[PATCH V8 00/12] perf/core: Add ability for an event to "pause" or "resume" AUX area tracing
2024-06-28 6:51 UTC (13+ messages)
` [PATCH V8 01/12] perf/core: Add aux_pause, aux_resume, aux_start_paused
` [PATCH V8 02/12] perf/x86/intel/pt: Add support for pause / resume
` [PATCH V8 03/12] perf/x86/intel: Do not enable large PEBS for events with aux actions or aux sampling
` [PATCH V8 04/12] perf tools: Enable evsel__is_aux_event() to work for ARM/ARM64
` [PATCH V8 05/12] perf tools: Enable evsel__is_aux_event() to work for S390_CPUMSF
` [PATCH V8 06/12] perf tools: Add aux_start_paused, aux_pause and aux_resume
` [PATCH V8 07/12] perf tools: Add aux-action config term
` [PATCH V8 08/12] perf tools: Parse aux-action
` [PATCH V8 09/12] perf tools: Add missing_features for aux_start_paused, aux_pause, aux_resume
` [PATCH V8 10/12] perf intel-pt: Improve man page format
` [PATCH V8 11/12] perf intel-pt: Add documentation for pause / resume
` [PATCH V8 12/12] perf intel-pt: Add a test "
[PATCH] mm/gup: Use try_grab_page() instead of try_grab_folio() in gup slow path
2024-06-28 6:35 UTC (3+ messages)
[PATCH v3 0/9] cachefiles: random bugfixes
2024-06-28 6:51 UTC (22+ messages)
` [PATCH v3 1/9] netfs, fscache: export fscache_put_volume() and add fscache_try_get_volume()
` [PATCH v3 2/9] cachefiles: fix slab-use-after-free in fscache_withdraw_volume()
` [PATCH v3 3/9] cachefiles: fix slab-use-after-free in cachefiles_withdraw_cookie()
` [PATCH v3 4/9] cachefiles: propagate errors from vfs_getxattr() to avoid infinite loop
` [PATCH v3 5/9] cachefiles: stop sending new request when dropping object
` [PATCH v3 6/9] cachefiles: cancel all requests for the object that is being dropped
` [PATCH v3 7/9] cachefiles: wait for ondemand_object_worker to finish when dropping object
` [PATCH v3 8/9] cachefiles: cyclic allocation of msg_id to avoid reuse
` [PATCH v3 9/9] cachefiles: add missing lock protection when polling
[PATCH] leds: lp5562: Add multicolor brightness control
2024-06-28 6:45 UTC
[PATCH 1/3] net: give a different name to rtl8169 interfaces
2024-06-28 6:51 UTC (8+ messages)
[PATCH 00/19] hw/sd: Add support for eMMC cards
2024-06-28 6:46 UTC (2+ messages)
[PATCH v3 0/6] ATA PASS-THROUGH sense data fixes
2024-06-28 6:47 UTC (4+ messages)
` [PATCH v3 1/6] ata: libata-scsi: Fix offsets for the fixed format sense data
[PATCH v2] ARM: dts: stm32: Add ethernet support for DH STM32MP13xx DHCOR DHSBC board
2024-06-28 6:44 UTC (2+ messages)
[PATCH net-next v15 00/14] Device Memory TCP
2024-06-28 6:45 UTC (2+ messages)
[Buildroot] [PATCH 1/1] package/exim: update patches to be applied with fuzz 0
2024-06-28 6:44 UTC (3+ messages)
[RFC] iommu_ops->domain_alloc_paging() enhancement to support AMD IOMMU driver
2024-06-28 6:43 UTC
[PATCH 0/14] New uid & gid mount option parsing helpers
2024-06-28 6:43 UTC (3+ messages)
` [PATCH 14/14] vboxsf: Convert to new uid/gid "
[PATCH v3] Setting bluetooth helper domain for bluetoothctl
2024-06-28 6:43 UTC
[PATCH v12 0/4] Introduce perf check subcommand
2024-06-28 6:42 UTC (5+ messages)
` [PATCH v12 1/4] perf check: introduce "
` [PATCH v12 2/4] perf version: update --build-options to use 'supported_features' array
` [PATCH v12 3/4] perf tests task_analyzer: use perf check for libtraceevent support
` [PATCH v12 4/4] tools/perf/tests: Update probe_vfs_getname.sh script to use perf check feature
[PATCH v10 0/4] Introduce perf check subcommand
2024-06-28 6:40 UTC (4+ messages)
` [PATCH v10 1/4] perf check: introduce "
[PATCH v6 0/3] block: add larger order folio instead of pages
2024-06-28 6:40 UTC (3+ messages)
` [PATCH v6 1/3] block: Added folio-lized version of bio_add_hw_page()
[PATCH v5] block: Add ioprio to block_rq tracepoint
2024-06-28 6:38 UTC (3+ messages)
[PATCH V2] dt-bindings: net: bluetooth: convert MT7622 Bluetooth to the json-schema
2024-06-28 6:38 UTC (2+ messages)
` [V2] "
[GSoC][PATCH 0/11] t: port reftable/record_test.c to the unit testing framework
2024-06-28 6:19 UTC (13+ messages)
` [GSoC][PATCH v3 "
` [PATCH v3 01/11] t: move "
` [PATCH v3 02/11] t-reftable-record: add reftable_record_cmp() tests for log records
` [PATCH v3 03/11] t-reftable-record: add comparison tests for ref records
` [PATCH v3 04/11] t-reftable-record: add comparison tests for index records
` [PATCH v3 05/11] t-reftable-record: add comparison tests for obj records
` [PATCH v3 06/11] t-reftable-record: add ref tests for reftable_record_is_deletion()
` [PATCH v3 07/11] t-reftable-record: add log "
` [PATCH v3 08/11] t-reftable-record: add obj "
` [PATCH v3 09/11] t-reftable-record: add index "
` [PATCH v3 10/11] t-reftable-record: add tests for reftable_ref_record_compare_name()
` [PATCH v3 11/11] t-reftable-record: add tests for reftable_log_record_compare_key()
[PATCH v2 5/5] perf trace: Add test for enum augmentation
2024-06-28 6:37 UTC (2+ messages)
[PATCH] pwm: xilinx: Simplify using devm_ functions
2024-06-28 6:35 UTC
[v2 PATCH] mm: gup: do not call try_grab_folio() in slow path
2024-06-28 6:35 UTC (6+ messages)
[PATCH v1] board: mpfs_icicle: implement board_fdt_blob_setup()
2024-06-28 6:34 UTC (10+ messages)
[PATCH v3 0/2] Add documentation for PA_STATS and MAINTAINERS entry for ti,pruss.yaml
2024-06-28 6:34 UTC (6+ messages)
` [PATCH v3 2/2] dt-bindings: soc: ti: pruss: Add documentation for PA_STATS support
[PATCH v3 0/9] Enable CPR for IPQ9574
2024-06-28 6:32 UTC (4+ messages)
` [PATCH v3 2/9] cpufreq: qcom-nvmem: Add genpd names to match_data_kryo
[PATCH v5 0/7] misc: Add mikroBUS driver
2024-06-28 6:31 UTC (2+ messages)
[XEN PATCH] x86: p2m-pod: address violation of MISRA C Rule 2.1
2024-06-28 6:31 UTC (3+ messages)
[PATCH v2 0/3] arm64: dts: imx8mp: add audio XCVR sound card
2024-06-28 6:30 UTC (3+ messages)
` [PATCH v2 1/3] ASoC: dt-bindings: fsl,xcvr: Adjust the number of interrupts
[XEN PATCH v2] x86: p2m-pod: address violation of MISRA C Rule 2.1
2024-06-28 6:30 UTC
[PATCH 00/12] uprobes: add batched register/unregister APIs and per-CPU RW semaphore
2024-06-28 6:28 UTC (5+ messages)
` [PATCH 06/12] uprobes: add batch uprobe register/unregister APIs
[PATCH 0/2] clk: imx93: Drop macro IMX93_CLK_END
2024-06-28 6:28 UTC (8+ messages)
` [PATCH 1/2] "
[PATCH v2 0/2] Add master clock handling for nau8824
2024-06-28 6:24 UTC (5+ messages)
` [PATCH v2 1/2] ASoC: codecs: nau8824: Add master clock handling
` [PATCH v2 2/2] ASoC: dt-bindings: "
[PATCH v2 0/3] nvme-pci: honor isolcpus configuration
2024-06-28 6:24 UTC (7+ messages)
` [PATCH v2 1/3] blk-mq: add blk_mq_num_possible_queues helper
` [PATCH v2 2/3] nvme-pci: limit queue count to housekeeping CPUs
` [PATCH v2 3/3] lib/group_cpus.c: honor housekeeping config when grouping CPUs
[PATCH 0/2] media: i2c: Add driver for Sony IMX728
2024-06-28 6:24 UTC (7+ messages)
` [PATCH 2/2] media: dt-bindings: Add "
` [PATCH 1/2] media: i2c: Add driver for "
[RESEND PATCH] fscache: Remove duplicate included header
2024-06-28 6:23 UTC
[PATCH v4] PCI: keystone: Add workaround for Errata #i2037 (AM65x SR 1.0)
2024-06-28 6:23 UTC (2+ messages)
[PATCH 0/2] target/arm: Always build Aarch64 gdbstub helpers
2024-06-28 6:19 UTC (2+ messages)
[PATCH V2] mm/gup: Fix longterm pin on slow gup regression
2024-06-28 6:01 UTC
[PATCH] perf topdown: Correct leader selection with sample_read enabled
2024-06-28 6:17 UTC (3+ messages)
[PATCH net-next v3 1/3] vsock: add support for SIOCOUTQ ioctl for all vsock socket types
2024-06-28 6:15 UTC (2+ messages)
[XEN PATCH v2 00/13] x86: address some violations of MISRA C Rule 16.3
2024-06-28 6:15 UTC (10+ messages)
` [XEN PATCH v2 05/13] x86/traps: address "
[meta-networking][PATCH] devecot: set dovecot.conf file mode with chmod
2024-06-28 6:06 UTC
[PATCH v2 0/1] memory tier: consolidate the initialization of memory tiers
2024-06-28 6:09 UTC (2+ messages)
` [PATCH v2 1/1] "
[PATCH V2 1/1] block: check bio alignment in blk_mq_submit_bio
2024-06-28 6:05 UTC (3+ messages)
[PATCH v3 0/2] Allow userspace to change ID_AA64PFR1_EL1
2024-06-28 6:04 UTC (3+ messages)
` [PATCH v3 1/2] KVM: arm64: "
` [PATCH v3 2/2] KVM: selftests: aarch64: Add writable test for ID_AA64PFR1_EL1
[PATCH 1/2] RAS: ACPI: APEI: add conditional compilation to ARM error report functions
2024-06-28 6:04 UTC (2+ messages)
[PATCH v2 00/10] Read/Write with meta/integrity
2024-06-28 6:04 UTC (3+ messages)
` [PATCH v2 02/10] block: set bip_vcnt correctly
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.