All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-01-20 18:11:50 to 2023-01-20 19:03:00 UTC [more...]

[RFC PATCH v2 00/31] Upstream kvx Linux port
 2023-01-20 14:09 UTC  (5+ messages)
` [RFC PATCH v2 02/31] Documentation: Add binding for kalray,kv3-1-core-intc
` [RFC PATCH v2 04/31] Documentation: Add binding for kalray,kv3-1-apic-mailbox
` [RFC PATCH v2 11/31] kvx: Add atomic/locking headers
` [RFC PATCH v2 16/31] irqchip: Add irq-kvx-itgen driver

[PATCH 0/6] rtc: brcmstb-waketimer: add RTC alarm irq
 2023-01-20 19:01 UTC  (7+ messages)
` [PATCH 1/6] rtc: brcmstb-waketimer: introduce WKTMR_ALARM_EVENT flag
` [PATCH 2/6] rtc: brcmstb-waketimer: non-functional code changes
` [PATCH 3/6] rtc: brcmstb-waketimer: compensate for lack of wktmr disable
` [PATCH 4/6] rtc: brcmstb-waketimer: rename irq to wake_irq
` [PATCH 5/6] dt-bindings: rtc: brcm,brcmstb-waketimer: add alarm interrupt
` [PATCH 6/6] rtc: brcmstb-waketimer: allow use as non-wake alarm

[PATCH 5/8] mm/gup: add FOLL_UNLOCK
 2023-01-20 19:02 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2023-01-20 19:02 UTC 

[PATCH v10 00/18] drm: Add Samsung MIPI DSIM bridge
 2023-01-20 18:59 UTC  (13+ messages)

[virtio-comment] [PATCH v4] virtio-net: Avoid confusion between a card and a device
 2023-01-20 19:00 UTC  (5+ messages)
  ` [virtio-dev] "
    ` [virtio-dev] "

Internal vs. external barriers (was: Re: Interesting LKMM litmus test)
 2023-01-20 18:59 UTC  (12+ messages)

[PATCH v7 0/8] iov_iter: Improve page extraction (ref, pin or just list)
 2023-01-20 18:59 UTC  (3+ messages)
` [PATCH v7 8/8] mm: Renumber FOLL_GET and FOLL_PIN down

[PATCH v6 0/3] fanotify: Allow user space to pass back additional audit info
 2023-01-20 18:58 UTC  (7+ messages)
` [PATCH v6 3/3] fanotify, audit: Allow audit to use the full permission event response
    ` [PATCH v6 3/3] fanotify,audit: "

[igt-dev] [PATCH i-g-t 0/5] tests/i915/kms_dsc: Reorg + Fix
 2023-01-20 18:58 UTC  (4+ messages)
` [igt-dev] [PATCH i-g-t 5/5] lib/igt_fb: add missing include in header
` [igt-dev] ✓ Fi.CI.BAT: success for tests/i915/kms_dsc: Reorg + Fix

[PATCH] ARM: dts: qcom: apq8060-dragonboard: align MPP pin node names with DT schema
 2023-01-20 18:58 UTC  (2+ messages)

[PATCH v2] perf buildid: Avoid copy of uninitialized memory
 2023-01-20 18:58 UTC 

Pull request for efi-2023-04-rc1-2
 2023-01-20 18:57 UTC 

[PATCH] usb: typec: altmodes/displayport: Update active state
 2023-01-20 18:57 UTC  (9+ messages)

[PATCH v3 00/14] rtc: pcf2127: add PCF2131 driver
 2023-01-20 18:57 UTC  (5+ messages)
` [PATCH v3 02/14] rtc: pcf2127: adapt for time/date registers at any offset
` [PATCH v3 07/14] rtc: pcf2127: add support for PCF2131 RTC

[PATCH v11 0/3] drm: exynos: dsi: Restore the bridge chain
 2023-01-20 18:56 UTC  (4+ messages)
` [PATCH v11 3/3] drm: exynos: dsi: Restore proper bridge chain order

[PATCH v6 00/17] Qcom: LLCC/EDAC: Fix base address used for LLCC banks
 2023-01-20 18:56 UTC  (3+ messages)
` [PATCH v6 03/17] EDAC/qcom: Do not pass llcc_driv_data as edac_device_ctl_info's pvt_info

[PATCH v6 0/3] cachestat: a new syscall for page cache state of files
 2023-01-20 18:56 UTC  (10+ messages)
` [PATCH v6 1/3] workingset: refactor LRU refault to expose refault recency check
` [PATCH v6 2/3] cachestat: implement cachestat syscall

question about copy_file_range() between btrfs filesystem
 2023-01-20 18:49 UTC  (2+ messages)

[PATCH v2 0/8] KVM: arm64: PMU: Allow userspace to limit the number of PMCs on vCPU
 2023-01-20 18:53 UTC  (7+ messages)
` [PATCH v2 3/8] KVM: arm64: PMU: Preserve vCPU's PMCR_EL0.N value on vCPU reset

[PATCH v4 00/49] VMA tree type safety and remove __vma_adjust()
 2023-01-20 16:26 UTC  (9+ messages)
` [PATCH v4 20/49] mempolicy: Convert to vma iterator
` [PATCH v4 21/49] task_mmu: "
` [PATCH v4 22/49] sched: "
` [PATCH v4 28/49] nommu: Pass through vma iterator to shrink_vma()
` [PATCH v4 36/49] mm: Add vma iterator to vma_adjust() arguments
` [PATCH v4 41/49] mm/mmap: Use vma_prepare() and vma_complete() in vma_expand()
` [PATCH v4 45/49] mm/mmap: Don't use __vma_adjust() in shift_arg_pages()
` [PATCH v4 46/49] mm/mmap: Introduce dup_vma_anon() helper

[RFC PATCH v5 0/9] target/arm: Allow CONFIG_TCG=n builds
 2023-01-20 18:48 UTC  (10+ messages)
` [RFC PATCH v5 1/9] target/arm: Move 64-bit TCG CPUs into tcg/
` [RFC PATCH v5 2/9] target/arm: move cpu_tcg to tcg/cpu32.c
` [RFC PATCH v5 3/9] target/arm: Use "max" as default cpu for the virt machine with KVM
` [RFC PATCH v5 4/9] tests/qtest: arm-cpu-features: Match tests to required accelerators
` [RFC PATCH v5 5/9] tests/qtest: Restrict tpm-tis-devices-{swtpm}-test to CONFIG_TCG
` [RFC PATCH v5 6/9] tests/tcg: Do not build/run TCG tests if TCG is disabled
` [RFC PATCH v5 7/9] target/avocado: Pass parameters to migration test on aarch64
` [RFC PATCH v5 8/9] arm/Kconfig: Always select SEMIHOSTING when TCG is present
` [RFC PATCH v5 9/9] arm/Kconfig: Do not build TCG-only boards on a KVM-only build

[PATCH v3] sched/fair: unlink misfit task from cpu overutilized
 2023-01-20 18:53 UTC  (8+ messages)

RTT-PROBE: lore-subspace-rtt
 2023-01-20 18:52 UTC 

[PATCH v8 0/3] regulator: Add X-Powers AXP313a PMIC support*
 2023-01-20 18:51 UTC  (5+ messages)
` [PATCH v8 1/3] dt-bindings: mfd: x-powers,axp152: Document the AXP313a variant
` [PATCH v8 2/3] mfd: axp20x: Add support for AXP313a PMIC
` [PATCH v8 3/3] regulator: axp20x: Add support for AXP313a variant

[PATCH 00/19] btrfs: some optimizations for send
 2023-01-20 18:45 UTC  (3+ messages)
` [PATCH v2 00/18] "

[PATCH] platform/chrome: cros_typec_vdm: Fix VDO copy
 2023-01-20 18:50 UTC  (2+ messages)

[PATCH V4 1/4] dt-bindings: arm: fsl: Add PDK2, PicoITX and DRC02 boards for the DHCOM i.MX6ULL SoM
 2023-01-20 18:47 UTC 

[master/kirkstone][PATCH] all: Graphics recipe overhaul
 2023-01-20 18:50 UTC  (3+ messages)
` [meta-ti] "
  ` [EXTERNAL] "

[PATCH v11 0/7] Add throttling detection to sev-guest
 2023-01-20 18:50 UTC  (5+ messages)
` [PATCH v11 2/7] x86/sev: Change snp_guest_issue_request's fw_err

[PATCH v8 0/8] drm/edid: info & modes parsing and drm_edid refactors
 2023-01-20 18:49 UTC  (13+ messages)
` [PATCH v8 5/8] drm/i915/edid: convert DP, HDMI and LVDS to drm_edid
    ` [Intel-gfx] "
` [PATCH v8 6/8] drm/i915/bios: convert intel_bios_init_panel() "
  ` [Intel-gfx] "
` [PATCH v8 7/8] drm/i915/opregion: convert intel_opregion_get_edid() to struct drm_edid
    ` [Intel-gfx] "
` [PATCH v8 8/8] drm/i915/panel: move panel fixed EDID to struct intel_panel
  ` [Intel-gfx] "

[peterz-queue:x86/core 2/3] arch/x86/kernel/alternative.c:2083:13: error: implicit declaration of function 'is_jcc32'
 2023-01-20 18:47 UTC 

[PATCH v5 0/3] Thermal ACPI APIs for generic trip points
 2023-01-20 18:47 UTC  (7+ messages)
` [PATCH v5 1/3] thermal/acpi: Add ACPI trip point routines

[PULL v2] Networking for v6.2-rc5
 2023-01-20 18:46 UTC  (2+ messages)

[GIT PULL]: Generic Phy fixes for v6.2
 2023-01-20 18:46 UTC  (3+ messages)

[git pull] drm fixes for 6.2-rc5
 2023-01-20 18:46 UTC  (3+ messages)

[PULL] Networking for v6.2-rc5
 2023-01-20 18:46 UTC  (2+ messages)

[GIT PULL] perf tools fixes for v6.2: 3rd batch
 2023-01-20 18:46 UTC  (2+ messages)

[GIT PULL]: dmaengine fixes for v6.2
 2023-01-20 18:46 UTC  (2+ messages)

[PATCH] Makefile: suppress annotated leaks with certain ASan options
 2023-01-20 18:46 UTC 

[PATCH 3/8] mm/gup: simplify the external interface functions and consolidate invariants
 2023-01-20 18:45 UTC  (4+ messages)

[PATCH 00/41] Per-VMA locks
 2023-01-20 18:42 UTC  (12+ messages)
` [PATCH 39/41] kernel/fork: throttle call_rcu() calls in vm_area_free

[PATCH v1 00/12] add FPGA hotplug manager driver
 2023-01-20 18:42 UTC  (4+ messages)

[PATCH v2] usb: gadget: ether: split start/stop from init/halt
 2023-01-20 18:42 UTC  (2+ messages)

[PATCH v2] net: eth-uclass: revalidate priv after stop() in eth_halt()
 2023-01-20 18:42 UTC  (9+ messages)
` [PATCH] usb: gadget: ether: split start/stop from init/halt

RTT-PROBE: lore-subspace-rtt
 2023-01-20 18:42 UTC 

[PATCH V1] PCI/ASPM: Skip L1SS save/restore if not already enabled
 2023-01-20 18:41 UTC  (3+ messages)
` [PATCH V2] "

[PATCH 1/1] pNFS/filelayout: treat GETDEVICEINFO errors as layout failure
 2023-01-20 18:40 UTC 

[PATCH bpf-next 0/4] Reduce overhead of LSMs with static calls
 2023-01-20 18:40 UTC  (8+ messages)
` [PATCH bpf-next 2/4] security: Generate a header with the count of enabled LSMs

[PATCH] Revert "drm/display/dp_mst: Move all payload info into the atomic state"
 2023-01-20 18:39 UTC  (7+ messages)

[ANNOUNCE] 5.10.162-rt78
 2023-01-20 18:38 UTC  (12+ messages)

Internal vs. external barriers (was: Re: Interesting LKMM litmus test)
 2023-01-20 18:37 UTC  (11+ messages)

[igt-dev] [PATCH i-g-t] lib/igt_fb: add missing include in header
 2023-01-20 18:36 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.BAT: failure for "

[PATCH net-next 0/7] sfc: devlink support for ef100
 2023-01-20 18:36 UTC  (5+ messages)
` [PATCH net-next 3/7] sfc: add mport lookup based on driver's mport data

[PATCH] nfsd: don't free files unconditionally in __nfsd_file_cache_purge
 2023-01-20 18:36 UTC  (2+ messages)

[PATCH v2] x86/hotplug: Do not put offline vCPUs in mwait idle state
 2023-01-20 18:35 UTC  (6+ messages)

[PATCH net-next v3 0/8] Netlink protocol specs
 2023-01-20 18:35 UTC  (6+ messages)
` [PATCH net-next v3 1/8] docs: add more netlink docs (incl. spec docs)

[PATCH v4 00/13] riscv: improve boot time isa extensions handling
 2023-01-20 18:34 UTC  (4+ messages)
` [PATCH v4 09/13] riscv: switch to relative alternative entries

[PATCH v2] locking/rwbase: Prevent indefinite writer starvation
 2023-01-20 18:34 UTC  (8+ messages)

Retiring the GitHub mirrors
 2023-01-20 18:33 UTC 

[Nouveau] [PATCH drm-next 00/14] [RFC] DRM GPUVA Manager & Nouveau VM_BIND UAPI
 2023-01-20 18:32 UTC  (4+ messages)
` [Nouveau] [PATCH drm-next 03/14] drm: manager to keep track of GPUs VA mappings
  `  "

RTT-PROBE: lore-subspace-rtt
 2023-01-20 18:32 UTC 

Build regressions/improvements in v6.2-rc1
 2023-01-20 18:29 UTC  (15+ messages)
    ` Calculating array sizes in C - was: "
          ` [f2fs-dev] "

[PATCH v5 0/4] add support for self monitoring
 2023-01-20 18:29 UTC  (4+ messages)
` [PATCH v6 "
  ` [PATCH v6 1/4] lib: add generic support for reading PMU events

[PATCH v1 1/1] usb: gadget: Move kstrtox() out of lock
 2023-01-20 18:24 UTC 

[PATCH 1/1] hwmon: powr1220: remove unnecessary (void*) conversions
 2023-01-20 18:26 UTC  (2+ messages)

[XEN PATCH v4 0/3] xen: rework compat headers generation
 2023-01-20 18:26 UTC  (7+ messages)
` [XEN PATCH v4 1/3] build: include/compat, remove typedefs handling
` [XEN PATCH v4 2/3] build: replace get-fields.sh by a python script
` [XEN PATCH v4 3/3] build: compat-xlat-header.py: optimisation to search for just '{' instead of [{}]

[PATCH] media: atomisp: pci: hive_isp_css_common: host: vmem: Replace SUBWORD macros with functions
 2023-01-20 18:26 UTC 

[PATCH RESEND bpf-next 0/4] Reduce overhead of LSMs with static calls
 2023-01-20 18:26 UTC  (4+ messages)
` [PATCH RESEND bpf-next 3/4] security: Replace indirect LSM hook calls "

[PATCH v3 0/2] various aarch64 fixes for running Hyper-V on TCG
 2023-01-20 18:25 UTC  (2+ messages)

[PATCH v3 0/5] Series of fixes for PL011 char device
 2023-01-20 18:23 UTC  (9+ messages)
` [PATCH v3 1/5] hw/char/pl011: refactor FIFO depth handling code
` [PATCH v3 2/5] hw/char/pl011: add post_load hook for backwards-compatibility
` [PATCH v3 3/5] hw/char/pl011: implement a reset method
` [PATCH v3 4/5] hw/char/pl011: better handling of FIFO flags on LCR reset

[RFC PATCH 0/3] Split logging out of EAL
 2023-01-20 18:21 UTC  (5+ messages)
` [PATCH v4 0/3] Split logging functionality "
  ` [PATCH v4 1/3] eal/windows: move fnmatch function to header file
  ` [PATCH v4 2/3] log: separate logging functions out of EAL
  ` [PATCH v4 3/3] telemetry: use standard logging

RTT-PROBE: lore-subspace-rtt
 2023-01-20 18:22 UTC 

[PATCH v8 1/2] dt-bindings: leds: backlight: Add Kinetic KTZ8866 backlight
 2023-01-20 12:38 UTC  (2+ messages)
` [PATCH v8 2/2] backlight: ktz8866: Add support for "

[PATCH v7 1/2] dt-bindings: leds: backlight: Add Kinetic KTZ8866 backlight
 2023-01-20 15:36 UTC  (7+ messages)
` [PATCH v7 2/2] backlight: ktz8866: Add support for "

[PATCH 0/3] drm/rockchip: lvds: add support for rk356x
 2023-01-20  9:31 UTC  (4+ messages)
` [PATCH 1/3] drm/rockchip: lvds: add rk3568 support

[PATCH v2 0/7] drm: rcar-du: Misc patches
 2023-01-20 16:28 UTC  (7+ messages)
` [PATCH v2 1/7] drm: rcar-du: dsi: add 'select RESET_CONTROLLER'
` [PATCH v2 4/7] drm: rcar-du: lvds: Fix stop sequence
` [PATCH v2 5/7] drm: rcar-du: Add quirk for H3 ES1.x pclk workaround
` [PATCH v2 7/7] drm: rcar-du: Stop accessing non-existant registers on gen4

[PATCH v9 1/2] dt-bindings: leds: backlight: Add Kinetic KTZ8866 backlight
 2023-01-20 15:50 UTC  (2+ messages)
` [PATCH v9 2/2] backlight: ktz8866: Add support for "

[PATCH 1/2] kselftest/arm64: Remove the local NUM_VL definition
 2023-01-20 18:17 UTC  (3+ messages)

[PATCH 00/30] Remove strtobool()
 2023-01-20 18:18 UTC  (2+ messages)
` (subset) "

[Intel-gfx] [PATCH] drm/i915/gt: Convert PSS_MODE2 to multicast register
 2023-01-20 18:17 UTC  (3+ messages)

[PATCH v3 net-next 12/14] dt-bindings: net: dsa: ocelot: add ocelot-ext documentation
 2023-01-20 18:16 UTC  (10+ messages)

[linux-next:master 4530/6912] drivers/gpu/drm/msm/msm_drv.h:238:45: error: field 'gpu_devfreq_config' has incomplete type
 2023-01-20 18:16 UTC 

[PATCH RFC 00/10] runstate/time area registration by (guest) physical address
 2023-01-20 18:15 UTC  (5+ messages)
` [PATCH RFC 07/10] domain: map/unmap GADDR based shared guest areas

[PATCH V3 1/4] dt-bindings: arm: fsl: Add PDK2, PicoITX and DRC02 boards for the DHCOM i.MX6ULL SoM
 2023-01-20 18:14 UTC  (7+ messages)
` [PATCH V3 2/4] ARM: dts: imx6ull-dhcom: Add DH electronics DHCOM i.MX6ULL SoM and PDK2 board
` [PATCH V3 3/4] ARM: dts: imx6ull-dhcom: Add DHCOM based PicoITX board
` [PATCH V3 4/4] ARM: dts: imx6ull-dhcom: Add DHSOM based DRC02 board

[Intel-gfx] [PATCH v2] drm/i915/gt: Convert PSS_MODE2 to multicast register
 2023-01-20 18:14 UTC 

[OE-core][langdale 00/41] Patch review
 2023-01-20 18:10 UTC  (22+ messages)
` [OE-core][langdale 20/41] uninative: Upgrade to 3.8.1 to include libgcc
` [OE-core][langdale 22/41] bitbake-layers: fix a typo
` [OE-core][langdale 23/41] classes: image: Set empty weak default IMAGE_LINGUAS
` [OE-core][langdale 24/41] busybox: always start do_compile with orig config files
` [OE-core][langdale 25/41] busybox: rm temporary files if do_compile was interrupted
` [OE-core][langdale 26/41] kernel-fitimage: Adjust order of dtb/dtbo files
` [OE-core][langdale 27/41] kernel-fitimage: Allow user to select dtb when multiple dtb exists
` [OE-core][langdale 28/41] tiff: Add packageconfig knob for webp
` [OE-core][langdale 29/41] oeqa/selftest/debuginfod: improve testcase
` [OE-core][langdale 30/41] harfbuzz: remove bindir only if it exists
` [OE-core][langdale 31/41] rust: Do not use default compiler flags defined in CC crate
` [OE-core][langdale 32/41] librsvg: enable vapi build
` [OE-core][langdale 33/41] opkg: ensure opkg uses private gpg.conf when applying keys
` [OE-core][langdale 34/41] libpng: Enable NEON for aarch64 to enensure consistency with arm32
` [OE-core][langdale 35/41] dhcpcd: backport two patches to fix runtime error
` [OE-core][langdale 36/41] libseccomp: fix typo in DESCRIPTION
` [OE-core][langdale 37/41] toolchain-scripts: compatibility with unbound variable protection
` [OE-core][langdale 38/41] curl: don't enable debug builds
` [OE-core][langdale 39/41] at: Change when files are copied
` [OE-core][langdale 40/41] lib/oe/reproducible: Use git log without gpg signature
` [OE-core][langdale 41/41] selftest/virgl: use pkg-config from the host

[PATCH v8 0/7] Introduce and test masked events
 2023-01-20 18:11 UTC  (3+ messages)

[PATCH net v2] net: dsa: microchip: fix probe of I2C-connected KSZ8563
 2023-01-20 18:12 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2023-01-20 18:12 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.