All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-01-20 14:19:19 to 2023-01-20 14:54:06 UTC [more...]

[PATCH v7 0/4] Implement IOCTL to get and/or the clear info about PTEs
 2023-01-20 14:53 UTC  (6+ messages)
` [PATCH v7 1/4] userfaultfd: Add UFFD WP Async support

[RFC PATCH v2 00/31] Upstream kvx Linux port
 2023-01-20 14:53 UTC  (34+ messages)
` [RFC PATCH v2 09/31] kvx: Add build infrastructure
` [RFC PATCH v2 12/31] kvx: Add other common headers
` [RFC PATCH v2 17/31] irqchip: Add irq-kvx-apic-mailbox driver
` [RFC PATCH v2 18/31] irqchip: Add kvx-core-intc core interupt controller driver
` [RFC PATCH v2 19/31] kvx: Add process management
` [RFC PATCH v2 20/31] kvx: Add memory management
` [RFC PATCH v2 21/31] kvx: Add system call support
` [RFC PATCH v2 22/31] kvx: Add signal handling support
` [RFC PATCH v2 23/31] kvx: Add ELF relocations and module support
` [RFC PATCH v2 24/31] kvx: Add misc common routines
` [RFC PATCH v2 25/31] kvx: Add some library functions
` [RFC PATCH v2 26/31] kvx: Add multi-processor (SMP) support
` [RFC PATCH v2 27/31] kvx: Add kvx default config file
` [RFC PATCH v2 28/31] kvx: Add debugging related support
` [RFC PATCH v2 29/31] kvx: Add support for cpuinfo
` [RFC PATCH v2 30/31] kvx: Add power controller driver
` [RFC PATCH v2 31/31] kvx: Add IPI driver

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

[igt-dev] [PATCH i-g-t] Revert VDSC lib changes
 2023-01-20 14:47 UTC  (2+ messages)

[PATCH v5 0/8] perf cs_etm: Basic support for virtual/kernel timestamps
 2023-01-20 14:42 UTC  (20+ messages)
` [PATCH v5 1/8] perf: Remove duplication around EVENT_SOURCE_DEVICE_PATH
` [PATCH v5 2/8] perf: Use perf_pmu__open_file() and perf_pmu__scan_file()
` [PATCH v5 3/8] perf: Remove remaining duplication of bus/event_source/devices/
` [PATCH v5 4/8] perf pmu: Add function to check if a pmu file exists
` [PATCH v5 5/8] perf cs_etm: Keep separate symbols for ETMv4 and ETE parameters
` [PATCH v5 6/8] perf cs_etm: Record ts_source in AUXTRACE_INFO for ETMv4 and ETE
` [PATCH v5 7/8] perf cs_etm: Set the time field in the synthetic samples
` [PATCH v5 8/8] perf: cs-etm: Ensure that Coresight timestamps don't go backwards

[PATCH v4 0/7] Add SC7280 audioreach device tree nodes
 2023-01-20 14:16 UTC  (6+ messages)
` [PATCH v4 2/7] arm64: dts: qcom: sc7280: Add sound node for crd-rev3 board
` [PATCH v4 4/7] arm64: dts: qcom: sc7280: Update VA/RX/TX macro clock nodes
` [PATCH v4 6/7] arm64: dts: qcom: sc7280: Update qcom,adsp-pil-mode property
  ` [PATCH v4 6/7] arm64: dts: qcom: sc7280: Update qcom, adsp-pil-mode property
` [PATCH v4 7/7] dt-bindings: remoteproc: qcom: sc7280-adsp-pil: Add missing properties

[PATCH v4 0/3] memory: prevent dma-reentracy issues
 2023-01-20 14:47 UTC  (4+ messages)
` [PATCH v4 1/3] "

[ANNOUNCE] 5.10.162-rt78
 2023-01-20 14:48 UTC  (10+ messages)

[PATCH v2 0/7] hw/cxl: RAS error emulation and injection
 2023-01-20 14:24 UTC  (15+ messages)
` [PATCH v2 1/7] hw/pci/aer: Implement PCI_ERR_UNCOR_MASK register
` [PATCH v2 2/7] hw/pci/aer: Add missing routing for AER errors
` [PATCH v2 3/7] hw/pci-bridge/cxl_root_port: Wire up AER
` [PATCH v2 4/7] hw/pci-bridge/cxl_root_port: Wire up MSI
` [PATCH v2 5/7] hw/mem/cxl-type3: Add AER extended capability
` [PATCH v2 6/7] hw/pci/aer: Make PCIE AER error injection facility available for other emulation to use
` [PATCH v2 7/7] hw/mem/cxl_type3: Add CXL RAS Error Injection Support

[PATCH 1/8] mm/gup: have internal functions get the mmap_read_lock()
 2023-01-20 14:47 UTC  (3+ messages)

[PATCH] net/i40e: rework maximum frame size configuration
 2023-01-20 14:46 UTC  (6+ messages)

[PATCH v3 00/14] rtc: pcf2127: add PCF2131 driver
 2023-01-20 14:44 UTC  (6+ messages)
` [PATCH v3 12/14] rtc: pcf2127: support generic watchdog timing configuration

[PATCH v3 0/3] Checkpoint Support for Syscall User Dispatch
 2023-01-20 14:43 UTC  (4+ messages)
` [PATCH v3 1/3] ptrace,syscall_user_dispatch: Implement Syscall User Dispatch Suspension
` [PATCH v3 2/3] fs/proc/array: Add Syscall User Dispatch to proc status
` [PATCH v3 3/3] ptrace,syscall_user_dispatch: add a getter/setter for sud configuration

[PATCH 00/14] oeqa runtime tests when qemu hangs
 2023-01-20 14:44 UTC  (15+ messages)
` [PATCH 01/14] oeqa ssh.py: move output prints to new line
` [PATCH 02/14] oeqa ssh.py: fix hangs in run() and add debug prints
` [PATCH 03/14] oeqa ssh.py: clarify timeout API and add more debug prints to run()
` [PATCH 04/14] oeqa ssh.py: add connection keep alive options to ssh client
` [PATCH 05/14] testimage.bbclass: add debug prints for major state changes
` [PATCH 06/14] oeqa dump.py: add error counter and stop after 5 failures
` [PATCH 07/14] oeqa qemurunner.py: use os.set_blocking() instead of fcntl()
` [PATCH 08/14] oeqa qemurunner: read more data at a time from serial and log all of it
` [PATCH 09/14] oeqa qemurunner.py: increase boot failure warning log from 25 to 100 lines
` [PATCH 10/14] oeqa qemurunner.py: add debug prints to stop()
` [PATCH 11/14] oeqa qemurunner.py: add timeout to QMP calls
` [PATCH 12/14] oeqa qemurunner.py: kill qemu if it hangs
` [PATCH 13/14] oeqa qemurunner.py: add debug output to run_serial()
` [PATCH 14/14] oeqa qemurunner.py: improve logging in run_serial()

[igt-dev] [v3 0/4] tests/i915/kms_dsc: Reorg
 2023-01-20 14:44 UTC  (4+ messages)
` [igt-dev] ✗ GitLab.Pipeline: warning for tests/i915/kms_dsc: Reorg (rev2)

[PATCH net-next v3 0/8] Netlink protocol specs
 2023-01-20 14:43 UTC  (5+ messages)
` [PATCH net-next v3 2/8] netlink: add schemas for YAML specs

[PATCH] dt-bindings: net: asix,ax88796c: allow SPI peripheral properties
 2023-01-20 14:43 UTC 

[PATCH 0/2] fstests: Fix checking of UDF filesystems
 2023-01-20 14:42 UTC  (5+ messages)
` [PATCH 1/2] common: Provide blocksize and ecclength to udf fsck
` [PATCH 2/2] common: Unmount udf filesystem prior checking

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

[PATCH v4 0/8] perf cs_etm: Basic support for virtual/kernel timestamps
 2023-01-20 14:39 UTC  (4+ messages)

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

[PATCH] x86/shadow: Drop dubious lastpage diagnostic
 2023-01-20 14:41 UTC  (6+ messages)

[PATCH] perf/x86: KVM: Disable vPMU support on hybrid CPUs (host PMUs)
 2023-01-20 14:39 UTC  (2+ messages)

[PATCH v2 0/7] MPFS system controller/mailbox fixes
 2023-01-20 14:37 UTC  (16+ messages)
` [PATCH v2 1/7] mailbox: mpfs: fix an incorrect mask width
` [PATCH v2 2/7] mailbox: mpfs: switch to txdone_poll
` [PATCH v2 3/7] mailbox: mpfs: ditch a useless busy check
` [PATCH v2 4/7] soc: microchip: mpfs: fix some horrible alignment
` [PATCH v2 5/7] soc: microchip: mpfs: use a consistent completion timeout
` [PATCH v2 6/7] soc: microchip: mpfs: simplify error handling in mpfs_blocking_transaction()
` [PATCH v2 7/7] soc: microchip: mpfs: handle timeouts and failed services differently

[intel-lts:5.10/dovetail-xenomai 20/207] drivers/clocksource/bcm2835_timer.c:103:25: sparse: sparse: Using plain integer as NULL pointer
 2023-01-20 14:40 UTC 

[XEN v2 00/11] Add support for 32 bit physical address
 2023-01-20 14:40 UTC  (5+ messages)
` [XEN v2 02/11] xen/arm: Use the correct format specifier

[RFC v4 0/5] Add multiport support for DWC3 controllers
 2023-01-20 14:37 UTC  (5+ messages)
` [RFC v4 2/5] usb: dwc3: core: Refactor PHY logic to support Multiport Controller

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

[PATCH] firmware: arm_scmi: Clarify Raw per-channel ABI documentation
 2023-01-20 14:34 UTC  (4+ messages)

[PATCH] platform/x86: asus-wmi: Fix kbd_dock_devid tablet-switch reporting
 2023-01-20 14:34 UTC 

[PATCH 0/2] selftests: KVM: Add a test for eager page splitting
 2023-01-20 14:33 UTC  (6+ messages)
` [PATCH 2/2] selftests: KVM: Add page splitting test

[PATCH v6 1/2] Correct typo in dt-doc-validate command
 2023-01-20 14:33 UTC  (11+ messages)
` [PATCH v6 2/2] schemas: Add schema for U-Boot driver model 'phase tags'

[PATCH 00/13] Add vfio_device cdev for iommufd support
 2023-01-20 14:33 UTC  (5+ messages)
` [PATCH 05/13] kvm/vfio: Provide struct kvm_device_ops::release() insted of ::destroy()

[PATCH v14 00/11] s390x: CPU Topology
 2023-01-20 14:32 UTC  (9+ messages)
` [PATCH v14 06/11] s390x/cpu topology: interception of PTF instruction
` [PATCH v14 10/11] qapi/s390/cpu topology: POLARITY_CHANGE qapi event

[PATCH] Fix data race in mark_rt_mutex_waiters
 2023-01-20 13:55 UTC 

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

[PATCH v3 1/3] dt-bindings: phy: qcom,qmp-usb3-dp: Add sm6350 compatible
 2023-01-20 14:13 UTC  (8+ messages)
` [PATCH v3 2/3] phy: qcom-qmp-combo: Add config for SM6350

[XEN PATCH] build: fix building flask headers before descending in flask/ss/
 2023-01-20 14:30 UTC  (3+ messages)

[igt-dev] [PATCH i-g-t v2] lib/igt_kms: Fixed the usage of Dereferencing of null pointer
 2023-01-20 14:30 UTC  (3+ messages)
` [igt-dev] ✗ GitLab.Pipeline: warning for lib/igt_kms: Fixed the usage of Dereferencing of null pointer (rev4)
` [igt-dev] ✓ Fi.CI.BAT: success "

[PATCH net-next v2 0/4] net: add EEE support for KSZ9477 switch series
 2023-01-20 14:30 UTC  (5+ messages)
` [PATCH net-next v2 2/4] net: phy: micrel: add EEE configuration support for KSZ9477 variants of PHYs
` [PATCH net-next v2 4/4] net: dsa: microchip: enable EEE support

[PATCH V3] tools/perf/tests: Fix string substitutions in build id test
 2023-01-20 14:29 UTC  (6+ messages)

[PATCH] tools/perf: Disable perf probe when libtraceevent is missing
 2023-01-20 14:28 UTC  (3+ messages)

[Intel-gfx] [PATCH i-g-t] intel_gpu_top: Fix cleanup on old kernels / unsupported GPU
 2023-01-20 14:29 UTC  (3+ messages)
  ` [igt-dev] "

[PATCH v2 00/27] ARM: pxa: remove all unused boards&drivers
 2023-01-20 14:27 UTC  (8+ messages)
` [PATCH 19/27] mfd: remove ucb1400 support

[PATCH v1 1/1] cifs: Get rid of unneeded conditional in the smb2_get_aead_req()
 2023-01-20 14:21 UTC  (2+ messages)

[PATCH 0/2] [RFC] virtio-rng entropy leak reporting feature
 2023-01-20 14:27 UTC  (3+ messages)

[RFC PATCH 0/4] rasdaemon: Add support for the CXL error events
 2023-01-20 14:28 UTC  (3+ messages)
` [RFC PATCH 1/4] rasdaemon: Move definition for BIT and BIT_ULL to a common file

[PATCH v9 0/2] send-email: expose header information to git-send-email's sendemail-validate hook
 2023-01-20 14:25 UTC  (4+ messages)
` [PATCH v9 2/2] "

[PATCH 1/3] insane: Improve patch warning/error handling
 2023-01-20 14:26 UTC  (6+ messages)
` [OE-core] "

[PATCH net-next] net: microchip: sparx5: Fix uninitialized variable in vcap_path_exist()
 2023-01-20 14:25 UTC  (2+ messages)

[PATCH v2 0/2] tests/avocado: Truncate M2S-FG484 SOM SPI flash to 16MiB
 2023-01-20 14:25 UTC  (3+ messages)
` [PATCH v2 1/2] tests/avocado: Factor file_truncate() helper out

[PATCH] Revert "gfs2: stop using generic_writepages in gfs2_ail1_start_one"
 2023-01-20 14:11 UTC 

[PATCH 1/5] thermal/core: Fix unregistering netlink at thermal init time
 2023-01-20 14:13 UTC  (6+ messages)
` [PATCH 3/5] thermal/core: Remove unneeded mutex_destroy()

[paulmck-rcu:glacialnmi.2023.01.19a] BUILD SUCCESS 1fe673c8244052670796657542a8622313b88574
 2023-01-20 14:20 UTC 

[meta-arago][dunfell][PATCH] arago-prefs: Use mesa for am62axx
 2023-01-20 14:23 UTC 

[PATCH] ASoC: hdmi-codec: zero clear HDMI pdata
 2023-01-20 14:21 UTC  (2+ messages)

[PATCH] ASoC: SOF: ipc4-mtrace: prevent underflow in sof_ipc4_priority_mask_dfs_write()
 2023-01-20 14:21 UTC  (3+ messages)

[paulmck-rcu:slownmi.2023.01.19a] BUILD REGRESSION 06901681acde9854a9a9a337cebbf3ab537f4543
 2023-01-20 14:20 UTC 

[igt-dev] [PATCH i-g-t] i915/gem_(linear, tiled)_blits: Randomise buffer contents
 2023-01-20 14:22 UTC  (2+ messages)

[PATCH 0/4] ASoC: Intel: set dpcm_capture for amps
 2023-01-20 14:21 UTC  (2+ messages)

[paulmck-rcu:haltnmi2.2023.01.19a] BUILD SUCCESS 0c20db06cbde4a1a9faa9738b22e477736b64489
 2023-01-20 14:20 UTC 

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

[paulmck-rcu:haltnmi3.2023.01.19a] BUILD SUCCESS 437a60eca96fc6698b969f21bea74116a0225220
 2023-01-20 14:20 UTC 

[paulmck-rcu:haltnmi3glacial.2023.01.19a] BUILD SUCCESS 5d4159ff8295addf11917c989a18dfdce1c77686
 2023-01-20 14:20 UTC 

[linux-next:master 6810/6912] mm/hugetlb.c:3101 alloc_hugetlb_folio() error: uninitialized symbol 'h_cg'
 2023-01-20 14:20 UTC 

[PATCH] shmem: support idmapped mounts for tmpfs
 2023-01-20 14:17 UTC  (2+ messages)

LLVM buildbot for m68k backend has been moved to production
 2023-01-20 14:17 UTC  (2+ messages)

[Intel-wired-lan] [PATCH net] iavf: Move netdev_update_features() into watchdog task
 2023-01-20 14:18 UTC  (2+ messages)

[PATCH v2 0/3] Putting some basic order on isa extension lists
 2023-01-20 14:16 UTC  (4+ messages)
` [PATCH v2 2/3] RISC-V: resort all extensions in consistent orders

[PATCH v2 0/8] KVM: arm64: PMU: Allow userspace to limit the number of PMCs on vCPU
 2023-01-20 14:18 UTC  (4+ messages)
` [PATCH v2 4/8] KVM: arm64: PMU: Disallow userspace to set PMCR.N greater than the host value

[RFC PATCH net-next 00/11] ENETC mqprio/taprio cleanup
 2023-01-20 14:15 UTC  (4+ messages)
` [RFC PATCH net-next 04/11] net/sched: mqprio: allow offloading drivers to request queue count validation
` [RFC PATCH net-next 07/11] net: enetc: act upon the requested mqprio queue configuration
` [RFC PATCH net-next 08/11] net/sched: taprio: pass mqprio queue configuration to ndo_setup_tc()


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.