All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-06-07 22:58:15 to 2023-06-08 00:25:36 UTC [more...]

[RFC PATCH 0/3] Add ability to disable ia32 at boot time
 2023-06-08  0:25 UTC  (11+ messages)
` [PATCH 3/3] x86: Disable running 32bit processes if ia32_disabled is passed

[PATCH] wifi: rtw89: cleanup private data structures
 2023-06-08  0:23 UTC  (2+ messages)

✅ PASS (SKIPPED 21 of 163): Test report for for-kernelci (6.4.0-rc4, arm-next, 7579d8f9)
 2023-06-08  0:21 UTC 

[PATCH net v2] net: renesas: rswitch: Fix timestamp feature after all descriptors are used
 2023-06-08  0:21 UTC  (5+ messages)

[PATCH 0/9] btrfs-progs: btrfstune: accept multiple devices and cleanup
 2023-06-08  0:20 UTC  (3+ messages)

[Intel-gfx] [PATCH] drm/i915: Avoid circular locking dependency when flush delayed work on gt reset
 2023-06-08  0:19 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915/gsc: Fix error code in intel_gsc_uc_heci_cmd_submit_nonpriv()
 2023-06-08  0:14 UTC  (3+ messages)

[RFC PATCH bpf-next v4 0/3] Handle immediate reuse in bpf memory allocator
 2023-06-08  0:13 UTC  (10+ messages)

[Intel-xe] [PATCH] drm/xe/reg_sr: Apply limit to register whitelisting
 2023-06-08  0:12 UTC  (8+ messages)

[Intel-xe] [PATCH v1] drm/xe/guc: Fix h2g_write usage of GUC_CTB_MSG_MAX_LEN
 2023-06-08  0:12 UTC  (3+ messages)
` [v1] "
  ` [Intel-xe] "

[PATCH v11 00/20] TDX host kernel support
 2023-06-08  0:08 UTC  (10+ messages)
` [PATCH v11 03/20] x86/virt/tdx: Make INTEL_TDX_HOST depend on X86_X2APIC
` [PATCH v11 06/20] x86/virt/tdx: Handle SEAMCALL running out of entropy error
` [PATCH v11 09/20] x86/virt/tdx: Use all system memory when initializing TDX module as TDX memory

Building of docs does not work anymore
 2023-06-08  0:04 UTC  (3+ messages)

[soc:omap/cleanup] BUILD SUCCESS 937e87229ea04e94c4f1a2f3f5ae9d2c56989acd
 2023-06-08  0:01 UTC 

[LSF/MM/BPF TOPIC] HGM for hugetlbfs
 2023-06-08  0:02 UTC  (9+ messages)

[PATCH 0/7] watchdog/hardlockup: Cleanup configuration of hardlockup detectors
 2023-06-07 23:37 UTC  (23+ messages)
` [PATCH 1/7] watchdog/hardlockup: Sort hardlockup detector related config values a logical way
` [PATCH 2/7] watchdog/hardlockup: Make the config checks more straightforward
` [PATCH 3/7] watchdog/hardlockup: Declare arch_touch_nmi_watchdog() only in linux/nmi.h
` [PATCH 4/7] watchdog/hardlockup: Enable HAVE_NMI_WATCHDOG only on sparc64
` [PATCH 5/7] watchdog/sparc64: Rename HAVE_NMI_WATCHDOG to HAVE_HARDLOCKUP_WATCHDOG_SPARC64
` [PATCH 6/7] watchdog/sparc64: Define HARDLOCKUP_DETECTOR_SPARC64
` [PATCH 7/7] watchdog/hardlockup: Define HARDLOCKUP_DETECTOR_ARCH

[PATCH v3] libbpf: kprobe.multi: Filter with available_filter_functions
 2023-06-08  0:00 UTC  (7+ messages)
` [PATCH v4] "

[PATCH v4 0/4] Add initial support for BAP broadcast source
 2023-06-08  0:00 UTC  (2+ messages)

[PATCH net-next v3 0/2] net: renesas: rswitch: Improve perfromance of TX/RX
 2023-06-07 23:57 UTC  (4+ messages)
` [PATCH net-next v3 2/2] net: renesas: rswitch: Use hardware pause features

[PATCH v2 bpf-next 00/18] BPF token
 2023-06-07 23:53 UTC  (19+ messages)
` [PATCH v2 bpf-next 01/18] bpf: introduce BPF token object
` [PATCH v2 bpf-next 02/18] libbpf: add bpf_token_create() API
` [PATCH v2 bpf-next 03/18] selftests/bpf: add BPF_TOKEN_CREATE test
` [PATCH v2 bpf-next 04/18] bpf: move unprivileged checks into map_create() and bpf_prog_load()
` [PATCH v2 bpf-next 05/18] bpf: inline map creation logic in map_create() function
` [PATCH v2 bpf-next 06/18] bpf: centralize permissions checks for all BPF map types
` [PATCH v2 bpf-next 07/18] bpf: add BPF token support to BPF_MAP_CREATE command
` [PATCH v2 bpf-next 08/18] libbpf: add BPF token support to bpf_map_create() API
` [PATCH v2 bpf-next 09/18] selftests/bpf: add BPF token-enabled test for BPF_MAP_CREATE command
` [PATCH v2 bpf-next 10/18] bpf: add BPF token support to BPF_BTF_LOAD command
` [PATCH v2 bpf-next 11/18] libbpf: add BPF token support to bpf_btf_load() API
` [PATCH v2 bpf-next 12/18] selftests/bpf: add BPF token-enabled BPF_BTF_LOAD selftest
` [PATCH v2 bpf-next 13/18] bpf: keep BPF_PROG_LOAD permission checks clear of validations
` [PATCH v2 bpf-next 14/18] bpf: add BPF token support to BPF_PROG_LOAD command
` [PATCH v2 bpf-next 15/18] bpf: take into account BPF token when fetching helper protos
` [PATCH v2 bpf-next 16/18] bpf: consistenly use BPF token throughout BPF verifier logic
` [PATCH v2 bpf-next 17/18] libbpf: add BPF token support to bpf_prog_load() API
` [PATCH v2 bpf-next 18/18] selftests/bpf: add BPF token-enabled BPF_PROG_LOAD tests

[PATCH 5.15 000/159] 5.15.116-rc1 review
 2023-06-07 23:55 UTC  (2+ messages)

[PATCH 15/16] powerpc/book3s64/radix: Add support for vmemmap optimization for radix
 2023-06-07 23:54 UTC  (3+ messages)

[PATCH v3 3/5] arm64: libstub: Move KASLR handling functions to efi-stub-helper.c
 2023-06-07 23:54 UTC  (4+ messages)

[qemu-mainline test] 181271: regressions - FAIL
 2023-06-07 23:53 UTC 

[Intel-gfx] [PATCH v2] x86/mm: Fix PAT bit missing from page protection modify mask
 2023-06-07 23:52 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for x86/mm: Fix PAT bit missing from page protection modify mask (rev2)
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[PATCH v2 1/2] kernel-doc: don't let V=1 change outcome
 2023-06-07 23:51 UTC  (4+ messages)

[meta-ti kirkstone/master PATCH v2] ti-kernel: Apply RT fragments to RT kernel config
 2023-06-07 23:52 UTC  (2+ messages)
` [meta-ti] "

[dm-devel] [PATCH v7 0/5] Introduce provisioning primitives
 2023-06-07 23:50 UTC  (15+ messages)
                    `  "

[PATCH v3 0/2] Add ili9882t bindings and timing
 2023-06-07 23:49 UTC  (3+ messages)
` [PATCH v3 2/2] HID: i2c-hid: elan: Add ili9882t timing

[igt-dev] [PATCH i-g-t] tests/i915_pm_freq_api: Add a suspend subtest
 2023-06-07 23:49 UTC  (10+ messages)
      ` [Intel-gfx] "
          ` [igt-dev] [Intel-gfx] "

[igt-dev] [PATCH i-g-t 0/4] gem_ctx_freq: multi-gt support and disable efficient freq
 2023-06-07 23:47 UTC  (3+ messages)
` [igt-dev] [PATCH i-g-t 1/4] tests/gem_ctx_freq: Add support for multi-gts

[PATCH 0/4] ASoC: add new trigger ordering method
 2023-06-07 23:44 UTC  (5+ messages)
` [PATCH 1/4] "
` [PATCH 2/4] ASoC: amd: use use "
` [PATCH 3/4] ASoC: atmel: "
` [PATCH 4/4] ASoC: remove old "

[syzbot] [btrfs?] WARNING in btrfs_split_ordered_extent
 2023-06-07 23:45 UTC  (2+ messages)

linux-next: Signed-off-by missing for commit in the slab tree
 2023-06-07 23:43 UTC 

[djakov-icc:syscache-upstream-hint 3/17] drivers/iommu/qcom-iommu-debug-user.c:79:47: error: passing argument 4 of 'kstrtoull_from_user' from incompatible pointer type
 2023-06-07 23:41 UTC 

[PATCH v3 00/10] spi: bcm63xx-hsspi: driver and doc updates
 2023-06-07 23:37 UTC  (11+ messages)
` [PATCH v3 01/10] spi: bcm63xx-hsspi: Make driver depend on BCMBCA arch
` [PATCH v3 02/10] spi: bcm63xx-hsspi: Fix multi-bit mode setting
` [PATCH v3 03/10] spi: bcm63xx-hsspi: Add new compatible string support
` [PATCH v3 04/10] spi: bcm63xx-hsspi: Add prepend mode support
` [PATCH v3 05/10] spi: bcmbca-hsspi: Add driver for newer HSSPI controller
` [PATCH v3 06/10] dt-bindings: spi: Add bcm63xx-hsspi controller support
` [PATCH v3 07/10] ARM: dts: broadcom: bcmbca: Add spi controller node
` [PATCH v3 08/10] arm64: "
` [PATCH v3 09/10] broadcom: bcmbca: Enable SPI drivers by default
` [PATCH v3 10/10] MAINTAINERS: Add Broadcom Broadband SoC HS SPI drivers

[PATCH v10 10/11] SELinux: Add selfattr hooks
 2023-06-07 23:39 UTC  (3+ messages)

[PATCH v6 00/12] SM63(50|75) DPU support
 2023-06-07 23:39 UTC  (7+ messages)

[PATCH V2 1/2] platform/x86/intel/pmc: Add resume callback
 2023-06-07 23:38 UTC  (2+ messages)
` [PATCH V2 2/2] platform/x86/intel/pmc/mtl: Put devices in D3 during resume

[Intel-xe] [PATCH v2 00/10] Utilize i915 display probing
 2023-06-07 23:39 UTC  (7+ messages)
` [Intel-xe] [PATCH v2 07/10] drm/i915/display: Include of display limits doesn't need 'display/'
` [Intel-xe] [PATCH v2 10/10] fixup! drm/xe/display: Implement display support

[PATCH] binfmt_elf: dynamically allocate note.data in parse_elf_properties
 2023-06-07 23:37 UTC  (4+ messages)

[RFC PATCH 0/1] Integer overflows while scanning for integers
 2023-06-07 23:36 UTC  (2+ messages)

[PATCH 5.10 000/120] 5.10.183-rc1 review
 2023-06-07 23:35 UTC  (2+ messages)

[PATCH v17] drm/msm/dpu: add DSC blocks to the catalog of MSM8998
 2023-06-07 23:33 UTC  (5+ messages)

[PATCH] drm/msm/dpu: tidy up some error checking
 2023-06-07 23:33 UTC  (7+ messages)

[ovmf test] 181268: tolerable FAIL - PUSHED
 2023-06-07 23:31 UTC 

[PATCH] nvme: print disposition on err req completion
 2023-06-07 23:31 UTC  (5+ messages)

[ANNOUNCE] libtraceevent 1.7.3 is released
 2023-06-07 23:30 UTC 

[kvm-unit-tests PATCH] x86: Link with "-z noexecstack" to suppress irrelevant linker warnings
 2023-06-07 23:26 UTC  (2+ messages)

[kvm-unit-tests PATCH v4 0/2] nSVM: vNMI testcase
 2023-06-07 23:26 UTC  (2+ messages)

[kvm-unit-tests PATCH 0/6] x86: nSVM: Fix bugs in LBRV tests
 2023-06-07 23:26 UTC  (2+ messages)

[ANNOUNCE] libtracefs v1.7 is released
 2023-06-07 23:29 UTC 

[PATCH 0/3] Allwinner sunxi USB gadget improvements
 2023-06-07 23:29 UTC  (6+ messages)
` [PATCH 1/3] usb: musb-new: sunxi: do not attempt to access NULL SRAMC

[PATCH v4 0/3] Add JH7110 cpufreq support
 2023-06-07 23:28 UTC  (8+ messages)
` [PATCH v4 2/3] cpufreq: dt-platdev: Add JH7110 SOC to the allowlist

[kvm-unit-tests PATCH 0/5] x86: Add "safe" macros to wrap ASM_TRY()
 2023-06-07 23:25 UTC  (2+ messages)

[kvm-unit-tests PATCH 0/2] runtime: x86: Require vPMU for x86/pmu tests
 2023-06-07 23:25 UTC  (2+ messages)

[ANNOUNCE] libtracecmd v1.4 is released
 2023-06-07 23:27 UTC 

[kvm-unit-tests PATCH v3 00/27] kvm-unit-tests: set of fixes and new tests
 2023-06-07 23:25 UTC  (2+ messages)

[xen-unstable-smoke test] 181277: regressions - FAIL
 2023-06-07 23:26 UTC 

[kvm-unit-tests PATCH 0/2] x86/pmu: Add TSX testcase and fix force_emulation_prefix
 2023-06-07 23:25 UTC  (2+ messages)

[PATCH v10 04/11] LSM: syscalls for current process attributes
 2023-06-07 23:26 UTC  (3+ messages)
` [PATCH v10 4/11] "

[ANNOUNCE] trace-cmd v3.2 is released
 2023-06-07 23:25 UTC 

KVM x86 reviews status for 6.5
 2023-06-07 23:24 UTC 

[Intel-gfx] [PATCH] drm/i915/display: Include of display limits doesn't need 'display/'
 2023-06-07 23:21 UTC  (5+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-xe] [PATCH] fixup! drm/xe: Introduce a new DRM driver for Intel GPUs
 2023-06-07 23:21 UTC  (2+ messages)
` [Intel-xe] ○ CI.BAT: info for fixup! drm/xe: Introduce a new DRM driver for Intel GPUs (rev4)

[PATCH v2 -next 0/2] RISC-V ACPI: Assorted fixes
 2023-06-07 23:19 UTC  (5+ messages)
` [PATCH v2 -next 2/2] RISC-V/perf: Use standard interface to get INTC domain

[PATCH v2 1/2] drm/msm/dpu: use PINGPONG_NONE to unbind INTF from PP
 2023-06-07 23:20 UTC  (3+ messages)

[pull request][net-next 00/15] mlx5 updates 2023-06-06
 2023-06-07 23:18 UTC  (6+ messages)
` [net-next 13/15] net/mlx5: Skip inline mode check after mlx5_eswitch_enable_locked() failure

KVM Forum BoF on I/O + secure virtualization
 2023-06-07 23:18 UTC  (3+ messages)
    `  "

[PATCH 00/10] RISC-V KVM in-kernel AIA irqchip
 2023-06-07 23:17 UTC  (9+ messages)
` [PATCH 09/10] RISC-V: KVM: Add in-kernel virtualization of AIA IMSIC
` [PATCH 10/10] RISC-V: KVM: Expose IMSIC registers as attributes of AIA irqchip

[PATCH 0/2] sunxi, usb: Clean up SRAM initialization code
 2023-06-07 23:16 UTC  (3+ messages)
` [PATCH 1/2] usb: musb-new: sunxi: only perform SRAM initialization when necessary
` [PATCH 2/2] usb: musb-new: sunxi: clarify the purpose of SRAM initialization

[PATCH] usb: musb-new: sunxi: remove unused define
 2023-06-07 23:16 UTC 

linux-next: Signed-off-by missing for commit in the drivers-x86 tree
 2023-06-07 23:15 UTC 

[PATCH v2 net-next] ethtool: ioctl: improve error checking for set_wol
 2023-06-07 23:14 UTC 

[PATCH v2 0/3] vfio: Cleanup Kconfigs
 2023-06-07 23:09 UTC  (4+ messages)
` [PATCH v2 1/3] vfio/pci: Cleanup Kconfig
` [PATCH v2 2/3] vfio/platform: "
` [PATCH v2 3/3] vfio/fsl: Create Kconfig sub-menu

[PATCH 00/30] fbdev: Make userspace interfaces optional
 2023-06-07 23:07 UTC  (7+ messages)
` [PATCH 30/30] fbdev: Make support for userspace interfaces configurable

nolibc patches, still possible for 6.5 ?
 2023-06-07 23:06 UTC  (6+ messages)

[tip:x86/cleanups] BUILD SUCCESS 7e980867ced0037a65f588971b89769857b77aab
 2023-06-07 23:04 UTC 

[tip:master] BUILD SUCCESS 5320c4f88009a3cb2b0174988bf9c337db9bb8fc
 2023-06-07 23:04 UTC 

[tip:x86/cache] BUILD SUCCESS e0a6ede2dd884adb73a7dde80444185b655f7c79
 2023-06-07 23:04 UTC 

[PATCH v1 1/8] dt-bindings: display: panel: mipi-dbi-spi: add shineworld lh133k compatible
 2023-06-07 23:04 UTC  (13+ messages)
` [PATCH v1 2/8] dt-bindings: display: panel: mipi-dbi-spi: add spi-3wire property
` [PATCH v1 4/8] dt-bindings: can: m_can: add termination-{gpios,ohms} properties
` [PATCH v1 5/8] dt-bindings: net: dsa: microchip: add missing spi-{cpha,cpol} properties

Status of glibc-related service cost review for CTI?
 2023-06-07 23:04 UTC  (3+ messages)

Question about reserved_regions w/ Intel IOMMU
 2023-06-07 23:03 UTC  (2+ messages)

mt76 patchset cause KASAN: use-after-free in tasklet_action_common.isra.0+0x6a4 when computer shutdown
 2023-06-07 23:03 UTC 

[PATCH 0/2] shortlog: introduce --email-only, --group-filter options
 2023-06-07 23:02 UTC  (3+ messages)
` [PATCH 1/2] shortlog: introduce `--group-filter` to restrict output
` [PATCH 2/2] shortlog: introduce `--email-only` to only show emails

[PATCH v5 00/26] cxl/pci: Add support for RCH RAS error handling
 2023-06-07 23:01 UTC  (3+ messages)
` [PATCH v5 14/26] cxl/pci: Store the endpoint's Component Register mappings in struct cxl_dev_state
  ` Concept of LD-ID in QEMU

[PATCH] pack-bitmap.c: gracefully degrade on failure to load MIDX'd pack
 2023-06-07 23:01 UTC 

[PATCH net-next 0/6] sfc: TC encap actions offload
 2023-06-07 23:00 UTC  (5+ messages)
` [PATCH net-next 5/6] sfc: neighbour lookup for TC encap action offload

[PATCH v3 0/2] pack-objects: introduce `pack.extraRecentObjectsHook`
 2023-06-07 22:58 UTC  (4+ messages)
` [PATCH v5 0/2] gc: introduce `gc.recentObjectsHook`
  ` [PATCH v5 1/2] reachable.c: extract `obj_is_recent()`
  ` [PATCH v5 2/2] gc: introduce `gc.recentObjectsHook`

[PATCH] drm/amdkfd: fix and enable debugging for gfx11
 2023-06-07 22:58 UTC  (3+ 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.