All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-04-23 18:15:43 to 2020-04-23 19:18:57 UTC [more...]

[PATCH v5 00/38] Add KernelMemorySanitizer infrastructure
 2020-04-23 19:18 UTC  (14+ messages)
` [PATCH v5 05/38] kmsan: reduce vmalloc space
` [PATCH v5 11/38] kmsan: make READ_ONCE_TASK_STACK() return initialized values
` [PATCH v5 12/38] kmsan: x86: sync metadata pages on page fault
` [PATCH v5 13/38] kmsan: add tests for KMSAN
` [PATCH v5 14/38] crypto: kmsan: disable accelerated configs under KMSAN

[PATCH RFC 00/15] Add VFIO mediated device support and IMS support for the idxd driver
 2020-04-23 19:18 UTC  (9+ messages)

[RFC PATCH v1 0/7] vhost-user reconnect issues during vhost initialization
 2020-04-23 19:16 UTC  (9+ messages)
` [RFC PATCH v1 1/7] contrib/vhost-user-blk: add option to simulate disconnect on init
` [RFC PATCH v1 2/7] char-socket: return -1 in case of disconnect during tcp_chr_write
` [RFC PATCH v1 3/7] char-socket: initialize reconnect timer only if close is emitted
` [RFC PATCH v1 4/7] vhost: introduce wrappers to set guest notifiers for virtio device
` [RFC PATCH v1 5/7] vhost-user-blk: add mechanism to track the guest notifiers init state
` [RFC PATCH v1 6/7] vhost: check vring address before calling unmap
` [RFC PATCH v1 7/7] vhost: add device started check in migration set log

[ v2,net-next 4/4] net: enetc: add tc flower psfp offload driver
 2020-04-23 19:17 UTC  (8+ messages)
` [v3,net-next 0/4] Introduce a flow gate control action and apply IEEE
  ` [v3,net-next 1/4] net: qos: introduce a gate control flow action

Coverity: build_vrr_infopacket_data_v3(): Incorrect expression
 2020-04-23 19:17 UTC 

[PATCH 1/3] docs: sysctl/kernel: document cad_pid
 2020-04-23 18:36 UTC  (2+ messages)
` [PATCH 2/3] docs: sysctl/kernel: document ftrace entries

remaining flexible-array conversions
 2020-04-23 19:15 UTC  (2+ messages)

Coverity: bcm54140_hwmon_read_in(): Control flow issues
 2020-04-23 19:15 UTC 

[PATCH] Add rcy@google.com as maintainer for drivers/staging/gasket
 2020-04-23 19:15 UTC 

Changing DISTRO_FEATURES / build directory
 2020-04-23 19:12 UTC 

[PATCH v3 1/3] hwmon: Add amd_energy driver to report energy counters
 2020-04-23 19:11 UTC  (2+ messages)

[PATCH] ima: Fix return value of ima_write_policy()
 2020-04-23 19:10 UTC  (4+ messages)

[PATCH] nand: brcmnand: return without disabling clock
 2020-04-23 19:10 UTC  (2+ messages)

[PATCH v2 1/2] hwmon: Add amd_energy driver to report energy counters
 2020-04-23 19:10 UTC  (2+ messages)

Coverity: scan_swap_map(): Memory - corruptions
 2020-04-23 19:10 UTC  (3+ messages)

[PATCH] bmips: allow disabling usb support
 2020-04-23 19:10 UTC  (2+ messages)

[PATCH v2] staging:r8188eu: avoid skb_clone for amsdu to msdu conversion
 2020-04-23 19:14 UTC  (2+ messages)

[RFC PATCH 0/3] kvm: x86: Cleanup and optimazation of switch_db_regs
 2020-04-23 19:09 UTC  (3+ messages)
` [RFC PATCH 1/3] kvm: x86: Rename KVM_DEBUGREG_RELOAD to KVM_DEBUGREG_NEED_RELOAD

v13.2.10 Mimic released
 2020-04-23 19:09 UTC 

[PATCH v3] KVM: nVMX: Fix VMX preemption timer migration
 2020-04-23 19:08 UTC 

[Intel-gfx] [PATCH 1/6] drm/i915: Add engine scratch register to live_lrc_fixed
 2020-04-23 19:07 UTC  (7+ messages)
` [Intel-gfx] [PATCH 2/6] drm/i915: Add context batchbuffers "
` [Intel-gfx] [PATCH 3/6] drm/i915: Make define for lrc state offset
` [Intel-gfx] [PATCH 4/6] drm/i915: Add per ctx batchbuffer wa for timestamp
` [Intel-gfx] [PATCH 5/6] drm/i915: Add live selftests for indirect ctx batchbuffers
` [Intel-gfx] [PATCH 6/6] drm/i915: Use indirect ctx bb to mend CMD_BUF_CCTL
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/6] drm/i915: Add engine scratch register to live_lrc_fixed

Remove default private image signing key from openbmc [was: Security Working Group meeting - Wednesday April 15 - results]
 2020-04-23 19:07 UTC 

[PATCH v2 5/9] PCI: aardvark: add FIXME comment for PCIE_CORE_CMD_STATUS_REG access
 2020-04-23 19:06 UTC  (3+ messages)

[PATCH] shallow.c: use 'reset_repository_shallow' when appropriate
 2020-04-23 19:05 UTC  (5+ messages)

[PATCH rdma-next 00/18] Refactor mlx5_ib_create_qp (Part II)
 2020-04-23 19:03 UTC  (19+ messages)
` [PATCH rdma-next 01/18] RDMA/mlx5: Delete unsupported QP types
` [PATCH rdma-next 02/18] RDMA/mlx5: Store QP type in the vendor QP structure
` [PATCH rdma-next 03/18] RDMA/mlx5: Promote RSS RAW QP attribute check in higher level
` [PATCH rdma-next 04/18] RDMA/mlx5: Combine copy of create QP command in RSS RAW QP
` [PATCH rdma-next 05/18] RDMA/mlx5: Remove second user copy in create_user_qp
` [PATCH rdma-next 06/18] RDMA/mlx5: Rely on existence of udata to separate kernel/user flows
` [PATCH rdma-next 07/18] RDMA/mlx5: Delete impossible inlen check
` [PATCH rdma-next 08/18] RDMA/mlx5: Globally parse DEVX UID
` [PATCH rdma-next 09/18] RDMA/mlx5: Separate XRC_TGT QP creation from common flow
` [PATCH rdma-next 10/18] RDMA/mlx5: Separate to user/kernel create QP flows
` [PATCH rdma-next 11/18] RDMA/mlx5: Reduce amount of duplication in QP destroy
` [PATCH rdma-next 12/18] RDMA/mlx5: Group all create QP parameters to simplify in-kernel interfaces
` [PATCH rdma-next 13/18] RDMA/mlx5: Promote RSS RAW QP flags check to higher level
` [PATCH rdma-next 14/18] RDMA/mlx5: Handle udate outlen checks in one place
` [PATCH rdma-next 15/18] RDMA/mlx5: Copy response to the user "
` [PATCH rdma-next 16/18] RDMA/mlx5: Remove redundant destroy QP call
` [PATCH rdma-next 17/18] RDMA/mlx5: Consolidate into special function all create QP calls
` [PATCH rdma-next 18/18] RDMA/mlx5: Verify that QP is created with RQ or SQ

[LTP] [PATCH 1/1] net/sendfile01.sh: Check with timeout
 2020-04-23 19:04 UTC  (2+ messages)

[PATCH] Add rcy@google.com as maintainer for drivers/staging/gasket
 2020-04-23 19:04 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915/icl+: Prevent using non-TypeC AUX channels on TypeC ports
 2020-04-23 19:03 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[PULL] drm-intel-fixes
 2020-04-23 19:02 UTC  (2+ messages)
` [Intel-gfx] "

[RFC PATCH v5 00/16] Add Intel Ethernet Protocol Driver for RDMA (irdma)
 2020-04-23 19:03 UTC  (11+ messages)
` [RFC PATCH v5 01/16] RDMA/irdma: Add driver framework definitions

[PATCH] x86/mm/cpa: Flush direct map alias during cpa
 2020-04-23 19:02 UTC  (3+ messages)

[PATCH v2 4/9] PCI: aardvark: issue PERST via GPIO
 2020-04-23 19:02 UTC  (3+ messages)

[igt-dev] [PATCH] [PATCH i-g-t][V8]tests/i915/gem_sync.c :Added __for_each_physical_engine to utilize all available
 2020-04-23 19:01 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for tests/i915/gem_sync.c :Added __for_each_physical_engine to utilize all available (rev9)

about obmc-chassis-poweroff@0.target and obmc-host-start@0.target
 2020-04-23 18:59 UTC  (2+ messages)

[PATCH 1/2] bootcount: add bootcount flash driver
 2020-04-23 18:59 UTC  (2+ messages)

Access Intel ME IPMB from BMC
 2020-04-23 18:59 UTC  (7+ messages)

[meta-oe][PATCH] gperftools: Do not build on riscv
 2020-04-23 18:58 UTC 

[PATCH] sched/cputime: silence a -Wunused-function warning
 2020-04-23 18:57 UTC  (7+ messages)
        ` linux-kernel: Unused static inline functions

[PATCH v2 3/9] PCI: aardvark: improve link training
 2020-04-23 18:56 UTC  (3+ messages)

[PATCH] Convert README to README.md
 2020-04-23 18:54 UTC  (2+ messages)
` [PATCH v2] "

dbus interface for SLED reset
 2020-04-23 18:54 UTC 

WARNING in usbhid_raw_request/usb_submit_urb (3)
 2020-04-23 18:54 UTC  (2+ messages)

[PATCH rdma-next 00/18] Refactor mlx5_ib_create_qp (Part I)
 2020-04-23 18:53 UTC  (3+ messages)
` [PATCH rdma-next 14/18] RDMA/mlx5: Process create QP flags in one place

BUG: Invalid wait context with 5.7-rc2?
 2020-04-23 18:52 UTC  (4+ messages)

[RFC PATCH 1/2] Kconfig: Introduce "uses" keyword
 2020-04-23 18:52 UTC  (14+ messages)

[PATCH v4] docs: sysctl/kernel: document BPF entries
 2020-04-23 18:32 UTC  (3+ messages)

[xen-unstable-smoke test] 149769: tolerable all pass - PUSHED
 2020-04-23 18:50 UTC 

[Intel-gfx] [PATCH v3 1/6] drm/i915: Fix skl+ non-scaled pfit modes
 2020-04-23 18:51 UTC  (5+ messages)
` [Intel-gfx] [PATCH v3 3/6] drm/i915: Use drm_rect to store the pfit window pos/size

[PATCH bpf-next 00/16] net: Add support for XDP in egress path
 2020-04-23 18:50 UTC  (4+ messages)
` [PATCH bpf-next 13/16] bpftool: Add support for XDP egress

[PATCH 0/3] x86: IST cleanup
 2020-04-23 18:49 UTC  (7+ messages)
` [PATCH 1/3] x86/S3: Use percpu_traps_init() rather than opencoding SYSCALL/SYSENTER restoration
` [PATCH 3/3] x86/pv: Don't use IST for NMI/#MC/#DB in !CONFIG_PV builds

[PATCH 0/2] KVM: SVM: Implement check_nested_events for NMI
 2020-04-23 18:47 UTC  (11+ messages)
` [PATCH 2/2] KVM: x86: check_nested_events if there is an injectable NMI

[PATCH] PCI: pciehp: Cleanup unused EMI() and HP_SUPR_RM() macros
 2020-04-23 18:47 UTC  (2+ messages)

[ANNOUNCE] v5.4.28-rt19
 2020-04-23 18:47 UTC  (7+ messages)
` [PREEMPT_RT] 8250 IRQ lockup when flooding serial console (was Re: [ANNOUNCE] v5.4.28-rt19)

[PATCH] recordmcount: support >64k sections
 2020-04-23 18:47 UTC  (3+ messages)

[PATCH crypto-stable v2] crypto: arch - limit simd usage to 4k chunks
 2020-04-23 18:47 UTC  (5+ messages)
` [PATCH crypto-stable v3 1/2] crypto: arch/lib "

[PATCH mlx5-next 00/24] Mass conversion to light mlx5 command interface
 2020-04-23 18:45 UTC  (2+ messages)

[PATCH 00/13] qapi: Spring cleaning
 2020-04-23 18:40 UTC  (8+ messages)
` [PATCH 10/13] qapi: Clean up visitor's recovery from input with invalid type
` [PATCH 12/13] qapi: Only input visitors can actually fail
` [PATCH 13/13] qom: Simplify object_property_get_enum()

[RFC PATCH 1/2] kbuild: add CONFIG_LD_IS_BINUTILS
 2020-04-23 18:43 UTC  (2+ messages)

[PATCH] drm/edid: Fix off-by-one in DispID DTD pixel clock
 2020-04-23 18:45 UTC  (4+ messages)
` [Intel-gfx] "

ASoC driver names
 2020-04-23 18:40 UTC  (5+ messages)

[joe-lawrence:jp-v2-klp-convert 39/39] include/linux/livepatch.h:265:1: error: expected identifier or '(' before '{' token
 2020-04-23 18:41 UTC 

[PATCH v2] bzip2: Add test suite for bzip2
 2020-04-23 18:39 UTC 

[PATCH 1/2] arm-autonomy: Fix circle dependency in xen-dtb
 2020-04-23 18:39 UTC  (3+ messages)
` [meta-arm] "

[PATCH] mm/hugetlb: avoid unnecessary check on pud and pmd entry in huge_pte_offset
 2020-04-23 18:38 UTC  (3+ messages)

[PATCH] Staging: rtl8188eu: core: rtw_pwrctrl: fixed a coding style issue
 2020-04-23 18:35 UTC 

[PATCH 0/5] tf-a recipe improvements and new recipes for SCP and firmware image for Juno
 2020-04-23 18:35 UTC  (3+ messages)
` [meta-arm] "

[PATCH bpf-next] bpf: make verifier log more relevant by default
 2020-04-23 18:32 UTC  (3+ messages)

[PATCH] nouveau/hmm: fix nouveau_dmem_chunk allocations
 2020-04-23 18:32 UTC  (4+ messages)

[dpdk-dev] [PATCH] doc: refine ethernet and VLAN flow rule items
 2020-04-23 18:30 UTC 

[PATCH] scsi: storvsc: Fix a panic in the hibernation procedure
 2020-04-23 18:29 UTC  (7+ messages)

[PATCH 00/18] add support for Clang's Shadow Call Stack
 2020-04-23 18:28 UTC  (9+ messages)
` [PATCH v11 00/12] "
  ` [PATCH v11 01/12] add support for Clang's Shadow Call Stack (SCS)

[PATCH v9 0/8] Add endpoint driver for R-Car PCIe controller
 2020-04-23 18:22 UTC  (20+ messages)
` [PATCH v9 1/8] PCI: rcar: Rename pcie-rcar.c to pcie-rcar-host.c
` [PATCH v9 2/8] PCI: rcar: Move shareable code to a common file
` [PATCH v9 3/8] PCI: rcar: Fix calculating mask for PCIEPAMR register
` [PATCH v9 4/8] PCI: endpoint: Pass page size as argument to pci_epc_mem_init()
` [PATCH v9 5/8] PCI: endpoint: Add support to handle multiple base for mapping outbound memory
` [PATCH v9 6/8] dt-bindings: PCI: rcar: Add bindings for R-Car PCIe endpoint controller
` [PATCH v9 7/8] PCI: rcar: Add endpoint mode support
` [PATCH v9 8/8] MAINTAINERS: Add file patterns for rcar PCI device tree bindings

[PATCH v11 0/9] Introduce support for guest CET feature
 2020-04-23 18:29 UTC  (3+ messages)
` [PATCH v11 8/9] KVM: VMX: Enable CET support for nested VM

linux-next: Tree for Apr 22
 2020-04-23 18:28 UTC  (5+ messages)
` linux-next: Tree for Apr 22 (objtool warnings)

[PATCH RFC] rcu/tree: Refactor object allocation and try harder for array allocation
 2020-04-23 18:27 UTC  (10+ messages)

[PATCH v2] x86: fix early boot crash on gcc-10
 2020-04-23 18:27 UTC  (11+ messages)
            ` [PATCH] x86: Fix early boot crash on gcc-10, next try

Contact Eco bank-Benin to receive your payment funds transfer amount of $12.800.000,00 Million USD,approved this morning by IMF
 2020-04-23 18:27 UTC 

Contact Eco bank-Benin to receive your payment funds transfer amount of $12.800.000,00 Million USD,approved this morning by IMF
 2020-04-23 18:27 UTC 

Contact Eco bank-Benin to receive your payment funds transfer amount of $12.800.000,00 Million USD,approved this morning by IMF
 2020-04-23 18:27 UTC 

Contact Eco bank-Benin to receive your payment funds transfer amount of $12.800.000,00 Million USD,approved this morning by IMF
 2020-04-23 18:27 UTC 

Contact Eco bank-Benin to receive your payment funds transfer amount of $12.800.000,00 Million USD,a
 2020-04-23 18:27 UTC 

Contact Bank of Africa-Benin to receive your payment funds transfer amount of $12.800.000,00 Million USD,approved this morning by IMF
 2020-04-23 18:26 UTC 

Contact Bank of Africa-Benin to receive your payment funds transfer amount of $12.800.000,00 Million USD,approved this morning by IMF
 2020-04-23 18:26 UTC 

Contact Bank of Africa-Benin to receive your payment funds transfer amount of $12.800.000,00 Million USD,approved this morning by IMF
 2020-04-23 18:26 UTC 

Contact Bank of Africa-Benin to receive your payment funds transfer amount of $12.800.000,00 Million USD,approved this morning by IMF
 2020-04-23 18:26 UTC 

[PATCH] ALSA: usb-audio: Apply async workaround for Scarlett 2i4 2nd gen
 2020-04-23 18:24 UTC  (12+ messages)

[PATCH v3 00/31] [NEW] efct: Broadcom (Emulex) FC Target driver
 2020-04-23 18:24 UTC  (6+ messages)
` [PATCH v3 12/31] elx: libefc: Remote node state machine interfaces

[Intel-gfx] [PATCH] drm/i915/selftests: Add context batchbuffers registers to live_lrc_fixed
 2020-04-23 18:24 UTC 

[Intel-gfx] [CI] drm/i915/selftests: Verify context isolation
 2020-04-23 18:23 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915/selftests: Verify context isolation (rev5)

[GIT PULL] PCI fixes for v5.7
 2020-04-23 18:22 UTC  (2+ messages)

[PATCH v13 00/11] Mediatek MT8183 scpsys support
 2020-04-23 18:20 UTC  (21+ messages)
` [PATCH v13 02/11] dt-bindings: soc: Add MT8183 power dt-bindings
` [PATCH v13 03/11] soc: mediatek: Add basic_clk_name to scp_power_data
` [PATCH v13 04/11] soc: mediatek: Remove infracfg misc driver support
` [PATCH v13 05/11] soc: mediatek: Add multiple step bus protection control
` [PATCH v13 06/11] soc: mediatek: Add subsys clock control for bus protection

decode sync frames only
 2020-04-23 18:20 UTC  (4+ messages)

[joe-lawrence:jp-v2-klp-convert 39/39] include/linux/livepatch.h:261:5: error: 'klp_apply_section_relocs' declared 'static' but never defined
 2020-04-23 18:20 UTC 

[Intel-wired-lan] [PATCH 0/5] igc: Fixes for ethertype filtering code
 2020-04-23 18:20 UTC  (3+ messages)
` [Intel-wired-lan] [PATCH 2/5] igc: Remove ethertype filter in ptp code

[linux-5.4 test] 149749: tolerable trouble: fail/pass/starved - PUSHED
 2020-04-23 18:18 UTC 

[PATCH v3 00/50] Add log level to show_stack()
 2020-04-19  6:24 UTC 

[PATCH for 5.1 v1 00/14] guest_base, gdbstub and Travis
 2020-04-23 18:17 UTC  (3+ messages)

[PATCH v8 0/1] powerpc/powernv: Introduce support and parsing for self-save API
 2020-04-23 18:15 UTC  (4+ messages)
` [PATCH v8 1/1] "

[PATCH] userdiff: support Markdown
 2020-04-23 18:17 UTC  (2+ messages)

[PATCH] arm64: dts: rockchip: fix rk3399 pcie speed
 2020-04-23 18:16 UTC  (7+ messages)

[PATCH] Changes in w1_therm.c and adding w1_therm.h
 2020-04-23 18:16 UTC  (5+ 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.