All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-06-05 11:07:14 to 2023-06-05 11:41:22 UTC [more...]

[isar-cip-core][PATCH] IMAGE_TYPEDEP:swu: Don't depend on wic
 2023-06-05  7:13 UTC  (3+ messages)

[PATCH v2 0/4] linux-user: Emulate /proc/cpuinfo on s390x
 2023-06-05 11:39 UTC  (3+ messages)
` [PATCH v2 1/4] s390x/tcg: Fix CPU address returned by STIDP
` [PATCH v2 2/4] linux-user/elfload: Expose get_elf_hwcap() on s390x

cip-gitlab/ci/iwamatsu/linux-5.10.y-cip-rc ltp-timers: 11 runs, 2 regressions (v5.10.180-cip34-236-g6d219c607dc68)
 2023-06-05 11:40 UTC 

[Bug 216646] having TRANSPARENT_HUGEPAGE enabled hangs some applications (supervisor read access in kernel mode)
 2023-06-05 11:40 UTC  (13+ messages)

[Buildroot] [PATCH 01/22] package/x11r7/xdriver_xf86-video-geode: bump version to 2.11.21
 2023-06-05 11:40 UTC  (27+ messages)
` [Buildroot] [PATCH 04/22] package/x11r7/xlib_libXi: bump version to 1.8.1
` [Buildroot] [PATCH 05/22] package/x11r7/xapp_xinput: bump version to 1.6.4
` [Buildroot] [PATCH 06/22] package/x11r7/xapp_xdpyinfo: bump version to 1.3.4
` [Buildroot] [PATCH 08/22] package/x11r7/xlib_libXpm: bump version to 3.5.16
` [Buildroot] [PATCH 09/22] package/x11r7/xlib_libXft: bump version to 2.3.8
` [Buildroot] [PATCH 11/22] package/x11r7/xlib_libXfixes: bump version to 6.0.1
` [Buildroot] [PATCH 13/22] package/x11r7/xdriver_xf86-video-neomagic: bump version to 1.3.1
` [Buildroot] [PATCH 14/22] package/x11r7/xapp_xwininfo: bump version to 1.1.6
` [Buildroot] [PATCH 16/22] package/x11r7/xlib_libXaw: bump version to 1.0.15
` [Buildroot] [PATCH 17/22] package/x11r7/xfont_encodings: bump version to 1.0.7
` [Buildroot] [PATCH 18/22] package/x11r7/xdata_xbitmaps: bump version to 1.1.3
` [Buildroot] [PATCH 19/22] package/x11r7/xdata_xcursor-themes: bump version to 1.0.7
` [Buildroot] [PATCH 22/22] package/x11r7/xdriver_xf86-video-ark: bump version to 0.7.6

[PATCH v2 00/11] A minor flurry of selftest/mm fixes
 2023-06-05 11:38 UTC  (11+ messages)
` [PATCH v2 02/11] selftests/mm: fix unused variable warnings in hugetlb-madvise.c, migration.c
` [PATCH v2 03/11] selftests/mm: fix "warning: expression which evaluates to zero..." in mlock2-tests.c
` [PATCH v2 06/11] selftests/mm: fix two -Wformat-security warnings in uffd builds
` [PATCH v2 10/11] selftests/mm: move uffd* routines from vm_util.c to uffd-common.c
` [PATCH v2 11/11] Documentation: kselftest: "make headers" is a prerequisite

[PATCH] isalpha.3: behavior is undefined if c is out-of-range
 2023-06-05 11:38 UTC  (3+ messages)
  ` [PATCH v1b] isalpha.3: Move NOTES to CAVEATS, and clarify some Undefined Behavior

[PATCH 00/11] cfg80211/mac80211 patches from our internal tree 2023-05-04
 2023-06-05 11:38 UTC  (3+ messages)
` [PATCH 09/11] wifi: cfg80211: Add null check for ie data

[RFC PATCH 0/3] clk: sunxi-ng: Optimize rate selection for NKM clocks
 2023-06-05 10:31 UTC  (6+ messages)

[PATCH 0/6] tests: enable meson test timeouts to improve debuggability
 2023-06-05 11:37 UTC  (5+ messages)
` [PATCH 4/6] qtest: bump aspeed_smc-test timeout to 2 minutes
` [PATCH 5/6] qtest: bump bios-table-test timeout to 6 minutes

[PATCH] overlayfs: Trigger file re-evaluation by IMA / EVM after writes
 2023-06-05 11:37 UTC  (11+ messages)
      ` uuid ioctl - was: "

[PATCH v2 00/18] Introduce and use simple heap allocator
 2023-06-05 11:37 UTC  (19+ messages)
` [PATCH v2 01/18] include: sbi_scratch: Add helper macros to access data type
` [PATCH v2 02/18] platform: Allow platforms to specify heap size
` [PATCH v2 03/18] lib: sbi: Introduce simple heap allocator
` [PATCH v2 04/18] lib: sbi: Print scratch size and usage at boot time
` [PATCH v2 05/18] lib: sbi_pmu: Use heap for per-HART PMU state
` [PATCH v2 06/18] lib: sbi: Use heap for root domain creation
` [PATCH v2 07/18] lib: sbi: Use scratch space to save per-HART domain pointer
` [PATCH v2 08/18] lib: utils/gpio: Use heap in SiFive and StartFive GPIO drivers
` [PATCH v2 09/18] lib: utils/i2c: Use heap in DesignWare and SiFive I2C drivers
` [PATCH v2 10/18] lib: utils/ipi: Use heap in ACLINT MSWI driver
` [PATCH v2 11/18] lib: utils/irqchip: Use heap in PLIC, APLIC and IMSIC drivers
` [PATCH v2 12/18] lib: utils/timer: Use heap in ACLINT MTIMER driver
` [PATCH v2 13/18] lib: utils/fdt: Use heap in FDT domain parsing
` [PATCH v2 14/18] lib: utils/ipi: Use scratch space to save per-HART MSWI pointer
` [PATCH v2 15/18] lib: utils/timer: Use scratch space to save per-HART MTIMER pointer
` [PATCH v2 16/18] lib: utils/irqchip: Use scratch space to save per-HART PLIC pointer
` [PATCH v2 17/18] lib: utils/irqchip: Don't check hartid in imsic_update_hartid_table()
` [PATCH v2 18/18] lib: utils/irqchip: Use scratch space to save per-HART IMSIC pointer

kernel error at led trigger "phy0tpt"
 2023-06-05 11:37 UTC  (8+ messages)

[PATCH v2 0/3] Rust scatterlist abstractions
 2023-06-05 11:36 UTC  (4+ messages)
` [PATCH v2 1/3] rust: kernel: add ScatterList abstraction

git push --quiet is not quiet
 2023-06-05 11:36 UTC  (3+ messages)

[PATCH v2] platform/x86: hp-wmi: Add thermal profile for Victus 16-d1xxx
 2023-06-05 11:36 UTC  (2+ messages)

[PATCH 0/6] video: zynqmp: Add support for ZynqMP DP
 2023-06-05 11:35 UTC  (2+ messages)

[PATCH] drm/probe_helper: fix the warning reported when calling drm_kms_helper_poll_disable during suspend
 2023-06-05 11:35 UTC  (9+ messages)

amd_sfh driver causes kernel oops during boot
 2023-06-05 11:24 UTC  (2+ messages)

[PATCH v2] mm: page_alloc: remove unneeded header files
 2023-06-05 11:33 UTC  (2+ messages)

[PATCH v12 1/1] serial: core: Start managing serial controllers to enable runtime PM
 2023-06-05 11:34 UTC  (8+ messages)

[PULL 0/3] qemu-sparc queue 20230605
 2023-06-05 11:32 UTC  (4+ messages)
` [PULL 1/3] hw/timer/i8254_common: Share "iobase" property via base class
` [PULL 2/3] hw/arm/omap: Remove unused omap_uart_attach()
` [PULL 3/3] hw/isa/i82378: Remove unused "io" attribute

[PATCH] memcg: use helper macro FLUSH_TIME
 2023-06-05 11:32 UTC  (3+ messages)

[PATCH 1/2] wifi: mac80211: track obss color bitmap
 2023-06-05 11:33 UTC  (3+ messages)
` [PATCH 2/2] wifi: mac80211: ageout BSS "

[PATCH v3 1/3] kallsyms: move kallsyms_show_value() out of kallsyms.c
 2023-06-05 11:32 UTC  (2+ messages)

[PATCH] mm: remove obsolete alloc_migrate_target()
 2023-06-05 11:30 UTC  (2+ messages)

[Intel-wired-lan] [PATCH iwl-next 3/3] ice: enable Protocol Agnostic Flow Offloading FDIR
 2023-06-05 11:30 UTC  (3+ messages)

arch/mips/sibyte/sb1250/smp.c:21:9: sparse: sparse: incorrect type in initializer (different address spaces)
 2023-06-05 11:30 UTC 

[PATCH v6] hv_netvsc: Allocate rx indirection table size dynamically
 2023-06-05 11:30 UTC 

vmovqdu/vmovqda inline asm doesn't compile on macos catalina
 2023-06-05 11:29 UTC  (2+ messages)

cip-gitlab/ci/pavel/linux-test baseline-nfs: 46 runs, 10 regressions (v6.1.26-1298-g61395b9756bd5)
 2023-06-05 11:30 UTC 

cip-gitlab/ci/pavel/linux-test baseline: 114 runs, 13 regressions (v6.1.26-1298-g61395b9756bd5)
 2023-06-05 11:30 UTC 

[PATCH] MAINTAINERS: Switch to @amd.com emails
 2023-06-05 11:29 UTC  (2+ messages)

[PATCHv13 0/9] mm, x86/cc, efi: Implement support for unaccepted memory
 2023-06-05 11:29 UTC  (4+ messages)
` [PATCHv13 4/9] x86/boot/compressed: Handle "

[PATCH v3 0/2] Misc cleanup for iommu/vt-d
 2023-06-05 11:26 UTC  (3+ messages)
` [PATCH v3 1/2] iommu/vt-d: Handle the failure case of dmar_reenable_qi()
` [PATCH v3 2/2] iommu/vt-d: Remove two WARN_ON in domain_context_mapping_one()

[PATCH v2 0/3] Fix a couple of corner cases in feec() when using uclamp_max
 2023-06-05 11:29 UTC  (7+ messages)
` [PATCH v2 1/3] sched/uclamp: Set max_spare_cap_cpu even if max_spare_cap is 0

cip/linux-5.10.y-cip kselftest-futex: 10 runs, 1 regressions (v5.10.180-cip34-19-gf0f6960f132cd)
 2023-06-05 11:29 UTC 

cip/linux-5.10.y-cip ltp-fcntl-locktests: 12 runs, 1 regressions (v5.10.180-cip34-19-gf0f6960f132cd)
 2023-06-05 11:29 UTC 

cip/linux-5.10.y-cip ltp-mm: 7 runs, 2 regressions (v5.10.180-cip34-19-gf0f6960f132cd)
 2023-06-05 11:29 UTC 

cip/linux-5.10.y-cip smc: 4 runs, 2 regressions (v5.10.180-cip34-19-gf0f6960f132cd)
 2023-06-05 11:29 UTC 

cip/linux-5.10.y-cip ltp-timers: 12 runs, 10 regressions (v5.10.180-cip34-19-gf0f6960f132cd)
 2023-06-05 11:29 UTC 

[xen-unstable test] 181178: trouble: broken/fail/pass
 2023-06-05 11:28 UTC 

[PATCH mptcp-next v4 14/14] selftests/bpf: Add bpf_burst test
 2023-06-05 11:28 UTC  (2+ messages)
` selftests/bpf: Add bpf_burst test: Tests Results

[PATCH v16 00/22] PCI: rcar-gen4: Add R-Car Gen4 PCIe support
 2023-06-05 11:28 UTC  (5+ messages)
` [PATCH v16 13/22] PCI: dwc: Add EDMA_UNROLL capability flag
` [PATCH v16 14/22] PCI: dwc: Expose dw_pcie_ep_exit() to module

[PATCH v10 00/59] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2023-06-05 11:28 UTC  (3+ messages)

[Intel-gfx] [PATCH v3 0/2] Avoid reading OA reports before they land
 2023-06-05 11:28 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

[PATCH v6 00/15] graph enhancement for multi-core dispatch
 2023-06-05 11:19 UTC  (19+ messages)
` [PATCH v7 "
  ` [PATCH v7 01/17] graph: rename rte_graph_work as common
  ` [PATCH v7 02/17] graph: split graph worker into common and default model
  ` [PATCH v7 03/17] graph: move node process into inline function
  ` [PATCH v7 04/17] graph: add get/set graph worker model APIs
  ` [PATCH v7 05/17] graph: introduce graph node core affinity API
  ` [PATCH v7 06/17] graph: introduce graph bind unbind API
  ` [PATCH v7 07/17] graph: move node clone name func into private as common
  ` [PATCH v7 08/17] graph: introduce graph clone API for other worker core
  ` [PATCH v7 09/17] graph: add structure for stream moving between cores
  ` [PATCH v7 10/17] graph: introduce stream moving cross cores
  ` [PATCH v7 11/17] graph: enable create and destroy graph scheduling workqueue
  ` [PATCH v7 12/17] graph: introduce graph walk by cross-core dispatch
  ` [PATCH v7 13/17] graph: enable graph multicore dispatch scheduler model
  ` [PATCH v7 14/17] graph: add stats for cross-core dispatching
  ` [PATCH v7 15/17] examples/l3fwd-graph: introduce multicore dispatch worker model
  ` [PATCH v7 16/17] test/graph: add functional tests for mcore dispatch model
  ` [PATCH v7 17/17] doc: update multicore dispatch model in graph guides

[meta-rockchip] [PATCH] mesa: Enable Panfrost for PX30
 2023-06-05 10:55 UTC 

[PATCH v2] node: add IPv4 reassembly node
 2023-06-05 11:26 UTC  (2+ messages)
` [PATCH v3] node: add ipv4 "

cip/linux-6.1.y-cip build: 107 builds: 0 failed, 107 passed (v6.1.26-1298-g61395b9756bd5)
 2023-06-05 11:26 UTC 

[PATCH 2/2] module: add support to avoid duplicates early on load
 2023-06-05 11:26 UTC  (12+ messages)

[PATCH 00/43] ep93xx device tree conversion
 2023-06-05 11:26 UTC  (5+ messages)
` [PATCH v1 28/43] input: keypad: ep93xx: add DT support for Cirrus EP93xx

[PATCH v6 net] qed/qede: Fix scheduling while atomic
 2023-06-05 11:26 UTC 

[PATCH v3 0/1] arm64: zynqmp: Misc zynqmp changes
 2023-06-05 11:23 UTC  (4+ messages)
` [PATCH v3 1/1] arm64: zynqmp: Add L2 cache nodes

[PATCH v9] kernel/fork: beware of __put_task_struct calling context
 2023-06-05 11:24 UTC  (9+ messages)

[PATCH 0/4] target/ppc: TCG SMT support for spapr
 2023-06-05 11:23 UTC  (5+ messages)
` [PATCH 1/4] target/ppc: Add initial flags and helpers for SMT support
` [PATCH 2/4] target/ppc: Add support for SMT CTRL register
` [PATCH 3/4] target/ppc: Add msgsndp and DPDES SMT support
` [PATCH 4/4] spapr: Allow up to 8 threads SMT on POWER8 and newer

[PATCH v2] xen: Fix incorrect taint constant
 2023-06-05 11:23 UTC 

[PATCH 00/17] Introduce and use simple heap allocator
 2023-06-05 11:23 UTC  (6+ messages)
` [PATCH 15/17] lib: utils/irqchip: Use scratch space to save per-HART PLIC pointer

[PATCH v7 00/14] net/cpfl: add hairpin queue support
 2023-06-05 11:22 UTC  (4+ messages)
` [PATCH v8 "
  ` [PATCH v8 12/14] net/cpfl: support peer ports get

[kirkstone][PATCH] meta-ti-bsp: Add recipe for u-boot-ti-jailhouse and linux-ti-jailhouse
 2023-06-05 11:22 UTC  (3+ messages)
` [meta-ti] "
  ` [EXTERNAL] "

[PATCH V2 0/9] ASoC: amd: ps: add SoundWire support
 2023-06-05 11:24 UTC  (9+ messages)
` [PATCH V2 5/9] ASoC: amd: ps: add support for SoundWire DMA interrupts

[PATCH 1/2] bus: fsl-mc: fsl-mc-allocator: Initialize mc_bus_dev before use
 2023-06-05 11:20 UTC  (2+ messages)
` [PATCH 2/2] bus: fsl-mc: fsl-mc-allocator: Drop a write-only variable

[PATCH] dt-bindings: usb: xilinx: Replace Manish by Piyush
 2023-06-05 11:19 UTC  (4+ messages)

FAILED: patch "[PATCH] net: cdc_ncm: Deal with too low values of dwNtbOutMaxSize" failed to apply to 4.14-stable tree
 2023-06-05 11:19 UTC  (3+ messages)

[PATCH v1 1/3] ARM: MR26: MR32: remove bogus nand-ecc-algo property
 2023-06-05 11:19 UTC  (3+ messages)

[igt-dev] [PATCH i-g-t 0/2] Integrate igt_spin_new with Xe
 2023-06-05 11:19 UTC  (3+ messages)
` [igt-dev] [PATCH i-g-t 1/2] lib/xe/xe_spin: "

[PATCH] dt-bindings: xilinx: Remove Rajan, Jolly and Manish
 2023-06-05 11:17 UTC  (3+ messages)

[PATCH v2 00/10] meson: replace submodules with wrap files
 2023-06-05 11:17 UTC  (5+ messages)
` [PATCH 01/10] configure: remove --with-git= option
` [PATCH 04/10] build: log submodule update from git-submodule.sh

[igt-dev] [PATCH i-g-t v2 0/3] Initial tests for the lima drm driver
 2023-06-05 11:17 UTC  (3+ messages)
` [igt-dev] [PATCH i-g-t v2 3/3] tests/lima: Add initial tests for lima

[PATCH net 0/4][pull request] igc: TX timestamping fixes
 2023-06-05 11:16 UTC  (3+ messages)
` [PATCH net 3/4] igc: Retrieve TX timestamp during interrupt handling

[PATCH v2 0/6] arm64: zynqmp: Misc zynqmp changes
 2023-06-05 11:16 UTC  (16+ messages)
` [PATCH v2 1/6] arm64: zynqmp: Describe TI phy as ethernet-phy-id
` [PATCH v2 2/6] arm64: zynqmp: Fix usb node drive strength and slew rate
` [PATCH v2 3/6] arm64: zynqmp: Set qspi tx-buswidth to 4
` [PATCH v2 5/6] arm64: zynqmp: Add pmu interrupt-affinity
` [PATCH v2 6/6] arm64: zynqmp: Used fixed-partitions for QSPI in k26

[PATCH 0/2] Convert two functions in hugetlb.c to use a folio
 2023-06-05 11:15 UTC  (6+ messages)
` [PATCH 2/2] mm/hugetlb: Use a folio in hugetlb_wp()

[PATCH v3] arm64: zynqmp: Switch to amd.com emails
 2023-06-05 11:14 UTC  (3+ messages)

[PATCH] arm64: zynqmp: Convert kv260-revA overlay to ASCII text
 2023-06-05 11:13 UTC  (3+ messages)

[PATCH v1] target/ppc: Fix msgclrp interrupt type
 2023-06-05 11:13 UTC  (2+ messages)

[PATCH v1] target/ppc: Support directed privileged doorbell interrupt (SDOOR)
 2023-06-05 11:13 UTC  (2+ messages)

[PATCH v3 11/12] selftests/nolibc: add new gettimeofday test cases
 2023-06-05 11:12 UTC  (3+ messages)

[PATCH v3 1/2] ip_frag: optimize key compare and hash generation
 2023-06-05 11:12 UTC  (6+ messages)
` [PATCH v4 "
  ` [PATCH v4 2/2] test: add reassembly perf test
  ` [PATCH v5 1/2] ip_frag: optimize key compare and hash generation

[PATCH 1/2] maple_tree: optimize mas_wr_append(), also improve duplicating VMAs
 2023-06-05 11:11 UTC  (4+ messages)
` [PATCH 2/2] maple_tree: add a fast path case in mas_wr_slot_store()

[iwlwifi] 6.3 regression, AX201 crash on traffic activity with Pixel 7, bisected
 2023-06-05 11:11 UTC  (4+ messages)

[PATCH v1 1/2] target/ppc: PMU do not clear MMCR0[FCECE] on performance monitor alert
 2023-06-05 11:10 UTC  (4+ messages)
` [PATCH v1 2/2] target/ppc: PMU implement PERFM interrupts

[PATCH] dt-bindings: xilinx: Switch xilinx.com emails to amd.com
 2023-06-05 11:10 UTC  (2+ messages)

[PATCH 0/3] Remove #ifdef ISP2401 and unifying sh_css_sp_group structure
 2023-06-05 11:10 UTC  (3+ messages)
` [PATCH 2/3] atomisp: sh_css_params: write the sp_group config according to the ISP model

[asahilinux:bits/170-atcphy 3/4] drivers/phy/apple/atc.c:1589:2-8: preceding lock on line 1578
 2023-06-05 11:10 UTC 

[PATCH 00/25] replace snprintf with strlcpy
 2023-06-05 11:10 UTC  (3+ messages)
` [PATCH 22/25] net/nfp: "

cip-gitlab/ci/iwamatsu/linux-5.10.y-cip-rc baseline: 154 runs, 9 regressions (v5.10.180-cip34-236-g6d219c607dc68)
 2023-06-05 11:10 UTC 

cip-gitlab/ci/iwamatsu/linux-5.10.y-cip-rc baseline-nfs: 66 runs, 9 regressions (v5.10.180-cip34-236-g6d219c607dc68)
 2023-06-05 11:10 UTC 

FAILED: patch "[PATCH] net: cdc_ncm: Deal with too low values of dwNtbOutMaxSize" failed to apply to 4.19-stable tree
 2023-06-05 11:09 UTC  (2+ messages)

[PATCH RFC v2 net-next 01/28] net: sched: act_api: Add dynamic actions IDR
 2023-06-05 11:09 UTC  (4+ messages)
` [PATCH RFC v2 net-next 04/28] net/sched: act_api: add init_ops to struct tc_action_op

FAILED: patch "[PATCH] drm/amdgpu/gfx10: Disable gfxoff before disabling" failed to apply to 5.15-stable tree
 2023-06-05 11:08 UTC  (2+ messages)
` [PATCH 5.15.y] drm/amdgpu/gfx10: Disable gfxoff before disabling powergating

[PATCH] vhost-vdpa: filter VIRTIO_F_RING_PACKED feature
 2023-06-05 11:06 UTC 

[PATCH] serial: lantiq: add missing interrupt ack
 2023-06-05 11:06 UTC  (3+ messages)

[PATCH -next v21 00/27] riscv: Add vector ISA support
 2023-06-05 11:07 UTC  (12+ messages)
` [PATCH -next v21 17/27] riscv: prevent stack corruption by reserving task_pt_regs(p) early
` [PATCH -next v21 18/27] riscv: kvm: Add V extension to KVM ISA
` [PATCH -next v21 19/27] riscv: KVM: Add vector lazy save/restore support
` [PATCH -next v21 20/27] riscv: hwcap: change ELF_HWCAP to a function
` [PATCH -next v21 21/27] riscv: Add prctl controls for userspace vector management
` [PATCH -next v21 22/27] riscv: Add sysctl to set the default vector rule for new processes
` [PATCH -next v21 23/27] riscv: detect assembler support for .option arch
` [PATCH -next v21 24/27] riscv: Enable Vector code to be built
` [PATCH -next v21 25/27] riscv: Add documentation for Vector
` [PATCH -next v21 26/27] selftests: Test RISC-V Vector prctl interface
` [PATCH -next v21 27/27] selftests: add .gitignore file for RISC-V hwprobe

[PATCH 1/4] powerpc/kuap: Avoid unnecessary reads of MD_AP
 2023-06-05 11:04 UTC  (2+ messages)
` [PATCH 4/4] powerpc/kuap: Make disabling KUAP at boottime optional


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.