All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-10-25 06:36:01 to 2022-10-25 07:10:41 UTC [more...]

[PATCH v1 0/7] selftests/vm: test COW handling of anonymous memory
 2022-10-25  7:10 UTC  (7+ messages)
` [PATCH v1 1/7] selftests/vm: anon_cow: "
` [PATCH v1 5/7] selftests/vm: anon_cow: add liburing test cases

[igt-dev] [PATCH i-g-t v4 00/11] vm_bind: Add VM_BIND validation support
 2022-10-25  7:10 UTC  (13+ messages)
` [igt-dev] [PATCH i-g-t v4 07/11] tests/i915/vm_bind: Add basic VM_BIND test support
` [igt-dev] [PATCH i-g-t v4 10/11] tests/i915/vm_bind: Add gem_exec3_balancer test
` [igt-dev] [PATCH i-g-t v4 11/11] tests/i915/vm_bind: Add gem_lmem_swapping@vm_bind sub test

[PATCH v2] memblock: don't run loop in memblock_add_range() twice
 2022-10-25  7:09 UTC 

[PATCH v2] nvme-tcp: send quota for nvme_tcp_send_all()
 2022-10-25  7:09 UTC  (4+ messages)

v6.1-rc1, remap_file_pages() and vma linked list?
 2022-10-25  7:09 UTC 

[bug report] clk: mxl: Switch from direct readl/writel based IO to regmap based IO
 2022-10-25  7:09 UTC  (2+ messages)

[f2fs-dev] [PATCH] f2fs: remove redundant return in f2fs_create_flush_cmd_control()
 2022-10-25  7:08 UTC  (5+ messages)
  `  "

drivers/media/v4l2-core/v4l2-vp9.c:1834:1: warning: the frame size of 1420 bytes is larger than 1024 bytes
 2022-10-25  7:07 UTC 

[PATCH] drivers: fwnode: fix fwnode_irq_get_byname() kerneldoc
 2022-10-25  7:06 UTC  (3+ messages)

drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm.c:2730 dm_resume() error: we previously assumed 'aconnector->dc_link' could be null (see line 2717)
 2022-10-25  7:05 UTC 

[PATCH] f2fs: introduce max_order_discard sysfs node
 2022-10-25  7:06 UTC  (3+ messages)
` [f2fs-dev] "

How to enabled systemd unit files automatically using recipe?
 2022-10-25  7:05 UTC  (2+ messages)
` [yocto] "

[PATCH v2 0/3] Improve libata support for FUA
 2022-10-25  7:05 UTC  (5+ messages)

[PATCH v2] dt-bindings: pinctrl: update uart/mmc bindings for MT7986 SoC
 2022-10-25  7:02 UTC  (3+ messages)

soc_name for supermicrox11-bmc machine: ast2400-a1 or ast2500-a1 ?
 2022-10-25  6:25 UTC  (2+ messages)

[PATCH v20 0/2] Lattice sysCONFIG SPI FPGA manager
 2022-10-25  6:54 UTC  (3+ messages)
` [PATCH v20 1/2] fpga: lattice-sysconfig-spi: add Lattice sysCONFIG "

[PATCH v4 00/11] rerandomize RNG seeds on reboot and handle record&replay
 2022-10-25  6:11 UTC  (3+ messages)
` [PATCH v4 01/11] reset: allow registering handlers that aren't called by snapshot loading

[PATCH v3 0/3] perf: Add more syscalls to benchmark
 2022-10-25  7:03 UTC  (2+ messages)

[PATCH 5.15 000/530] 5.15.75-rc1 review
 2022-10-25  7:02 UTC  (2+ messages)

[Regression] Cambridge Silicon Radio, Ltd Bluetooth Dongle unusable again with kernel 6.0
 2022-10-25  7:02 UTC  (2+ messages)

[PATCH 1/2] thermal/drivers/iwlwifi: Use generic thermal_zone_get_trip() function
 2022-10-25  7:02 UTC  (4+ messages)
` [PATCH 2/2] thermal/drivers/mellanox: "

[f2fs-dev] [PATCH] f2fs: Fix data consistency in f2fs_move_file_range()
 2022-10-25  7:01 UTC  (7+ messages)
  ` [f2fs-dev] 答复: "
      ` [f2fs-dev] 答复: "
          ` [f2fs-dev] 答复: "

[PATCH 5.4 CANDIDATE 00/26] xfs stable candidate patches for 5.4.y (from v5.7)
 2022-10-25  5:44 UTC  (3+ messages)

[PATCH v5 00/19] drm/i915/vm_bind: Add VM_BIND functionality
 2022-10-25  6:59 UTC  (40+ messages)
` [Intel-gfx] "
` [PATCH v5 01/19] drm/i915/vm_bind: Expose vm lookup function
  ` [Intel-gfx] "
` [PATCH v5 02/19] drm/i915/vm_bind: Add __i915_sw_fence_await_reservation()
  ` [Intel-gfx] "
` [PATCH v5 03/19] drm/i915/vm_bind: Expose i915_gem_object_max_page_size()
  ` [Intel-gfx] "
` [PATCH v5 04/19] drm/i915/vm_bind: Add support to create persistent vma
  ` [Intel-gfx] "
` [PATCH v5 05/19] drm/i915/vm_bind: Implement bind and unbind of object
  ` [Intel-gfx] "
` [PATCH v5 06/19] drm/i915/vm_bind: Support for VM private BOs
  ` [Intel-gfx] "
` [PATCH v5 07/19] drm/i915/vm_bind: Add support to handle object evictions
  ` [Intel-gfx] "
` [PATCH v5 08/19] drm/i915/vm_bind: Support persistent vma activeness tracking
  ` [Intel-gfx] "
` [PATCH v5 09/19] drm/i915/vm_bind: Add out fence support
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH v5 10/19] drm/i915/vm_bind: Abstract out common execbuf functions
  `  "
` [PATCH v5 11/19] drm/i915/vm_bind: Use common execbuf functions in execbuf path
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH v5 12/19] drm/i915/vm_bind: Implement I915_GEM_EXECBUFFER3 ioctl
  `  "
` [Intel-gfx] [PATCH v5 13/19] drm/i915/vm_bind: Update i915_vma_verify_bind_complete()
  `  "
` [PATCH v5 14/19] drm/i915/vm_bind: Expose i915_request_await_bind()
  ` [Intel-gfx] "
` [PATCH v5 15/19] drm/i915/vm_bind: Handle persistent vmas in execbuf3
  ` [Intel-gfx] "
` [PATCH v5 16/19] drm/i915/vm_bind: userptr dma-resv changes
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH v5 17/19] drm/i915/vm_bind: Limit vm_bind mode to non-recoverable contexts
  `  "
` [Intel-gfx] [PATCH v5 18/19] drm/i915/vm_bind: Add uapi for user to enable vm_bind_mode
  `  "
` [Intel-gfx] [PATCH v5 19/19] drm/i915/vm_bind: Render VM_BIND documentation
  `  "

[PATCH] tcg/riscv: Fix base register for user-only qemu_ld/st
 2022-10-25  6:09 UTC  (2+ messages)

[PATCH 00/22] Fallback to native backlight
 2022-10-25  3:23 UTC  (35+ messages)
` [PATCH 01/22] drm/i915/opregion: Improve backlight request condition
` [PATCH 02/22] ACPI: video: Introduce acpi_video_get_backlight_types()
` [PATCH 03/22] LoongArch: Use acpi_video_get_backlight_types()
` [PATCH 04/22] platform/x86: acer-wmi: "
` [PATCH 05/22] platform/x86: asus-laptop: "
` [PATCH 06/22] platform/x86: asus-wmi: "
` [PATCH 07/22] platform/x86: compal-laptop: "
` [PATCH 08/22] platform/x86: eeepc-laptop: "
` [PATCH 09/22] platform/x86: fujitsu-laptop: "
` [PATCH 10/22] platform/x86: ideapad-laptop: "
` [PATCH 11/22] platform/x86: msi-laptop: "
` [PATCH 12/22] platform/x86: msi-wmi: "
` [PATCH 13/22] platform/x86: nvidia-wmi-ec-backlight: "
` [PATCH 14/22] platform/x86: panasonic-laptop: "
` [PATCH 15/22] platform/x86: samsung-laptop: "
` [PATCH 16/22] platform/x86: sony-laptop: "
` [PATCH 17/22] platform/x86: thinkpad_acpi: "
` [PATCH 18/22] platform/x86: toshiba_acpi: "
` [PATCH 19/22] platform/x86: dell-laptop: "
` [PATCH 20/22] platform/x86: intel_oaktrail: "
` [PATCH 21/22] ACPI: video: Remove acpi_video_get_backlight_type()
` [PATCH 22/22] ACPI: video: Fallback to native backlight

RTT-PROBE: lore-subspace-rtt
 2022-10-25  7:00 UTC 

[syzbot] BUG: unable to handle kernel NULL pointer dereference in filemap_free_folio
 2022-10-25  6:59 UTC  (4+ messages)

[airlied:01.01-gsp-rm 67/180] drivers/gpu/drm/nouveau/nvkm/engine/fifo/runl.c:34:1: warning: no previous prototype for 'nvkm_engn_cgrp_get'
 2022-10-25  4:49 UTC 

[PATCH] ARM: dts: imx8mq-kontron-pitx-imx8m: Remove off-on-delay-us property
 2022-10-25  6:59 UTC  (5+ messages)

next/pending-fixes baseline: 529 runs, 20 regressions (v6.1-rc2-360-g2aab6955266bf)
 2022-10-25  6:59 UTC 

[igt-dev] [PATCH i-g-t v5 00/12] vm_bind: Add VM_BIND validation support
 2022-10-25  6:59 UTC  (13+ messages)
` [igt-dev] [PATCH i-g-t v5 01/12] include/drm-uapi: memory region gtt_alignment support
` [igt-dev] [PATCH i-g-t v5 02/12] lib/vm_bind: import uapi definitions
` [igt-dev] [PATCH i-g-t v5 03/12] lib/vm_bind: Add vm_bind/unbind and execbuf3 ioctls
` [igt-dev] [PATCH i-g-t v5 04/12] lib/vm_bind: Add vm_bind mode support for VM
` [igt-dev] [PATCH i-g-t v5 05/12] lib/vm_bind: Add vm_bind specific library functions
` [igt-dev] [PATCH i-g-t v5 06/12] lib/vm_bind: Add __prime_handle_to_fd()
` [igt-dev] [PATCH i-g-t v5 07/12] tests/i915/vm_bind: Add vm_bind sanity test
` [igt-dev] [PATCH i-g-t v5 08/12] tests/i915/vm_bind: Add basic VM_BIND test support
` [igt-dev] [PATCH i-g-t v5 09/12] tests/i915/vm_bind: Add userptr subtest
` [igt-dev] [PATCH i-g-t v5 10/12] tests/i915/vm_bind: Add gem_exec3_basic test
` [igt-dev] [PATCH i-g-t v5 11/12] tests/i915/vm_bind: Add gem_exec3_balancer test
` [igt-dev] [PATCH i-g-t v5 12/12] tests/i915/vm_bind: Add gem_lmem_swapping@vm_bind sub test

stable-rc/queue/4.9 build: 188 builds: 3 failed, 185 passed, 2 errors, 34 warnings (v4.9.330-159-g35257fcfa3113)
 2022-10-25  6:59 UTC 

stable-rc/linux-4.9.y build: 188 builds: 3 failed, 185 passed, 2 errors, 34 warnings (v4.9.330-160-g5bb2c3c178f3)
 2022-10-25  6:59 UTC 

[PATCH v2 0/7] Rename DTB overlay source files
 2022-10-25  6:57 UTC  (4+ messages)
` [PATCH v2 7/7] staging: pi433: overlay: Rename overlay source file from .dts to .dtso

[f2fs-dev] [PATCH] f2fs: allow to set compression for inlined file
 2022-10-25  6:57 UTC  (3+ messages)

[PATCH 0/4] staging: rtl8712: clean up dynamic memory management
 2022-10-25  6:57 UTC  (3+ messages)
` [PATCH 2/4] staging: rtl8712: check for alloc fail in _r8712_init_recv_priv()

[PATCH] f2fs: fix normal discard process
 2022-10-25  6:56 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH 00/11] media: cedrus: Format handling improvements and 10-bit HEVC support
 2022-10-25  6:55 UTC  (3+ messages)

ALSA 1.2.8 release
 2022-10-25  6:56 UTC 

[PATCH 1/2] pwm: mediatek: Add support for MT7986
 2022-10-25  6:35 UTC  (3+ messages)

[PATCH net 0/5] macsec: offload-related fixes
 2022-10-25  6:55 UTC  (11+ messages)

[BUG] use-after-free after removing UDC with USB Ethernet gadget
 2022-10-25  6:54 UTC 

[Regression] CPU stalls and eventually causes a complete system freeze with 6.0.3 due to "video/aperture: Disable and unregister sysfb devices via aperture helpers"
 2022-10-24 16:53 UTC  (7+ messages)

[Buildroot] [PATCH] python-pycrate: new package
 2022-10-25  6:55 UTC 

[PATCH v2] ACPI: video: Fix missing native backlight on Chromebooks
 2022-10-24 15:07 UTC  (4+ messages)

[PATCH] drm/amd/display: Revert logic for plane modifiers
 2022-10-24 11:33 UTC  (2+ messages)
` [PATCH v2] "

[airlied:01.01-gsp-rm 52/180] drivers/gpu/drm/nouveau/nvkm/engine/fifo/gf100.c:178:1: warning: no previous prototype for 'gf100_fifo_nonstall_block'
 2022-10-25  3:08 UTC 

[PATCH] drm/scheduler: set current_entity to next when remove from rq
 2022-10-25  6:18 UTC 

[PATCH 00/13] Remove unused microblaze PCIe bus architecture
 2022-10-25  6:52 UTC  (14+ messages)
` [PATCH 01/13] microblaze/PCI: Remove unused early_read_config_byte() et al declarations
` [PATCH 02/13] microblaze/PCI: Remove Null PCI config access unused functions
` [PATCH 03/13] microblaze/PCI: Remove unused PCI bus scan if configured as a host
` [PATCH 04/13] microblaze/PCI: Remove unused PCI legacy IO's access on a bus
` [PATCH 05/13] microblaze/PCI: Remove unused device tree parsing for a host bridge resources
` [PATCH 06/13] microblaze/PCI: Remove unused allocation & free of PCI host bridge structure
` [PATCH 07/13] microblaze/PCI: Remove unused PCI BIOS resource allocation
` [PATCH 08/13] microblaze/PCI: Remove unused PCI Indirect ops
` [PATCH 09/13] microblaze/PCI: Remove unused pci_address_to_pio() conversion of CPU address to I/O port
` [PATCH 10/13] microblaze/PCI: Remove unused sys_pciconfig_iobase() and et al declaration
` [PATCH 11/13] microblaze/PCI: Remove unused pci_iobar_pfn() and et al declarations
` [PATCH 12/13] microblaze/PCI: Remove support for Xilinx PCI host bridge
` [PATCH 13/13] microblaze/PCI: Moving PCI iounmap and dependent code

[PATCH v8] drm: Add initial ci/ subdirectory
 2022-10-24 22:06 UTC  (3+ messages)
` [PATCH v9] "

[airlied:01.01-gsp-rm 87/180] drivers/gpu/drm/nouveau/nvkm/subdev/acr/gm200.c:251:25: warning: implicit conversion from 'enum nvkm_acr_hsf_id' to 'enum nvkm_acr_lsf_id'
 2022-10-25  6:30 UTC 

[Buildroot] [PATCH] python-wheel: new package
 2022-10-25  6:53 UTC 

[RFC PATCH 0/3] new subsystem for compute accelerator devices
 2022-10-25  6:43 UTC  (4+ messages)
  ` [RFC PATCH 3/3] drm: add dedicated minor for "

[f2fs-dev] [PATCH v2 1/2] f2fs: fix gc mode when gc_urgent_high_remaining is 1
 2022-10-25  6:50 UTC  (4+ messages)
`  "
` [f2fs-dev] [PATCH v2 2/2] f2fs: introducr gc_urgent_idle_remaining sysfs node and mark gc_urgent_high_remaining node deprecated
  `  "

RTT-PROBE: lore-subspace-rtt
 2022-10-25  6:50 UTC 

[PATCH] nvmet: use try_cmpxchg in nvmet_update_sq_head
 2022-10-25  6:48 UTC  (3+ messages)

[RESEND PATCH v1 0/2] Add changes to support SPMI resource protection
 2022-10-25  6:48 UTC  (3+ messages)
` [RESEND PATCH v1 1/2] spmi: pmic-arb: add support to map SPMI addresses to physical addr

[PATCH v4 2/3] net: ethernet: renesas: Add Ethernet Switch driver
 2022-10-25  6:48 UTC  (5+ messages)

[PATCH 0/4] spi: intel: Add support for SFDP opcode
 2022-10-25  6:46 UTC  (5+ messages)
` [PATCH 1/4] spi: intel: Use ->replacement_op in intel_spi_hw_cycle()
` [PATCH 2/4] spi: intel: Implement adjust_op_size()
` [PATCH 3/4] spi: intel: Take possible chip address into account in intel_spi_read/write_reg()
` [PATCH 4/4] spi: intel: Add support for SFDP opcode

[PATCH net-next v8.1] net: phy: Add driver for Motorcomm yt8521 gigabit ethernet phy
 2022-10-25  6:45 UTC 

[PATCH 2/4] vhost: toggle device callbacks using used event idx
 2022-10-25  5:57 UTC  (11+ messages)

[PATCH 0/5] pwm: jz4740: Fixes and some light changes
 2022-10-25  6:44 UTC  (3+ messages)
` [PATCH 2/5] pwm: jz4740: Fix pin level of disabled TCU2 channels, part 2

[PATCH V7 0/8] libgpiod: Add Rust bindings
 2022-10-25  6:42 UTC  (6+ messages)

[PATCH net] net: fealnx: fix missing pci_disable_device()
 2022-10-25  6:42 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-10-25  6:40 UTC 

Memory corruptions upon strcpy and similar when being interrupted by scheduler
 2022-10-25  6:40 UTC  (4+ messages)

[airlied:01.01-gsp-rm 13/180] drivers/gpu/drm/nouveau/include/nvif/printf.h:10:25: warning: format '%ld' expects argument of type 'long int', but argument 7 has type 'u32' {aka 'unsigned int'}
 2022-10-25  6:38 UTC  (2+ messages)

[PATCH v5 0/3] iommu/mediatek: Add mt8365 iommu support
 2022-10-25  6:39 UTC  (2+ messages)

[RESEND] clocksource: sun4i: Fix the bug that tick_resume stucks
 2022-10-25  6:23 UTC  (2+ messages)

Report in downstream Debian: mpt3sas broken with xen dom0 with update to 5.10.149 in 5.10.y
 2022-10-25  6:38 UTC  (5+ messages)

[LTP] [PATCH] setfsgid01: Rewrite using new LTP API
 2022-10-25  6:37 UTC  (3+ messages)

[v1] KVM: s390: VSIE: sort out virtual/physical address in pin_guest_page
 2022-10-25  6:37 UTC  (2+ messages)

[PATCH v5 0/7] Add latency priority for CFS class
 2022-10-25  6:36 UTC  (4+ messages)

[PATCH -next 1/1] mm: hugetlb_vmemmap: Fix WARN_ON in vmemmap_remap_pte
 2022-10-25  6:36 UTC  (2+ messages)


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.