All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-03-24 15:12:58 to 2020-03-24 15:42:38 UTC [more...]

[PATCH 0/7 V3] nvme: Fixes for deleting a ctrl before it was created
 2020-03-24 15:42 UTC  (10+ messages)
` [PATCH 1/7] nvme: Remove unused return code from nvme_delete_ctrl_sync
` [PATCH 2/7] nvme-pci: Re-order nvme_pci_free_ctrl
` [PATCH 3/7] nvme: Fix ctrl use-after-free during sysfs deletion
` [PATCH 4/7] nvme: Make nvme_uninit_ctrl symmetric to nvme_init_ctrl
` [PATCH 5/7] nvme: Fix controller creation races with teardown flow
` [PATCH 6/7] nvme-rdma: Add warning on state change failure at nvme_rdma_setup_ctrl
` [PATCH 7/7] nvme-tcp: Add warning on state change failure at nvme_tcp_setup_ctrl

[PATCH resend 3] staging: rtl8188eu: Add rtw_led_enable module parameter
 2020-03-24 15:42 UTC  (7+ messages)

[PATCH] btrfs: drop logs when we've aborted a transaction
 2020-03-24 15:42 UTC  (4+ messages)

[PATCH] tools/testing/selftests/vm/mlock2-tests: fix mlock2 false-negative errors
 2020-03-24 15:42 UTC  (11+ messages)

[PATCH 00/13] Modernize Loongson64 Machine
 2020-03-24 15:36 UTC  (13+ messages)
` [PATCH v6 00/11] Modernize Loongson64 Machine v6
  ` [PATCH v6 01/11] irqchip: Add driver for Loongson I/O Local Interrupt Controller
  ` [PATCH v6 02/11] irqchip: loongson-liointc: Workaround LPC IRQ Errata
  ` [PATCH v6 03/11] dt-bindings: interrupt-controller: Add Loongson LIOINTC
  ` [PATCH v6 04/11] irqchip: Add driver for Loongson-3 HyperTransport PIC controller
  ` [PATCH v6 05/11] dt-bindings: interrupt-controller: Add Loongson-3 HTPIC
  ` [PATCH v6 06/11] irqchip: mips-cpu: Convert to simple domain
  ` [PATCH v6 07/11] MIPS: Loongson64: Drop legacy IRQ code
  ` [PATCH v6 08/11] dt-bindings: mips: Add loongson boards
  ` [PATCH v6 09/11] MIPS: Loongson64: Add generic dts
  ` [PATCH v6 10/11] MIPS: Loongson64: Load built-in dtbs
  ` [PATCH v6 11/11] MIPS: Loongson64: Move MIPS_CPU_IRQ_BASE

[PATCH v2 00/11] Introduce Zone Append for writing to zoned block devices
 2020-03-24 15:41 UTC  (13+ messages)
` [PATCH v2 01/11] block: factor out requeue handling from dispatch code
` [PATCH v2 02/11] block: provide fallbacks for blk_queue_zone_is_seq and blk_queue_zone_no
` [PATCH v2 03/11] block: Introduce REQ_OP_ZONE_APPEND
` [PATCH v2 04/11] block: introduce blk_req_zone_write_trylock
` [PATCH v2 05/11] block: Introduce zone write pointer offset caching
` [PATCH v2 06/11] scsi: sd_zbc: factor out sanity checks for zoned commands
` [PATCH v2 07/11] scsi: sd_zbc: emulate ZONE_APPEND commands
` [PATCH v2 08/11] null_blk: Cleanup zoned device initialization
` [PATCH v2 09/11] null_blk: Support REQ_OP_ZONE_APPEND
` [PATCH v2 10/11] iomap: Add support for zone append writes
` [PATCH v2 11/11] zonefs: use zone-append for sequential zones

[PATCH v3 0/4] ov5645: Switch to assigned-clock-rates
 2020-03-24 15:40 UTC  (7+ messages)
` [PATCH v3 1/4] media: dt-bindings: media: i2c: "

[PATCH for-5.0 0/6] Several error use-after-free
 2020-03-24 15:36 UTC  (7+ messages)
` [PATCH 1/6] scripts/coccinelle: add error-use-after-free.cocci
` [PATCH 2/6] block/mirror: fix use after free of local_err
` [PATCH 3/6] dump/win_dump: fix use after free of err
` [PATCH 4/6] migration/colo: fix use after free of local_err
` [PATCH 5/6] migration/ram: "
` [PATCH 6/6] qga/commands-posix: "

s390: removal of hibernate support
 2020-03-24 15:40 UTC  (2+ messages)

[dpdk-dev] DTS Error / can not find cores
 2020-03-24 15:39 UTC  (2+ messages)

[PATCH v2] f2fs: compress: support zstd compress algorithm
 2020-03-24 15:39 UTC  (4+ messages)
  ` [f2fs-dev] "

[RFC PATCH 00/21] Improve list integrity checking
 2020-03-24 15:36 UTC  (22+ messages)
` [RFC PATCH 01/21] list: Remove hlist_unhashed_lockless()
` [RFC PATCH 02/21] list: Remove hlist_nulls_unhashed_lockless()
` [RFC PATCH 03/21] list: Annotate lockless list primitives with data_race()
` [RFC PATCH 04/21] timers: Use hlist_unhashed() instead of open-coding in timer_pending()
` [RFC PATCH 05/21] list: Comment missing WRITE_ONCE() in __list_del()
` [RFC PATCH 06/21] list: Remove superfluous WRITE_ONCE() from hlist_nulls implementation
` [RFC PATCH 07/21] Revert "list: Use WRITE_ONCE() when adding to lists and hlists"
` [RFC PATCH 08/21] Revert "list: Use WRITE_ONCE() when initializing list_head structures"
` [RFC PATCH 09/21] list: Remove unnecessary WRITE_ONCE() from hlist_bl_add_before()
` [RFC PATCH 10/21] kernel-hacking: Make DEBUG_{LIST,PLIST,SG,NOTIFIERS} non-debug options
` [RFC PATCH 11/21] list: Add integrity checking to hlist implementation
` [RFC PATCH 12/21] list: Poison ->next pointer for non-RCU deletion of 'hlist_nulls_node'
` [RFC PATCH 13/21] list: Add integrity checking to hlist_nulls implementation
` [RFC PATCH 14/21] plist: Use CHECK_DATA_CORRUPTION instead of explicit {BUG,WARN}_ON()
` [RFC PATCH 15/21] list_bl: Use CHECK_DATA_CORRUPTION instead of custom BUG_ON() wrapper
` [RFC PATCH 16/21] list_bl: Extend integrity checking in deletion routines
` [RFC PATCH 17/21] linux/bit_spinlock.h: Include linux/processor.h
` [RFC PATCH 18/21] list_bl: Move integrity checking out of line
` [RFC PATCH 19/21] list_bl: Extend integrity checking to cover the same cases as 'hlist'
` [RFC PATCH 20/21] list: Format CHECK_DATA_CORRUPTION error messages consistently
` [RFC PATCH 21/21] lkdtm: Extend list corruption checks

Deadlock during PCIe hot remove
 2020-03-24 15:39 UTC  (4+ messages)

[PATCH v6 0/8] x86/split_lock: Fix and virtualization of split lock detection
 2020-03-24 15:18 UTC  (9+ messages)
` [PATCH v6 1/8] x86/split_lock: Rework the initialization flow "
` [PATCH v6 2/8] x86/split_lock: Avoid runtime reads of the TEST_CTRL MSR
` [PATCH v6 3/8] x86/split_lock: Export handle_user_split_lock()
` [PATCH v6 4/8] kvm: x86: Emulate split-lock access as a write in emulator
` [PATCH v6 5/8] kvm: vmx: Extend VMX's #AC interceptor to handle split lock #AC happens in guest
` [PATCH v6 6/8] kvm: x86: Emulate MSR IA32_CORE_CAPABILITIES
` [PATCH v6 7/8] kvm: vmx: Enable MSR_TEST_CTRL for intel guest
` [PATCH v6 8/8] kvm: vmx: virtualize split lock detection

[v2 0/6] Qualcomm CCI & Camera for db410c & db845c
 2020-03-24 15:38 UTC  (5+ messages)
` [v2 6/6] arm64: defconfig: Enable QCOM CAMCC, CAMSS and CCI drivers

[patch 00/22] x86/treewide: Consolidate CPU match macro maze and get rid of C89 (sic!) initializers
 2020-03-24 15:38 UTC  (10+ messages)
` [patch 09/22] cpufreq: Convert to new X86 CPU match macros
  ` [cpufreq] 06c4d00466: will-it-scale.per_process_ops -53.4% regression
  ` [patch V2 09/22] cpufreq: Convert to new X86 CPU match macros

[PATCH v3] x86/vmlinux: Fix vmlinux.lds.S with pre-2.23 binutils
 2020-03-24 15:38 UTC  (11+ messages)
        ` [PATCH] Documentation/changes: Raise minimum supported binutils version to 2.23

[patch V3 00/23] x86/entry: Consolidation part II (syscalls)
 2020-03-24 15:38 UTC  (5+ messages)
` [patch V3 01/23] rcu: Dont acquire lock in NMI handler in rcu_nmi_enter_common()
` [patch V3 02/23] rcu: Add comments marking transitions between RCU watching and not

[Xen-devel] [libvirt test] 148954: regressions - FAIL
 2020-03-24 15:37 UTC 

[PATCH V2 ethtool] ethtool: Add support for Low Latency Reed Solomon
 2020-03-24 15:38 UTC  (3+ messages)

[PATCH RESEND] clk: sunxi: Fix incorrect usage of round_down()
 2020-03-24 15:37 UTC  (3+ messages)

[PATCH v2 1/3] driver core: Break infinite loop when deferred probe can't be satisfied
 2020-03-24 15:36 UTC  (4+ messages)

[PATCH 1/4] drm/amdgpu: don't try to reserve training bo for sriov
 2020-03-24 15:36 UTC  (3+ messages)
` [PATCH 4/4] drm/amdgpu: cleanup all virtualization detection routine

.[PATCH v4 0/4] drm/sun4i: Improve alpha processing
 2020-03-24 15:36 UTC  (4+ messages)
  ` [PATCH v4 4/4] RFC: drm/sun4i: Process alpha channel of most bottom layer

[PATCH v3] i2c: nvidia-gpu: Handle timeout correctly in gpu_i2c_check_status()
 2020-03-24 15:35 UTC  (4+ messages)

[dpdk-dev] [PATCH v2 0/6] net/mlx5: move to non-cached mode for flow rules
 2020-03-24 15:34 UTC  (11+ messages)
` [dpdk-dev] [PATCH v3 0/4] "
  ` [dpdk-dev] [PATCH v3 1/4] net/mlx5: change operations for non-cached flows
  ` [dpdk-dev] [PATCH v3 2/4] net/mlx5: reorganize mlx5 flow structures
  ` [dpdk-dev] [PATCH v3 3/4] net/mlx5: separate the flow handle resource
  ` [dpdk-dev] [PATCH v3 4/4] net/mlx5: check device stat before creating flow
` [dpdk-dev] [PATCH v4 0/4] net/mlx5: move to non-cached mode for flow rules
  ` [dpdk-dev] [PATCH v4 1/4] net/mlx5: change operations for non-cached flows
  ` [dpdk-dev] [PATCH v4 2/4] net/mlx5: reorganize mlx5 flow structures
  ` [dpdk-dev] [PATCH v4 3/4] net/mlx5: separate the flow handle resource
  ` [dpdk-dev] [PATCH v4 4/4] net/mlx5: check device stat before creating flow

[PATCH net-next v3 00/11] net: ethernet: ti: cpts: add irq and HW_TS_PUSH events
 2020-03-24 15:34 UTC  (4+ messages)
` [PATCH net-next v3 08/11] net: ethernet: ti: cpts: move rx timestamp processing to ptp worker only

[PATCH] drm/amdgpu: Fix FRU data checking
 2020-03-24 15:34 UTC  (2+ messages)

[PATCH] drm/amdgpu: Expose TA FW version in fw_version file
 2020-03-24 15:33 UTC  (2+ messages)

corosync?
 2020-03-24 15:33 UTC 

[Intel-gfx] [PATCH] drm/i915: use forced codec wake on all gen9+ platforms
 2020-03-24 15:32 UTC 

[PATCH v2 0/5] Introduce drm scaling filter property
 2020-03-24 15:32 UTC  (5+ messages)
` [PATCH v2 5/5] drm/i915: Enable scaling filter for plane and CRTC
      ` [Intel-gfx] "

[PATCH] coresight: do not use the BIT() macro in the UAPI header
 2020-03-24 15:31 UTC  (3+ messages)

[Intel-gfx] [V8 0/9] Add support for mipi dsi cmd mode
 2020-03-24 15:31 UTC  (5+ messages)
` [Intel-gfx] [V8 5/9] drm/i915/dsi: Use private flags to indicate TE in "
` [Intel-gfx] [V8 7/9] drm/i915/dsi: Add TE handler for dsi "

[PATCH v5] perf tools: add support for libpfm4
 2020-03-24 15:29 UTC  (4+ messages)

[Intel-gfx] [PATCH] drm/i915/gt: Select the deepest available parking mode for rc6
 2020-03-24 15:29 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/gt: Select the deepest available parking mode for rc6 (rev2)

[PATCH v2] lib/refcount: Document interaction with PID_MAX_LIMIT
 2020-03-24 15:29 UTC  (3+ messages)

Hot unplug disabling on pci-pci bridge
 2020-03-24 15:27 UTC  (5+ messages)

[PATCH v2] MIPS: Exclude more dsemul code when CONFIG_MIPS_FP_SUPPORT=n
 2020-03-24 15:27 UTC 

[PATCH v4 0/4] tty: serial: fsl_lpuart: various fixes and LS1028A support
 2020-03-24 15:27 UTC  (3+ messages)
` [PATCH v4 1/4] tty: serial: fsl_lpuart: fix DMA operation when using IOMMU

[Xen-devel] [ovmf test] 148946: all pass - PUSHED
 2020-03-24 15:26 UTC 

[Buildroot] [git commit] package/intel-mediadriver: drop empty line at end of hash file
 2020-03-24 15:27 UTC 

[GIT PULL] arm64: soc: ZynqMP SoC changes for v5.7
 2020-03-24 15:25 UTC 

[PATCH 0/3] Misc bug fixes for VT-d SVM
 2020-03-24 15:31 UTC  (7+ messages)
` [PATCH 1/3] iommu/vt-d: Remove redundant IOTLB flush

[PATCH v2] mm/hugetlb: fix a addressing exception caused by huge_pte_offset()
 2020-03-24 15:25 UTC  (11+ messages)

[PATCH v1 00/22] intel_iommu: expose Shared Virtual Addressing to VMs
 2020-03-24 15:24 UTC  (6+ messages)
` [PATCH v1 07/22] intel_iommu: add set/unset_iommu_context callback

[PATCH] KVM: LAPIC: Also cancel preemption timer when disarm LAPIC timer
 2020-03-24 15:24 UTC  (2+ messages)

[PATCH] nfsd: fix race between cache_clean and cache_purge
 2020-03-24 15:24 UTC  (3+ messages)

[PATCH v1 0/2] btusb: Introduce the use of vendor extension(s)
 2020-03-24 15:24 UTC  (9+ messages)
` [PATCH v1 1/2] Bluetooth: btusb: Indicate Microsoft vendor extension for Intel 9460/9560 and 9160/9260

[Xen-devel] [PATCH] Revert "domctl: improve locking during domain destruction"
 2020-03-24 15:21 UTC 

[PATCH] [RFC] ARM: dts: stm32: Add DTs for STM32MP15x variants of the DH SOM and PDK2
 2020-03-24 15:22 UTC  (11+ messages)

[GIT PULL] ARM: soc: Xilinx SoC changes for v5.7
 2020-03-24 15:21 UTC 

[PATCH] char/random: silence a lockdep splat with printk()
 2020-03-24 15:13 UTC  (3+ messages)
` dmesg -w regression in v5.4.22, bisected, was: "

next/pending-fixes build: 216 builds: 0 failed, 216 passed, 25 warnings (v5.6-rc7-236-gaf338e2cb004)
 2020-03-24 15:21 UTC 

[PATCH] affine kernel threads to specified cpumask
 2020-03-24 15:20 UTC  (7+ messages)
      ` [PATCH v2] isolcpus: "

[PATCH net-next 00/17] Multipath TCP part 3: Multiple subflows and path management
 2020-03-24 15:20 UTC  (3+ messages)
` [PATCH net-next 04/17] mptcp: Add handling of outgoing MP_JOIN requests

[PATCH 1/2] xen: expand BALLOON_MEMORY_HOTPLUG description
 2020-03-24 15:20 UTC  (11+ messages)
` [PATCH 2/2] xen: enable BALLOON_MEMORY_HOTPLUG by default
    ` [Xen-devel] "
` [Xen-devel] [PATCH 1/2] xen: expand BALLOON_MEMORY_HOTPLUG description

[PATCH] libertas: Fix two buffer overflows at parsing bss descriptor
 2020-03-24 15:19 UTC  (8+ messages)
    ` [kbuild-all] "

[PATCH v4 0/3] drm: Add support for Chrontel CH7033 VGA/DVI Encoder
 2020-03-24 15:19 UTC  (4+ messages)
` [PATCH v4 1/3] dt-bindings: Add vendor prefix for Chrontel, Inc
` [PATCH v4 2/3] dt-bindings: display: Add Chrontel CH7033 Video Encoder binding
` [PATCH v4 3/3] drm/bridge: chrontel-ch7033: Add a new driver

[PATCH] x86/Hyper-V: Fix hv sched clock function return wrong time unit
 2020-03-24 15:19 UTC 

[Buildroot] [PATCH] package/erofs-utils: fix autobuild on arm platform
 2020-03-24 15:19 UTC 

[PATCH 0/5] nvmem: patches (set 2) for 5.7
 2020-03-24 15:18 UTC  (8+ messages)
` [PATCH 5/5] nvmem: Add support for write-only instances

[PATCH] qcow2: Forbid discard in qcow2 v2 images with backing files
 2020-03-24 15:13 UTC  (3+ messages)

[PATCH] rearrange the output text, cosmetic changes
 2020-03-24 15:15 UTC  (2+ messages)

[PATCH v2] bluetooth: Enforce classic key size verification
 2020-03-24 15:17 UTC  (4+ messages)

[PATCH v3 0/3] cmd: add driver, fs and part type listing commands
 2020-03-24 15:17 UTC  (4+ messages)
` [PATCH v3 1/3] cmd: part: Add subcommand to list supported partition tables
` [PATCH v3 2/3] cmd: fs: Add command to list supported fs types
` [PATCH v3 3/3] cmd: dm: Fixed/Added DM driver listing subcommands

mmotm 2020-03-23-21-29 uploaded
 2020-03-24 15:16 UTC  (2+ messages)
` mmotm 2020-03-23-21-29 uploaded (pci/controller/dwc/pcie-tegra194.c)

[PATCH v8 00/11] iotests: use python logging
 2020-03-24 15:12 UTC  (4+ messages)
` [PATCH v8 07/11] iotests: limit line length to 79 chars

Totally wrecked my ENV
 2020-03-24 15:15 UTC  (3+ messages)

[RFC][PATCHSET] x86 uaccess cleanups
 2020-03-24 15:15 UTC  (3+ messages)
` [RFC][PATCH 01/22] x86 user stack frame reads: switch to explicit __get_user()

testing for disable-dontaudit in C code
 2020-03-24 15:14 UTC 

[PATCH 0/8] pc-bios: s390x: Cleanup part 1
 2020-03-24 15:08 UTC  (5+ messages)
` [PATCH 2/8] pc-bios: s390x: Get rid of magic offsets into the lowcore
` [PATCH 5/8] pc-bios: s390x: Move panic() into header and add infinite loop
` [PATCH 7/8] pc-bios: s390x: Replace 0x00 with 0x0 or 0
` [PATCH 8/8] pc-bios: s390x: Make u32 ptr check explicit

[RESEND PATCH v5 0/3] BQ25150/155 Charger
 2020-03-24 15:14 UTC 

[PATCH] Fix invocation of b4.sh through a symlink
 2020-03-24 15:12 UTC  (3+ 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.