All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-04-21 17:58:55 to 2022-04-21 18:40:03 UTC [more...]

[PATCH v2 0/2] ASoC: SOF: AMD updates
 2022-04-21 18:38 UTC  (2+ messages)

[PATCH] accel/tcg: Assert mmu_idx in range before use in cputlb
 2022-04-21 18:34 UTC  (2+ messages)

[PATCH v3 0/6] Improve usability for amd-pstate
 2022-04-21 18:38 UTC  (5+ messages)
` [PATCH v3 4/6] cpufreq: amd-pstate: Allow replacing acpi-cpufreq when loaded

[RFC PATCH 0/3] Remove some of the old libopcode based disassemblers
 2022-04-21 18:35 UTC  (2+ messages)

[RFC PATCH v4 0/6] CI: js/ci-github-workflow-markup rebased on "use $GITHUB_ENV"
 2022-04-21 18:36 UTC  (12+ messages)
` [RFC PATCH v5 00/10] "
  ` [RFC PATCH v5 01/10] CI: don't "cd" in ci/print-test-failures.sh
  ` [RFC PATCH v5 02/10] CI: add --exit-code to ci/print-test-failures.sh
  ` [RFC PATCH v5 03/10] CI: don't include "test-results/" in ci/print-test-failures.sh output
  ` [RFC PATCH v5 04/10] CI: stop setting FAILED_TEST_ARTIFACTS N times
  ` [RFC PATCH v5 05/10] ci: make it easier to find failed tests' logs in the GitHub workflow
  ` [RFC PATCH v5 06/10] tests: refactor --write-junit-xml code
  ` [RFC PATCH v5 07/10] test(junit): avoid line feeds in XML attributes
  ` [RFC PATCH v5 08/10] ci: optionally mark up output in the GitHub workflow
  ` [RFC PATCH v5 09/10] ci: use `--github-workflow-markup` "
  ` [RFC PATCH v5 10/10] ci: call `finalize_test_case_output` a little later

[PATCH] show-branch: fix SEGFAULT when `--current` and `--reflog` together
 2022-04-21 18:36 UTC  (6+ messages)
` [PATCH v3 0/2] show-brach: segfault fix from Gregory David
  ` [PATCH v3 1/2] show-branch: refactor in preparation for next commit
  ` [PATCH v3 2/2] show-branch: fix SEGFAULT when `--current` and `--reflog` together

[PATCH v6 00/10] KVM: x86: Add a cap to disable NX hugepages on a VM
 2022-04-21 18:35 UTC  (5+ messages)
` [PATCH v6 06/10] KVM: selftests: Add NX huge pages test
` [PATCH v6 07/10] KVM: x86: Fix errant brace in KVM capability handling

[PATCH RFC 0/4] mm, arm64: In-kernel support for memory-deny-write-execute (MDWE)
 2022-04-21 18:33 UTC  (11+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-04-21 18:33 UTC 

drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/dc_fpu.c:61:17: error: implicit declaration of function 'enable_kernel_altivec'; did you mean 'enable_kernel_vsx'?
 2022-04-21 18:33 UTC 

[PATCH v2 0/9] Support zoned devices with gap zones
 2022-04-21 18:30 UTC  (10+ messages)
` [PATCH v2 1/9] scsi: sd_zbc: Improve source code documentation
` [PATCH v2 2/9] scsi: sd_zbc: Verify that the zone size is a power of two
` [PATCH v2 3/9] scsi: sd_zbc: Use logical blocks as unit when querying zones
` [PATCH v2 4/9] scsi: sd_zbc: Introduce struct zoned_disk_info
` [PATCH v2 5/9] scsi: sd_zbc: Return early in sd_zbc_check_zoned_characteristics()
` [PATCH v2 6/9] scsi: sd_zbc: Hide gap zones
` [PATCH v2 7/9] scsi_debug: Fix a typo
` [PATCH v2 8/9] scsi_debug: Rename zone type constants
` [PATCH v2 9/9] scsi_debug: Add gap zone support

[PATCH 0/5] mmc: sdhci-brcmstb: host controller clock enhancements
 2022-04-21 18:28 UTC  (12+ messages)
` [PATCH 1/5] mmc: sdhci-brcmstb: "mmc1: Internal clock never stabilised." seen on 72113
` [PATCH 2/5] mmc: sdhci-brcmstb: Re-organize flags
` [PATCH 3/5] mmc: sdhci-brcmstb: Enable Clock Gating to save power
` [PATCH 4/5] dt-bindings: mmc: Add Broadcom optional sdio_freq clock
` [PATCH 5/5] mmc: sdhci-brcmstb: Add ability to increase max clock rate for 72116b0

Bare repositories in the working tree are a security risk
 2022-04-21 18:29 UTC  (5+ messages)

[RFC v5 0/6] Proposal for a GPU cgroup controller
 2022-04-21 18:28 UTC  (3+ messages)
` [RFC v5 5/6] binder: Add flags to relinquish ownership of fds

[PATCH -next] mm/memcontrol.c: remove unused private flag of memory.oom_control
 2022-04-21 18:27 UTC  (3+ messages)

[PATCH v2 0/5] mm: demotion: Introduce new node state N_DEMOTION_TARGETS
 2022-04-21 18:26 UTC  (10+ messages)

[PATCH v4 00/31] CI: run "make" in CI "steps", improve UX
 2022-04-21 18:23 UTC  (31+ messages)
` [PATCH v5 00/29] "
  ` [PATCH v5 01/29] CI: run "set -ex" early in ci/lib.sh
  ` [PATCH v5 02/29] CI: make "$jobname" explicit, remove fallback
  ` [PATCH v5 03/29] CI: remove more dead Travis CI support
  ` [PATCH v5 04/29] CI: remove dead "tree skipping" code
  ` [PATCH v5 05/29] CI: remove unused Azure ci/* code
  ` [PATCH v5 06/29] CI/lib.sh: stop adding leading whitespace to $MAKEFLAGS
  ` [PATCH v5 07/29] CI: don't have "git grep" invoke a pager in tree content check
  ` [PATCH v5 08/29] CI: have "static-analysis" run a "make ci-static-analysis" target
  ` [PATCH v5 09/29] CI: have "static-analysis" run "check-builtins", not "documentation"
  ` [PATCH v5 10/29] CI: move p4 and git-lfs variables to ci/install-dependencies.sh
  ` [PATCH v5 11/29] CI: consistently use "export" in ci/lib.sh
  ` [PATCH v5 12/29] CI: export variables via a wrapper
  ` [PATCH v5 13/29] CI: remove "run-build-and-tests.sh", run "make [test]" directly
  ` [PATCH v5 14/29] CI: make ci/{lib,install-dependencies}.sh POSIX-compatible
  ` [PATCH v5 15/29] CI: check ignored unignored build artifacts in "win[+VS] build" too
  ` [PATCH v5 16/29] CI: invoke "make artifacts-tar" directly in windows-build
  ` [PATCH v5 17/29] CI: split up and reduce "ci/test-documentation.sh"
  ` [PATCH v5 18/29] CI: combine ci/install{,-docker}-dependencies.sh
  ` [PATCH v5 19/29] CI: move "env" definitions into ci/lib.sh
  ` [PATCH v5 20/29] ci/run-test-slice.sh: replace shelling out with "echo"
  ` [PATCH v5 21/29] CI: pre-select test slice in Windows & VS tests
  ` [PATCH v5 22/29] CI: only invoke ci/lib.sh as "steps" in main.yml
  ` [PATCH v5 23/29] CI: narrow down variable definitions in --build and --test
  ` [PATCH v5 24/29] CI: add more variables to MAKEFLAGS, except under vs-build
  ` [PATCH v5 25/29] CI: set CC in MAKEFLAGS directly, don't add it to the environment
  ` [PATCH v5 26/29] CI: set SANITIZE=leak in MAKEFLAGS directly
  ` [PATCH v5 27/29] CI: set PYTHON_PATH setting for osx-{clang,gcc} into "$jobname" case
  ` [PATCH v5 28/29] CI: don't use "set -x" in "ci/lib.sh" output
  ` [PATCH v5 29/29] CI: make it easy to use ci/*.sh outside of CI

[igt-dev] [PATCH i-g-t 0/3] RPM Test on HEADLESS
 2022-04-21 18:25 UTC  (3+ messages)
` [igt-dev] ✗ GitLab.Pipeline: warning for "
` [igt-dev] ✓ Fi.CI.BAT: success "

[to-be-updated] mm-highmem-fix-kernel-doc-warnings-in-highmemh.patch removed from -mm tree
 2022-04-21 18:24 UTC 

[PATCH bpf] bpf: invalidate unused part of bpf_prog_pack
 2022-04-21 18:24 UTC  (3+ messages)

[PATCH v3] drm/gma500: depend on framebuffer
 2022-04-21 18:24 UTC  (11+ messages)

Please pull u-boot-marvell/master
 2022-04-21 18:24 UTC  (2+ messages)

[PATCH] ARM: armv7: add non-SPL enable for Cortex SMPEN
 2022-04-21 18:24 UTC  (4+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-04-21 18:23 UTC 

[PATCH v2 0/5] ptrace-vs-PREEMPT_RT and freezer rewrite
 2022-04-21 18:23 UTC  (3+ messages)
` [PATCH v2 2/5] sched,ptrace: Fix ptrace_check_attach() vs PREEMPT_RT

[PATCH -next] mm/memcontrol.c: make cgroup_memory_noswap static
 2022-04-21 18:23 UTC  (3+ messages)

[PATCH] ASoC: Intel: sof_ssp_amp: remove 'set-but-not-used' warning
 2022-04-21 18:22 UTC  (2+ messages)

EMFILE/ENFILE mitigation needed in erofs?
 2022-04-21 18:16 UTC  (7+ messages)
` [PATCH v9 02/21] cachefiles: notify user daemon when looking up cookie
  ` [PATCH v9 00/21] fscache,erofs: fscache-based on-demand read semantics

[PATCH] media: staging: zoran: refactor printk debugging function
 2022-04-21 18:13 UTC  (5+ messages)

[PULL v3] gvt-next
 2022-04-21 18:20 UTC  (4+ messages)
` [Intel-gfx] "

[PATCH 0/8] nvmem: sfp: binding updates and additions
 2022-04-21 18:18 UTC  (15+ messages)
` [PATCH 1/8] dt-bindings: nvmem: sfp: Fix typo
` [PATCH 2/8] dt-bindings: nvmem: sfp: Add clock properties
` [PATCH 3/8] dt-bindings: nvmem: sfp: Add TA_PROG_SFP supply
` [PATCH 4/8] dt-bindings: nvmem: sfp: Add compatible binding for TA 2.1 SFPs
` [PATCH 5/8] arm64: dts: ls1028a: Update SFP binding to include clock
` [PATCH 6/8] ARM: dts: layerscape: Add SFP binding for TA 2.1 devices
` [PATCH 7/8] ARM: dts: Add SFP binding for TA 3.0 devices
` [PATCH 8/8] nvmem: sfp: Add support for TA 2.1 devices

[PATCH 0/3] drm/format-helper: Support conversion to XRGB8888
 2022-04-21 18:17 UTC  (4+ messages)
` [PATCH 1/3] drm/format-helper: Print warning on missing format conversion
` [PATCH 2/3] drm/format-helper: Add RGB888-to-XRGB8888 conversion
` [PATCH 3/3] drm/format-helper: Add RGB565-to-XRGB8888 conversion

[RFC PATCH 00/18] user-creatable cpu clusters
 2022-04-21 18:11 UTC  (4+ messages)

[PATCH] thermal: int340x: Fix attr.show callback prototype
 2022-04-21 18:15 UTC  (2+ messages)

[PATCH] target/rx: update PC correctly in wait instruction
 2022-04-21 17:10 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-04-21 18:13 UTC 

[PATCH 0/6] scsi: add support for FORMAT UNIT command and quirks
 2022-04-21 18:11 UTC  (5+ messages)
` [PATCH 3/6] scsi-disk: add MODE_PAGE_APPLE quirk for Macintosh

[dhowells-fs:rxrpc-ringless 17/21] ERROR: modpost: "udpv6_sendmsg" [net/rxrpc/rxrpc.ko] undefined!
 2022-04-21 18:12 UTC 

[PATCH] bcache: dynamic incremental gc
 2022-04-21 18:12 UTC  (2+ messages)

[PATCH v21 0/3] usb: misc: Add onboard_usb_hub driver
 2022-04-21 18:13 UTC  (3+ messages)

[PATCH v8 00/17] vfio-user server in QEMU
 2022-04-21 17:52 UTC  (7+ messages)
` [PATCH v8 02/17] qdev: unplug blocker for devices
` [PATCH v8 10/17] vfio-user: run vfio-user context

[PATCH] target/rx: set PSW.I when executing wait instruction
 2022-04-21 17:08 UTC  (2+ messages)

[PATCH 0/4] target/rx: Track PSW.U in tb->flags
 2022-04-21 17:05 UTC  (3+ messages)

[PATCH v5.10] dm: fix mempool NULL pointer race when completing IO
 2022-04-21 18:08 UTC  (2+ messages)
` [dm-devel] "

[PATCH v14 0/8] hmp,qmp: Add commands to introspect virtio devices
 2022-04-21 17:47 UTC  (3+ messages)
` [PATCH v14 1/8] virtio: drop name parameter for virtio_init()

[dm-devel] [PATCH v5.4] dm: fix mempool NULL pointer race when completing IO
 2022-04-21 18:07 UTC  (2+ messages)
`  "

[ovmf test] 169596: regressions - FAIL
 2022-04-21 18:06 UTC 

[PATCH] nvme: avoid NULL pointer dereference in admin queue initialization error path
 2022-04-21 18:05 UTC 

linux-next: build failure after merge of the kvm tree
 2022-04-21 18:06 UTC  (3+ messages)

[dm-devel] [PATCH v4.19] dm: fix mempool NULL pointer race when completing IO
 2022-04-21 18:06 UTC  (2+ messages)
`  "

[PATCH v3 1/2] imx8mn_ddr4_evk: Add USB Mass Storage support
 2022-04-21 18:05 UTC  (2+ messages)
` [PATCH v3 2/2] imx8mn/8mp: Allow booting via USB

linux-next: build warning after merge of the pinctrl tree
 2022-04-21 18:05 UTC  (3+ messages)

[PATCH 0/4] KVM: fix KVM_EXIT_SYSTEM_EVENT mess
 2022-04-21 18:04 UTC  (5+ messages)
` [PATCH 1/4] KVM: x86: always initialize system_event.ndata
` [PATCH 2/4] KVM: ARM: replace system_event.flags with ndata and data[0]
` [PATCH 3/4] KVM: RISC-V: "
` [PATCH 4/4] KVM: tell userspace that system_event.ndata is valid

[PATCH v4.14] dm: fix mempool NULL pointer race when completing IO
 2022-04-21 18:04 UTC  (2+ messages)
` [dm-devel] "

[Buildroot] [git commit] package/azure-iot-sdk-c: fix build with libressl >= 2.8.0
 2022-04-21 17:31 UTC 

[Buildroot] [git commit] package/libbpf: needs __sync_*_4 intrisics
 2022-04-21 17:32 UTC 

[Buildroot] [git commit] package/diffutils: fix build on arceb
 2022-04-21 17:53 UTC 

[Buildroot] [git commit] package/shadowsocks-libev: fix maybe-uninitialized errors
 2022-04-21 17:31 UTC 

[Buildroot] [git commit] package/libwebsockets: add mbedtls optional dependency
 2022-04-21 17:32 UTC 

[PULL 0/7] target/rx patch queue
 2022-04-21 17:31 UTC  (3+ messages)
` [PULL 6/7] target/rx: set PSW.I when executing wait instruction
` [PULL 7/7] target/rx: update PC correctly in "

[dm-devel] [PATCH v4.9] dm: fix mempool NULL pointer race when completing IO
 2022-04-21 18:03 UTC  (2+ messages)
`  "

[PATCH v9 00/12] Add soundcard support for sc7280 based platforms
 2022-04-21 18:03 UTC  (3+ messages)
` [PATCH v9 12/12] arm64: dts: qcom: sc7280: Add sound node for CRD 3.0/3.1

[Buildroot] [git commit] package/liboping: fix build with gcc >= 7
 2022-04-21 17:32 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-04-21 18:03 UTC 

[Buildroot] [git commit] package/libwebsockets: fix build without threads
 2022-04-21 17:53 UTC 

[PATCH v3 1/1] ethdev: mtr: support input color selection
 2022-04-21 18:02 UTC  (2+ messages)
` [dpdk-dev] [PATCH v4] ethdev: mtr: support protocol based "

[Buildroot] [git commit] package/linux-tools: cpupower needs dynamic library
 2022-04-21 17:53 UTC 

[dhowells-fs:netfs-lib 2/18] fs/netfs/objects.c:48:2: error: call to undeclared function 'netfs_proc_add_writeback'; ISO C99 and later do not support implicit function declarations
 2022-04-21 18:02 UTC 

[Buildroot] [git commit] package/libwebsockets: fix build without C++
 2022-04-21 17:32 UTC 

[Buildroot] [git commit] package/uftrace: needs NPTL
 2022-04-21 17:32 UTC 

[Buildroot] [git commit] package/{rust, rust-bin}: bump to version 1.60.0
 2022-04-21 17:32 UTC 

[intel-tdx:guest-hardening 3/13] drivers/virtio/virtio_mmio.c:565:13: error: implicit declaration of function 'cc_platform_has'
 2022-04-21 18:02 UTC 

Create qemu-project/py-qemu.qmp repo
 2022-04-21 17:59 UTC  (2+ messages)

[Buildroot] [git commit] package/gstreamer1/gst1-python: fix build without C++
 2022-04-21 17:53 UTC 

[PATCH] KVM: x86: add HC_VMM_CUSTOM hypercall
 2022-04-21 18:02 UTC  (3+ messages)

[stable:linux-5.10.y 3076/5321] drivers/clk/bcm/clk-bcm2835.c:943:6: warning: variable 'rem' set but not used
 2022-04-21 18:02 UTC 

[dhowells-fs:netfs-lib 14/18] fs/netfs/buffered_read.c:262:12-13: WARNING opportunity for min()
 2022-04-21 18:02 UTC 

[Buildroot] [git commit] package/bpftool: needs __sync_*_4 intrisics
 2022-04-21 17:31 UTC 

[PATCH 0/4] Extend and reorganize Highmem's documentation
 2022-04-21 18:02 UTC  (5+ messages)
` [PATCH 1/4] mm/highmem: Fix kernel-doc warnings in highmem*.h
` [PATCH 2/4] Documentation/vm: Include kdocs from highmem*.h into highmem.rst
` [PATCH 3/4] Documentation/vm: Remove "Using kmap-atomic" from highmem.rst
` [PATCH 4/4] Documentation/vm: Rework "Temporary Virtual Mappings"

[PATCH] generic/556: add a check to make sure ext4 supports encrypted casefolding
 2022-04-21 18:01 UTC  (3+ messages)

[Buildroot] [git commit] package/openssh: bump to version 9.0p1
 2022-04-21 17:31 UTC 

[Buildroot] [git commit] package/startup-notification: bump to version 0.12
 2022-04-21 17:31 UTC 

[PATCH v13 0/2] arm64: Enable BTI for the executable as well as the interpreter
 2022-04-21 17:58 UTC  (10+ messages)

[Buildroot] [git commit] package/libudfread: needs __sync_*_4 or threads
 2022-04-21 17:31 UTC 

[Buildroot] [git commit] package/tvheadend: fix FTBFS
 2022-04-21 17:31 UTC 

[Buildroot] [git commit] package/rsync: fix static build
 2022-04-21 17:31 UTC 

[Buildroot] [git commit] package/netdata: fix uclibc build without wchar
 2022-04-21 17:31 UTC 

[Buildroot] [PATCH 1/1] package/liboping: fix build with gcc >= 7
 2022-04-21 18:00 UTC  (2+ messages)

[PATCH] clone: ignore invalid local refs in remote
 2022-04-21 18:00 UTC  (4+ messages)

[PATCH] mm/memcg: Free percpu stats memory of dying memcg's
 2022-04-21 17:59 UTC  (5+ messages)

blktests with zbd/006 ZNS triggers a possible false positive RCU stall
 2022-04-21 18:00 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] package/{rust, rust-bin}: bump to version 1.60.0
 2022-04-21 17:59 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/libbpf: needs __sync_*_4 intrisics
 2022-04-21 17:58 UTC  (2+ messages)


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.