All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-01-07 02:41:42 to 2021-01-07 03:20:02 UTC [more...]

[PATCH 0/3] commit/posted fixes
 2021-01-07  3:15 UTC 

[PATCH v13 0/4] SELinux support for anonymous inodes and UFFD
 2021-01-07  3:08 UTC  (9+ messages)
` [PATCH v13 2/4] fs: add LSM-supporting anon-inode interface
` [PATCH v13 3/4] selinux: teach SELinux about anonymous inodes

[Bug 1909418] Re: QEMU: Heap Overflow vulnerability in SDHCI Component
 2021-01-07  3:07 UTC 

[PATCH v9, 00/11] drm/mediatek: add support for mediatek SOC MT8183
 2021-01-07  3:11 UTC  (36+ messages)
` [PATCH v9, 01/11] dt-bindings: mediatek: add rdma-fifo-size description for mt8183 display
` [PATCH v9, 02/11] dt-bindings: mediatek: add "
` [PATCH v9, 03/11] arm64: dts: mt8183: rename rdma fifo size
` [PATCH v9, 04/11] arm64: dts: mt8183: refine gamma compatible name
` [PATCH v9, 05/11] drm/mediatek: add fifo_size into rdma private data
` [PATCH v9, 06/11] drm/mediatek: add RDMA fifo size error handle
` [PATCH v9, 07/11] drm/mediatek: separate gamma module
` [PATCH v9, 08/11] drm/mediatek: add has_dither private data for gamma
` [PATCH v9, 09/11] drm/mediatek: enable dither function
` [PATCH v9, 10/11] drm/mediatek: add DDP support for MT8183
` [PATCH v9, 11/11] This patch add support for mediatek SOC MT8183

[dpdk-dev] [PATCH v1 0/5] Refactor FDIR pattern parser
 2021-01-07  3:14 UTC  (10+ messages)
` [dpdk-dev] [PATCH v1 2/5] net/ice: refactor flow "
` [dpdk-dev] [PATCH v1 3/5] net/ice: add outer input set mask to distinguish outer fields
` [dpdk-dev] [PATCH v1 4/5] net/ice: add outer input set mask check

BT large file transfer failed when do suspend/resume test
 2021-01-07  3:12 UTC  (3+ messages)

[PATCH v7 0/8] mainline Plymovent M2M and BAS board
 2021-01-07  3:10 UTC  (4+ messages)

linux-next: build warning after merge of the f2fs tree
 2021-01-07  3:11 UTC 

[PATCH v2 0/6] Fix some bugs about HugeTLB code
 2021-01-07  3:11 UTC  (14+ messages)
` [PATCH v2 1/6] mm: migrate: do not migrate HugeTLB page whose refcount is one
    ` [External] "
` [PATCH v2 2/6] mm: hugetlbfs: fix cannot migrate the fallocated HugeTLB page
    ` [External] "
` [PATCH v2 3/6] mm: hugetlb: fix a race between freeing and dissolving the page
      ` [External] "
` [PATCH v2 4/6] mm: hugetlb: add return -EAGAIN for dissolve_free_huge_page
    ` [External] "

stable-rc/linux-4.19.y build: 206 builds: 0 failed, 206 passed, 77 warnings (v4.19.165)
 2021-01-07  3:10 UTC 

[PATCH] tcp: remove obsolete paramter sysctl_tcp_low_latency
 2021-01-07  3:08 UTC  (3+ messages)

synchronize btrfs snapshots over a unreliable, slow connection
 2021-01-07  3:09 UTC  (3+ messages)

[PATCH v2 1/3] btrfs-progs: add Kernel TLS to btrfs send/receive
 2021-01-07  3:06 UTC  (5+ messages)

[PATCH] MIPS: init: move externs to header file
 2021-01-07  3:06 UTC 

radeon kernel driver not suppressing ACPI_VIDEO_NOTIFY_PROBE events when it should
 2021-01-06 22:32 UTC  (7+ messages)

[PATCH 0/3] Add sound card support for imx8mn-evk board
 2021-01-07  3:02 UTC  (3+ messages)

[PATCH 0/6] arm: aspeed: Add eSPI support
 2021-01-07  2:59 UTC  (7+ messages)
` [PATCH 4/6] irqchip/aspeed: Add Aspeed eSPI interrupt controller

[PATCH 00/35] Add HMM-based SVM memory manager to KFD
 2021-01-07  3:01 UTC  (72+ messages)
` [PATCH 01/35] drm/amdkfd: select kernel DEVICE_PRIVATE option
` [PATCH 02/35] drm/amdgpu: replace per_device_list by array
` [PATCH 03/35] drm/amdkfd: helper to convert gpu id and idx
` [PATCH 04/35] drm/amdkfd: add svm ioctl API
` [PATCH 05/35] drm/amdkfd: Add SVM API support capability bits
` [PATCH 06/35] drm/amdkfd: register svm range
` [PATCH 07/35] drm/amdkfd: add svm ioctl GET_ATTR op
` [PATCH 08/35] drm/amdgpu: add common HMM get pages function
` [PATCH 09/35] drm/amdkfd: validate svm range system memory
` [PATCH 10/35] drm/amdkfd: register overlap system memory range
` [PATCH 11/35] drm/amdkfd: deregister svm range
` [PATCH 12/35] drm/amdgpu: export vm update mapping interface
` [PATCH 13/35] drm/amdkfd: map svm range to GPUs
` [PATCH 14/35] drm/amdkfd: svm range eviction and restore
` [PATCH 15/35] drm/amdkfd: add xnack enabled flag to kfd_process
` [PATCH 16/35] drm/amdkfd: add ioctl to configure and query xnack retries
` [PATCH 17/35] drm/amdkfd: register HMM device private zone
` [PATCH 18/35] drm/amdkfd: validate vram svm range from TTM
` [PATCH 19/35] drm/amdkfd: support xgmi same hive mapping
` [PATCH 20/35] drm/amdkfd: copy memory through gart table
` [PATCH 21/35] drm/amdkfd: HMM migrate ram to vram
` [PATCH 22/35] drm/amdkfd: HMM migrate vram to ram
` [PATCH 23/35] drm/amdkfd: invalidate tables on page retry fault
` [PATCH 24/35] drm/amdkfd: page table restore through svm API
` [PATCH 25/35] drm/amdkfd: SVM API call to restore page tables
` [PATCH 26/35] drm/amdkfd: add svm_bo reference for eviction fence
` [PATCH 27/35] drm/amdgpu: add param bit flag to create SVM BOs
` [PATCH 28/35] drm/amdkfd: add svm_bo eviction mechanism support
` [PATCH 29/35] drm/amdgpu: svm bo enable_signal call condition
` [PATCH 30/35] drm/amdgpu: add svm_bo eviction to enable_signal cb
` [PATCH 31/35] drm/amdgpu: reserve fence slot to update page table
` [PATCH 32/35] drm/amdgpu: enable retry fault wptr overflow
` [PATCH 33/35] drm/amdkfd: refine migration policy with xnack on
` [PATCH 34/35] drm/amdkfd: add svm range validate timestamp
` [PATCH 35/35] drm/amdkfd: multiple gpu migrate vram to vram

[PATCH] powerpc/pseries/dlpar: handle ibm, configure-connector delay status
 2021-01-07  2:59 UTC 

linux-next: Tree for Jan 7
 2021-01-07  3:01 UTC 

[Printing-architecture] Question about libcupsfilters and libppd on macOS
 2021-01-07  3:01 UTC 

[PATCH] arm64: dts: imx8mn: Fix duplicate node name
 2021-01-07  2:59 UTC  (3+ messages)

[PATCH v6 00/22] Mediatek MT8192 clock support
 2021-01-07  3:00 UTC  (8+ messages)
` [PATCH v6 10/22] clk: mediatek: Add MT8192 basic clocks support

[PATCH v2 0/7] selftests: gpio: rework and port to GPIO uAPI v2
 2021-01-07  2:57 UTC  (8+ messages)
` [PATCH v2 1/7] selftests: gpio: rework and simplify test implementation
` [PATCH v2 2/7] selftests: gpio: remove obsolete gpio-mockup-chardev.c
` [PATCH v2 3/7] selftests: remove obsolete build restriction for gpio
` [PATCH v2 4/7] selftests: remove obsolete gpio references from kselftest_deps.sh
` [PATCH v2 5/7] tools: gpio: remove uAPI v1 code no longer used by selftests
` [PATCH v2 6/7] selftests: gpio: port to GPIO uAPI v2
` [PATCH v2 7/7] selftests: gpio: add CONFIG_GPIO_CDEV to config

[PATCH 1/6] mm: Add batch size for free page reporting
 2021-01-07  2:59 UTC  (3+ messages)

[PATCH 1/3] drm/amdgpu: Add new mode 2560x1440
 2021-01-07  2:57 UTC  (4+ messages)
` [PATCH 2/3] drm/amdgpu: Correct the read sclk for navi10

[PATCH] mm/memcontrol: fix warning in mem_cgroup_page_lruvec()
 2021-01-07  2:53 UTC  (4+ messages)

[PATCH] x86/iommu: Fix two minimal issues in check_iommu_entries()
 2021-01-07  2:51 UTC  (4+ messages)

BPF Kernel OOPS - NULL pointer dereference
 2021-01-07  2:51 UTC  (5+ messages)

dash 0.5.11.2: somehow falsely waits
 2021-01-07  2:50 UTC  (2+ messages)

stable-rc/queue/4.9 baseline: 133 runs, 5 regressions (v4.9.249-34-g897479d0e6144)
 2021-01-07  2:50 UTC 

[PATCH liburing] tests: test fixed file removal order
 2021-01-07  2:46 UTC 

[PATCH v2] drm/amdgpu: Decrease compute timeout to 10 s for sriov multiple VF
 2021-01-07  2:51 UTC 

[PATCH v2] shared/gatt-server: Fix not accepting multiple requests
 2021-01-07  2:49 UTC  (2+ messages)
` [v2] "

[PATCH] drm/amdgpu: Decrease compute timeout to 10 s for sriov multiple VF
 2021-01-07  2:49 UTC 

[Bug 210321] New: /display/dc/dcn20/dcn20_resource.c:3240 dcn20_validate_bandwidth_fp+0x8b/0xd0 [amdgpu]
 2021-01-07  2:49 UTC  (2+ messages)
` [Bug 210321] "

[PATCH] net/ipv6: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'
 2021-01-07  2:47 UTC 

[PATCH v11 0/7] soc: mediatek: SVS: introduce MTK SVS
 2021-01-07  2:43 UTC  (24+ messages)
` [PATCH v11 1/7] dt-bindings: soc: mediatek: add mtk svs dt-bindings
` [PATCH v11 2/7] arm64: dts: mt8183: add svs device information
` [PATCH v11 3/7] soc: mediatek: SVS: introduce MTK SVS engine
` [PATCH v11 4/7] soc: mediatek: SVS: add debug commands
` [PATCH v11 5/7] dt-bindings: soc: mediatek: add mt8192 svs dt-bindings
` [PATCH v11 6/7] arm64: dts: mt8192: add svs device information
` [PATCH v11 7/7] soc: mediatek: SVS: add mt8192 SVS GPU driver

Consult on ARM SMMU debugfs
 2021-01-07  2:45 UTC  (2+ messages)

[PATCH] mhi: core: Factorize mhi queuing
 2021-01-07  2:45 UTC  (2+ messages)

[PATCH 0/3] ccache: Fixes for 4.1
 2021-01-07  2:44 UTC  (4+ messages)
` [PATCH 2/3] buildtools-tarball: Add nativesdk-ccache
  ` [OE-core] "

[PATCH v3 00/13] io_uring: buffer registration enhancements
 2021-01-07  2:37 UTC  (5+ messages)
` [PATCH v3 08/13] io_uring: implement fixed buffers registration similar to fixed files

[dpdk-dev] [PATCH 0/9] Introduce vfio-user library
 2021-01-07  2:41 UTC  (3+ messages)
` [dpdk-dev] [PATCH 7/9] vfio_user: add client APIs of DMA/IRQ/region

[PATCH 1/2] drm/sun4i: tcon: fix inverted DCLK polarity
 2021-01-07  2:30 UTC  (3+ messages)
` [PATCH v2 0/2] drm/sun4i: fix DCLK and improve its handling
  ` [PATCH v2 1/2] drm/sun4i: tcon: fix inverted DCLK polarity


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.