All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-08-16 17:17:13 to 2023-08-16 18:16:02 UTC [more...]

[PATCH v4 00/36] arm64/gcs: Provide support for GCS in userspace
 2023-08-16 18:15 UTC  (4+ messages)
` [PATCH v4 18/36] arm64/gcs: Context switch GCS state for EL0

[PATCH 0/6] linux-user: Rewrite open_self_maps
 2023-08-16 18:14 UTC  (6+ messages)
` [PATCH 2/6] linux-user: Use walk_memory_regions for open_self_maps
` [PATCH 3/6] linux-user: Adjust brk for load_bias
` [PATCH 4/6] linux-user: Show heap address in /proc/pid/maps
` [PATCH 5/6] linux-user: Remove ELF_START_MMAP and image_info.start_mmap
` [PATCH 6/6] linux-user: Show vdso address in /proc/pid/maps

[PATCH v1 0/4] Remove BPF event support
 2023-08-16 18:15 UTC  (7+ messages)
` [PATCH v1 2/4] perf trace: Migrate BPF augmentation to use a skeleton

[PATCH V1 0/2] Add Phy Configuration support for SC7280
 2023-08-16 18:13 UTC  (6+ messages)
` [PATCH V1 2/2] phy: qcom-qmp-ufs: "

[Intel-gfx] [PATCH 0/4] Drop support for pre-production DG2 hardware
 2023-08-16 18:14 UTC  (5+ messages)
` [Intel-gfx] [PATCH 1/4] drm/i915/dg2: Recognize pre-production hardware
` [Intel-gfx] [PATCH 2/4] drm/i915/dg2: Drop pre-production display workarounds

[PATCH v2] s390/ipl: fix virtual vs physical address confusion
 2023-08-16 17:34 UTC  (3+ messages)

[PATCH v2] PCI: hv: Fix a crash in hv_pci_restore_msi_msg() during hibernation
 2023-08-16 18:12 UTC  (3+ messages)

[Bug 217664] New: Laptop doesnt wake up from suspend mode
 2023-08-16 18:12 UTC  (3+ messages)
` [Bug 217664] "

[PATCH v4] io_uring: add a sysctl to disable io_uring system-wide
 2023-08-16 18:10 UTC  (2+ messages)

[PATCH v2] drm/amdgpu/pm: Add notification function for no DC support
 2023-08-16 18:11 UTC  (3+ messages)
` [PATCH v3] drm/amdgpu/pm: Add notification "

[PFC PATCH 0/3] drm/virtio: synchronous guest framebuffer update
 2023-08-16 18:10 UTC  (4+ messages)
` [RFC PATCH 1/3] drm/virtio: .release ops for virtgpu fence release

[RFC net] Revert "net: phy: Fix race condition on link status change"
 2023-08-16 18:09 UTC 

[linux-next:master 9402/10518] drivers/media/pci/intel/ivsc/mei_csi.c:342:10: error: call to undeclared function 'v4l2_subdev_get_try_format'; ISO C99 and later do not support implicit function declarations
 2023-08-16 18:09 UTC 

[asahilinux:bits/220-tso 3/4] arch/arm64/kernel/cpufeature_impdef.c:11:6: warning: no previous prototype for function 'has_tso_fixed'
 2023-08-16 18:09 UTC 

[PATCH v3 0/3] PCI/AER, CXL: Fix appropriate _OSC check for CXL RAS Cap
 2023-08-16 18:08 UTC  (8+ messages)
` [PATCH v3 1/3] cxl/pci: Fix appropriate checking for _OSC while handling CXL RAS registers
` [PATCH v3 2/3] PCI/AER: Export pcie_aer_is_native()
` [PATCH v3 3/3] cxl/pci: Replace host_bridge->native_aer with pcie_aer_is_native()

[PATCH 0/9 v4] Add CIL Deny Rule
 2023-08-16 18:08 UTC  (8+ messages)
` [PATCH 4/9 v4] libsepol/cil: Process deny rules

[Buildroot] [PATCH] package/nftables: fix the build of the pyhon bindings
 2023-08-16 18:09 UTC 

[MAINTAINERS SUMMIT] Maintainer burnout
 2023-08-16 18:08 UTC 

[PATCH] fetch2: Add new srcrev fetcher API
 2023-08-16 18:07 UTC  (3+ messages)
` [bitbake-devel] "

[PATCH v7 01/20] cxl/pmem: Introduce nvdimm_security_ops with ->get_flags() operation
 2023-08-16 18:07 UTC  (4+ messages)
` [PATCH] cxl: fix compile warning for cxl_security_ops extern

[PATCH net] net: mdio: mdio-bitbang: Fix C45 read/write protocol
 2023-08-16 18:06 UTC 

ss: support for BPF sk local storage
 2023-08-16 15:39 UTC 

[PATCH] drm/amd/display: Fix useless else if in display_mode_vba_util_32.c
 2023-08-16 18:07 UTC  (2+ messages)

[PATCH v3 00/15] linux-user: Implement VDSOs
 2023-08-16 18:06 UTC  (3+ messages)

[PATCH] riscv: dts: change TH1520 files to dual license
 2023-08-16 18:05 UTC  (3+ messages)

[PATCH v3 0/2] riscv: Add BeagleV Ahead board support
 2023-08-16 18:05 UTC  (7+ messages)

[PATCH v4 00/18] linux-user: Implement VDSOs
 2023-08-16 18:03 UTC  (19+ messages)
` [PATCH v4 01/18] linux-user: Introduce imgsrc_read, imgsrc_read_alloc
` [PATCH v4 02/18] linux-user: Tidy loader_exec
` [PATCH v4 03/18] linux-user: Do not clobber bprm_buf swapping ehdr
` [PATCH v4 04/18] linux-user: Use ImageSource in load_elf_image
` [PATCH v4 05/18] linux-user: Use ImageSource in load_symbols
` [PATCH v4 06/18] linux-user: Replace bprm->fd with bprm->src.fd
` [PATCH v4 07/18] linux-user: Load vdso image if available
` [PATCH v4 08/18] linux-user: Add gen-vdso tool
` [PATCH v4 09/18] linux-user/i386: Add vdso
` [PATCH v4 10/18] linux-user/x86_64: "
` [PATCH v4 11/18] linux-user/aarch64: "
` [PATCH v4 12/18] linux-user/arm: "
` [PATCH v4 13/18] linux-user/hppa: "
` [PATCH v4 14/18] linux-user/riscv: "
` [PATCH v4 15/18] linux-user/loongarch64: "
` [PATCH v4 16/18] linux-user/ppc: "
` [PATCH v4 17/18] linux-user/s390x: Rename __SIGNAL_FRAMESIZE to STACK_FRAME_OVERHEAD
` [PATCH v4 18/18] linux-user/s390x: Add vdso

[PATCH 00/13] Linux RISC-V IOMMU Support
 2023-08-16 18:05 UTC  (4+ messages)
` [PATCH 01/11] RISC-V: drivers/iommu: Add RISC-V IOMMU - Ziommu support

[Intel-xe] [PATCH 0/6] Add plumbing for submitting to the GSCCS
 2023-08-16 18:04 UTC  (7+ messages)
` [Intel-xe] [PATCH 1/6] drm/xe: common function to assign queue name
` [Intel-xe] [PATCH 2/6] drm/xe: base definitions for the GSCCS
` [Intel-xe] [PATCH 3/6] drm/xe: add GSCCS irq support
` [Intel-xe] [PATCH 4/6] drm/xe: add GSCCS ring ops
` [Intel-xe] [PATCH 5/6] drm/xe: GSC forcewake support
` [Intel-xe] [PATCH 6/6] drm/xe: don't expose the GSCCS to users

[PATCH v2 0/4] Add full zoned storage emulation to qcow2 driver
 2023-08-16 18:03 UTC  (4+ messages)

[PATCH 0/2][next] nouveau/svm: Replace one-element array with flexible-array member
 2023-08-16 18:05 UTC  (9+ messages)
` [Nouveau] "
` [PATCH 1/2][next] nouveau/svm: Replace one-element array with flexible-array member in struct nouveau_svm
  ` [Nouveau] "
` [PATCH 2/2][next] nouveau/svm: Split assignment from if conditional
  ` [Nouveau] "

duplicate drivers in the linux-fslc/linux-imx tree
 2023-08-16 18:03 UTC 

[RFC PATCH v2 0/5] Reduce NUMA balance caused TLB-shootdowns in a VM
 2023-08-16 18:00 UTC  (13+ messages)

[PATCH v4] Bluetooth: hci_sync: Fix UAF in hci_disconnect_all_sync
 2023-08-16 17:59 UTC  (4+ messages)

Linux 5.4.252 FPU initialization warnings in stable kernels 5.4/5.10
 2023-08-16 17:58 UTC  (2+ messages)

[PATCH v2 0/6] PM: domains: Add control for switching back and forth to HW control
 2023-08-16 17:58 UTC  (11+ messages)
` [PATCH v2 2/6] PM: domains: Add the domain HW-managed mode to the summary
` [PATCH v2 3/6] clk: qcom: gdsc: Add set and get hwmode callbacks to switch GDSC mode
` [PATCH v2 4/6] clk: qcom: Use HW_CTRL_TRIGGER flag to switch video GDSC to HW mode
` [PATCH v2 5/6] clk: qcom: videocc-sm8550: Use HW_CTRL_TRIGGER instead of HW_CTRL for GDSC
` [PATCH v2 6/6] venus: pm_helpers: Use dev_pm_genpd_set_hwmode to switch GDSC mode

[RFC PATCH net] net-gro: restore check for NULL skb in napi_gro_frags
 2023-08-16 17:59 UTC  (4+ messages)

Systemd in initramfs or root file system
 2023-08-16 17:59 UTC 

sa8540p-ride crash when all PCI buses are disabled
 2023-08-16 17:56 UTC  (5+ messages)

Linux 6.4.4 on m68k - Q40 - pata_falcon causes oops at boot time
 2023-08-16 17:56 UTC  (11+ messages)

[PATCH 0/4] Input: zforce_ts: standard properties
 2023-08-16 17:55 UTC  (9+ messages)
` [PATCH 1/4] dt-bindings: touchscreen: convert neonode,zforce to json-schema

[BUG] missing return thunk: __ret+0x5/0x7e-__ret+0x0/0x7e: e9 f6 ff ff ff
 2023-08-16 17:54 UTC 

[PATCH v3] docs: Add debugging chapter to development documentation
 2023-08-16 17:53 UTC  (9+ messages)

[Intel-xe] [PATCH] fixup! drm/xe: Add CONFIG_DRM_XE_PREEMPT_TIMEOUT
 2023-08-16 17:50 UTC  (8+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for "
` [Intel-xe] ✗ CI.checkpatch: warning "
` [Intel-xe] ✓ CI.KUnit: success "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✓ CI.Hooks: "
` [Intel-xe] ✗ CI.checksparse: warning "
` [Intel-xe] ✓ CI.BAT: success "

[OE-core][mickledore 00/18] Patch review
 2023-08-16 17:50 UTC 

[PATCH V1 0/3] fix migration of suspended runstate
 2023-08-16 17:48 UTC  (12+ messages)
` [PATCH V1 2/3] migration: fix "

[PATCH] checkpolicy: Remove support for role dominance rules
 2023-08-16 17:48 UTC  (4+ messages)

[PATCH] media: videobuf2-core.c: check if all buffers have the same number of planes
 2023-08-16 17:48 UTC  (3+ messages)

Doc style for method functions
 2023-08-16 17:47 UTC  (3+ messages)

[PATCH v6 1/3] cdx: add support for bus mastering
 2023-08-16 17:46 UTC  (3+ messages)
` [PATCH v6 3/3] vfio-cdx: add bus mastering device feature support

[PATCH v2 bpf-next 1/2] libbpf: Support triple-underscore flavors for kfunc relocation
 2023-08-16 17:44 UTC  (4+ messages)
` [PATCH v2 bpf-next 2/2] selftests/bpf: Add CO-RE relocs kfunc flavors tests

[PATCH v2 00/10] iommu/amd: SVA Support (part 3) - refactor support for GCR3 table
 2023-08-16 17:40 UTC  (11+ messages)
` [PATCH v2 01/10] iommu/amd: Use struct protection_domain in helper functions
` [PATCH v2 02/10] iommu/amd: Introduce get_amd_iommu_from_dev()
` [PATCH v2 03/10] iommu/amd: Introduce struct protection_domain.pd_mode
` [PATCH v2 04/10] iommu/amd: Introduce per-device GCR3 table
` [PATCH v2 05/10] iommu/amd: Use protection_domain.flags to check page table mode
` [PATCH v2 06/10] iommu/amd: Refactor helper function for setting / clearing GCR3
` [PATCH v2 07/10] iommu/amd: Refactor helper function for attaching / detaching device
` [PATCH v2 08/10] iommu/amd: Refactor protection_domain helper functions
` [PATCH v2 09/10] iommu/amd: Refactor GCR3 table "
` [PATCH v2 10/10] iommu/amd: Remove unused GCR3 table parameters from struct protection_domain

[PATCH v4 00/13] Quality of life improvements for pin-init
 2023-08-16 17:43 UTC  (5+ messages)
` [PATCH v4 03/13] rust: add derive macro for `Zeroable`
` [PATCH v4 08/13] rust: init: Add functions to create array initializers

[PATCH 00/11] Introduce mt_dup() to improve the performance of fork()
 2023-08-16 17:40 UTC  (7+ messages)
` [PATCH 06/11] maple_tree: Introduce mas_replace_entry() to directly replace an entry

[PATCH] Do not automatically install Russian translations
 2023-08-16 17:40 UTC  (3+ messages)

[PATCH 01/12] checkpolicy: Remove the Russian translations
 2023-08-16 17:39 UTC  (4+ messages)
` [PATCH 12/12] semodule-utils: "

[PATCH 0/2] PCI: Disable ATS for specific Intel IPU E2000 devices
 2023-08-16 17:39 UTC  (4+ messages)
` [PATCH 1/2] PCI: Extract ATS disabling to a helper function
` [PATCH 2/2] PCI: Disable ATS for specific Intel IPU E2000 devices

[PATCH] libsemanage/tests: use strict prototypes
 2023-08-16 17:38 UTC  (3+ messages)

[PATCH] docs: Drop warning about 2M limit for ARM
 2023-08-16 17:38 UTC  (3+ messages)

[PATCH] libsepol: ebitmap: avoid branches for iteration
 2023-08-16 17:37 UTC  (3+ messages)

[cornelisnetworks:for-upstream_20230815-1 22/26] drivers/infiniband/hw/hfi1/chip_gen.c:13:6: warning: no previous declaration for 'gen_setextled'
 2023-08-16 17:37 UTC 

[android-common:android14-6.1 5681/11175] kernel/sched/pelt.c:477:5: warning: no previous declaration for 'sched_pelt_multiplier'
 2023-08-16 17:37 UTC 

[PATCH] iommu/arm-smmu-v3: Add a configurable tlbi_range_max_n_shift for TLBI
 2023-08-16 17:37 UTC  (7+ messages)

[PATCH v10 0/2] Add Novatek NT36xxx touchscreen driver
 2023-08-16 17:36 UTC  (4+ messages)
` [PATCH v10 2/2] Input: "

[PATCH] x86/srso: Disable the mitigation on unaffected configurations
 2023-08-16 17:35 UTC  (11+ messages)
      ` [PATCH] x86/srso: Correct the mitigation status when SMT is disabled

[PATCH] lib/Kconfig.debug: Restrict DEBUG_INFO_SPLIT for RISC-V
 2023-08-16 17:35 UTC  (2+ messages)

Inbox vboxsf not working
 2023-08-16 17:33 UTC  (5+ messages)

[PATCH v2 0/5] Allwinner R528/T113s PSCI
 2023-08-16 17:34 UTC  (6+ messages)
` [PATCH v2 1/5] sunxi: psci: clean away preprocessor macros
` [PATCH v2 2/5] sunxi: psci: refactor register access to separate functions
` [PATCH v2 3/5] sunxi: psci: stop modeling register layout with C structs
` [PATCH v2 4/5] sunxi: psci: implement PSCI on R528
` [PATCH v2 5/5] HACK: sunxi: psci: be compatible with v1 of R528 patchset

[Intel-xe] Implement svm without BO concept in xe driver
 2023-08-16 17:30 UTC  (7+ messages)
          `  "

turning on s2s copy by default in knfsd
 2023-08-16 17:32 UTC  (3+ messages)

[PATCH v3 1/4] dt-bindings: firmware: qcom,scm: support indicating SDI default state
 2023-08-16 17:33 UTC  (3+ messages)
` [PATCH v3 2/4] firmware: qcom_scm: disable SDI if required

[Intel-wired-lan] [PATCH iwl-next v1 0/5] iavf: Add devlink and devlink rate support
 2023-08-16 17:32 UTC  (8+ messages)
` [Intel-wired-lan] [PATCH iwl-next v2 "
  ` [Intel-wired-lan] [PATCH iwl-next v2 4/5] iavf: Add devlink port function rate API support
      `  "
  ` [Intel-wired-lan] [PATCH iwl-next v2 5/5] iavf: Add VIRTCHNL Opcodes Support for Queue bw Setting
    `  "

[PATCH bpf] libbpf: soften BTF map error
 2023-08-16 17:30 UTC 

[PATCH v2 0/3] gnss: ubx: updates to support the Renesas KingFisher board
 2023-08-16 17:31 UTC  (4+ messages)
` [PATCH v2 1/3] gnss: ubx: use new helper to remove open coded regulator handling
` [PATCH v2 2/3] dt-bindings: gnss: u-blox: add "reset-gpios" binding
` [PATCH v2 3/3] gnss: ubx: add support for the reset gpio

Fwd: kvm: Windows Server 2003 VM fails to work on 6.1.44 (works fine on 6.1.43)
 2023-08-16 17:22 UTC  (5+ messages)
      `  "

net/bpf/test_run.c:303:15: warning: no previous declaration for 'bpf_kfunc_call_memb_release'
 2023-08-16 17:27 UTC 

[PATCH v3] usb: typec: tcpci: clear the fault status bit
 2023-08-16 17:25 UTC 

C11 atomics adoption blocked
 2023-08-16 17:25 UTC  (6+ messages)

[f2fs-dev] circular locking dependency warning in f2fs
 2023-08-16 17:25 UTC  (2+ messages)

[PATCH 0/2] ASoC: cs35l56: Update ACPI HID and property
 2023-08-16 17:23 UTC  (5+ messages)
` [PATCH 2/2] ASoC: cs35l56: Read firmware uuid from a device property instead of _SUB

[PATCH v8 00/11] Enable writable for idregs DFR0,PFR0, MMFR{0,1,2,3}
 2023-08-16 17:23 UTC  (5+ messages)
` [PATCH v8 11/11] KVM: arm64: selftests: Test for setting ID register from usersapce

[Bug 217799] New: kvm: Windows Server 2003 VM fails to work on 6.1.44 (works fine on 6.1.43)
 2023-08-16 17:23 UTC  (2+ messages)
` [Bug 217799] kvm: Speculative RAS Overflow mitigation breaks old Windows guest VMs

[PATCH] wifi: mac80211: fix puncturing bitmap handling in CSA
 2023-08-16 17:22 UTC  (2+ messages)

[MAINTAINERS SUMMIT] Handling of embargoed security issues -- security@korg vs. linux-distros@
 2023-08-16 17:22 UTC  (8+ messages)

[PATCH] fsi: i2cr: Switch to use struct i2c_driver's .probe()
 2023-08-16 17:19 UTC 

[PATCH v1 00/14] media: qcom: camss: Add parameter passing to remove several outstanding bugs
 2023-08-16 17:20 UTC  (3+ messages)
` [PATCH v1 04/14] media: qcom: camss: Pass icc bandwidth table as a platform parameter

[PATCH] ethdev: introduce generic flow item and action
 2023-08-16 17:18 UTC  (15+ messages)

[PATCH bpf-next 1/2] bpftool: Implement link show support for tcx
 2023-08-16 17:20 UTC  (2+ messages)

+ treewide-drop-config_embedded.patch added to mm-nonmm-unstable branch
 2023-08-16 17:17 UTC 

[RFC PATCH 0/8] Introduce Git Standard Library
 2023-08-16 17:17 UTC  (5+ messages)
` [RFC PATCH v2 0/7] "

[PATCH v4 0/8] Repack objects into separate packfiles based on a filter
 2023-08-16 17:16 UTC  (9+ messages)
` [PATCH v5 "

[tip:x86/urgent 8/15] arch/x86/lib/retpoline.o: warning: objtool: srso_untrain_ret+0xd: call without frame pointer save/setup
 2023-08-16 17:17 UTC 

[PATCH] wifi: cfg80211: beacon EHT rate support
 2023-08-16 17:16 UTC  (7+ 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.