All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-08-02 15:19:25 to 2020-08-02 16:38:11 UTC [more...]

[PATCH v2 00/17] memblock: seasonal cleaning^w cleanup
 2020-08-02 16:36 UTC  (86+ messages)
` [OpenRISC] "
` [PATCH v2 01/17] KVM: PPC: Book3S HV: simplify kvm_cma_reserve()
  ` [OpenRISC] "
` [PATCH v2 02/17] dma-contiguous: simplify cma_early_percent_memory()
  ` [OpenRISC] "
` [PATCH v2 03/17] arm, xtensa: simplify initialization of high memory pages
  ` [OpenRISC] "
` [PATCH v2 04/17] arm64: numa: simplify dummy_numa_init()
  ` [OpenRISC] "
` [PATCH v2 05/17] h8300, nds32, openrisc: simplify detection of memory extents
  ` [OpenRISC] "
` [PATCH v2 06/17] riscv: drop unneeded node initialization
  ` [OpenRISC] "
` [PATCH v2 07/17] mircoblaze: drop unneeded NUMA and sparsemem initializations
  ` [OpenRISC] "
` [PATCH v2 08/17] memblock: make for_each_memblock_type() iterator private
  ` [OpenRISC] "
` [PATCH v2 09/17] memblock: make memblock_debug and related functionality private
  ` [OpenRISC] "
` [PATCH v2 10/17] memblock: reduce number of parameters in for_each_mem_range()
  ` [OpenRISC] "
` [OpenRISC] [PATCH v2 11/17] arch, mm: replace for_each_memblock() with for_each_mem_pfn_range()
  `  "
` [OpenRISC] [PATCH v2 12/17] arch, drivers: replace for_each_membock() with for_each_mem_range()
  `  "
` [OpenRISC] [PATCH v2 13/17] x86/setup: simplify initrd relocation and reservation
  `  "
` [OpenRISC] [PATCH v2 14/17] x86/setup: simplify reserve_crashkernel()
  `  "
` [OpenRISC] [PATCH v2 15/17] memblock: remove unused memblock_mem_size()
  `  "
` [OpenRISC] [PATCH v2 16/17] memblock: implement for_each_reserved_mem_region() using __next_mem_region()
  `  "
` [OpenRISC] [PATCH v2 17/17] memblock: use separate iterators for memory and reserved regions
  `  "

[GIT PULL] Kbuild fixes for v5.8(-rc8)
 2020-08-02 16:34 UTC 

[POSSIBLE BUG] t5562.08 hangs consistently in 2.28.0 when run via Jenkins
 2020-08-02 16:33 UTC 

rtsx_pci not restoring ASPM state after suspend/resume
 2020-08-02 16:30 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t v23 00/18] Remove libdrm in rendercopy
 2020-08-02 16:30 UTC  (19+ messages)
` [igt-dev] [PATCH i-g-t v23 01/18] lib/intel_bufops: add mapping on cpu / device
` [igt-dev] [PATCH i-g-t v23 02/18] lib/intel_bufops: change in hw/sw tiling detection
` [igt-dev] [PATCH i-g-t v23 03/18] lib/intel_bufops: change stride requirements for Grantsdale
` [igt-dev] [PATCH i-g-t v23 04/18] lib/intel_batchbuffer: add new functions to support rendercopy
` [igt-dev] [PATCH i-g-t v23 05/18] lib/intel_batchbuffer: dump bb to base64
` [igt-dev] [PATCH i-g-t v23 06/18] lib/intel_batchbuffer: use canonical addresses for 48bit ppgtt
` [igt-dev] [PATCH i-g-t v23 07/18] tests/api_intel_bb: test flags are cleared on bb reset
` [igt-dev] [PATCH i-g-t v23 08/18] tests/gem_caching|partial: adopt to batch flush function cleanup
` [igt-dev] [PATCH i-g-t v23 09/18] lib/rendercopy: remove libdrm dependency
` [igt-dev] [PATCH i-g-t v23 10/18] tests/api_intel_bb: add render tests
` [igt-dev] [PATCH i-g-t v23 11/18] lib/igt_draw: remove libdrm dependency
` [igt-dev] [PATCH i-g-t v23 12/18] lib/igt_fb: Removal of "
` [igt-dev] [PATCH i-g-t v23 13/18] tests/gem|kms: remove libdrm dependency (batch 1)
` [igt-dev] [PATCH i-g-t v23 14/18] tests/gem|kms: remove libdrm dependency (batch 2)
` [igt-dev] [PATCH i-g-t v23 15/18] tools/intel_residency: adopt intel_residency to use bufops
` [igt-dev] [PATCH i-g-t v23 16/18] tests/perf: remove libdrm dependency for rendercopy
` [igt-dev] [PATCH i-g-t v23 17/18] fix: lib/intel_bufops: add 64bit bpp
` [igt-dev] [PATCH i-g-t v23 18/18] tests/kms_psr: trying to fix blt

[intel-linux-intel-lts:5.4/yocto 8417/8941] drivers/gpu/drm/kmb/kmb_drv.c:67:5: warning: no previous prototype for 'kmb_display_clk_enable'
 2020-08-02 16:24 UTC 

[jwboyer-fedora:f32 30/75] pci-quirks.c:undefined reference to `rpi_firmware_init_vl805'
 2020-08-02 16:21 UTC 

[PATCH] doc/zh_CN: fix title heading markup in admin-guide cpu-load
 2020-08-02 16:21 UTC 

[PATCH] t1450: fix quoting of NUL byte when corrupting pack
 2020-08-02 16:20 UTC  (5+ messages)

[PATCH] doc/zh_CN: resolve undefined label warning in admin-guide index
 2020-08-02 16:19 UTC 

[PATCH 01/16] kconfig: qconf: rename 'config' to 'fileMenu'
 2020-08-02 16:17 UTC  (16+ messages)
` [PATCH 02/16] kconfig: qconf: remove 'menu' variable
` [PATCH 03/16] kconfig: qconf: remove toolBar from ConfigMainWindow members
` [PATCH 04/16] kconfig: qconf: overload addToolBar() to create and insert toolbar
` [PATCH 05/16] kconfig: qconf: remove unused ConfigList::listView()
` [PATCH 06/16] kconfig: qconf: remove name from ConfigSearchWindow constructor
` [PATCH 07/16] kconfig: qconf: omit parent to QHBoxLayout()
` [PATCH 08/16] kconfig: qconf: remove unused argument from ConfigList::updateList()
` [PATCH 09/16] kconfig: qconf: remove unused argument from ConfigView::updateList()
` [PATCH 10/16] kconfig: qconf: remove 'parent' from ConfigList::updateMenuList()
` [PATCH 11/16] kconfig: qconf: drop more localization code
` [PATCH 12/16] kconfig: qconf: remove ConfigItem::pixmap/setPixmap
` [PATCH 13/16] kconfig: qconf: remove ConfigList::addColumn/removeColumn
` [PATCH 14/16] kconfig: qconf: remove ConfigItem::text/setText
` [PATCH 15/16] kconfig: qconf: remove unused voidPix, menuInvPix
` [PATCH 16/16] kconfig: qconf: refactor icon setups

[PATCH] brcmfmac: check ndev pointer
 2020-08-02 16:18 UTC 

[Intel-gfx] [PATCH 0/2] Add generic i915_ggtt ballooning support
 2020-08-02 16:17 UTC  (6+ messages)
` [Intel-gfx] [PATCH 1/2] drm/i915/ggtt: "
` [Intel-gfx] [PATCH 2/2] drm/i915/vgt: Move VGT GGTT ballooning nodes to i915_ggtt
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for Add generic i915_ggtt ballooning support
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Cocci] [PATCH 00/43] cocci: Add support for meta attributes to SmPL
 2020-08-02 16:16 UTC  (6+ messages)
        ` [Cocci] [00/43] "

[PATCH] midx: use buffered I/O to talk to pack-objects
 2020-08-02 16:11 UTC  (2+ messages)

[Bug 1889943] [NEW] Improper TCP/IP packet splitting on e1000e/vmxnet3
 2020-08-02 15:59 UTC  (2+ messages)
` [Bug 1889943] "

[Qemu-devel] [Bug 1404278] [NEW] tap connections not working on windows host
 2020-08-02 15:59 UTC  (2+ messages)
` [Bug 1404278] "

[PATCH bpf-next] tools build: propagate build failures from tools/build/Makefile.build
 2020-08-02 16:11 UTC  (2+ messages)

[PATCH] connected: use buffered I/O to talk to rev-list
 2020-08-02 16:08 UTC  (2+ messages)

[PATCH] upload-pack: use buffered I/O to talk to rev-list
 2020-08-02 16:03 UTC  (2+ messages)

[PATCH 0/2] accel/tcg: remove implied BQL from cpu_handle_interrupt/exception path
 2020-08-02 16:09 UTC  (11+ messages)
` [PATCH 1/2] hw/core: Add bql_interrupt flag to CPUClass
` [PATCH 2/2] accel/tcg: interrupt/exception handling uses bql_interrupt flag

[PATCH] x86/split_lock: Enumerate split lock feature on Sapphire Rapids and Alder Lake
 2020-08-02 16:03 UTC  (2+ messages)

[Buildroot] [PATCH v1 1/1] package/rtl8821au: add patch fixing sprintf error
 2020-08-02 16:00 UTC  (6+ messages)

Recent architecture breakages to bmcweb
 2020-08-02 15:53 UTC 

[igt-dev] [PATCH i-g-t v22 00/19] Remove libdrm in rendercopy
 2020-08-02 15:53 UTC  (21+ messages)
` [igt-dev] [PATCH i-g-t v22 01/19] lib/intel_bufops: add mapping on cpu / device
` [igt-dev] [PATCH i-g-t v22 02/19] lib/intel_bufops: change in hw/sw tiling detection
` [igt-dev] [PATCH i-g-t v22 03/19] lib/intel_bufops: change stride requirements for Grantsdale
` [igt-dev] [PATCH i-g-t v22 04/19] lib/intel_batchbuffer: add new functions to support rendercopy
` [igt-dev] [PATCH i-g-t v22 05/19] lib/intel_batchbuffer: dump bb to base64
` [igt-dev] [PATCH i-g-t v22 06/19] lib/intel_batchbuffer: use canonical addresses for 48bit ppgtt
` [igt-dev] [PATCH i-g-t v22 07/19] tests/api_intel_bb: test flags are cleared on bb reset
` [igt-dev] [PATCH i-g-t v22 08/19] tests/gem_caching|partial: adopt to batch flush function cleanup
` [igt-dev] [PATCH i-g-t v22 09/19] lib/rendercopy: remove libdrm dependency
` [igt-dev] [PATCH i-g-t v22 10/19] tests/api_intel_bb: add render tests
` [igt-dev] [PATCH i-g-t v22 11/19] lib/igt_draw: remove libdrm dependency
` [igt-dev] [PATCH i-g-t v22 12/19] lib/igt_fb: Removal of "
` [igt-dev] [PATCH i-g-t v22 13/19] tests/gem|kms: remove libdrm dependency (batch 1)
` [igt-dev] [PATCH i-g-t v22 14/19] tests/gem|kms: remove libdrm dependency (batch 2)
` [igt-dev] [PATCH i-g-t v22 15/19] tools/intel_residency: adopt intel_residency to use bufops
` [igt-dev] [PATCH i-g-t v22 16/19] tests/perf: remove libdrm dependency for rendercopy
` [igt-dev] [PATCH i-g-t v22 17/19] fix: lib/intel_bufops: add 64bit bpp
` [igt-dev] [PATCH i-g-t v22 18/19] tests/kms_psr: trying to fix blt
` [igt-dev] [PATCH i-g-t v22 19/19] HAX: try isolated kms_psr tests
` [igt-dev] ✓ Fi.CI.BAT: success for Remove libdrm in rendercopy (rev21)

[PATCH] scsi: esas2r: fix possible buffer overflow caused by bad DMA value in esas2r_process_fs_ioctl()
 2020-08-02 15:47 UTC  (2+ messages)

[PATCH v2] arm64: dts: rockchip: enable HDMI sound nodes for rk3328-rock64
 2020-08-02 15:42 UTC  (2+ messages)

[PATCH V2 01/10] nl80211: add basic multiple bssid support
 2020-08-02 15:40 UTC  (5+ messages)
` [PATCH V2 06/10] ath11k: pass multiple bssid info to FW when a new vdev is created

[PATCH] net: sfc: fix possible buffer overflow caused by bad DMA value in efx_siena_sriov_vfdi()
 2020-08-02 15:39 UTC 

[PATCH] atm: he: Fix the size used in a 'dma_free_coherent()' call
 2020-08-02 15:33 UTC  (2+ messages)

[RFC PATCH 00/17] Drop uses of pci_read_config_*() return value
 2020-08-02 14:53 UTC  (3+ messages)

[PATCH v2] brcmfmac: Set timeout value when configuring power save
 2020-08-02 15:32 UTC  (2+ messages)

[intel-linux-intel-lts:5.4/yocto 8401/8941] drivers/gpu/drm/kmb/kmb_crtc.c:101:6: warning: variable 'vsync_end_offset' set but not used
 2020-08-02 15:31 UTC 

[PATCH net-next] brcm80211: fix possible memleak in brcmf_proto_msgbuf_attach
 2020-08-02 15:29 UTC  (2+ messages)

[PATCH] bcma: gpio: Use irqchip template
 2020-08-02 15:27 UTC  (2+ messages)

[PATCH] drivers: bcma: remove set but not used variable `addrh` and `sizeh`
 2020-08-02 15:26 UTC  (2+ messages)

[PATCH net] wl1251: fix always return 0 error
 2020-08-02 15:25 UTC  (2+ messages)

[PATCH v1] wireless: airo: use generic power management
 2020-08-02 15:24 UTC  (3+ messages)
` [Linux-kernel-mentees] [PATCH v1] "
`  "

[meta-security][meta-hardening][PATCH] meta-harden: Add a layer to demo harding OE/YP
 2020-08-02 15:24 UTC  (3+ messages)
` [yocto] "

[PATCH v2 7/9] intersil: fix wiki website url
 2020-08-02 15:23 UTC  (2+ messages)

[PATCH v4] Add support for KeemBay DRM driver
 2020-08-02 15:23 UTC  (4+ messages)
` [PATCH v4] drm/kmb: Add support for KeemBay Display
  ` [Intel-gfx] "

[PATCH 0/3] [RFC] List all guides in git(1)
 2020-08-02 15:20 UTC  (4+ messages)
` [PATCH 1/3] command-list.txt: add missing 'gitcredentials' and 'gitremote-helpers'
` [PATCH 2/3] help: drop usage of 'common' and 'useful' for guides
` [PATCH 3/3] git.txt: add list of guides

[PATCH net] qtnfmac: Missing platform_device_unregister() on error in qtnf_core_mac_alloc()
 2020-08-02 15:20 UTC  (2+ messages)

[PATCH 0/3] Add Actions Semi S500 pinctrl support
 2020-08-02 15:18 UTC  (5+ messages)
` [PATCH 2/3] pinctrl: actions: Add Actions S500 pinctrl driver

[PATCH 1/2] ipw2100: Use GFP_KERNEL instead of GFP_ATOMIC in some memory allocation
 2020-08-02 15:19 UTC  (3+ 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.