All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-11-02 15:13:13 to 2023-11-02 15:51:55 UTC [more...]

[PATCH v13 00/35] KVM: guest_memfd() and per-page attributes
 2023-11-02 15:51 UTC  (23+ messages)
` [PATCH v13 09/35] KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspace
` [PATCH v13 16/35] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory

[RFC PATCH v1 0/8] KVM: seftests: Support guest user mode execution and running
 2023-11-02 15:51 UTC  (9+ messages)
` [RFC PATCH v1 1/8] KVM: selftests: x86: Fix bug in addr_arch_gva2gpa()
` [RFC PATCH v1 2/8] KVM: selftests: x86: Support guest running on canonical linear-address organization
` [RFC PATCH v1 3/8] KVM: selftests: Add virt_arch_ucall_prealloc() arch specific implementation
` [RFC PATCH v1 4/8] KVM : selftests : Adapt selftest cases to kernel canonical linear address
` [RFC PATCH v1 5/8] KVM: selftests: x86: Prepare setup for user mode support
` [RFC PATCH v1 6/8] KVM: selftests: x86: Allow user to access user-mode address and I/O address space
` [RFC PATCH v1 7/8] KVM: selftests: x86: Support vcpu run in user mode
` [RFC PATCH v1 8/8] KVM: selftests: x86: Add KVM forced emulation prefix capability

[PATCH v5 0/1] mm: report per-page metadata information
 2023-11-02 15:50 UTC  (7+ messages)
` [PATCH v5 1/1] "

[net-next RFC PATCH v3 1/4] net: phy: aquantia: move to separate directory
 2023-11-02 15:49 UTC  (4+ messages)

[Intel-gfx] [rft, PATCH v3 00/15] drm/i915/dsi: 2nd attempt to get rid of IOSF GPIO
 2023-11-02 15:47 UTC  (41+ messages)
` [PATCH v3 02/15] drm/i915/dsi: switch mipi_exec_gpio() from dev_priv to i915
` [PATCH v3 05/15] drm/i915/dsi: bxt/icl GPIO set value do not need gpio source
  ` [Intel-gfx] "
` [PATCH v3 06/15] drm/i915/dsi: Replace while(1) with one with clear exit condition
  ` [Intel-gfx] "
` [PATCH v3 07/15] drm/i915/dsi: Get rid of redundant 'else'
  ` [Intel-gfx] "
` [PATCH v3 08/15] drm/i915/dsi: Replace check with a (missing) MIPI sequence name
  ` [Intel-gfx] "
` [PATCH v3 09/15] drm/i915/dsi: Remove GPIO lookup table at the end of intel_dsi_vbt_gpio_init()
  ` [Intel-gfx] "
` [PATCH v3 10/15] drm/i915/dsi: Fix wrong initial value for GPIOs in bxt_exec_gpio()
  ` [Intel-gfx] "
` [PATCH v3 11/15] drm/i915/dsi: Extract common soc_gpio_set_value() helper
  ` [Intel-gfx] "
` [PATCH v3 12/15] drm/i915/dsi: Replace poking of VLV GPIOs behind the driver's back
  ` [Intel-gfx] "
` [PATCH v3 13/15] drm/i915/dsi: Prepare soc_gpio_set_value() to distinguish GPIO communities
  ` [Intel-gfx] "
` [PATCH v3 14/15] drm/i915/dsi: Replace poking of CHV GPIOs behind the driver's back
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH v3 15/15] drm/i915/iosf: Drop unused APIs
  `  "
` [rft, PATCH v3 00/15] drm/i915/dsi: 2nd attempt to get rid of IOSF GPIO

[PATCH 0/2] KVM: enable halt poll shrink parameter
 2023-11-02 15:46 UTC  (3+ messages)
` [PATCH 1/2] KVM: enable halt polling shrink parameter by default
` [PATCH 2/2] KVM: documentation update to halt polling

[PATCH 2/2] PCI: Ignore PCIe ports used for tunneling in pcie_bandwidth_available()
 2023-11-02 15:47 UTC  (6+ messages)

[PATCH v13 17/35] KVM: Add transparent hugepage support for dedicated guest memory
 2023-11-02 15:46 UTC  (20+ messages)

[PATCH 1/4] Remove redundant return value check
 2023-11-02 15:46 UTC  (4+ messages)
` [PATCH 2/4] "

lib/maple_tree.c:4327:20: warning: stack frame size (1112) exceeds limit (1024) in 'mas_wr_modify'
 2023-11-02 15:46 UTC 

[RFC PATCH 00/18] Map memory at destination .load_setup in vDPA-net migration
 2023-11-02 15:45 UTC  (7+ messages)
` [RFC PATCH 04/18] vdpa: move shadow_data to vhost_vdpa_shared
` [RFC PATCH 15/18] vdpa: add vhost_vdpa_load_setup

[Intel-gfx] [PATCH 1/2] drm/i915: use PIPE_CONF_CHECK_BOOL() for bool members
 2023-11-02 15:46 UTC  (2+ messages)
` [Intel-gfx] [PATCH 2/2] drm/i915: add bool type checks in PIPE_CONF_CHECK_*

[PATCH net-next v10 00/13] Add Realtek automotive PCIe driver
 2023-11-02 15:45 UTC  (14+ messages)
` [PATCH net-next v10 01/13] net:ethernet:realtek:rtase: Add pci table supported in this module
` [PATCH net-next v10 02/13] net:ethernet:realtek:rtase: Implement the .ndo_open function
` [PATCH net-next v10 03/13] net:ethernet:realtek:rtase: Implement the rtase_down function
` [PATCH net-next v10 04/13] net:ethernet:realtek:rtase: Implement the interrupt routine and rtase_poll
` [PATCH net-next v10 05/13] net:ethernet:realtek:rtase: Implement hardware configuration function
` [PATCH net-next v10 06/13] net:ethernet:realtek:rtase: Implement .ndo_start_xmit function
` [PATCH net-next v10 07/13] net:ethernet:realtek:rtase: Implement a function to receive packets
` [PATCH net-next v10 08/13] net:ethernet:realtek:rtase: Implement net_device_ops
` [PATCH net-next v10 09/13] net:ethernet:realtek:rtase: Implement pci_driver suspend and resume function
` [PATCH net-next v10 10/13] net:ethernet:realtek:rtase: Implement ethtool function
` [PATCH net-next v10 11/13] net:ethernet:realtek:rtase: Add a Makefile in the rtase folder
` [PATCH net-next v10 12/13] net:ethernet:realtek: Update the Makefile and Kconfig in the realtek folder
` [PATCH net-next v10 13/13] MAINTAINERS: Add the rtase ethernet driver entry

[PATCH v4 0/3] selinux: avtab arrays and refactors
 2023-11-02 15:45 UTC  (4+ messages)
` [PATCH v4 1/3] selinux: refactor avtab_node comparisons
` [PATCH v4 2/3] selinux: fix conditional avtab slot hint
` [PATCH v4 3/3] selinux: use arrays for avtab hashtable nodes

[PATCH v6] scripts/gdb: add lx_current support for riscv
 2023-11-02 15:45 UTC  (3+ messages)

[igt-dev] [RFC PATCH 0/7] IGT tests for the KMS Color Pipeline API
 2023-11-02 15:45 UTC  (4+ messages)
` [igt-dev] [RFC PATCH 2/7] lib/igt_kms: Introduce drm_colorop object

[PATCH v3 0/5] K3 R5F & DSP IPC-only mode support
 2023-11-02 15:43 UTC  (5+ messages)
` [PATCH v3 3/5] remoteproc: k3-r5: Add support for IPC-only mode for all R5Fs

[Intel-gfx] [PATCH 0/5] drm/i915/pmu: hide struct i915_pmu
 2023-11-02 15:42 UTC  (6+ messages)
` [Intel-gfx] [PATCH 1/5] drm/i915/pmu: report irqs to pmu code
` [Intel-gfx] [PATCH 2/5] drm/i915/pmu: convert one more container_of() to event_to_pmu()
` [Intel-gfx] [PATCH 3/5] drm/i915/pmu: change attr_group allocation and initialization
` [Intel-gfx] [PATCH 4/5] drm/i915/pmu: hide struct i915_pmu inside i915_pmu.c
` [Intel-gfx] [PATCH 5/5] drm/i915: add a number of explicit includes to avoid implicit ones

[PATCH v2] LoongArch: Mark __percpu functions as always inline
 2023-11-02 15:43 UTC 

[RFC PATCH v11 15/19] fsverity: consume builtin signature via LSM hook
 2023-11-02 15:42 UTC  (5+ messages)
` [PATCH RFC "

[PATCH] libselinux/utils: update getdefaultcon
 2023-11-02 15:42 UTC  (2+ messages)

[Bug 218092] Laptop hanging on black screen, when suspended and woke up!
 2023-11-02 15:42 UTC  (2+ messages)

[PATCH 0/4] Packet/beacon loss roaming improvements
 2023-11-02 15:41 UTC  (12+ messages)

[PATCH] drm/amdgpu: Fix the vram base start address
 2023-11-02 15:39 UTC  (4+ messages)

[PATCH v16 17/18] plugins: Allow to read registers
 2023-11-02 15:38 UTC  (2+ messages)

[yocto-autobuilder-helper][PATCH v3] AUH: Add Openembedded auto-update-helper with list of layer to test
 2023-11-02 15:38 UTC  (3+ messages)
` [yocto] "

[igt-dev] [PATCH i-g-t] tests/intel/xe_exec_store: Add cachelines and page-sized subtests
 2023-11-02 15:36 UTC  (2+ messages)

kernel/bpf/helpers.c:1905:19: warning: no previous declaration for 'bpf_percpu_obj_new_impl'
 2023-11-02 15:36 UTC  (3+ messages)

[PATCH bpf-next v3 1/2] bpf: add skcipher API support to TC/XDP programs
 2023-11-02 15:36 UTC  (6+ messages)

[PATCH 0/5] use abstracted bit count functions
 2023-11-02 15:36 UTC  (5+ messages)

[PATCH v2 1/1] KVM: s390: vsie: fix wrong VIR 37 when MSO is used
 2023-11-02 15:35 UTC 

[PATCH 0/3] ida: Allow allocations of contiguous IDs
 2023-11-02 15:34 UTC  (4+ messages)
` [PATCH 1/3] ida: Introduce ida_weight()
` [PATCH 2/3] ida: Introduce ida_alloc_group_range()
` [PATCH 3/3] ida: Add kunit based tests for new IDA functions

[PATCH 0/2] cleanup: Conditional locking support
 2023-11-02 15:34 UTC  (4+ messages)
` [PATCH 2/2] ptrace: Convert ptrace_attach() to use lock guards

[PATCH v1 0/3] arm64: qcom: sa8775p: add cache coherency support for SA8775P
 2023-11-02 15:34 UTC  (3+ messages)
` [PATCH v1 1/3] PCI: qcom: Enable cache coherency for SA8775P RC

[PATCH] drivers/regulator: Notify sysfs about status changes
 2023-11-02 15:33 UTC  (7+ messages)

[PATCH v1 0/3] gpio: mmio: Make driver agnostic
 2023-11-02 15:33 UTC  (5+ messages)
` [PATCH v1 1/3] device property: Implement device_is_big_endian()

[PATCH 00/13] wifi: ath12k: QCN9274 dualmac bring up
 2023-11-02 15:33 UTC  (4+ messages)
` [PATCH 06/13] wifi: ath12k: Add logic to write QRTR node id to scratch

[PATCH 00/13] perf: Employ SBRM to simplify error handling -- batch 1/3
 2023-11-02 15:09 UTC  (14+ messages)
` [PATCH 01/13] perf: Simplify perf_event_alloc() error path
` [PATCH 02/13] perf: Simplify perf_pmu_register() "
` [PATCH 03/13] perf: Simplify perf_fget_light()
` [PATCH 04/13] perf: Simplify event_function*()
` [PATCH 05/13] perf: Simplify perf_cgroup_connect()
` [PATCH 06/13] perf; Simplify event_sched_in()
` [PATCH 07/13] perf: Simplify: __perf_install_in_context()
` [PATCH 08/13] perf: Simplify: *perf_event_{dis,en}able*()
` [PATCH 09/13] perf: Simplify perf_event_modify_attr()
` [PATCH 10/13] perf: Simplify perf_event_context_sched_in()
` [PATCH 11/13] perf: Simplify perf_adjust_freq_unthr_context()
` [PATCH 12/13] perf: Simplify perf_event_*_on_exec()
` [PATCH 13/13] perf: Simplify *perf_event_read*()

[PATCH] tools/power turbostat: Fix Bzy_MHz calculation equation
 2023-11-02 15:31 UTC  (3+ messages)

❌ FAIL: Test report for master (6.6.0, mainline.kernel.org-clang, babe3939)
 2023-11-02 15:31 UTC 

[PATCH 00/14] Release notes changes
 2023-11-02 15:30 UTC  (4+ messages)
` [PATCH 09/14] sdpx is poky, not global default
  ` [docs] "

[nft PATCH] tests: shell: Fix sets/reset_command_0 for current kernels
 2023-11-02 15:29 UTC  (2+ messages)

[Bug 217572] New: Initial blocked tasks causing deterioration over hours until (nearly) complete system lockup and data loss with PostgreSQL 13
 2023-11-02 15:29 UTC  (4+ messages)
` [Bug 217572] "

[PATCH v7 06/10] ASoC: pxa: Suppress SSPA on ARM64
 2023-11-02 15:26 UTC  (7+ messages)
` [PATCH v7 07/10] dt-bindings: marvell: Document PXA1908 SoC
` [PATCH v7 08/10] arm64: Kconfig.platforms: Add config for Marvell PXA1908 platform
` [PATCH v7 09/10] arm64: dts: Add DTS for Marvell PXA1908 and samsung,coreprimevelte
` [PATCH v7 10/10] MAINTAINERS: add myself as Marvell PXA1908 maintainer

[PATCH 1/7] board: ti: Add dependency from TARGET selection to SOC
 2023-11-02 15:27 UTC  (4+ messages)
` [PATCH 5/7] arm: mach-k3: am62x: Move board selection to mach-k3

[LTP] [PATCH v9 0/4] Improve ioctl02.c
 2023-11-02 15:26 UTC  (4+ messages)
` [LTP] [PATCH v9 4/4] Extend ioctl02 to test termio and termios

[syzbot] [mm?] general protection fault in hugetlb_vma_lock_read
 2023-11-02 15:26 UTC 

[LTP] [PATCH v1] Extend ioctl02 to test termio and termios
 2023-11-02 15:24 UTC 

[RFC] MAINTAINERS: add status information
 2023-11-02 15:21 UTC  (5+ messages)
` [PATCH v6 0/3] net/tap: build and fix for BPF program
  ` [PATCH v6 3/3] net/tap; rebuild and update the BPF flow program

[yocto-autobuilder-helper][PATCH v4 0/2] Extend auto-upgrade helper to meta-openembedded
 2023-11-02 15:20 UTC  (3+ messages)
` [yocto-autobuilder-helper][PATCH v4 1/2] config.json: Move AUH from custom scripts to config.json
` [yocto-autobuilder-helper][PATCH v4 2/2] config.json: Extend AUH to meta-openembedded layers

[PATCH v6 bpf-next 00/17] BPF register bounds logic and testing improvements
 2023-11-02 15:19 UTC  (7+ messages)
` [PATCH v6 bpf-next 09/17] bpf: drop knowledge-losing __reg_combine_{32,64}_into_{64,32} logic
` [PATCH v6 bpf-next 11/17] bpf: rename is_branch_taken reg arguments to prepare for the second one
` [PATCH v6 bpf-next 12/17] bpf: generalize is_branch_taken() to work with two registers

[PATCH v7 00/10] Initial Marvell PXA1908 support
 2023-11-02 15:11 UTC  (5+ messages)
` [PATCH v7 01/10] clk: mmp: Switch to use struct u32_fract instead of custom one
` [PATCH v7 02/10] dt-bindings: pinctrl: pinctrl-single: add marvell,pxa1908-padconf compatible
` [PATCH v7 03/10] pinctrl: single: "
` [PATCH v7 04/10] dt-bindings: clock: Add Marvell PXA1908 clock bindings

[Intel-xe] [CI HAX v2] drm/xe: Disable panic_on_warn for testing purposes
 2023-11-02 15:19 UTC  (4+ messages)
` [Intel-xe] ✓ CI.Build: success for drm/xe: Disable panic_on_warn for testing purposes (rev2)
` [Intel-xe] ✓ CI.Hooks: "
` [Intel-xe] ✓ CI.checksparse: "

[REGRESSION] Backport? RIP: 0010:throtl_trim_slice+0xc6/0x320 caused kernel panic
 2023-11-02 15:18 UTC  (3+ messages)

[PATCH v1 0/2] fuse: Introduce sysfs APIs to flush or resend pending requests
 2023-11-02 15:17 UTC  (2+ messages)

[PATCH v2 1/2] libsepol: reject avtab entries with invalid specifier
 2023-11-02 15:17 UTC  (2+ messages)

[PATCH] ref-manual: document KERNEL_LOCALVERSION
 2023-11-02 15:17 UTC  (4+ messages)
` [docs] "

[tip:x86/percpu 11/22] lib/flex_proportions.c:73:9: sparse: sparse: too many errors
 2023-11-02 15:13 UTC 

[igt-dev] [PATCH i-g-t v1 0/4] drmtest changes for filtering GPUs on multi-gpu
 2023-11-02 15:14 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "


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.