All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-01-26 14:21:12 to 2024-01-26 14:40:19 UTC [more...]

put the xfs xfile abstraction on a diet v2
 2024-01-26 14:40 UTC  (5+ messages)
` [PATCH 01/21] mm: move mapping_set_update out of <linux/swap.h>
` [PATCH 02/21] shmem: move shmem_mapping out of line

[PATCH v2 00/15] Add suspend to ram support for PCIe on J7200
 2024-01-26 14:36 UTC  (40+ messages)
` [PATCH v2 01/15] gpio: pca953x: move suspend()/resume() to suspend_noirq()/resume_noirq()
` [PATCH v2 02/15] pinctrl: pinctrl-single: move suspend()/resume() callbacks to noirq
` [PATCH v2 03/15] i2c: omap: wakeup the controller during suspend() callback
` [PATCH v2 04/15] mux: add mux_chip_resume() function
` [PATCH v2 05/15] mux: mmio: add resume support
` [PATCH v2 06/15] phy: ti: phy-j721e-wiz: make wiz_clock_init callable multiple times
` [PATCH v2 07/15] phy: ti: phy-j721e-wiz: add resume support
` [PATCH v2 08/15] phy: cadence-torrent: extract calls to clk_get from cdns_torrent_clk
` [PATCH v2 09/15] phy: cadence-torrent: register resets even if the phy is already configured
` [PATCH v2 10/15] phy: cadence-torrent: add already_configured to struct cdns_torrent_phy
` [PATCH v2 11/15] phy: cadence-torrent: remove noop_ops phy operations
` [PATCH v2 12/15] phy: cadence-torrent: add suspend and resume support
` [PATCH v2 13/15] PCI: cadence: add resume support to cdns_pcie_host_setup()
` [PATCH v2 14/15] PCI: j721e: add reset GPIO to struct j721e_pcie
` [PATCH v2 15/15] PCI: j721e: add suspend and resume support

[PULL 00/36] target-arm queue
 2024-01-26 14:33 UTC  (37+ messages)
` [PULL 01/36] target/xtensa: fix OOB TLB entry access
` [PULL 02/36] target/arm: Fix VNCR fault detection logic
` [PULL 03/36] hw/arm/virt.c: Remove newline from error_report() string
` [PULL 04/36] hw/arm/musicpal: Convert to qemu_add_kbd_event_handler()
` [PULL 05/36] hw/arm/allwinner-a10: Unconditionally map the USB Host controllers
` [PULL 06/36] hw/arm/nseries: Unconditionally map the TUSB6010 USB Host controller
` [PULL 07/36] hw/arm: Add EHCI/OHCI controllers to Allwinner R40 and Bananapi board
` [PULL 08/36] hw/arm: Add AHCI/SATA controller "
` [PULL 09/36] hw/arm: Add watchdog timer to Allwinner H40 "
` [PULL 10/36] hw/arm/exynos4210: Include missing 'exec/tswap.h' header
` [PULL 11/36] hw/arm/xilinx_zynq: "
` [PULL 12/36] hw/arm/smmuv3: Include missing 'hw/registerfields.h' header
` [PULL 13/36] hw/arm/xlnx-versal: Include missing 'cpu.h' header
` [PULL 14/36] target/arm/cpu-features: Include missing 'hw/registerfields.h' header
` [PULL 15/36] target/arm/cpregs: "
` [PULL 16/36] target/arm/cpregs: Include missing 'kvm-consts.h' header
` [PULL 17/36] target/arm: Rename arm_cpu_mp_affinity
` [PULL 18/36] target/arm: Create arm_cpu_mp_affinity
` [PULL 19/36] target/arm: Expose arm_cpu_mp_affinity() in 'multiprocessing.h' header
` [PULL 20/36] target/arm: Declare ARM_CPU_TYPE_NAME/SUFFIX in 'cpu-qom.h'
` [PULL 21/36] hw/cpu/a9mpcore: Build it only once
` [PULL 22/36] hw/misc/xlnx-versal-crl: Include generic 'cpu-qom.h' instead of 'cpu.h'
` [PULL 23/36] hw/misc/xlnx-versal-crl: Build it only once
` [PULL 24/36] target/arm: Expose M-profile register bank index definitions
` [PULL 25/36] hw/arm/armv7m: Make 'hw/intc/armv7m_nvic.h' a target agnostic header
` [PULL 26/36] target/arm: Move ARM_CPU_IRQ/FIQ definitions to 'cpu-qom.h' header
` [PULL 27/36] target/arm: Move e2h_access() helper around
` [PULL 28/36] target/arm: Move GTimer definitions to new 'gtimer.h' header
` [PULL 29/36] hw/arm: Build various units only once
` [PULL 30/36] fsl-imx6ul: Add various missing unimplemented devices
` [PULL 31/36] docs/system/arm/virt.rst: Add note on CPU features off by default
` [PULL 32/36] hw/char/imx_serial: Implement receive FIFO and ageing timer
` [PULL 33/36] target/arm: Fix A64 scalar SQSHRN and SQRSHRN
` [PULL 34/36] bswap.h: Fix const_le64() macro
` [PULL 35/36] target/arm: Fix incorrect aa64_tidcp1 feature check
` [PULL 36/36] hw/arm: add PCIe to Freescale i.MX6

[PATCH] drm/amdgpu: Limit the maximum fragment to granularity size
 2024-01-26 14:38 UTC 

Rework TTMs busy handling
 2024-01-26 14:38 UTC  (3+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] drm/ttm: improve idle/busy handling v4
` ✗ Fi.CI.SPARSE: "

✗ CI.KUnit: failure for drm/xe/display: Fix memleak in display initialization (rev2)
 2024-01-26 14:38 UTC 

[PULL 00/15] Migration 20240126 patches
 2024-01-26 14:36 UTC  (3+ messages)
` [PULL 06/15] tests/qtest/migration: Don't use -cpu max for aarch64

✗ CI.checkpatch: warning for drm/xe/display: Fix memleak in display initialization (rev2)
 2024-01-26 14:38 UTC 

✓ CI.Patch_applied: success for drm/xe/display: Fix memleak in display initialization (rev2)
 2024-01-26 14:38 UTC 

[PATCH v7 00/15] Add Cgroup support for SGX EPC memory
 2024-01-26 14:37 UTC  (3+ messages)
` [PATCH v7 09/15] x86/sgx: Charge mem_cgroup for per-cgroup reclamation

[PATCH v3 00/46] Rework matching of network devices to -nic options
 2024-01-26 14:34 UTC  (11+ messages)
` [PATCH v3 01/46] net: add qemu_{configure, create}_nic_device(), qemu_find_nic_info()
` [PATCH v3 02/46] net: report list of available models according to platform
` [PATCH v3 19/46] hw/sparc64/sun4u: use pci_init_nic_devices()

[PATCH v2 0/4] Fix USB Interrupts on Qualcomm Platforms
 2024-01-26 14:37 UTC  (5+ messages)
` [PATCH v2 1/4] arm64: dts: qcom: Fix hs_phy_irq for QUSB2 targets

[PATCH net] bridge: mcast: fix disabled snooping after long uptime
 2024-01-26 14:36 UTC 

[PATCH] perf print-events: make is_event_supported() more robust
 2024-01-26 14:36 UTC  (5+ messages)

[LTP] [PATCH v2 1/1] splice07: Whitelist /dev/zero on pipe write
 2024-01-26 14:35 UTC  (6+ messages)

[PATCH 0/3] s390/vfio-ap: queue_configuration sysfs attribute for mdevctl automation
 2024-01-26 14:35 UTC  (4+ messages)
` [PATCH 1/3] s390/ap: Externalize AP bus specific bitmap reading function
` [PATCH 2/3] s390/vfio-ap: Add sysfs attr, queue_configuration, to export mdev state
` [PATCH 3/3] s390/vfio-ap: Add write support to sysfs attr ap_config

[PATCH] spi: fix finalize message on error return
 2024-01-26 14:35 UTC  (2+ messages)

[PATCH v3 0/3] pidfds for non thread group leaders
 2024-01-26 14:33 UTC  (11+ messages)
` [PATCH v3 1/3] pidfd: allow pidfd_open() on non-thread-group leaders

[PATCH] drm/xe/display: Fix memleak in display initialization
 2024-01-26 14:34 UTC  (2+ messages)

[RFC v2 0/4] overlayfs: Optimize override/revert creds
 2024-01-26 14:34 UTC  (3+ messages)
` [RFC v2 2/4] cred: Add a light version of override/revert_creds()

[PATCH v2 1/4] ASoc: PCM6240: Create PCM6240 Family driver code
 2024-01-26 14:33 UTC  (2+ messages)

[PATCH v2] ARM: dts: sti: minor whitespace cleanup around '='
 2024-01-26 14:32 UTC  (3+ messages)

drm: Stable identification of connectors?
 2024-01-26 13:32 UTC  (2+ messages)

[PATCH] security: fix the logic in security_inode_getsecctx()
 2024-01-26 14:32 UTC  (2+ messages)

[PATCH bpf-next v2 0/4] transition sockmap testing to test_progs
 2024-01-26 14:24 UTC  (6+ messages)
` [PATCH bpf-next v2 2/4] bpf: sockmap, add a sendmsg test so we can check that path
` [PATCH bpf-next v2 3/4] bpf: sockmap, add a cork to force buffering of the scatterlist

[PATCH v2] tools/perf: Fix malloc call for new -Walloc-size
 2024-01-26 14:31 UTC  (2+ messages)

[PATCH] Make 'uri' optional for migrate QAPI
 2024-01-26 14:30 UTC  (6+ messages)

[RFC] Memory tiering kernel alignment
 2024-01-26 14:31 UTC  (2+ messages)

[PATCH 0/2] arm64: dts: qcom: sc8280xp-x13s: Enable touchscreen
 2024-01-26 14:31 UTC  (5+ messages)
` [PATCH 2/2] arm64: dts: qcom: sc8280xp-x13s: Fix/enable touchscreen

Does SSE Notification on OpenBMC/BMCWEB work?
 2024-01-26 14:28 UTC 

[PATCH] Remove redundant check for usb_generic_driver_probe()
 2024-01-26 14:29 UTC  (2+ messages)

[PATCH 1/2] mm/zswap: don't return LRU_SKIP if we have dropped lru lock
 2024-01-26 14:28 UTC  (2+ messages)

[PATCH v2 00/13] Make nfs and nfsd stats visible in network ns
 2024-01-26 14:27 UTC  (8+ messages)
` [PATCH v2 10/13] nfsd: move th_cnt into nfsd_net

[PATCH] null_blk: Always split BIOs to respect queue limits
 2024-01-26 14:27 UTC  (3+ messages)

[PATCH 0/1] tools/nolibc/string: export strlen()
 2024-01-26 14:24 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH RFC 00/13] NFSD backchannel fixes
 2024-01-26 14:27 UTC  (5+ messages)
` [PATCH RFC 07/13] NFSD: Add callback operation lifetime trace points

[PATCH] perf build: Make minimal shellcheck version to v0.6.0
 2024-01-26 14:26 UTC  (3+ messages)

[PATCH v10 00/16] iommu: Prepare to deliver page faults to user space
 2024-01-26 14:26 UTC  (7+ messages)
` [PATCH v10 01/16] iommu: Move iommu fault data to linux/iommu.h

[PULL v3 00/18] Block layer patches
 2024-01-26 14:25 UTC  (2+ messages)

Recall: [PATCH] Remove redundant check for usb_generic_driver_probe
 2024-01-26 14:25 UTC  (2+ messages)

[RFC PATCH v3 0/2] arm64: dts: renesas: ulcb-kf: add GNSS support
 2024-01-26 14:24 UTC  (3+ messages)
` [RFC PATCH v3 2/2] arm64: dts: renesas: ulcb-kf: add node for GNSS

[PATCH] MIPS: loongson64: fix boot failure
 2024-01-26 14:24 UTC  (5+ messages)
` [PATCH 1/2] MIPS: reserve exception vector space ONLY ONCE
  ` [PATCH 2/2] MIPS: loongson64: set nid for reserved memblock region

[kvm-unit-tests PATCH v2 00/24] Introduce RISC-V
 2024-01-26 14:23 UTC  (50+ messages)
` [kvm-unit-tests PATCH v2 01/24] configure: Add ARCH_LIBDIR
` [kvm-unit-tests PATCH v2 02/24] riscv: Initial port, hello world
` [kvm-unit-tests PATCH v2 03/24] arm/arm64: Move cpumask.h to common lib
` [kvm-unit-tests PATCH v2 04/24] arm/arm64: Share cpu online, present and idle masks
` [kvm-unit-tests PATCH v2 05/24] riscv: Add DT parsing
` [kvm-unit-tests PATCH v2 06/24] riscv: Add initial SBI support
` [kvm-unit-tests PATCH v2 07/24] riscv: Add run script and unittests.cfg
` [kvm-unit-tests PATCH v2 08/24] riscv: Add riscv32 support
` [kvm-unit-tests PATCH v2 09/24] riscv: Add exception handling
` [kvm-unit-tests PATCH v2 10/24] riscv: Add backtrace support
` [kvm-unit-tests PATCH v2 11/24] arm/arm64: Generalize wfe/sev names in smp.c
` [kvm-unit-tests PATCH v2 12/24] arm/arm64: Remove spinlocks from on_cpu_async
` [kvm-unit-tests PATCH v2 13/24] arm/arm64: Share on_cpus
` [kvm-unit-tests PATCH v2 14/24] riscv: Compile with march
` [kvm-unit-tests PATCH v2 15/24] riscv: Add SMP support
` [kvm-unit-tests PATCH v2 16/24] arm/arm64: Share memregions
` [kvm-unit-tests PATCH v2 17/24] riscv: Populate memregions and switch to page allocator
` [kvm-unit-tests PATCH v2 18/24] riscv: Add MMU support
` [kvm-unit-tests PATCH v2 19/24] riscv: Enable the MMU in secondaries
` [kvm-unit-tests PATCH v2 20/24] riscv: Enable vmalloc
` [kvm-unit-tests PATCH v2 21/24] lib: Add strcasecmp and strncasecmp
` [kvm-unit-tests PATCH v2 22/24] riscv: Add isa string parsing
` [kvm-unit-tests PATCH v2 23/24] gitlab-ci: Add riscv64 tests
` [kvm-unit-tests PATCH v2 24/24] MAINTAINERS: Add riscv

[PATCHv4 1/1] block: introduce content activity based ioprio
 2024-01-26 14:24 UTC  (2+ messages)

[PATCH v5 RESEND 5/5] lib, pci: unify generic pci_iounmap()
 2024-01-26 14:23 UTC  (3+ messages)

[PATCH v7 0/9] iio: add new backend framework
 2024-01-26 14:27 UTC  (11+ messages)
` [PATCH v7 4/9] driver: core: allow modifying device_links flags

[PATCH v15 0/9] rutabaga_gfx + gfxstream
 2024-01-26 14:22 UTC  (8+ messages)

[PATCH v3 0/3] Convert Microchip's HLCDC Text based DT bindings to JSON schema
 2024-01-26 14:22 UTC  (14+ messages)
` [PATCH v3 3/3] dt-bindings: mfd: atmel,hlcdc: Convert to DT schema format

[OE-Core][PATCH v1] wic: implement reproducible Disk GUID
 2024-01-26 14:22 UTC  (2+ messages)

[PATCH v2 0/3] Enable >0 order folio memory compaction
 2024-01-26 14:22 UTC  (3+ messages)

[PATCHv6 00/16] x86/tdx: Add kexec support
 2024-01-26 14:21 UTC  (4+ messages)
` [PATCHv6 16/16] x86/acpi: Add support for CPU offlining for ACPI MADT wakeup method

[PATCH 1/8] sysroot user management postinsts: run with /bin/sh -e to report errors when they happen
 2024-01-26 14:21 UTC  (4+ messages)
` [PATCH 7/8] oeqa/runtime/rpm: fail tests if test rpm file cannot be found
  ` [OE-core] "

[OE-core][dunfell 0/8] Patch review
 2024-01-26 14:20 UTC  (5+ messages)
` [OE-core][dunfell 4/8] gnutls: Backport fix for CVE-2024-0553
` [OE-core][dunfell 6/8] xserver-xorg: Multiple CVE fixes
` [OE-core][dunfell 7/8] opkg: Fix bad memory access error observe in file_read_line_alloc
` [OE-core][dunfell 8/8] systemtap: Fix build with gcc-12


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.