All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-09-14 19:56:00 to 2020-09-14 20:43:42 UTC [more...]

[RFC 00/26] perf: Add mmap3 support
 2020-09-14 20:43 UTC  (28+ messages)
` [PATCH 02/26] perf: Introduce mmap3 version of mmap event
` [PATCH 04/26] perf tools: Add filename__decompress function
` [PATCH 07/26] perf tools: Add check for existing link in buildid dir
` [PATCH 09/26] perf tools: Try load vmlinux from buildid database
` [PATCH 14/26] perf tools: Add mmap3 events to --show-mmap-events option
` [PATCH 24/26] perf tools: Add buildid-list --store option

[PATCH 2/2] PCI/portdrv: Don't disable pci device during shutdown
 2020-09-14 20:43 UTC  (3+ messages)

[Intel-gfx] [PATCH i-g-t v6 00/24] tests/core_hotunplug: Fixes and enhancements
 2020-09-14 20:43 UTC  (5+ messages)
      ` [igt-dev] "

[PATCH net-next] net: fec: ptp: remove unused variable 'ns' in fec_time_keep()
 2020-09-14 20:43 UTC  (2+ messages)

[Bug 209089] USB storage devices appear as SATA devices
 2020-09-14 20:42 UTC 

[PATCH net-next] net: dnet: remove unused variable 'tx_status 'in dnet_start_xmit()
 2020-09-14 20:42 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/dhcpdump: fix build without pod2man
 2020-09-14 20:42 UTC 

[Bug 1894869] [NEW] Chelsio T4 has old MSIX PBA offset bug
 2020-09-14 20:34 UTC  (3+ messages)
` [Bug 1894869] "

[patch 00/13] preempt: Make preempt count unconditional
 2020-09-14 20:42 UTC  (14+ messages)
` [patch 01/13] lib/debug: Remove pointless ARCH_NO_PREEMPT dependencies
` [patch 02/13] preempt: Make preempt count unconditional
` [patch 03/13] preempt: Clenaup PREEMPT_COUNT leftovers
` [patch 04/13] lockdep: "
` [patch 05/13] mm/pagemap: "
` [patch 06/13] locking/bitspinlock: "
` [patch 07/13] uaccess: "
` [patch 08/13] sched: "
` [patch 09/13] ARM: "
` [patch 10/13] xtensa: "
` [patch 11/13] drm/i915: "
` [patch 12/13] rcutorture: "
` [patch 13/13] preempt: Remove PREEMPT_COUNT from Kconfig

[Buildroot] [PATCH] package/asn1c: new host package
 2020-09-14 20:41 UTC  (2+ messages)

[PATCH v9 1/2] dt-bindings: input: Add docs for ADC driven joystick
 2020-09-14 20:41 UTC  (6+ messages)
` [PATCH v9 2/2] input: joystick: Add ADC attached joystick driver

[Buildroot] [PATCH buildroot-test v2] scripts/autobuild-run: create host-distro file
 2020-09-14 20:41 UTC 

[PATCH v2] tests/qtest/qmp-cmd-test: Use inclusive language
 2020-09-14 20:39 UTC  (3+ messages)

[PATCH 0/2] KVM: VMX: Clean up IRQ/NMI handling
 2020-09-14 20:40 UTC  (4+ messages)
` [PATCH 2/2] KVM: VMX: Invoke NMI handler via indirect call instead of INTn
  ` [PATCH 1/2] KVM: VMX: Move IRQ invocation to assembly subroutine

general protection fault in madvise_cold_or_pageout_pte_range
 2020-09-14 20:38 UTC  (2+ messages)

[PATCH 00/12] more miscellaneous Bloom filter improvements, redux
 2020-09-14 20:36 UTC  (8+ messages)
` [PATCH 12/12] builtin/commit-graph.c: introduce '--max-new-filters=<n>'

[PATCH] silence nfscache allocation warnings with kvzalloc
 2020-09-14 20:36 UTC  (2+ messages)

[PATCH net-next] tcp: remove SOCK_QUEUE_SHRUNK
 2020-09-14 20:36 UTC  (2+ messages)

[PATCH v2 0/2] GPIO PWM driver
 2020-09-14 20:16 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: pwm: Add pwm-gpio

[PATCH net-next v2] net/packet: Fix a comment about hard_header_len and headroom allocation
 2020-09-14 20:34 UTC  (2+ messages)

[PATCH] ASoC: dt-bindings: aries-wm8994: Match compatibles with enum
 2020-09-14 20:24 UTC  (3+ messages)

[PATCH 0/6] irqchip: Hybrid probing
 2020-09-14 20:33 UTC  (3+ messages)

[PATCH 00/15] selftests/seccomp: Refactor change_syscall()
 2020-09-14 20:32 UTC  (10+ messages)
` [PATCH 13/15] selftests/seccomp: powerpc: Set syscall return during ptrace syscall exit

[PATCH 1/3] dt-bindings: crypto: slimsss: Correct a typo in compatible
 2020-09-14 20:34 UTC  (2+ messages)

[RFC PATCH 00/35] SEV-ES hypervisor support
 2020-09-14 20:15 UTC  (36+ messages)
` [RFC PATCH 01/35] KVM: SVM: Remove the call to sev_platform_status() during setup
` [RFC PATCH 02/35] KVM: SVM: Add support for SEV-ES capability in KVM
` [RFC PATCH 03/35] KVM: SVM: Add indirect access to the VM save area
` [RFC PATCH 04/35] KVM: SVM: Make GHCB accessor functions available to the hypervisor
` [RFC PATCH 05/35] KVM: SVM: Add initial support for SEV-ES GHCB access to KVM
` [RFC PATCH 06/35] KVM: SVM: Add required changes to support intercepts under SEV-ES
` [RFC PATCH 07/35] KVM: SVM: Modify DRx register intercepts for an SEV-ES guest
` [RFC PATCH 08/35] KVM: SVM: Prevent debugging under SEV-ES
` [RFC PATCH 09/35] KVM: SVM: Do not emulate MMIO "
` [RFC PATCH 10/35] KVM: SVM: Cannot re-initialize the VMCB after shutdown with SEV-ES
` [RFC PATCH 11/35] KVM: SVM: Prepare for SEV-ES exit handling in the sev.c file
` [RFC PATCH 12/35] KVM: SVM: Add initial support for a VMGEXIT VMEXIT
` [RFC PATCH 13/35] KVM: SVM: Create trace events for VMGEXIT processing
` [RFC PATCH 14/35] KVM: SVM: Add support for SEV-ES GHCB MSR protocol function 0x002
` [RFC PATCH 15/35] KVM: SVM: Add support for SEV-ES GHCB MSR protocol function 0x004
` [RFC PATCH 16/35] KVM: SVM: Add support for SEV-ES GHCB MSR protocol function 0x100
` [RFC PATCH 17/35] KVM: SVM: Create trace events for VMGEXIT MSR protocol processing
` [RFC PATCH 18/35] KVM: SVM: Support MMIO for an SEV-ES guest
` [RFC PATCH 19/35] KVM: SVM: Support port IO operations "
` [RFC PATCH 20/35] KVM: SVM: Add SEV/SEV-ES support for intercepting INVD
` [RFC PATCH 21/35] KVM: SVM: Add support for EFER write traps for an SEV-ES guest
` [RFC PATCH 22/35] KVM: SVM: Add support for CR0 "
` [RFC PATCH 23/35] KVM: SVM: Add support for CR4 "
` [RFC PATCH 24/35] KVM: SVM: Add support for CR8 "
` [RFC PATCH 25/35] KVM: x86: Update __get_sregs() / __set_sregs() to support SEV-ES
` [RFC PATCH 26/35] KVM: SVM: Guest FPU state save/restore not needed for SEV-ES guest
` [RFC PATCH 27/35] KVM: SVM: Add support for booting APs for an "
` [RFC PATCH 28/35] KVM: X86: Update kvm_skip_emulated_instruction() "
` [RFC PATCH 29/35] KVM: SVM: Add NMI support "
` [RFC PATCH 30/35] KVM: SVM: Set the encryption mask for the SVM host save area
` [RFC PATCH 31/35] KVM: SVM: Update ASID allocation to support SEV-ES guests
` [RFC PATCH 32/35] KVM: SVM: Provide support for SEV-ES vCPU creation/loading
` [RFC PATCH 33/35] KVM: SVM: Provide support for SEV-ES vCPU loading
` [RFC PATCH 34/35] KVM: SVM: Provide an updated VMRUN invocation for SEV-ES guests
` [RFC PATCH 35/35] KVM: SVM: Provide support to launch and run an SEV-ES guest

[PATCH v2 0/2] push: make "--force-with-lease" safer
 2020-09-14 20:31 UTC  (5+ messages)
` [PATCH v3 0/7] push: add "--[no-]force-if-includes"
  ` [PATCH v3 1/7] remote: add reflog check for "force-if-includes"

[PATCH 1/2] PCI/portdrv: Remove the .remove() method in pcie_portdriver
 2020-09-14 20:34 UTC  (3+ messages)

[Buildroot] [PATCH v2,1/1] package/supertux: fix build with RELRO
 2020-09-14 20:33 UTC 

[PATCH 0/2] add support for Hisilicon SD5203 vector interrupt controller
 2020-09-14 20:31 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: interrupt-controller: add "

Yet another ethernet PHY LED control proposal
 2020-09-14 20:30 UTC  (2+ messages)

[Intel-gfx] [PATCH 1/4] drm/i915/display: Ignore IGNORE_PSR2_HW_TRACKING for platforms without sel fetch
 2020-09-14 20:30 UTC  (8+ messages)
` [Intel-gfx] [PATCH 2/4] drm/i915/display: Fix state of PSR2 sub features
` [Intel-gfx] [PATCH 3/4] drm/i915/display: Program PSR2 selective fetch registers

[PATCH v2 0/3] usb: cdns,usb3: Convert DT binding to YAML
 2020-09-14 20:20 UTC  (5+ messages)
` [PATCH v2 1/3] dt-bindings: usb: Convert cdns-usb3.txt to YAML schema
` [PATCH v2 2/3] dt-bindings: usb: cdns,usb3: Add cdns,phyrst-a-enable property

[PATCH v7 0/3] Add Actions Semi Owl family sirq support
 2020-09-14 20:27 UTC  (8+ messages)
` [PATCH v7 1/3] dt-bindings: interrupt-controller: Add Actions SIRQ controller binding
` [PATCH v7 2/3] irqchip: Add Actions Semi Owl SIRQ controller
` [PATCH v7 3/3] MAINTAINERS: Add entries for "

RFC improving amount of content in 5.11
 2020-09-14 20:29 UTC 

[MPTCP] [PATCH net-next v2 00/13] mptcp: introduce support for real multipath xmit
 2020-09-14 20:28 UTC  (3+ messages)
`  "
  ` [MPTCP] "

[PATCH v4 1/4] dt-bindings: usb: add rk3328 dwc3 docs
 2020-09-14 20:26 UTC  (4+ messages)

[PATCH v4 0/4] Galaxycore GC5035 sensor driver
 2020-09-14 20:26 UTC  (3+ messages)
` [PATCH v4 1/4] dt-bindings: Add a vendor prefix for Galaxycore Inc

[BlueZ 13/17] plugins: Add SPDX License Identifer
 2020-09-14 20:26 UTC  (3+ messages)

[PATCH v2 1/2] dt-bindings: mfd: syscon: Merge Samsung Exynos Sysreg bindings
 2020-09-14 20:24 UTC  (3+ messages)

[PATCH 1/2] dt-bindings: arm64: add compatible for LX2162A QDS Board
 2020-09-14 20:23 UTC  (3+ messages)

[Intel-gfx] [v6 00/11] Enable HDR on MCA LSPCON based Gen9 devices
 2020-09-14 21:00 UTC  (12+ messages)
` [Intel-gfx] [v6 01/11] drm/i915/display: Add HDR Capability detection for LSPCON
` [Intel-gfx] [v6 02/11] drm/i915/display: Enable HDR on gen9 devices with MCA Lspcon
` [Intel-gfx] [v6 03/11] drm/i915/display: Attach HDR property for capable Gen9 devices
` [Intel-gfx] [v6 04/11] drm/i915/display: Enable BT2020 for HDR on LSPCON devices
` [Intel-gfx] [v6 05/11] drm/i915/display: Enable HDR for Parade based lspcon
` [Intel-gfx] [v6 06/11] drm/i915/display: Implement infoframes readback for LSPCON
` [Intel-gfx] [v6 07/11] drm/i915/display: Implement DRM infoframe read "
` [Intel-gfx] [v6 08/11] drm/i915/lspcon: Create separate infoframe_enabled helper
` [Intel-gfx] [v6 09/11] drm/i915/lspcon: Do not send infoframes to non-HDMI sinks
` [Intel-gfx] [v6 10/11] drm/i915/lspcon: Do not send DRM "
` [Intel-gfx] [v6 11/11] drm/i915/display: [NOT FOR MERGE] Reduce blanking to support 4k60@10bpp for LSPCON

[PATCH v5 0/3] mfd: lp87565: convert DT to yaml and add LP87524-Q1
 2020-09-14 20:22 UTC  (5+ messages)
` [PATCH v5 1/3] dt-bindings: mfd: lp87565: convert to yaml
` [PATCH v5 2/3] dt-bindings: mfd: add LP87524-Q1

[RESEND net-next v2 00/12]drivers: net: convert tasklets to use new tasklet_setup() API
 2020-09-14 20:24 UTC  (3+ messages)

WARNING in syscall_exit_to_user_mode
 2020-09-14 20:22 UTC  (5+ messages)

[PATCH 1/1] NFSv4.2: fix client's attribute cache management for copy_file_range
 2020-09-14 20:23 UTC 

Ethernet device with systemd-networkd on Yocto won't work (rejects ARP replies), but does work with /etc/network/interfaces #systemd #yocto
 2020-09-14 20:24 UTC  (2+ messages)
` [yocto] "

Kernel Benchmarking
 2020-09-14 20:21 UTC  (11+ messages)

[dpdk-dev] [PATCH] eventdev: add PCI probe named convenience function
 2020-09-14 20:22 UTC  (2+ messages)

[PATCH net-next] net: bridge: mcast: fix unused br var when lockdep isn't defined
 2020-09-14 20:21 UTC  (5+ messages)
` [PATCH net-next] rcu: prevent RCU_LOCKDEP_WARN() from swallowing the condition

[PATCH v2 00/16] drm/exynos: Convert driver to drm bridge
 2020-09-14 20:01 UTC  (6+ messages)
  ` [PATCH v2 10/16] drm/exynos: implement a "

[PATCH] soc: qcom: socinfo: add SC7180 entry to soc_id array
 2020-09-14 20:17 UTC  (2+ messages)

[v2][meta-oe][PATCH 1/1] luajit: advance SRCREV to fix two CVE's
 2020-09-14 20:18 UTC 

[PATCH 1/3] drm/atomic-helper: Extract drm_atomic_helper_calc_timestamping_constants()
 2020-09-14 20:16 UTC  (5+ messages)
` [PATCH 2/3] drm/atomic-helper: Remove the timestamping constant update from drm_atomic_helper_update_legacy_modeset_state()
  ` [Intel-gfx] "

[Buildroot] [git commit] package/asn1c: new host package
 2020-09-14 20:16 UTC 

[PATCH v2] dt-bindings: timer: renesas,cmt: Document r8a7742 CMT support
 2020-09-14 20:15 UTC  (2+ messages)

[PATCH v2 1/3] dt-bindings: media: imx258: Add bindings for IMX258 sensor
 2020-09-14 20:13 UTC  (3+ messages)

[PATCH 1/2] dt-bindings: usb: Add binding for onboard USB hubs
 2020-09-14 20:14 UTC  (3+ messages)
` [PATCH 2/2] USB: misc: Add onboard_usb_hub driver

[PATCH] opp: Allow opp-level to be set to 0
 2020-09-14 20:11 UTC  (2+ messages)

linux-next: build warning after merge of the tip tree
 2020-09-14 20:11 UTC  (2+ messages)

[PATCH net-next] net: bridge: pop vlan from skb if filtering is disabled but it's a pvid
 2020-09-14 20:11 UTC  (5+ messages)

[OE-core][PATCH] lttng-modules: backport patch to fix build for linux-5.4.62+
 2020-09-14 20:09 UTC  (2+ messages)

[v2][meta-oe][PATCH 1/1] luajit: advance SRCREV to fix two CVE's
 2020-09-14 20:09 UTC 

[PATCH v3 0/2] Add MStar interrupt controller support
 2020-09-14 20:07 UTC  (5+ messages)
` [PATCH v3 2/2] dt-bindings: interrupt-controller: Add MStar interrupt controller

PCIe hot-plug issue: Failed to check link status
 2020-09-14 20:08 UTC  (3+ messages)

[PATCH nft] tests: py: flush log file output before running each command
 2020-09-14 20:08 UTC  (3+ messages)
` [PATCH nft 1/2] evaluate: remove one indent level in __expr_evaluate_payload()
` [PATCH nft 2/2] src: context tracking for multiple transport protocols

[PATCH 0/2] ata: ahci: ceva: Update the driver to support xilinx GT phy
 2020-09-14 20:08 UTC  (3+ messages)
` [PATCH 2/2] dt-bindings: ata: achi: ceva: Update documentation for CEVA Controller

[PATCH] push: make `--force-with-lease[=<ref>]` safer
 2020-09-14 20:08 UTC  (11+ messages)

[PATCH v17] Support auto-merge for meld to follow the vim-diff behavior
 2020-09-14 20:07 UTC  (3+ messages)
` [PATCH v18] "

[PATCH v2 2/2] ref-filter: allow merged and no-merged filters
 2020-09-14 20:07 UTC  (8+ messages)
` [PATCH v3 0/3] git branch: allow combining "
  ` [PATCH v3 1/3] t3201: test multiple branch filter combinations
  ` [PATCH v3 2/3] Doc: cover multiple contains/no-contains filters

[PATCH 1/1] hwmon: (k10temp) Add support for Zen3 CPUs
 2020-09-14 20:07 UTC 

CA/Browser Forum’s Ballot SC31 to reduce TLS certificates to 398 days from the present 825 days
 2020-09-14 20:07 UTC 

[PATCH v2 00/14] Adding GAUDI NIC code to habanalabs driver
 2020-09-14 20:07 UTC  (4+ messages)
` [PATCH v2 12/14] habanalabs/gaudi: Add ethtool support using coresight

[PATCH] rcu: shrink each possible cpu krcp
 2020-09-14 20:06 UTC  (11+ messages)
` 回复: "
            ` (no subject)
              ` RCU: Question rcu_preempt_blocked_readers_cgp in rcu_gp_fqs_loop func

sub-fetches discard --ipv4|6 option
 2020-09-14 20:06 UTC  (2+ messages)

[PATCH 00/35] kasan: add hardware tag-based mode for arm64
 2020-09-14 20:04 UTC  (3+ messages)

[PATCH net-next v2 0/8] ethtool: add pause frame stats
 2020-09-14 20:05 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915/tgl, rkl: Make Wa_1606700617/22010271021 permanent
 2020-09-14 20:05 UTC  (4+ messages)

[Intel-gfx] [PATCH v6 01/11] HAX to make DSC work on the icelake test system
 2020-09-14 20:05 UTC  (9+ messages)
` [Intel-gfx] [PATCH v6 08/11] drm/i915: Link planes in a bigjoiner configuration, v3

[REGRESSION] x86/entry: Tracer no longer has opportunity to change the syscall number at entry via orig_ax
 2020-09-14 20:04 UTC  (6+ messages)

[Buildroot] [PATCH] package/pkg-meson: ensure the global cross-compilation.conf file is correct
 2020-09-14 20:04 UTC  (2+ messages)

[net-next v3 00/20] ethernet: convert tasklets to use new tasklet_setup API
 2020-09-14 20:03 UTC  (2+ messages)

[PATCH net-next] net: ethernet: mlx4: Avoid assigning a value to ring_cons but not used it anymore in mlx4_en_xmit()
 2020-09-14 20:02 UTC  (4+ messages)

[PATCH v2 0/4] more mm switching vs TLB shootdown and lazy tlb fixes
 2020-09-14 19:59 UTC  (5+ messages)
` [PATCH v2 3/4] sparc64: remove mm_cpumask clearing to fix kthread_use_mm race

[Bluez PATCH v4 0/4] adapter: Reconnect audio when resuming from suspend
 2020-09-14 19:59 UTC  (3+ messages)
` [Bluez PATCH v4 1/4] adapter: Refactor kernel feature globals

[PATCH v3] xfs: deprecate the V4 format
 2020-09-14 19:59 UTC  (4+ messages)

question regarding vexpress and aarch64 secure boot
 2020-09-14 19:58 UTC 

[Buildroot] [PATCH v2 00/12] Add the support for Clang cross-compiler
 2020-09-14 19:58 UTC  (4+ messages)
` [Buildroot] [PATCH v2 07/12] package/busybox: fix applets runtime issue when building with clang cross-compiler

[Buildroot] [git commit] package/pkg-meson: ensure the global cross-compilation.conf file is correct
 2020-09-14 19:57 UTC 

[PATCH net-next 0/3] octeontx2-af: add support for KPU profile customization
 2020-09-14 19:55 UTC  (4+ messages)
` [PATCH net-next 3/3] octeontx2-af: add support for custom KPU entries


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.