messages from 2023-08-22 16:04:48 to 2023-08-22 16:32:48 UTC [more...]
[PATCH] target/arm: Fix bug in memory translation for executable Realm memory pages
2023-08-22 16:26 UTC (2+ messages)
[PATCH net-next v3 0/4] net: ethernet: mtk_eth_soc: improve support for MT7988
2023-08-22 16:32 UTC (6+ messages)
` [PATCH net-next v3 1/4] net: ethernet: mtk_eth_soc: fix register definitions "
` [PATCH net-next v3 2/4] net: ethernet: mtk_eth_soc: add reset bits "
[PATCH 01/17] dm: usb: udc: Factor out plain udevice handler functions
2023-08-22 16:32 UTC (14+ messages)
` [PATCH 02/17] usb: sandbox: Add DM_USB_GADGET support
` [PATCH 03/17] configs: sandbox: Enable DM_USB_GADGET
` [PATCH 04/17] cmd: fastboot: Use plain udevice for UDC controller interaction
` [PATCH 06/17] cmd: sdp: Reorder variable declaration
` [PATCH 08/17] cmd: ums: Use plain udevice for UDC controller interaction
` [PATCH 09/17] dfu: Detach the controller on error
[PATCH 0/3] iommu/arm-smmu-v3: Reduce latency in __arm_smmu_tlb_inv_range()
2023-08-22 16:32 UTC (4+ messages)
` [PATCH 3/3] iommu/arm-smmu-v3: Add a max_tlbi_ops for __arm_smmu_tlb_inv_range()
[PATCH V10 0/4] Add S4 SoC PLLs and Peripheral clock
2023-08-22 16:32 UTC (5+ messages)
` [PATCH V10 1/4] dt-bindings: clock: document Amlogic S4 SoC PLL clock controller
[RFC PATCH] docs/style: permit inline loop variables
2023-08-22 16:31 UTC (4+ messages)
[OE-core][dunfell][PATCH] openssh: Fix CVE-2023-38408
2023-08-22 16:32 UTC (2+ messages)
[PATCH v2 00/18] media: i2c: imx219: Miscellaneous cleanups and improvements
2023-08-22 16:30 UTC (11+ messages)
` [PATCH v2 03/18] media: i2c: imx219: Replace register addresses with macros
` [PATCH v2 04/18] media: i2c: imx219: Fix test pattern window for 640x480 mode
` [PATCH v2 05/18] media: i2c: imx219: Set mode registers programmatically
` [PATCH v2 06/18] media: i2c: imx219: Merge format and binning setting functions
` [PATCH v2 07/18] media: i2c: imx219: Initialize ycbcr_enc
[PATCH] tests/qtest/usb-hcd-xhci-test: Check availability of devices before using them
2023-08-22 16:30 UTC
[xen-unstable-smoke test] 182421: tolerable all pass - PUSHED
2023-08-22 16:30 UTC
[PATCH] wifi: Fix ieee80211.h kernel-doc issues
2023-08-22 16:30 UTC
[android-common:android-4.14-stable 13509/29943] aarch64-linux-gcc: error: unrecognized argument to -fsanitize= option: 'kernel-hwaddress'; did you mean 'kernel-address'?
2023-08-22 16:28 UTC
[PATCH] audit: add task history record
2023-08-22 16:29 UTC (5+ messages)
[PATCH v2 0/4] drm/xe: Support optional pinning of userptr pages
2023-08-22 16:30 UTC (15+ messages)
` [Intel-xe] "
` [PATCH v2 1/4] drm/xe/vm: Use onion unwind for xe_vma_userptr_pin_pages()
` [Intel-xe] "
` [Intel-xe] [PATCH v2 2/4] drm/xe/vm: Implement userptr page pinning
` "
` [PATCH v2 3/4] drm/xe/vm: Perform accounting of userptr pinned pages
` [Intel-xe] "
` [PATCH v2 4/4] drm/xe/uapi: Support pinning of userptr vmas
` [Intel-xe] "
` [Intel-xe] ✓ CI.Patch_applied: success for drm/xe: Support optional pinning of userptr pages (rev2)
` [Intel-xe] ✗ CI.checkpatch: warning "
` [Intel-xe] ✓ CI.KUnit: success "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✗ CI.Hooks: failure "
[android-common:android-4.14-stable 12676/29943] kernel/gcov/clang.c:85:6: warning: no previous declaration for 'llvm_gcov_init'
2023-08-22 16:28 UTC
[PATCH] docs/devel/tcg-ops: Bury mentions of trunc_shr_i64_i32()
2023-08-22 16:28 UTC
[PATCH platform-next v4 00/16] Add new features and amendments for Nvidia systems
2023-08-22 16:27 UTC (5+ messages)
` [PATCH platform-next v4 16/16] Documentation/ABI: Add new attribute for mlxreg-io sysfs interfaces
[RFC] lib/st_ring: add single thread ring
2023-08-22 16:28 UTC (5+ messages)
[PATCH 1/3] hugetlb: Use a folio in free_hpage_workfn()
2023-08-22 16:28 UTC (3+ messages)
` [PATCH 2/3] hugetlb: Remove a few calls to page_folio()
` [PATCH 3/3] hugetlb: Convert remove_pool_huge_page() to return a folio
FYI: git issues with libcurl 8.0/1 HTTPS push
2023-08-22 16:27 UTC (2+ messages)
[PATCH] abort.3: Note that the glibc implementation is not async-signal-safe
2023-08-22 16:26 UTC (2+ messages)
[PATCH v6 0/9] tracing: Improbe BTF support on probe events
2023-08-22 16:27 UTC (10+ messages)
` [PATCH v6 1/9] tracing/probes: Support BTF argument on module functions
` [PATCH v6 2/9] tracing/probes: Move finding func-proto API and getting func-param API to trace_btf
` [PATCH v6 3/9] tracing/probes: Add a function to search a member of a struct/union
` [PATCH v6 4/9] tracing/probes: Support BTF based data structure field access
` [PATCH v6 5/9] tracing/probes: Support BTF field access from $retval
` [PATCH v6 6/9] tracing/probes: Add string type check with BTF
` [PATCH v6 7/9] tracing/fprobe-event: Assume fprobe is a return event by $retval
` [PATCH v6 8/9] selftests/ftrace: Add BTF fields access testcases
` [PATCH v6 9/9] Documentation: tracing: Update fprobe event example with BTF field
[PATCH] scsi: core: Report error list information in debugfs
2023-08-22 16:24 UTC (4+ messages)
[PATCH v1 net] net: Allow larger buffer than peer address for SO_PEERNAME
2023-08-22 16:24 UTC (2+ messages)
[PATCH mm-unstable v1 0/4] mm/swap: stop using page->private on tail pages for THP_SWAP + cleanups
2023-08-22 16:24 UTC (4+ messages)
` [PATCH mm-unstable v1 1/4] mm/swap: stop using page->private on tail pages for THP_SWAP
cip-gitlab/ci/pavel/linux-test baseline: 130 runs, 20 regressions (v6.1.45-cip3-31-gbae6b8e9a2cff)
2023-08-22 16:24 UTC
cip-gitlab/ci/pavel/linux-test baseline-nfs: 24 runs, 3 regressions (v6.1.45-cip3-31-gbae6b8e9a2cff)
2023-08-22 16:24 UTC
[PATCH] kernel: Add Mount Option For Efivarfs
2023-08-22 16:23 UTC
[PATCH bpf-next v2 00/14] Exceptions - 1/2
2023-08-22 16:23 UTC (3+ messages)
` [PATCH bpf-next v2 08/14] bpf: Prevent KASAN false positive with bpf_throw
[PATCH] spl: watchdog: introduce SPL_HW_WATCHDOG
2023-08-22 16:22 UTC (2+ messages)
[PATCH v3 00/12] drm/bridge: tc358768: Fixes and timings improvements
2023-08-22 16:19 UTC (26+ messages)
` [PATCH v3 01/12] drm/tegra: rgb: Parameterize V- and H-sync polarities
` [PATCH v3 02/12] drm/bridge: tc358768: Fix use of uninitialized variable
` [PATCH v3 03/12] drm/bridge: tc358768: Default to positive h/v syncs
` [PATCH v3 04/12] drm/bridge: tc358768: Fix bit updates
` [PATCH v3 05/12] drm/bridge: tc358768: Cleanup PLL calculations
` [PATCH v3 06/12] drm/bridge: tc358768: Use struct videomode
` [PATCH v3 07/12] drm/bridge: tc358768: Print logical values, not raw register values
` [PATCH v3 08/12] drm/bridge: tc358768: Use dev for dbg prints, not priv->dev
` [PATCH v3 09/12] drm/bridge: tc358768: Rename dsibclk to hsbyteclk
` [PATCH v3 10/12] drm/bridge: tc358768: Clean up clock period code
` [PATCH v3 11/12] drm/bridge: tc358768: Fix tc358768_ns_to_cnt()
` [PATCH v3 12/12] drm/bridge: tc358768: Attempt to fix DSI horizontal timings
[PATCH v5 00/19] Proxy Execution: A generalized form of Priority Inheritance v5
2023-08-22 16:19 UTC (4+ messages)
` [PATCH v5 16/19] sched: Fix proxy/current (push,pull)ability
[PATCH v5 0/4] input: touchscreen: add initial support for Goodix Berlin touchscreen IC
2023-08-22 16:19 UTC (2+ messages)
[meta-python][PATCH] python3-kivy: fix filename
2023-08-22 16:19 UTC
[PATCH v2 0/5] Support nested overlayfs mounts
2023-08-22 16:18 UTC (11+ messages)
` [PATCH v2 4/5] ovl: Support creation of whiteout files on overlayfs
Question on __torture_rt_boost() else clause
2023-08-22 16:18 UTC (2+ messages)
[PATCH 0/3] ath*: Fix a few spelling errors
2023-08-22 16:18 UTC (16+ messages)
` [PATCH 1/3] wifi: ath10k: "
` [PATCH 2/3] wifi: ath11k: "
` [PATCH 3/3] wifi: ath12k: "
[PATCH v10 0/4] Add RZ/{G2L,G2LC} and RZ/V2L Display Unit support
2023-08-22 16:17 UTC (4+ messages)
` [PATCH v10 0/4] Add RZ/{G2L, G2LC} "
[PATCH 0/7] Introduce generic_single_device_group()
2023-08-22 16:16 UTC (22+ messages)
` [PATCH 1/7] iommu: Remove useless group refcounting
` [PATCH 2/7] iommu: Add generic_single_device_group()
` [PATCH 3/7] iommu/sun50i: Convert to generic_single_device_group()
` [PATCH 4/7] iommu/sprd: "
` [PATCH 5/7] iommu/rockchip: "
` [PATCH 6/7] iommu/ipmmu-vmsa: "
` [PATCH 7/7] iommu/omap: "
[PATCH -next 00/25] spi: Use devm_clk_get_*() helper function to simplify the drivers
2023-08-22 16:16 UTC (13+ messages)
` [PATCH -next 24/25] spi: spl022: Use helper function devm_clk_get_enabled()
[PATCH v1 0/9] media: qcom: camss: Bugfix series
2023-08-22 16:16 UTC (10+ messages)
` [PATCH v1 1/9] media: qcom: camss: Fix pm_domain_on sequence in probe
` [PATCH v1 2/9] media: qcom: camss: Fix V4L2 async notifier error path
` [PATCH v1 3/9] media: qcom: camss: Fix vfe_get() error jump
` [PATCH v1 4/9] media: qcom: camss: Fix VFE-17x vfe_disable_output()
` [PATCH v1 5/9] media: qcom: camss: Fix VFE-480 vfe_disable_output()
` [PATCH v1 6/9] media: qcom: camss: Fix missing vfe_lite clocks check
` [PATCH v1 7/9] media: qcom: camss: Fix invalid clock enable bit disjunction
` [PATCH v1 8/9] media: qcom: camss: Fix set CSI2_RX_CFG1_VC_MODE when VC is greater than 3
` [PATCH v1 9/9] media: qcom: camss: Fix csid-gen2 for test pattern generator
[PATCH v13 00/24] nvme-tcp receive offloads
2023-08-22 15:04 UTC (6+ messages)
` [PATCH v13 17/24] net/mlx5e: NVMEoTCP, offload initialization
` [PATCH v13 18/24] net/mlx5e: TCP flow steering for nvme-tcp acceleration
` [PATCH v13 20/24] net/mlx5e: NVMEoTCP, queue init/teardown
` [PATCH v13 21/24] net/mlx5e: NVMEoTCP, ddp setup and resync
` [PATCH v13 24/24] net/mlx5e: NVMEoTCP, statistics
[PATCH v1 0/1] Host side BMC device driver
2023-08-22 16:14 UTC (6+ messages)
` [PATCH v1 1/1] soc/aspeed: Add host "
[igt-dev] [PATCH v4 i-g-t] tests/i915_pm_freq_api: Ignore zero register value
2023-08-22 16:12 UTC (3+ messages)
` [igt-dev] ✗ Fi.CI.BAT: failure for tests/i915_pm_freq_api: Ignore zero register value (rev4)
[PATCH v15 0/4] Add support for RZ/G2L GPT
2023-08-22 16:14 UTC (3+ messages)
[PATCH 1/2] dt-bindings: power: Add regulator-pd yaml file
2023-08-22 16:14 UTC (11+ messages)
` [EXT] "
[PATCH v2 00/12] drm/bridge: tc358768: Fixes and timings improvements
2023-08-22 16:13 UTC (5+ messages)
` [PATCH v2 03/12] drm/bridge: tc358768: Fix bit updates
[PATCH v4 00/11] stmmac: Add Loongson platform support
2023-08-22 16:13 UTC (3+ messages)
` [PATCH v4 03/11] stmmac: Add extended GMAC support for Loongson platforms
[PATCH v5 0/4] Add RZ/V2{M, MA} PWM driver support
2023-08-22 16:13 UTC (3+ messages)
[PATCH v3 1/3] dt-bindings: hwmon: Add Infineon TDA38640
2023-08-22 16:11 UTC (11+ messages)
[PATCH 0/5] Fixes to debugging facilities
2023-08-22 16:11 UTC (5+ messages)
` [PATCH 1/5] x86: Fix calculation of %dr6/7 reserved bits
[PATCH 00/12] tcg: Factor hrev{32,64}_{i32,i64,tl} out
2023-08-22 16:11 UTC (4+ messages)
` [PATCH 11/12] target/loongarch: Use generic hrev64_i32() in REVB.2H opcode
[PATCH] Fix encoding of ethernet frame length for big endian platforms in QCA7000/7005 protocol header
2023-08-22 16:08 UTC (2+ messages)
[PATCH 00/14] Cleanup PCI(e) drivers
2023-08-22 16:09 UTC (2+ messages)
[RFC PATCH 0/1] Add driver to read secondary bootloader (XBL) log
2023-08-22 16:08 UTC (3+ messages)
` [RFC PATCH 1/1] soc: qcom: "
[PATCH v2 0/4] ntb: Clean up tx tail index on link down
2023-08-22 16:05 UTC (5+ messages)
` [PATCH v2 1/4] "
` [PATCH v2 2/4] ntb: Drop packets when qp link is down
` [PATCH v2 3/4] ntb: Fix calculation ntb_transport_tx_free_entry()
` [PATCH v2 4/4] ntb: Check tx descriptors outstanding instead of head/tail for tx queue
xfstests results over NFS
2023-08-22 16:07 UTC (12+ messages)
[PATCH] docs/misra: add exceptions to rules
2023-08-22 16:06 UTC (4+ messages)
[Intel-wired-lan] [PATCH v2 iwl-next 0/9] ice: fix timestamping in reset process
2023-08-22 16:06 UTC (10+ messages)
` [Intel-wired-lan] [PATCH v2 iwl-next 1/9] ice: use ice_pf_src_tmr_owned where available
[PATCH v4 0/4] PCI: qcom: Add support for OPP
2023-08-22 16:06 UTC (3+ messages)
` [PATCH v4 1/4] dt-bindings: pci: qcom: Add opp table
[nft PATCH 1/2] meta: don't assume time_t is 64 bit in date_type_print()
2023-08-22 16:06 UTC (7+ messages)
` [nft PATCH 2/2] meta: use reentrant localtime_r()/gmtime_r() functions
[PATCH 0/7] tcg: Document *swap/deposit helpers
2023-08-22 16:05 UTC (5+ messages)
` [PATCH 4/7] tcg/tcg-op: Document hswap() byte pattern
` [PATCH 6/7] tcg/tcg-op: Document deposit_z()
[PATCH V3] rcu: Update jiffies locally in rcu_cpu_stall_reset()
2023-08-22 16:05 UTC (5+ 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.