All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-08-15 19:51:42 to 2023-08-15 20:48:41 UTC [more...]

[PATCH v1] kernel: auditsc: Removes use of assignment in if condition and moves open brace following function definitions to the next line
 2023-08-15 20:46 UTC 

[PATCH v6 0/4] perf: arm_cspmu: ampere: Add support for Ampere SoC PMUs
 2023-08-15 20:46 UTC  (5+ messages)
` [PATCH v6 1/4] perf: arm_cspmu: Split 64-bit write to 32-bit writes

[MAINTAINERS SUMMIT] Quality standards for embargoed code
 2023-08-15 20:47 UTC  (6+ messages)

[PATCH v2 0/3] Add no-esim sku for sc7180-lazor family and new board version
 2023-08-15 20:46 UTC  (5+ messages)
` [PATCH v2 1/3] dt-bindings: arm: qcom: add sc7180-lazor board bindings

[PATCH v1] kernel: Add space before parenthesis and around '=', "==" and '<'
 2023-08-15 20:45 UTC 

xfsprogs_6.4.0-1_source.changes ACCEPTED into unstable
 2023-08-15 20:46 UTC 

[PATCH] ipmi_si: fix -Wvoid-pointer-to-enum-cast warning
 2023-08-15 20:46 UTC  (2+ messages)

[PATCH v1] drivers: usb: Replaces spaces with tabs for indentation
 2023-08-15 20:44 UTC 

[PATCH] firmware: cs_dsp: Fix new control name check
 2023-08-15 20:41 UTC  (3+ messages)

Linux 6.4.4 on m68k - Q40 - pata_falcon causes oops at boot time
 2023-08-15 20:43 UTC  (14+ messages)

[PATCH v7 00/12] riscv: add 'max' CPU, deprecate 'any'
 2023-08-15 20:44 UTC  (14+ messages)
` [PATCH v7 01/12] target/riscv/cpu.c: split CPU options from riscv_cpu_extensions[]
` [PATCH v7 02/12] target/riscv/cpu.c: skip 'bool' check when filtering KVM props
` [PATCH v7 03/12] target/riscv/cpu.c: split kvm prop handling to its own helper
` [PATCH v7 04/12] target/riscv: add DEFINE_PROP_END_OF_LIST() to riscv_cpu_options[]
` [PATCH v7 05/12] target/riscv/cpu.c: split vendor exts from riscv_cpu_extensions[]
` [PATCH v7 06/12] target/riscv/cpu.c: split non-ratified "
` [PATCH v7 07/12] target/riscv/cpu.c: add ADD_CPU_QDEV_PROPERTIES_ARRAY() macro
` [PATCH v7 08/12] target/riscv/cpu.c: add ADD_UNAVAIL_KVM_PROP_ARRAY() macro
` [PATCH v7 09/12] target/riscv/cpu.c: limit cfg->vext_spec log message
` [PATCH v7 10/12] target/riscv: add 'max' CPU type
` [PATCH v7 11/12] avocado, risc-v: add opensbi tests for 'max' CPU
` [PATCH v7 12/12] target/riscv: deprecate the 'any' CPU type

[PATCH v4 00/36] arm64/gcs: Provide support for GCS in userspace
 2023-08-15 20:42 UTC  (5+ messages)
` [PATCH v4 21/36] arm64/mm: Implement map_shadow_stack()

[PATCH 2/2] configs: sandbox: test: dm: blk: Enable NVMXIP QSPI and update test
 2023-08-15 20:44 UTC  (3+ messages)
` [PATCH] nvmxip: add sandbox support

[PATCH v1] drivers: usb: Removes use of assignment in if condition
 2023-08-15 20:41 UTC 

+ mm-kmemleak-use-object_cache-instead-of-kmemleak_initialized-to-check-in-set_track_prepare.patch added to mm-unstable branch
 2023-08-15 20:41 UTC 

+ rename-kmemleak_initialized-to-kmemleak_late_initialized.patch added to mm-unstable branch
 2023-08-15 20:41 UTC 

[PATCH RESEND 1/3] ASoC: codecs: tlv320aic32x4: Fix Wvoid-pointer-to-enum-cast warning
 2023-08-15 20:41 UTC  (4+ messages)

[PATCH v3 0/7] Add support for LUT PPG
 2023-08-15 20:40 UTC  (5+ messages)
` [PATCH v3 1/7] dt-bindings: soc: qcom: Add qcom,pbs bindings
` [PATCH v3 2/7] dt-bindings: leds: leds-qcom-lpg: Add support for LPG PPG

[PATCH v3 00/42] ep93xx device tree conversion
 2023-08-15 20:40 UTC  (7+ messages)
` [PATCH v3 07/42] soc: Add SoC driver for Cirrus ep93xx

[PATCH] net: mdio: fix -Wvoid-pointer-to-enum-cast warning
 2023-08-15 20:41 UTC  (2+ messages)

[PATCH 0/4] mm: migrate: more folio conversion
 2023-08-15 20:39 UTC  (11+ messages)
` [PATCH 1/4] mm: migrate: use a folio in add_page_for_migration()

[PATCH][next] RDMA/mlx4: Copy union directly
 2023-08-15 20:39 UTC 

[PATCH v1] drivers: edac: Drop unnecessary error check for debugfs_create_dir
 2023-08-15 20:38 UTC  (2+ messages)

[PATCH RFC v2 0/3] mm: Properly document tail pages for a folio
 2023-08-15 20:39 UTC  (7+ messages)

[PATCH v1] drivers: block: Drop unnecessary error check for debugfs_create_dir
 2023-08-15 20:37 UTC 

next/master build: 186 builds: 4 failed, 182 passed, 7 errors, 22 warnings (next-20230815)
 2023-08-15 20:38 UTC 

[PATCH v2 0/8] riscv: detecting user choice in TCG extensions
 2023-08-15 20:36 UTC  (9+ messages)
` [PATCH v2 1/8] target/riscv/cpu.c: use offset in isa_ext_is_enabled/update_enabled
` [PATCH v2 2/8] target/riscv: make CPUCFG() macro public
` [PATCH v2 3/8] target/riscv/cpu.c: introduce cpu_cfg_ext_auto_update()
` [PATCH v2 4/8] target/riscv/cpu.c: use cpu_cfg_ext_auto_update() during realize()
` [PATCH v2 5/8] target/riscv/cpu.c: introduce RISCVCPUMultiExtConfig
` [PATCH v2 6/8] target/riscv: use isa_ext_update_enabled() in init_max_cpu_extensions()
` [PATCH v2 7/8] target/riscv/cpu.c: honor user choice in cpu_cfg_ext_auto_update()
` [PATCH v2 8/8] target/riscv/cpu.c: consider user option with RVG

[PATCH v3 00/15] KVM: x86: Add "governed" X86_FEATURE framework
 2023-08-15 20:36 UTC  (16+ messages)
` [PATCH v3 01/15] KVM: x86: Add a framework for enabling KVM-governed x86 features
` [PATCH v3 02/15] KVM: x86/mmu: Use KVM-governed feature framework to track "GBPAGES enabled"
` [PATCH v3 03/15] KVM: VMX: Recompute "XSAVES enabled" only after CPUID update
` [PATCH v3 04/15] KVM: VMX: Check KVM CPU caps, not just VMX MSR support, for XSAVE enabling
` [PATCH v3 05/15] KVM: VMX: Rename XSAVES control to follow KVM's preferred "ENABLE_XYZ"
` [PATCH v3 06/15] KVM: x86: Use KVM-governed feature framework to track "XSAVES enabled"
` [PATCH v3 07/15] KVM: nVMX: Use KVM-governed feature framework to track "nested VMX enabled"
` [PATCH v3 08/15] KVM: nSVM: Use KVM-governed feature framework to track "NRIPS enabled"
` [PATCH v3 09/15] KVM: nSVM: Use KVM-governed feature framework to track "TSC scaling enabled"
` [PATCH v3 10/15] KVM: nSVM: Use KVM-governed feature framework to track "vVM{SAVE,LOAD} enabled"
` [PATCH v3 11/15] KVM: nSVM: Use KVM-governed feature framework to track "LBRv enabled"
` [PATCH v3 12/15] KVM: nSVM: Use KVM-governed feature framework to track "Pause Filter enabled"
` [PATCH v3 13/15] KVM: nSVM: Use KVM-governed feature framework to track "vGIF enabled"
` [PATCH v3 14/15] KVM: nSVM: Use KVM-governed feature framework to track "vNMI enabled"
` [PATCH v3 15/15] KVM: x86: Disallow guest CPUID lookups when IRQs are disabled

next/master build: 186 builds: 4 failed, 182 passed, 7 errors, 22 warnings (next-20230815)
 2023-08-15 20:38 UTC 

[PATCH v2 0/3] overlayfs lock ordering changes
 2023-08-15 20:36 UTC  (7+ messages)
` [PATCH v2 2/3] ovl: do not open/llseek lower file with upper sb_writers held

[PATCH v3] docs: Add debugging chapter to development documentation
 2023-08-15 20:37 UTC  (6+ messages)

[PATCH v1] drivers: edac: zynqmp_edac: Updates return value check
 2023-08-15 20:35 UTC  (6+ messages)

[PATCH V13 - RESEND 00/10] arm64/perf: Enable branch stack sampling
 2023-08-15 20:35 UTC  (10+ messages)
` [PATCH V13 - RESEND 02/10] arm64/perf: Add BRBE registers and fields

[PATCH v2 0/6] riscv: SCS support
 2023-08-15 20:34 UTC  (14+ messages)
` [PATCH v2 1/6] riscv: VMAP_STACK overflow detection thread-safe
` [PATCH v2 2/6] riscv: Deduplicate IRQ stack switching
` [PATCH v2 3/6] riscv: Move global pointer loading to a macro
` [PATCH v2 4/6] riscv: Implement Shadow Call Stack
` [PATCH v2 5/6] riscv: Use separate IRQ shadow call stacks
` [PATCH v2 6/6] lkdtm: Fix CFI_BACKWARD on RISC-V

[Intel-xe] Implement svm without BO concept in xe driver
 2023-08-15 20:34 UTC  (3+ messages)
`  "

[Buildroot] [PATCH] package/mawk: bump version to 1.3.4-20230808
 2023-08-15 20:34 UTC 

[PATCH v1] drivers: block: Updates return value check
 2023-08-15 20:32 UTC  (6+ messages)

[PATCH v4 0/6] Enable loading local and third party keys on PowerVM guest
 2023-08-15 20:30 UTC  (4+ messages)
` [PATCH v4 6/6] integrity: PowerVM support for loading third party code signing keys

[PATCH 1/2] gpio: sim: use sysfs_streq() and avoid an strdup()
 2023-08-15 20:31 UTC  (6+ messages)
` [PATCH 2/2] gpio: sim: simplify code with cleanup helpers

[PATCH v3 0/3] leds: aw2013: Document interrupt and pull-up supply
 2023-08-15 20:31 UTC  (5+ messages)
` [PATCH v3 1/3] dt-bindings: leds: aw2013: Document interrupt
` [PATCH v3 2/3] dt-bindings: leds: Document pull-up supply for interrupt and I2C

[GIT PULL] parisc architecture fixes for v6.5-rc7
 2023-08-15 20:31 UTC  (2+ messages)

[Bug 217796] New: latest Zen Inception fixes breaks nested kvm virtualization on AMD
 2023-08-15 20:30 UTC  (2+ messages)
` [Bug 217796] "

[PATCH 0/4] Add a property to override the quad mode
 2023-08-15 19:19 UTC  (5+ messages)

[PATCH v3 0/3] drm/i915/pxp/mtl: Update gsc-heci cmd submission to align with fw/hw spec
 2023-08-15 20:29 UTC  (8+ messages)
` [Intel-gfx] "
` [Intel-gfx] [PATCH v3 1/3] drm/i915/pxp/mtl: Update pxp-firmware response timeout
  `  "
` [Intel-gfx] [PATCH v3 2/3] drm/i915/pxp/mtl: Update pxp-firmware packet size
  `  "
` [Intel-gfx] [PATCH v3 3/3] drm/i915/gt/pxp: User PXP contexts requires runalone bit in lrc
  `  "

[PATCH v2 00/17] libtraceeval histogram: Updates
 2023-08-15 20:25 UTC  (9+ messages)
` [PATCH v2 08/17] libtraceeval histograms: Move hash functions into their own file
` [PATCH v2 09/17] libtraceeval histogram: Label and check keys and values
` [PATCH v2 10/17] libtraceeval histogram: Add updating of stats

[PATCH 1/2] hwmon: (sch5627) Disallow write access if virtual registers are locked
 2023-08-15 20:26 UTC  (3+ messages)
` [PATCH 2/2] hwmon: (sch5627) Add support for writing limit registers

Yocto Project Status 15 August 2023 (WW33)
 2023-08-15 20:24 UTC  (3+ messages)
` [OE-core] "

[PATCH] buildman: Allow more results while building
 2023-08-15 20:24 UTC  (4+ messages)

Pull request for efi-2023-10-rc3
 2023-08-15 20:24 UTC  (2+ messages)

[PATCH 0/5] capsule: Embed the public key ESL as part of build
 2023-08-15 20:24 UTC  (5+ messages)
` [PATCH 1/5] scripts/Makefile.lib: Collate all dtsi files for inclusion
` [PATCH 2/5] scripts/Makefile.lib: Embed capsule public key in platform's dtb

[PATCH 1/1] spl: don't assume NVMe partition 1 exists
 2023-08-15 20:23 UTC  (2+ messages)

[Question]: TCP resets when using ECMP for load-balancing between multiple servers
 2023-08-15 20:10 UTC 

Processing of xfsprogs_6.4.0-1_source.changes
 2023-08-15 20:19 UTC 

[PATCH v2 0/5] tsm: Attestation Report ABI
 2023-08-15 20:20 UTC  (8+ messages)
` [PATCH v2 2/5] tsm: Introduce a shared ABI for attestation reports
` [PATCH v2 3/5] virt: sevguest: Prep for kernel internal {get, get_ext}_report()

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

[PATCH v3 00/13] drm/msm/dpu: use managed memory allocations
 2023-08-15 20:17 UTC  (4+ messages)
` [PATCH v3 05/13] drm/msm/dpu: use devres-managed allocation for MDP TOP

Linux 5.4.252
 2023-08-15 20:15 UTC  (2+ messages)
` Linux 5.4.252 FPU initialization warnings in stable kernels 5.4/5.10

[Intel-gfx] [PATCH] drm/i915/display: Remove unused POWER_DOMAIN_MASK
 2023-08-15 20:13 UTC 

[igt-dev] [PATCH i-g-t] lib/i915: Add a helper lib to read mmio registers via ioctl
 2023-08-15 20:13 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for "

[PATCH v3] PCI/DOE: Expose the DOE protocols via sysfs
 2023-08-15 20:10 UTC  (9+ messages)

[PATCH 0/9] Remove _folio_dtor and _folio_order
 2023-08-15 20:07 UTC  (11+ messages)
` [PATCH 7/9] mm: Add deferred_list page flag
` [PATCH 8/9] mm: Rearrange page flags

[PATCH] watchdog: xilinx_wwdt: Use div_u64() in xilinx_wwdt_start()
 2023-08-15 20:07 UTC  (3+ messages)

[GIT PULL] SMB3 client fixes
 2023-08-15 20:04 UTC  (2+ messages)

[PATCH] lsm: constify the 'file' parameter in security_binder_transfer_file()
 2023-08-15 20:04 UTC  (2+ messages)

[RFC PATCH v11 12/29] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
 2023-08-15 20:03 UTC  (7+ messages)

[PATCH 1/6] ufs: Add UFSHCD_QUIRK_BROKEN_64BIT_ADDRESS
 2023-08-15 20:04 UTC  (8+ messages)
` [PATCH 4/6] ufs: Pass hba pointer to ufshcd_prepare_req_desc_hdr()
` [PATCH 5/6] ufs: Use utp_transfer_req_desc pointer in ufshcd_get_tr_ocs
` [PATCH 6/6] ufs: Implement cache management

[Cluster-devel] [PATCH v4 00/48] use refcount+RCU method to implement lockless slab shrink
 2023-08-15  9:14 UTC  (8+ messages)
` [Cluster-devel] [PATCH v4 01/48] mm: move some shrinker-related function declarations to mm/internal.h
  ` [dm-devel] "
` [Cluster-devel] [PATCH v4 02/48] mm: vmscan: move shrinker-related code into a separate file
  ` [dm-devel] "
` [Cluster-devel] [PATCH v4 12/48] gfs2: dynamically allocate the gfs2-qd shrinker
  ` [dm-devel] "

[linux-next:master 5608/8441] i2c-hid-core.c:undefined reference to `drm_panel_remove_follower'
 2023-08-15 20:03 UTC  (2+ messages)

[PATCH v4] usb: typec: bus: verify partner exists in typec_altmode_attention
 2023-08-15 20:02 UTC  (2+ messages)

KASAN debug kernel fails to boot at early stage when CONFIG_SMP=y is set (kernel 6.5-rc5, PowerMac G4 3,6)
 2023-08-15 20:01 UTC  (7+ messages)

[PATCH] alpha: Replace one-element array with flexible-array member
 2023-08-15 20:02 UTC  (2+ messages)

[PATCH v3 0/2] GPIO-based hotplug i2c bus
 2023-08-15 20:00 UTC  (5+ messages)
` [PATCH v3 1/2] dt-bindings: i2c: add binding for i2c-hotplug-gpio

[PATCH v3 00/14] tcg/ppc: direct branching, power9, power10
 2023-08-15 19:57 UTC  (15+ messages)
` [PATCH v3 01/14] tcg/ppc: Untabify tcg-target.c.inc
` [PATCH v3 02/14] tcg: Add tcg_out_tb_start backend hook
` [PATCH v3 03/14] tcg/ppc: Enable direct branching tcg_out_goto_tb with TCG_REG_TB
` [PATCH v3 04/14] tcg/ppc: Reinterpret tb-relative to TB+4
` [PATCH v3 05/14] tcg/ppc: Use ADDPCIS in tcg_out_tb_start
` [PATCH v3 06/14] tcg/ppc: Use ADDPCIS in tcg_out_movi_int
` [PATCH v3 07/14] tcg/ppc: Use ADDPCIS for the constant pool
` [PATCH v3 08/14] tcg/ppc: Use ADDPCIS in tcg_out_goto_tb
` [PATCH v3 09/14] tcg/ppc: Use PADDI in tcg_out_movi
` [PATCH v3 10/14] tcg/ppc: Use prefixed instructions in tcg_out_mem_long
` [PATCH v3 11/14] tcg/ppc: Use PLD in tcg_out_movi for constant pool
` [PATCH v3 12/14] tcg/ppc: Use prefixed instructions in tcg_out_dupi_vec
` [PATCH v3 13/14] tcg/ppc: Use PLD in tcg_out_goto_tb
` [PATCH v3 14/14] RFC tcg/ppc: Disable TCG_REG_TB for Power9/Power10

[PULL for v6.6] drm-misc-next
 2023-08-15 19:59 UTC  (8+ messages)

[PATCH RESEND v3 0/2] arm64: dts: qcom: msm8939-longcheer-l9100: Add initial dts
 2023-08-15 19:49 UTC  (2+ messages)
` [PATCH RESEND v3 2/2] arm64: dts: qcom: msm8939-longcheer-l9100: Add initial device tree

[RFC PATCH 1/2] mm, oom: Introduce bpf_select_task
 2023-08-15 19:52 UTC  (11+ messages)
                `  "

[PATCH v4 0/4] drm/amdgpu: Rework coredump memory allocation
 2023-08-15 19:51 UTC  (9+ messages)
` [PATCH v4 1/4] drm/amdgpu: Allocate coredump memory in a nonblocking way
` [PATCH v4 2/4] drm/amdgpu: Rework coredump to use memory dynamically
` [PATCH v4 3/4] drm/amdgpu: Move coredump code to amdgpu_reset file
` [PATCH v4 4/4] drm/amdgpu: Create version number for coredumps

possible GETDEVICEINFO encoder bug
 2023-08-15 19:50 UTC 


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.