All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-08-20 16:31:55 to 2020-08-20 17:21:31 UTC [more...]

[Intel-gfx] [PATCH 1/2] drm/i915: Compute has_drrs after compute has_psr
 2020-08-20 17:23 UTC  (2+ messages)
` [Intel-gfx] [PATCH 2/2] drm/i915/drrs: Disable DRRS when needed in fastsets

[PATCH 0/9] TRACE_IRQFLAGS wreckage
 2020-08-20 17:20 UTC  (5+ messages)

[PATCH 0/7] spi: Fix FSI-attached controller and AT25 drivers
 2020-08-20 17:20 UTC  (12+ messages)
` [PATCH 1/7] spi: fsi: Handle 9 to 15 byte transfers lengths
` [PATCH 2/7] spi: fsi: Fix clock running too fast
` [PATCH 3/7] spi: fsi: Fix use of the bneq+ sequencer instruction
` [PATCH 4/7] dt-bindings: fsi: fsi2spi: Document new restricted property
` [PATCH 5/7] spi: fsi: Implement restricted size for certain controllers
` [PATCH 6/7] spi: fsi: Check mux status before transfers
` [PATCH 7/7] eeprom: at25: Split reads into chunks and cap write size

[PATCH] configure: add support for psuedo-"in source tree" builds
 2020-08-20 17:18 UTC  (5+ messages)

[PATCH 0/2] Fix trailers atom bug and improved tests
 2020-08-20 17:19 UTC  (7+ messages)
` [PATCH 2/2] ref-filter: 'contents:trailers' show error if `:` is missing

[PATCH v3 00/10] *** A Method for evaluating dirty page rate ***
 2020-08-20 17:17 UTC  (5+ messages)
` [PATCH v3 04/10] migration/dirtyrate: move RAMBLOCK_FOREACH_MIGRATABLE into ram.h
` [PATCH v3 10/10] migration/dirtyrate: Implement qmp_cal_dirty_rate()/qmp_get_dirty_rate() function

[RFC PATCH v2 0/5] Minor cleanups and performance optimizations for LRU rework
 2020-08-20 17:15 UTC  (8+ messages)
` [RFC PATCH v2 5/5] mm: Split move_pages_to_lru into 3 separate passes

BUG with 5.8.x and make xconfig
 2020-08-20 17:14 UTC  (4+ messages)

[PATCH] x86/mce: Increase maximum number of banks to 64
 2020-08-20 17:15 UTC  (2+ messages)

unregister_netdevice: waiting for DEV to become free (4)
 2020-08-20 17:15 UTC  (4+ messages)

[PATCH 00/18] Convert arch/arm to use iommu-dma
 2020-08-20 17:05 UTC  (19+ messages)
` [PATCH 10/18] iommu/msm: Add IOMMU_DOMAIN_DMA support
` [PATCH 17/18] media/omap3isp: Clean up IOMMU workaround

v5.9-rc1 commit reliably breaks pci nvme detection
 2020-08-20 17:14 UTC  (12+ messages)

[PATCH v2] pwm: img: Fix null pointer access in probe
 2020-08-20 17:14 UTC 

[PATCH 0/2] MIPI I3c HCI (Host Controller Interface) driver
 2020-08-20 17:14 UTC  (12+ messages)
` [PATCH 2/2] i3c/master: add the mipi-i3c-hci driver

[PATCH net-next 0/3] tcp_mmap: optmizations
 2020-08-20 17:11 UTC  (4+ messages)
` [PATCH net-next 1/3] selftests: net: tcp_mmap: use madvise(MADV_DONTNEED)
` [PATCH net-next 2/3] selftests: net: tcp_mmap: Use huge pages in send path
` [PATCH net-next 3/3] selftests: net: tcp_mmap: Use huge pages in receive path

[PATCH] regulator: core: add of_match_full_name boolean flag
 2020-08-20 17:11 UTC  (4+ messages)

[PATCH v2] ppc/pnv: Add a HIOMAP erase command
 2020-08-20 17:10 UTC  (2+ messages)

[PATCH] util/vfio-helpers: Unify trace-events size format
 2020-08-20 17:10 UTC 

[PATCH v3 0/2] Selecting Load Addresses According to p_align
 2020-08-20 17:05 UTC  (3+ messages)
` [PATCH v3 1/2] fs/binfmt_elf: Use PT_LOAD p_align values for suitable start address
` [PATCH v3 2/2] Add self-test for verifying load alignment

[PATCH] memory: brcmstb_dpfe: Fix memory leak
 2020-08-20 17:08 UTC  (4+ messages)

[PATCH] xfs: fix off-by-one in inode alloc block reservation calculation
 2020-08-20 17:07 UTC 

[PATCH v2 0/8] x86: switch default MSR behavior
 2020-08-20 17:08 UTC  (3+ messages)
` [PATCH v2 3/8] x86/msr: explicitly handle AMD DE_CFG

[PATCH] checkpatch: Add test for comma use that should be semicolon
 2020-08-20 17:03 UTC  (7+ messages)
  ` coccinelle: Convert comma to semicolons (was Re: [PATCH] checkpatch: Add test for comma use that should be semicolon)
    ` [Cocci] "

[RFC] ath10k: change to do napi_enable and napi_disable when insmod and rmmod for sdio
 2020-08-20 17:07 UTC  (13+ messages)

[PATCH v6 0/4] Charge loop device i/o to issuing cgroup
 2020-08-20 17:06 UTC  (4+ messages)

[PATCH v5 00/15] block/nvme: Various cleanups required to use multiple queues
 2020-08-20 16:59 UTC  (16+ messages)
` [PATCH v5 01/15] block/nvme: Replace magic value by SCALE_MS definition
` [PATCH v5 02/15] block/nvme: Avoid further processing if trace event not enabled
` [PATCH v5 03/15] block/nvme: Let nvme_create_queue_pair() fail gracefully
` [PATCH v5 04/15] block/nvme: Define INDEX macros to ease code review
` [PATCH v5 05/15] block/nvme: Improve error message when IO queue creation failed
` [PATCH v5 06/15] block/nvme: Use common error path in nvme_add_io_queue()
` [PATCH v5 07/15] block/nvme: Rename local variable
` [PATCH v5 08/15] block/nvme: Use union of NvmeIdCtrl / NvmeIdNs structures
` [PATCH v5 09/15] block/nvme: Replace qemu_try_blockalign0 by qemu_try_blockalign/memset
` [PATCH v5 10/15] block/nvme: Replace qemu_try_blockalign(bs) by qemu_try_memalign(pg_sz)
` [PATCH v5 11/15] block/nvme: Simplify nvme_init_queue() arguments
` [PATCH v5 12/15] block/nvme: Replace BDRV_POLL_WHILE by AIO_WAIT_WHILE
` [PATCH v5 13/15] block/nvme: Simplify nvme_create_queue_pair() arguments
` [PATCH v5 14/15] block/nvme: Extract nvme_poll_queue()
` [PATCH v5 15/15] block/nvme: Use an array of EventNotifier

[Patch 0/4] Defer page pinning for SEV guests until guest pages touched
 2020-08-20 17:05 UTC  (8+ messages)
` [Patch 2/4] KVM:SVM: Introduce set_spte_notify support

[PATCH bpf-next v1 0/8] bpf: BTF support for ksyms
 2020-08-20 17:04 UTC  (7+ messages)
` [PATCH bpf-next v1 1/8] bpf: Introduce pseudo_btf_id
` [PATCH bpf-next v1 2/8] bpf: Propagate BPF_PSEUDO_BTF_ID to uapi headers in /tools

[PATCH 5.7 000/204] 5.7.17-rc1 review
 2020-08-20 17:04 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/igd2-for-linux: fix build with gcc 10
 2020-08-20 17:06 UTC 

[PATCH] powerpc: Fix a bug in __div64_32 if divisor is zero
 2020-08-20 17:02 UTC  (3+ messages)

[PATCH 1/4] binutils: Let crosssdk gold linker generate 4096 btyes long .interp section
 2020-08-20 17:05 UTC  (4+ messages)
` [PATCH 2/4] gcc-cross-canadian: Install gcc/g++ wrappers for musl

[PATCH V3] coresight: Make sysFS functional on topologies with per core sink
 2020-08-20 17:02 UTC  (2+ messages)

[PATCH] selinux: permit removing security.selinux xattr before policy load
 2020-08-20 17:00 UTC 

[PATCH] media: pvrusb2: fix parsing error
 2020-08-20 16:55 UTC  (6+ messages)
` [PATCH v2] "
    ` [PATCH v3] "

[Bug 207629] BISECTED Bluetooth: hci0: command 0x2042 tx timeout - suspend fails - Dell XPS 9300, Dell XPS 7390, Dell Inspiron 7386, Intel NUC7JYB
 2020-08-20 16:59 UTC 

[PATCH v3 0/9] fix possible controller reset hangs in nvme-tcp/nvme-rdma
 2020-08-20 16:58 UTC  (4+ messages)
` [PATCH v3 2/9] nvme-fabrics: allow to queue requests for live queues

[RFC PATCH] selinux: runtime disable is deprecated, add some ssleep() discomfort
 2020-08-20 16:58 UTC  (13+ messages)

[PATCH] asio: extend recipe to add native support
 2020-08-20 16:57 UTC  (2+ messages)
` [oe] "

Request to queue patch for 5.7 and 5.8 stable
 2020-08-20 16:57 UTC 

[PATCH 0/2] intel/xdp fixes for fliping rx buffer
 2020-08-20 16:51 UTC  (5+ messages)
` [Intel-wired-lan] "

[PATCH V2] ARM: imx6q_logic: Fix broken booting by moving fdt_addr_r address
 2020-08-20 16:57 UTC  (2+ messages)

[PATCH V1] fuse: Fix VM_BUG_ON_PAGE issue while accessing zero ref count page
 2020-08-20 16:55 UTC 

[PATCH v4 1/1] tpm: add sysfs exports for all banks of PCR registers
 2020-08-20 16:55 UTC  (11+ messages)

a saner API for allocating DMA addressable pages
 2020-08-20 16:54 UTC  (34+ messages)
` [PATCH 05/28] media/v4l2: remove V4L2-FLAG-MEMORY-NON-CONSISTENT

[PATCH v2 0/3] mtd: spinand: gigadevice: quadIO fixes and add GD5F4GQ4xC
 2020-08-20 16:51 UTC  (4+ messages)
` [PATCH v2 1/3] mtd: spinand: gigadevice: Only one dummy byte in QUADIO
` [PATCH v2 2/3] mtd: spinand: gigadevice: Add QE Bit
` [PATCH v2 3/3] mtd: spinand: gigadevice: Add support for GD5F4GQ4xC

Board Sensor Calibration
 2020-08-20 16:54 UTC  (3+ messages)

[PATCH 4.4 000/149] 4.4.233-rc1 review
 2020-08-20 16:52 UTC  (5+ messages)

[PATCH 03/25] dma-buf.rst: Document why idenfinite fences are a bad idea
 2020-08-20  6:32 UTC  (6+ messages)
` [PATCH 1/2] dma-buf.rst: Document why indefinite "
  ` [PATCH 2/2] drm/virtio: Remove open-coded commit-tail function
        ` [Intel-gfx] "

[PATCH 00/10] pseries NUMA distance rework
 2020-08-20 16:51 UTC  (6+ messages)
` [PATCH 02/10] numa: introduce MachineClass::forbid_asymmetrical_numa

[RFC 00/20] drm/dp, i915, nouveau: Cleanup nouveau HPD and add DP features from i915
 2020-08-20 16:49 UTC  (7+ messages)
` [RFC 19/20] drm/i915/dp: Extract drm_dp_read_dpcd_caps()
      ` [Intel-gfx] "

[PATCH 0/4] TopDown metrics support for Ice Lake (perf tool)
 2020-08-20 16:45 UTC  (5+ messages)
` [PATCH 1/4] perf tools: Rename group to topdown
` [PATCH 2/4] perf record: Support sample-read topdown metric group
` [PATCH 3/4] perf stat: Support new per thread TopDown metrics
` [PATCH 4/4] perf, tools: Add documentation for topdown metrics

[PATCH 0/7] Overhaul find_get_entries and pagevec_lookup_entries
 2020-08-20 16:47 UTC  (5+ messages)
` [PATCH 2/7] mm: Rewrite shmem_seek_hole_data
` [PATCH 3/7] mm: Add an 'end' parameter to find_get_entries

[RFC] security: replace indirect calls with static calls
 2020-08-20 16:47 UTC 

[PATCH 1/1] mm, oom_adj: don't loop through tasks in __set_oom_adj when not necessary
 2020-08-20 16:47 UTC  (13+ messages)

[PATCH] ppc/pnv: Add a HIOMAP erase command
 2020-08-20 16:45 UTC  (3+ messages)

[PATCH v7 29/29] arm64: mte: Add Memory Tagging Extension documentation
 2020-08-20 16:43 UTC  (12+ messages)

[RFC][PATCH 0/7] x86/debug: Untangle handle_debug()
 2020-08-20 16:43 UTC  (9+ messages)
` [RFC][PATCH 4/7] x86/debug: Move historical SYSENTER junk into exc_debug_kernel()

[PATCH v3] gpu/drm: ingenic: Add option to mmap GEM buffers cached
 2020-08-20 16:42 UTC 

[PATCH V6] Introduce a new flag for i440fx to disable PCI hotplug on the root bus
 2020-08-20 16:41 UTC  (2+ messages)

[GIT PULL] dma-mapping fixes for 5.9
 2020-08-20 16:41 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] fs/cpio: make initramfs init script survive 'console=' kernel argument
 2020-08-20 16:42 UTC  (3+ messages)

[PATCH nf-next 0/3] Netfilter egress hook
 2020-08-20 16:35 UTC  (11+ messages)
` [PATCH nf-next 3/3] netfilter: Introduce "

[PATCH 0/4] cpufreq: intel_pstate: Address some HWP-related oddities
 2020-08-20 16:38 UTC  (5+ messages)
` [PATCH 1/4] cpufreq: intel_pstate: Refuse to turn off with HWP enabled
` [PATCH 2/4] cpufreq: intel_pstate: Always return last EPP value from sysfs
` [PATCH 3/4] cpufreq: intel_pstate: Add ->offline and ->online callbacks
` [PATCH 4/4] cpufreq: intel_pstate: Free memory only when turning off

[PATCH 1/3 v3] dt-bindings: backlight: Add some common backlight properties
 2020-08-20 16:38 UTC  (6+ messages)
` [PATCH 2/3 v3] dt-bindings: backlight: Add Kinetic KTD253 bindings

[PATCH v2 0/3] Add Broadcom VK driver
 2020-08-20 16:37 UTC  (8+ messages)
` [PATCH v2 1/3] bcm-vk: add bcm_vk UAPI

[PATCH v2 0/2] NT39016 cleanup
 2020-08-20 16:37 UTC  (4+ messages)
` [PATCH v2 1/2] drm/panel: novatek,nt39016: Reorder calls in probe

[PATCH v3] Add ISA ACPI sensor driver name support
 2020-08-20 16:36 UTC  (2+ messages)

[PATCH 0/2] x86/vpic: minor fixes
 2020-08-20 16:33 UTC  (4+ messages)
` [PATCH 2/2] x86/vpic: also execute dpci callback for non-specific EOI

[PATCH] asio: extend recipe to add native support
 2020-08-20 16:33 UTC  (2+ messages)
` [OE-core] "

[PATCH BlueZ 2/2] src/profile.c: Add a GetProfileInfo method
 2020-08-20 16:33 UTC  (4+ messages)

tc filter by source port and destination port strange offset
 2020-08-20 16:32 UTC  (2+ messages)

[PATCH] mm/highmem: Clean up endif comments
 2020-08-20 16:31 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.