All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-10-23 07:23:19 to 2020-10-23 08:25:36 UTC [more...]

[PATCH v1] cpufreq: mediatek-hw: Add support for Mediatek cpufreq HW driver
 2020-10-23  8:24 UTC  (7+ messages)
` [PATCH v1 1/6] cpufreq: mediatek-hw: Add support for CPUFREQ HW
` [PATCH v1 2/6] dt-bindings: arm: cpus: Document 'mtk,freq-domain' property
` [PATCH v1 3/6] dt-bindings: cpufreq: add bindings for MediaTek cpufreq HW
` [PATCH v1 4/6] cpufreq: mediatek-hw: register EM power table
` [PATCH v1 5/6] cpufreq: mediatek-hw: Add SVS CPU initialization

[PATCH 1/2] i2c: imx: use devm_request_threaded_irq to simplify code
 2020-10-23  8:18 UTC  (4+ messages)
` [PATCH 2/2] i2c: imx: remove id_table entry

[PATCH] arm-bsp/corstone700-test-app: adding test recipe for systems comms
 2020-10-23  8:25 UTC  (7+ messages)
` [meta-arm] "

[PATCH] mm, hugetlb: Avoid double clearing for hugetlb pages
 2020-10-23  8:23 UTC  (10+ messages)

[igt-dev] [PATCH i-g-t v3 00/15] tests: Remove libdrm dependency
 2020-10-23  8:23 UTC  (5+ messages)
` [igt-dev] [PATCH i-g-t v3 06/15] i915/gem_tiled_blits: "
` [igt-dev] [PATCH i-g-t v3 14/15] tests/i915/gem_ppgtt: make copying more readable

[PATCH] Revert "drm/amdgpu: IP discovery table is not ready yet for VG"
 2020-10-23  8:21 UTC 

[PATCH v4] x86: add failure injection to get/put/clear_user
 2020-10-23  8:19 UTC  (2+ messages)

[GIT PULL] sound fixes for 5.10-rc1
 2020-10-23  8:19 UTC 

[RFC PATCH] parisc: Define O_NONBLOCK to become 000200000
 2020-10-23  8:18 UTC  (5+ messages)
  ` [RFC PATCH] parisc: Add wrapper syscalls to fix O_NONBLOCK flag usage

BUG: using __this_cpu_read() in preemptible code in trace_hardirqs_on
 2020-10-23  8:18 UTC  (9+ messages)

[Intel-gfx] [PATCH v6 2/2] drm/i915/gvt: Add GVT resume routine to i915
 2020-10-23  8:17 UTC 

[Intel-gfx] [PATCH v6 1/2] drm/i915/gvt: Save/restore HW status to support GVT suspend/resume
 2020-10-23  8:17 UTC 

[PATCH] cpus: verify that number of created cpus do not exceed smp params
 2020-10-23  8:16 UTC  (3+ messages)

[PATCH 0/7] forbidding symlinked .gitattributes and .gitignore
 2020-10-23  8:17 UTC  (4+ messages)
` [PATCH v2 0/8] "
    ` [PATCH] documentation symlink restrictions for .git* files

[Intel-gfx] [PATCH v6 0/2] Enable GVT suspend/resume
 2020-10-23  8:17 UTC 

[PATCH v2 0/3] drm/panel: mantix panel reset fixes
 2020-10-23  8:15 UTC  (9+ messages)

[igt-dev] [PATCH i-g-t v2 00/23] Introduce IGT allocator
 2020-10-23  8:15 UTC  (25+ messages)
` [igt-dev] [PATCH i-g-t v2 01/23] lib/igt_list: igt_hlist implementation
` [igt-dev] [PATCH i-g-t v2 02/23] lib/igt_map: Introduce igt_map
` [igt-dev] [PATCH i-g-t v2 03/23] lib/igt_core: Track child process pid and tid
` [igt-dev] [PATCH i-g-t v2 04/23] lib/intel_allocator_simple: Add simple allocator
` [igt-dev] [PATCH i-g-t v2 05/23] lib/intel_allocator_random: Add random allocator
` [igt-dev] [PATCH i-g-t v2 06/23] lib/intel_allocator: Add intel_allocator core
` [igt-dev] [PATCH i-g-t v2 07/23] lib/intel_allocator: Try to stop smoothly instead of deinit
` [igt-dev] [PATCH i-g-t v2 08/23] lib/intel_allocator_msgchannel: Scale to 4k of parallel clients
` [igt-dev] [PATCH i-g-t v2 09/23] lib/intel_bufops: Removes handle from allocator, change size
` [igt-dev] [PATCH i-g-t v2 10/23] lib/intel_bufops: Add init with handle and size function
` [igt-dev] [PATCH i-g-t v2 11/23] lib/intel_batchbuffer: Integrate intel_bb with allocator
` [igt-dev] [PATCH i-g-t v2 12/23] lib/intel_batchbuffer: Add tracking intel_buf to intel_bb
` [igt-dev] [PATCH i-g-t v2 13/23] lib/intel_aux_pgtable: Get addresses for aux table from an allocator
` [igt-dev] [PATCH i-g-t v2 14/23] lib/igt_fb: Initialize intel_buf with same size as fb
` [igt-dev] [PATCH i-g-t v2 15/23] tests/api_intel_bb: Modify test to verify intel_bb with allocator
` [igt-dev] [PATCH i-g-t v2 16/23] tests/api_intel_bb: Add compressed->compressed copy
` [igt-dev] [PATCH i-g-t v2 17/23] tests/api_intel_allocator: Simple allocator test suite
` [igt-dev] [PATCH i-g-t v2 18/23] tests/gem|kms: Remove intel_bb from fixture
` [igt-dev] [PATCH i-g-t v2 19/23] tests/gem_mmap_offset: Use intel_buf wrapper code instead direct
` [igt-dev] [PATCH i-g-t v2 20/23] tests/gem_ppgtt: Adopt test to use intel_bb with allocator
` [igt-dev] [PATCH i-g-t v2 21/23] tests/gem_render_copy_redux: Adopt to use with intel_bb and allocator
` [igt-dev] [PATCH i-g-t v2 22/23] tests/perf.c: Remove buffer from batch
` [igt-dev] [PATCH i-g-t v2 23/23] tests/gem_linear_blits: Use intel allocator
` [igt-dev] ✓ Fi.CI.BAT: success for Introduce IGT allocator (rev2)

[Intel-gfx] [drm/i915] 55ea1cb178: phoronix-test-suite.gluxmark.Fullscreen.1280x1024.Fragment.total_score 44.1% improvement
 2020-10-23  8:12 UTC  (3+ messages)
`  "

[Bug 209713] New: amdgpu drivers/gpu/drm/amd/amdgpu/../display/dc/dcn10/dcn10_link_encoder.c:483 dcn10_get_dig_frontend+0x9e/0xc0 [amdgpu] when resuming from S3 state
 2020-10-23  8:12 UTC  (2+ messages)
` [Bug 209713] "

[linux-stable-rc:linux-5.4.y 928/2438] arch/parisc/include/asm/atomic.h:123:1: sparse: sparse: context imbalance in 'prb_clear_blk_fill_status' - wrong count at exit
 2020-10-23  8:12 UTC 

[PATCH 0/2] virtio-gpu: build pci and vga bits modular too
 2020-10-23  8:07 UTC  (5+ messages)
` [PATCH 1/2] virtio-gpu: add virtio-gpu-pci module
` [PATCH 2/2] virtio-gpu: add virtio-vga module

[net v2 3/7] cxgb4/ch_ktls: creating skbs causes panic
 2020-10-23  8:10 UTC  (2+ messages)
` [PATCH] cxgb4/ch_ktls: fix call_kern.cocci warnings

[PATCH] hw/arm: fix min_cpus for xlnx-versal-virt platform
 2020-10-23  8:08 UTC  (2+ messages)

[RFC][PATCH v3 0/3] Fix inefficiences and rename nla_strlcpy
 2020-10-23  8:07 UTC  (7+ messages)
` [RFC][PATCH v3 3/3] Rename nla_strlcpy to nla_strscpy

next/master baseline: 649 runs, 8 regressions (next-20201023)
 2020-10-23  8:06 UTC 

KMSAN: uninit-value in ax88179_get_mac_addr
 2020-10-23  8:07 UTC 

KMSAN: uninit-value in dib3000mb_attach (2)
 2020-10-23  8:07 UTC 

[PATCH 0/4] Test more "check-acceptance" tests in the gitlab-CI
 2020-10-23  8:07 UTC  (9+ messages)
` [PATCH 1/4] tests/acceptance/ppc_prep_40p: Fix the URL to the NetBSD-4.0 archive
` [PATCH 2/4] test/acceptance: Remove the CONTINUOUS_INTEGRATION tags
` [PATCH 3/4] tests/acceptance: Enable AVOCADO_ALLOW_UNTRUSTED_CODE in the gitlab-CI
` [PATCH 4/4] test/docker/dockerfiles: Add missing packages for acceptance tests

[PATCH v2 0/3] Add Xen CpusAccel
 2020-10-23  8:04 UTC  (3+ messages)
` [PATCH v2 1/3] accel: Remove _WIN32 ifdef from qtest-cpus.c

[PATCH] treewide: Convert macro and uses of __section(foo) to __section("foo")
 2020-10-23  8:03 UTC  (4+ messages)

[dpdk-dev] [PATCH] net/ice: fix SCTP RSS configuration
 2020-10-23  8:04 UTC  (2+ messages)

[PATCH] platform/x86: amd-pmc: Add AMD platform support for S2Idle
 2020-10-23  8:04 UTC 

[PATCH] ACPI: PM: s2idle: Add AMD support to handle _DSM during S2Idle
 2020-10-23  8:03 UTC 

ld.lld: warning: mm/built-in.a(page_alloc.o):(.data..L__unnamed_59) is being placed in '.data..L__unnamed_59'
 2020-10-23  8:02 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t] lib: sync i915_pciids.h with kernel
 2020-10-23  8:03 UTC  (3+ messages)

Pull request: u-boot-samsung master
 2020-10-23  8:03 UTC 

[PATCH] PCI: drop dead pci_lock_*pdev() declarations
 2020-10-23  8:02 UTC 

[PATCH 3/3] mmc: rtsx: Add SD Express mode support for RTS5261
 2020-10-23  8:02 UTC  (4+ messages)
  ` 答复: "

[patch 00/12] UBS: Cleanup in_interupt/in_irq/in_atomic() usage
 2020-10-23  8:01 UTC  (3+ messages)

[dpdk-dev] [PATCH 0/3] Rework CTF event description storage
 2020-10-23  8:00 UTC  (4+ messages)
` [dpdk-dev] [PATCH 1/3] trace: fixup CTF event description at registration
` [dpdk-dev] [PATCH 2/3] trace: remove size limit on CTF event description
` [dpdk-dev] [PATCH 3/3] trace: make CTF metadata prettier

[PATCH RFC] block: fix inaccurate io_ticks
 2020-10-23  6:46 UTC 

What's cooking in git.git (Oct 2020, #03; Mon, 19)
 2020-10-23  8:02 UTC  (2+ messages)

[PATCH] iommu: Modify the description of iommu_sva_unbind_device
 2020-10-23  6:48 UTC 

[PATCH v2 0/6] Add DW PCIe support for Exynos5433 SoCs
 2020-10-23  7:57 UTC  (7+ messages)
  ` [PATCH v2 1/6] dt-bindings: pci: drop samsung,exynos5440-pcie binding
  ` [PATCH v2 2/6] dt-bindings: pci: add the samsung,exynos-pcie binding
  ` [PATCH v2 3/6] dt-bindings: phy: add the samsung,exynos-pcie-phy binding
  ` [PATCH v2 4/6] phy: samsung: phy-exynos-pcie: rework driver to support Exynos5433 PCIe PHY
  ` [PATCH v2 5/6] pci: dwc: pci-exynos: rework the driver to support Exynos5433 variant
  ` [PATCH v2 6/6] arm64: dts: exynos: add the WiFi/PCIe support to TM2(e) boards

[PATCH] hugetlb: fix locking in region_add,region_cgh,allocate_file_region_entries
 2020-10-23  7:47 UTC 

[PATCH v2 0/4] HiHope RZ/G2x add MIPI Adapter board support
 2020-10-23  7:58 UTC  (10+ messages)
` [PATCH v2 1/4] arm64: dts: renesas: aistarvision-mipi-adapter-2.1: Add parent macro for each sensor
` [PATCH v2 2/4] arm64: dts: renesas: Add support for MIPI Adapter V2.1 connected to HiHope RZ/G2H
` [PATCH v2 3/4] arm64: dts: renesas: Add support for MIPI Adapter V2.1 connected to HiHope RZ/G2M
` [PATCH v2 4/4] arm64: dts: renesas: Add support for MIPI Adapter V2.1 connected to HiHope RZ/G2N

[Intel-gfx] [PATCH v11 08/12] drm/i915/dp: Master/Slave enable/disable sequence for bigjoiner
 2020-10-23  7:57 UTC  (4+ messages)

[PATCH v2 0/2] perf PMU events test: Add scenario for arch std events
 2020-10-23  7:57 UTC  (5+ messages)
` [PATCH v2 1/2] perf jevents: Tidy error handling
` [PATCH v2 2/2] perf jevents: Add test for arch std events

[PATCH v11 0/3] Add documentation and machine driver for SC7180 sound card
 2020-10-23  7:55 UTC  (17+ messages)
` [PATCH v11 2/3] ASoC: qcom: dt-bindings: Add sc7180 machine bindings

[PATCH v27 00/17] Add migration support for VFIO devices
 2020-10-23  7:55 UTC  (4+ messages)
` [PATCH v27 14/17] vfio: Dirty page tracking when vIOMMU is enabled

[PATCH 0/2] RZ/G2x add optee node
 2020-10-23  7:55 UTC  (3+ messages)
` [PATCH 1/2] arm64: dts: renesas: hihope-common: Add "
` [PATCH 2/2] arm64: dts: renesas: r8a774c0-ek874: "

[PATCH 0/2] target/m68k: add vmstate structure to migrate M68kCPU
 2020-10-23  7:54 UTC  (4+ messages)
` [PATCH 1/2] target/m68k: remove useless qregs array

[PATCH 00/13] Clean up legacy clock tick users
 2020-10-23  7:52 UTC  (6+ messages)
` [RFC 13/13] m68k: mac: convert to generic clockevent

[PATCH net-next RFC v1 00/10] nvme-tcp receive offloads
 2020-10-11 14:58 UTC  (9+ messages)
` [PATCH net-next RFC v1 02/10] net: Introduce direct data placement tcp offload
` [PATCH net-next RFC v1 03/10] net: Introduce crc offload for tcp ddp ulp

[PATCH v2] fs: Handle I_DONTCACHE in iput_final() instead of generic_drop_inode()
 2020-10-23  7:49 UTC  (3+ messages)

[PATCH v10 00/10] virtio-iommu: VFIO integration
 2020-10-23  7:48 UTC  (6+ messages)
` [PATCH v10 09/10] virtio-iommu: Set supported page size mask

[PATCH] gpu/drm/mgag200:remove break after return
 2020-10-23  7:48 UTC  (2+ messages)
`  "

[PATCH 0/3] drm/amd/display: Fix kernel panic by breakpoint
 2020-10-23  7:46 UTC  (12+ messages)
` [PATCH 1/3] drm/amd/display: Fix kernel panic by dal_gpio_open() error
` [PATCH 2/3] drm/amd/display: Don't invoke kgdb_breakpoint() unconditionally
` [PATCH 3/3] drm/amd/display: Clean up debug macros

[PATCH] smp: Add bootcpus parameter to boot subset of CPUs
 2020-10-23  7:45 UTC  (2+ messages)

kgdb_breakpoint() usage leads to kernel panic
 2020-10-23  7:45 UTC  (2+ messages)

committer-date-is-author-date flag removes email in "Commit"
 2020-10-23  7:45 UTC  (4+ messages)
` [PATCH 2/3] am: fix broken email with --committer-date-is-author-date
  ` [PATCH 4/3] am, sequencer: stop parsing our own committer ident

[dpdk-dev] [PATCH] app/procinfo: clean old build macro
 2020-10-23  7:44 UTC 

[cifs:for-next 31/31] fs/cifs/smb2ops.c:3047:14: warning: variable 'err_iov' set but not used
 2020-10-23  7:44 UTC  (2+ messages)

[PATCHv2 for-next 00/12] rtrs: misc fix and cleanup
 2020-10-23  7:43 UTC  (13+ messages)
` [PATCHv2 for-next 01/12] RDMA/rtrs-clt: remove destroy_con_cq_qp in case route resolving failed
` [PATCHv2 for-next 02/12] RDMA/rtrs-clt: remove outdated comment in create_con_cq_qp
` [PATCHv2 for-next 03/12] RDMA/rtrs-clt: avoid run destroy_con_cq_qp/create_con_cq_qp in parallel
` [PATCHv2 for-next 04/12] RDMA/rtrs-clt: missing error from rtrs_rdma_conn_established
` [PATCHv2 for-next 05/12] RDMA/rtrs-srv: don't guard the whole __alloc_srv with srv_mutex
` [PATCHv2 for-next 06/12] RDMA/rtrs-srv: fix typo
` [PATCHv2 for-next 07/12] RDMA/rtrs: remove unnecessary argument dir of rtrs_iu_free
` [PATCHv2 for-next 08/12] RDMA/rtrs-clt: remove duplicated switch-case handling for CM error events
` [PATCHv2 for-next 09/12] RDMA/rtrs-clt: remove duplicated code
` [PATCHv2 for-next 10/12] RDMA/rtrs-srv: kill rtrs_srv_change_state_get_old
` [PATCHv2 for-next 11/12] RDMA/rtrs: introduce rtrs_post_send
` [PATCHv2 for-next 12/12] RDMA/rtrs-clt: remove 'addr' from rtrs_clt_add_path_to_arr

[dpdk-dev] [PATCH] crypto/dpaa2_sec: remove dead code
 2020-10-23  7:43 UTC 

[PATCH] btrfs: balance RAID1/RAID10 mirror selection
 2020-10-23  7:42 UTC  (3+ messages)

[PATCH] perf stat: Support regex pattern in --for-each-cgroup
 2020-10-23  7:42 UTC 

[PATCH 0/2] microblaze: Reuse xilinx common setup
 2020-10-23  7:42 UTC  (3+ messages)
` [PATCH 1/2] microblaze: Wire generic xilinx board_late_init_xilinx()
` [PATCH 2/2] microblaze: Enable board_late_init()

[PATCH] mm: memcontrol: add file_thp, shmem_thp to memory.stat
 2020-10-23  7:42 UTC  (3+ messages)

[PATCH] slist.3: tfix
 2020-10-23  7:40 UTC 

[PATCHv2 0/4] coresight: etf/etb10/etr: Fix NULL pointer dereference crashes
 2020-10-23  7:39 UTC  (9+ messages)
` [PATCHv2 2/4] coresight: tmc-etf: Fix NULL ptr dereference in tmc_enable_etf_sink_perf()

[PATCH v3 0/2] qemu-img: add support for rate limit in commit and convert
 2020-10-23  7:38 UTC  (2+ messages)

[RFC] Using gitlab for upstream qemu repo?
 2020-10-23  7:37 UTC  (3+ messages)

[PATCH] PCI: dwc: Use ATU regions to map memory regions
 2020-10-23  7:38 UTC  (4+ messages)
` [PATCH V2] PCI: dwc: Add support to handle prefetchable memory mapping

[PATCH 0/4] qom: Introduce object*_property_add_bool_ptr() functions
 2020-10-23  7:37 UTC  (2+ messages)

[dpdk-dev] [PATCH 0/5] cleanup comments and logs about config options
 2020-10-23  7:37 UTC  (2+ messages)

[PATCH] kernel-doc: validate function prototype names
 2020-10-23  7:34 UTC 

[PATCH 1/3] sched: better handling for busy polling loops
 2020-10-23  7:33 UTC  (2+ messages)

[Intel-gfx] [PATCH 0/6] dg1: remaining basic enabling patches
 2020-10-23  7:33 UTC  (3+ messages)
` [Intel-gfx] [PATCH 4/6] drm/i915/dg1: Enable ports

[PATCH] arm: fsl: common: Improve NXP VID driver PMBus support
 2020-10-23  7:25 UTC  (3+ messages)

[dpdk-dev] [PATCH] crypto/scheduler: fix header install with meson
 2020-10-23  7:22 UTC  (4+ messages)
` [dpdk-dev] [PATCH v2 1/2] "
  ` [dpdk-dev] [PATCH v2 2/2] drivers: add headers install helper

[PATCH v2 0/2] DIAG 318 tests and fix
 2020-10-23  7:25 UTC  (6+ messages)
` [PATCH v2 1/2] s390/kvm: fix diag318 reset

[dpdk-dev] [PATCH 00/25] net/mlx5: support multiple-thread flow operations
 2020-10-23  7:14 UTC  (6+ messages)
` [dpdk-dev] [PATCH v2 00/25] *net/mlx5: "
  ` [dpdk-dev] [PATCH v2 22/25] net/mlx5: make Rx queue thread safe
  ` [dpdk-dev] [PATCH v2 23/25] net/mlx5: make matcher list "
  ` [dpdk-dev] [PATCH v2 24/25] net/mlx5: make port ID action cache "
  ` [dpdk-dev] [PATCH v2 25/25] net/mlx5: make push VLAN "

[PATCH] xen/arm: Remove EXPERT dependancy
 2020-10-23  7:23 UTC  (5+ messages)
    ` [PATCH] xen/arm: ACPI: Remove EXPERT dependancy, default on for ARM64

printk: add pr_flush()
 2020-10-23  7:23 UTC  (6+ messages)

[RFC][PATCH V3] btrfs: ssd_metadata: storing metadata on SSD
 2020-10-23  7:23 UTC  (3+ messages)
` [PATCH] btrfs: add ssd_metadata mode

[PATCH 0/5] Thermal devfreq cooling improvements with Energy Model
 2020-10-22 11:45 UTC  (4+ messages)
` [PATCH 2/5] thermal: devfreq_cooling: get a copy of device status


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.