All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-06-23 15:50:33 to 2020-06-23 16:31:04 UTC [more...]

post-receive: pub/scm/linux/kernel/git/paulmck/linux-rcu
 2020-06-23 16:31 UTC 

[PATCH 0/3] x86/dumpstack: Print registers with the same log level as the backtrace
 2020-06-23 16:29 UTC  (4+ messages)
` [PATCH 1/3] x86/dumpstack: Add log_lvl to show_iret_regs()
` [PATCH 2/3] x86/dumpstack: Add log_lvl to __show_regs()
` [PATCH 3/3] x86/dumpstack: Show registers dump with trace's log level

[Buildroot] [PATCH 1/3] package/libnpupnp: new package
 2020-06-23 16:30 UTC  (3+ messages)
` [Buildroot] [PATCH 2/3] package/libupnpp: bump to version 0.19.2
` [Buildroot] [PATCH 3/3] package/upmpdcli: bump to version 1.4.12

post-receive: pub/scm/linux/kernel/git/tegra/linux
 2020-06-23 16:30 UTC 

[Intel-gfx] [PATCH 1/7] drm/i915/gem: Replace i915_gem_object.mm.mutex with reservation_ww_class
 2020-06-23 16:29 UTC  (9+ messages)
` [Intel-gfx] [PATCH 7/7] drm/i915/gem: Acquire all vma/objects under reservation_ww_class

[PATCH] rcu/tree: Force quiescent state on callback overload
 2020-06-23 16:29 UTC  (3+ messages)

[PATCH] ACPI / hotplug / PCI: lost acpiphp_put_context in acpiphp_grab_context()
 2020-06-23 16:29 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 00/15] net: phy: correctly model the PHY voltage supply in DT
 2020-06-23 16:27 UTC  (10+ messages)
` [PATCH 14/15] net: phy: add PHY regulator support

[PATCH 00/18] remove extended cede offline mode and bogus topology update code
 2020-06-23 16:23 UTC  (3+ messages)
` [PATCH 03/18] powerpc/numa: remove ability to enable topology updates

[RFC PATCH v2] arm64/acpi: disallow AML memory opregions to access kernel memory
 2020-06-23 16:26 UTC  (3+ messages)

[PATCH 0/3] Some improvements for NVMe
 2020-06-23 16:27 UTC  (4+ messages)
` [PATCH 2/3] nvme-pci: Add controller memory buffer supported macro

[dpdk-dev] [PATCH 0/3] add support for DOCSIS protocol to security library
 2020-06-23 16:27 UTC  (8+ messages)
` [dpdk-dev] [PATCH v2 0/6] add support for DOCSIS protocol

[PATCH bpf-next v3 00/15] implement bpf iterator for tcp and udp sockets
 2020-06-23 16:27 UTC  (5+ messages)
` [PATCH bpf-next v3 09/15] bpf: add bpf_skc_to_udp6_sock() helper

[PATCH] afs: Fix the memory leak in afs_mkdir
 2020-06-23 16:26 UTC  (2+ messages)

nvme-rdma regression fix for 5.9
 2020-06-23 16:26 UTC  (3+ messages)
` [PATCH] nvme-rdma: fix a missing completion with remove invalidation

[PATCH 1/1] drm/amdgpu: call release_firmware() without a NULL check
 2020-06-23 16:26 UTC 

[PATCH] qom: Allow object_property_add_child() to fail
 2020-06-23 16:24 UTC  (6+ messages)

[RFC PATCH 0/1] dm-crypt excessive overhead
 2020-06-23 16:24 UTC  (7+ messages)
          ` [dm-crypt] "

[PATCH 1/2] riscv: Support irq_work via self IPIs
 2020-06-23 16:19 UTC  (3+ messages)

[PATCH 4/4] iommu/arm-smmu-v3: Remove cmpxchg() in arm_smmu_cmdq_issue_cmdlist()
 2020-06-23 16:22 UTC  (7+ messages)

[ath6kl:ath11k-qca6390-bringup 30/79] drivers/net/wireless/ath/ath11k/qmi.c:1734:34: warning: assignment to 'u32 {aka 'unsigned int from 'u32' {aka 'unsigned int'} makes pointer from integer without a cast
 2020-06-23 16:23 UTC  (2+ messages)

[PATCH] pciutils: Add decode support for RCECs
 2020-06-23 16:22 UTC  (2+ messages)

[PATCH] libqos: usb-hcd-ehci: use 32-bit write for config register
 2020-06-23 16:18 UTC 

[PATCH] libqos: pci-pc: use 32-bit write for EJ register
 2020-06-23 16:18 UTC 

[dpdk-dev] [PATCH 1/2] timer: move from common to Unix directory
 2020-06-23 16:19 UTC  (4+ messages)
` [dpdk-dev] [PATCH v10 0/2] eal timer split and implementation for Windows

[PATCH bpf-next v4 00/15] implement bpf iterator for tcp and udp sockets
 2020-06-23 16:18 UTC  (16+ messages)
` [PATCH bpf-next v4 01/15] net: bpf: add bpf_seq_afinfo in tcp_iter_state
` [PATCH bpf-next v4 02/15] net: bpf: implement bpf iterator for tcp
` [PATCH bpf-next v4 03/15] bpf: support 'X' in bpf_seq_printf() helper
` [PATCH bpf-next v4 04/15] bpf: allow tracing programs to use bpf_jiffies64() helper
` [PATCH bpf-next v4 05/15] bpf: add bpf_skc_to_tcp6_sock() helper
` [PATCH bpf-next v4 06/15] bpf: add bpf_skc_to_{tcp,tcp_timewait,tcp_request}_sock() helpers
` [PATCH bpf-next v4 07/15] net: bpf: add bpf_seq_afinfo in udp_iter_state
` [PATCH bpf-next v4 08/15] net: bpf: implement bpf iterator for udp
` [PATCH bpf-next v4 09/15] bpf: add bpf_skc_to_udp6_sock() helper
` [PATCH bpf-next v4 10/15] selftests/bpf: move newer bpf_iter_* type redefining to a new header file
` [PATCH bpf-next v4 11/15] selftests/bpf: refactor some net macros to bpf_tracing_net.h
` [PATCH bpf-next v4 12/15] selftests/bpf: add more common "
` [PATCH bpf-next v4 13/15] selftests/bpf: implement sample tcp/tcp6 bpf_iter programs
` [PATCH bpf-next v4 14/15] selftests/bpf: implement sample udp/udp6 "
` [PATCH bpf-next v4 15/15] selftests/bpf: add tcp/udp iterator programs to selftests

[Qemu-devel] [Qemu-riscv] [PATCH] riscv: sifive_e: Correct various SoC IP block sizes
 2020-06-23 16:07 UTC  (5+ messages)

[PATCH for-4.14] mm: fix public declaration of struct xen_mem_acquire_resource
 2020-06-23 16:18 UTC  (4+ messages)

[PATCH v3 00/25] risu cleanups and improvements
 2020-06-23 16:17 UTC  (4+ messages)
` [PATCH] risu: don't do a full register compare for OP_SIGILL

[Buildroot] [PATCH 1/1] package/dropbear: fix build on uclibc
 2020-06-23 16:18 UTC 

[PATCH 01/18] mm: Track mmu notifiers in fs_reclaim_acquire/release
 2020-06-23 16:17 UTC  (6+ messages)
` [PATCH] "

Strange problem with SCTP+IPv6
 2020-06-23 16:17 UTC  (16+ messages)
          ` [PATCH] sctp: Don't advertise IPv4 addresses if ipv6only is set on the socket

[RFC PATCH 0/2] DRM driver for hyper-v synthetic video device
 2020-06-23 16:17 UTC  (7+ messages)
` [RFC PATCH 1/2] drm/hyperv: Add DRM driver for hyperv "

[RFC v5 00/10] drm/nouveau: Introduce CRC support for gf119+
 2020-06-23 16:17 UTC  (5+ messages)
` [RFC v5 01/10] drm/vblank: Register drmm cleanup action once per drm_vblank_crtc

[PATCH for-4.14 v2] x86/tlb: fix assisted flush usage
 2020-06-23 16:16 UTC  (5+ messages)

[PATCH v1 2/2] romfs: address performance regression since v3.10
 2020-06-23 16:16 UTC  (2+ messages)

Request for adding a simple mechanism to exclude files from Git merge operation
 2020-06-23 16:16 UTC  (4+ messages)

[ANNOUNCE] Git v2.27.0
 2020-06-23 16:16 UTC  (3+ messages)
` [ANNOUNCE] git-filter-repo v2.27.0 (Was: Re: [ANNOUNCE] Git v2.27.0)
  ` [ANNOUNCE] git-filter-repo v2.27.1

[PATCH RFC v8 00/11] vhost: ring format independence
 2020-06-23 16:15 UTC  (15+ messages)
` [PATCH RFC v8 02/11] vhost: use batched get_vq_desc version

[PATCH v3 0/2] Allow breaking up Thunderbolt/USB4 updates
 2020-06-23 16:14 UTC  (3+ messages)
` [PATCH v3 1/2] thunderbolt: Add support for separating the flush to SPI and authenticate
` [PATCH v3 2/2] thunderbolt: Add support for authenticate on disconnect

[PATCH] Allow RDTSC and RDTSCP from userspace
 2020-06-23 16:13 UTC  (28+ messages)
      ` Should SEV-ES #VC use IST? (Re: [PATCH] Allow RDTSC and RDTSCP from userspace)

[PATCH v2] arm64/module: Optimize module load time by optimizing PLT counting
 2020-06-23 16:12 UTC  (3+ messages)

[PATCH v4 0/8] lockdep: Change IRQ state tracking to use per-cpu variables
 2020-06-23 16:13 UTC  (6+ messages)
` [PATCH v4 7/8] lockdep: Change hardirq{s_enabled,_context} to "

[PATCH v4 0/5] VIRTIO-IOMMU probe request support and MSI bypass on ARM
 2020-06-23 16:12 UTC  (4+ messages)
` [PATCH v4 1/5] qdev: Introduce DEFINE_PROP_RESERVED_REGION

[PATCH] tcp: don't ignore ECN CWR on pure ACK
 2020-06-23 16:12 UTC  (2+ messages)

[PATCH 00/18] multiple preferred nodes
 2020-06-23 16:12 UTC  (4+ messages)

[PATCH 00/17] arch: remove do_fork() and HAVE_COPY_THREAD_TLS
 2020-06-23 16:11 UTC  (4+ messages)
` [PATCH 11/17] hexagon: switch to copy_thread_tls()

[Intel-gfx] [PATCH] drm/fb-helper: Fix vt restore
 2020-06-23 16:11 UTC  (4+ messages)
`  "
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "

[PATCH] docs: sysctl/kernel: document random
 2020-06-23 11:25 UTC 

Should SEV-ES #VC use IST? (Re: [PATCH] Allow RDTSC and RDTSCP from userspace)
 2020-06-23 16:10 UTC  (11+ messages)

FAILED: patch "[PATCH] kprobes: Fix to protect kick_kprobe_optimizer() by" failed to apply to 4.9-stable tree
 2020-06-23 16:09 UTC  (3+ messages)

[PATCH] arm64: zynqmp: Support converting pm_cfg_obj.c
 2020-06-23 16:08 UTC  (2+ messages)

[Bug 1878067] [NEW] Assertion failure in eth_get_gso_type through the e1000e
 2020-06-23 15:54 UTC  (4+ messages)

[PATCH v6] hwmon:(adm1275) Enable adm1278 ADM1278_TEMP1_EN
 2020-06-23 16:04 UTC  (3+ messages)

[PATCH 1/8] drm/atomic-helper: reset vblank on crtc reset
 2020-06-23 16:01 UTC  (6+ messages)
` [PATCH 4/8] drm/mtk: Use __drm_atomic_helper_crtc_reset
    ` [Intel-gfx] "

[PATCH 1/1] drm/amd/powerplay: Fix DCEFCLK related compilation error for arcturus
 2020-06-23 16:04 UTC  (2+ messages)

[PATCH] arm64: don't preempt_disable in do_debug_exception
 2020-06-23 15:59 UTC  (3+ messages)

[v1,net-next 4/4] net: enetc add tc flower offload flow metering policing action
 2020-06-23 15:08 UTC  (2+ messages)

[PATCH v4 1/2] dt-bindings: tas2562: Convert the tas2562 binding to yaml
 2020-06-23 15:59 UTC  (4+ messages)
` [PATCH v4 2/2] ASoC: tas2562: Update shutdown GPIO property

[djwong-xfs:repair-quota 54/55] fs/xfs/scrub/quotacheck.c:484:1-7: preceding lock on line 450 (fwd)
 2020-06-23 16:00 UTC 

[PATCH v7 00/17] drm/i915: Add support for HDCP 1.4 over MST
 2020-06-23 15:59 UTC  (38+ messages)
` [Intel-gfx] "
` [PATCH v7 01/17] drm/i915: Fix sha_text population code
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH v7 02/17] drm/i915: Clear the repeater bit on HDCP disable
  `  "
` [PATCH v7 03/17] drm/i915: WARN if HDCP signalling is enabled upon disable
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH v7 04/17] drm/i915: Intercept Aksv writes in the aux hooks
  `  "
` [Intel-gfx] [PATCH v7 05/17] drm/i915: Use the cpu_transcoder in intel_hdcp to toggle HDCP signalling
  `  "
` [Intel-gfx] [PATCH v7 06/17] drm/i915: Factor out hdcp->value assignments
  `  "
` [PATCH v7 07/17] drm/i915: Protect workers against disappearing connectors
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH v7 08/17] drm/i915: Clean up intel_hdcp_disable
  `  "
` [PATCH v7 09/17] drm/i915: Don't fully disable HDCP on a port if multiple pipes are using it
  ` [Intel-gfx] "
` [PATCH v7 10/17] drm/i915: Support DP MST in enc_to_dig_port() function
  ` [Intel-gfx] "
` [PATCH v7 11/17] drm/i915: Use ddi_update_pipe in intel_dp_mst
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH v7 12/17] drm/i915: Factor out HDCP shim functions from dp for use by dp_mst
  `  "
` [Intel-gfx] [PATCH v7 13/17] drm/i915: Plumb port through hdcp init
  `  "
` [Intel-gfx] [PATCH v7 14/17] drm/i915: Add connector to hdcp_shim->check_link()
  `  "
` [PATCH v7 15/17] drm/mst: Add support for QUERY_STREAM_ENCRYPTION_STATUS MST sideband message
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH v7 16/17] drm/i915: Print HDCP version info for all connectors
  `  "
` [PATCH v7 17/17] drm/i915: Add HDCP 1.4 support for MST connectors
  ` [Intel-gfx] "

[PATCH] kvm: x86 mmu: avoid mmu_page_hash lookup for direct_map-only VM
 2020-06-23 15:59 UTC  (5+ messages)

ERROR: "min_low_pfn" undefined!
 2020-06-23 15:57 UTC  (2+ messages)

[PATCH 0/7] accel/kvm: Simplify few functions that can use global kvm_state
 2020-06-23 15:56 UTC  (7+ messages)
` [PATCH 3/7] accel/kvm: Simplify kvm_check_extension_list()
` [PATCH 5/7] target/i386/kvm: Simplify get_para_features()

Yocto Project Status WW25'20
 2020-06-23 15:58 UTC  (2+ messages)
` [OE-core] "

[PATCH] ima: extend boot_aggregate with kernel measurements
 2020-06-23 15:57 UTC  (2+ messages)
` [PATCH v4] "

[PATCH 0/5] ASoC: add dailink .exit() callback
 2020-06-23 14:50 UTC  (4+ messages)
` [PATCH 1/5] ASoC: soc-link: introduce exit() callback

[PATCH v2 0/9] Convert the remaining text files to ReST and add SPDX for GFDL
 2020-06-23 15:56 UTC  (3+ messages)
` [PATCH v2 5/9] docs: move nommu-mmap.txt to admin-guide and rename to ReST

[PATCH] cros_ec_spi: Even though we're RT priority, don't bump cpu freq
 2020-06-23 15:56 UTC  (9+ messages)

[PATCH 1/7] irqchip: Fix potential resource leaks
 2020-06-23 15:55 UTC  (2+ messages)

[PATCH] checkout: teach --worktree
 2020-06-23 15:55 UTC  (4+ messages)
` [PATCH v2] "

[PATCH memory-model 0/14] LKMM updates for v5.9
 2020-06-23 15:54 UTC  (4+ messages)
` [PATCH tip/core/rcu 13/14] tools/memory-model/README: Expand dependency of klitmus7

[PATCH 1/2] cpufreq: intel_pstate: Allow enable/disable energy efficiency
 2020-06-23 15:53 UTC  (2+ messages)

[PATCH alsa-lib v2 0/2] Make dmix lockless operation optional
 2020-06-23 15:49 UTC  (3+ messages)
` [PATCH alsa-lib v2 1/2] pcm: dmix: make "
` [PATCH alsa-lib v2 2/2] pcm: dmix: Fix semaphore usage with lockless operation

Pass disk context to GRUB
 2020-06-23 15:52 UTC 

[PATCH bpf-next] tools: bpftool: do not pass json_wtr to emit_obj_refs_json()
 2020-06-23 15:51 UTC 

Are there still some methods that could be used by the Linux kernel to reduce memory fragmentation while both CONFIG-MIGRATION and CONFIG-COMPACTION are disabled?
 2020-06-23 15:52 UTC 

[PATCH 1/1] power_supply: wilco_ec: Add permanent long life charging mode
 2020-06-23 15:50 UTC  (3+ messages)

[HDAudio][ALC295] speakers not working on Acer Travelmate P614
 2020-06-23 15:49 UTC 


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.