All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-02-25 22:42:57 to 2021-02-26 00:29:13 UTC [more...]

[RFC PATCH 0/8] WIP support for the LLVM integrated assembler
 2021-02-26  0:28 UTC  (13+ messages)
` [RFC PATCH 4/8] powerpc/ppc_asm: use plain numbers for registers
` [RFC PATCH 5/8] poweprc/lib/quad: Provide macros for lq/stq
` [RFC PATCH 7/8] powerpc/purgatory: drop .machine specifier
` [RFC PATCH 8/8] powerpc/64/asm: don't reassign labels

[PATCH v8 00/22] Introduce the Counter character device interface
 2021-02-26  0:27 UTC  (19+ messages)
` [PATCH v8 18/22] docs: counter: Document "
` [PATCH v8 19/22] counter: Implement extension*_name sysfs attributes
` [PATCH v8 20/22] counter: Implement events_queue_size sysfs attribute

[PATCH v2 00/10] fsdax,xfs: Add reflink&dedupe support for fsdax
 2021-02-26  0:20 UTC  (21+ messages)
` [PATCH v2 01/10] fsdax: Factor helpers to simplify dax fault code
` [PATCH v2 02/10] fsdax: Factor helper: dax_fault_actor()
` [PATCH v2 03/10] fsdax: Output address in dax_iomap_pfn() and rename it
` [PATCH v2 04/10] fsdax: Introduce dax_iomap_cow_copy()
` [PATCH v2 05/10] fsdax: Replace mmap entry in case of CoW
` [PATCH v2 06/10] fsdax: Add dax_iomap_cow_copy() for dax_iomap_zero
` [PATCH v2 07/10] iomap: Introduce iomap_apply2() for operations on two files
` [PATCH v2 08/10] fsdax: Dedup file range to use a compare function
` [PATCH v2 09/10] fs/xfs: Handle CoW for fsdax write() path
` [PATCH v2 10/10] fs/xfs: Add dedupe support for fsdax

[PATCH 00/13] arm64: dts: qcom: Update sc7180-trogdor variants from downstream
 2021-02-26  0:25 UTC  (20+ messages)
` [PATCH 02/13] arm64: dts: qcom: Move sc7180 MI2S config to board files and make pulldown
` [PATCH 03/13] arm64: dts: qcom: Prep sc7180-trogdor trackpad IRQ for new boards
` [PATCH 04/13] arm64: dts: qcom: Unify the sc7180-trogdor panel nodes
` [PATCH 05/13] arm64: dts: qcom: trogdor: Only wakeup from pen eject
` [PATCH 06/13] arm64: dts: qcom: Disable camera clk on sc7180-trogdor devices by default
` [PATCH 07/13] arm64: dts: qcom: sc7180-trogdor: Remove fp control pins in prep for coachz
` [PATCH 08/13] arm64: dts: qcom: sc7180: Remove clock for bluetooth on Trogdor
` [PATCH 09/13] arm64: dts: qcom: sc7180: add GO_LAZOR variant property for lazor

[Intel-wired-lan] [PATCH v5 0/9] igc: Add support for AF_XDP zero-copy
 2021-02-26  0:23 UTC  (10+ messages)
` [Intel-wired-lan] [PATCH v5 1/9] igc: Move igc_xdp_is_enabled()
` [Intel-wired-lan] [PATCH v5 2/9] igc: Refactor __igc_xdp_run_prog()
` [Intel-wired-lan] [PATCH v5 3/9] igc: Refactor igc_clean_rx_ring()
` [Intel-wired-lan] [PATCH v5 4/9] igc: Refactor XDP rxq info registration
` [Intel-wired-lan] [PATCH v5 5/9] igc: Introduce TX/RX stats helpers
` [Intel-wired-lan] [PATCH v5 6/9] igc: Introduce igc_unmap_tx_buffer() helper
` [Intel-wired-lan] [PATCH v5 7/9] igc: Replace IGC_TX_FLAGS_XDP flag by an enum
` [Intel-wired-lan] [PATCH v5 8/9] igc: Enable RX via AF_XDP zero-copy
` [Intel-wired-lan] [PATCH v5 9/9] igc: Enable TX "

Adding LZ4 compression support to Btrfs
 2021-02-26  0:21 UTC  (5+ messages)

next/pending-fixes build: 200 builds: 1 failed, 199 passed, 1 error, 32 warnings (v5.11-11308-g1e0436e950f3)
 2021-02-26  0:19 UTC 

[PATCH net] net: fix race between napi kthread mode and busy poll
 2021-02-26  0:16 UTC  (14+ messages)

[PATCH] oeqa/pam: Fix tests to work with busybox
 2021-02-26  0:15 UTC  (3+ messages)
` [OE-core] "

[Intel-wired-lan] [PATCH v4 0/9] igc: Add support for AF_XDP zero-copy
 2021-02-26  0:15 UTC  (4+ messages)
` [Intel-wired-lan] [PATCH v4 4/9] igc: Refactor XDP rxq info registration

[PATCH] spi: imx: Implement set_speed
 2021-02-26  0:14 UTC  (3+ messages)

[PATCH v2] usb: usbip: serialize attach/detach operations
 2021-02-26  0:10 UTC  (4+ messages)
` [PATCH v3] "

+ mm-page_allocc-refactor-initialization-of-struct-page-for-holes-in-memory-layout-fix.patch added to -mm tree
 2021-02-26  0:09 UTC 

+ mm-page_allocc-refactor-initialization-of-struct-page-for-holes-in-memory-layout.patch added to -mm tree
 2021-02-26  0:09 UTC 

[PATCH v8 0/1] mm: fix initialization of struct page for holes in memory layout
 2021-02-26  0:08 UTC  (3+ messages)
` [PATCH v8 1/1] mm/page_alloc.c: refactor "

[PATCH bpf-next v3 00/11] bpf: add bpf_for_each_map_elem() helper
 2021-02-26  0:08 UTC  (18+ messages)
` [PATCH bpf-next v3 03/11] bpf: refactor check_func_call() to allow callback function
` [PATCH bpf-next v3 05/11] bpf: add hashtab support for bpf_for_each_map_elem() helper
` [PATCH bpf-next v3 06/11] bpf: add arraymap "
` [PATCH bpf-next v3 08/11] libbpf: support subprog address relocation
` [PATCH bpf-next v3 09/11] bpftool: print subprog address properly
` [PATCH bpf-next v3 10/11] selftests/bpf: add hashmap test for bpf_for_each_map_elem() helper
` [PATCH bpf-next v3 11/11] selftests/bpf: add arraymap "

Passwords containg commas are no longer working in credential files
 2021-02-26  0:01 UTC 

[PATCH] media: hantro: Auto generate the AXI ID to avoid conflicts
 2021-02-26  0:07 UTC  (3+ messages)

[PATCH -next] fbdev: atyfb: use LCD management functions for PPC_PMAC also
 2021-02-26  0:05 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915/uc: Use platform specific defaults for GuC/HuC enabling
 2021-02-26  0:06 UTC 

[PATCH v6 bpf-next 0/6] bpf: enable task local storage for tracing programs
 2021-02-26  0:03 UTC  (9+ messages)
` [PATCH v6 bpf-next 1/6] "
` [PATCH v6 bpf-next 2/6] bpf: prevent deadlock from recursive bpf_task_storage_[get|delete]
` [PATCH v6 bpf-next 3/6] selftests/bpf: add non-BPF_LSM test for task local storage
` [PATCH v6 bpf-next 4/6] selftests/bpf: test deadlock from recursive bpf_task_storage_[get|delete]
` [PATCH v6 bpf-next 5/6] bpf: runqslower: prefer using local vmlimux to generate vmlinux.h
` [PATCH v6 bpf-next 6/6] bpf: runqslower: use task local storage

[PATCH 0/2] Acceptance Tests: restore the use of target related information
 2021-02-26  0:01 UTC  (4+ messages)
` [PATCH 1/2] Acceptance Tests: restore downloading of VM images
` [PATCH 2/2] Acceptance Tests: restore filtering of tests by target arch

[Nouveau] i2c-dev driver corrupts display?
 2021-02-25 23:58 UTC  (2+ messages)

Pseudo Abort errors
 2021-02-25 23:56 UTC  (3+ messages)
` [OE-core] "

dwc2 gadget mode different behaviour with different hosts
 2021-02-25 23:53 UTC  (3+ messages)

[PATCH] xen/arm: introduce XENFEAT_direct_mapped and XENFEAT_not_direct_mapped
 2021-02-25 23:51 UTC 

[RFC PATCH 00/10] vfio: Device memory DMA mapping improvements
 2021-02-25 23:49 UTC  (7+ messages)
` [RFC PATCH 05/10] vfio: Create a vfio_device from vma lookup

[PATCH] net: always use icmp{,v6}_ndo_send from ndo_start_xmit
 2021-02-25 23:46 UTC 

[RFC PATCH v2 0/7] Some improvement and a new test for kvm page table
 2021-02-25 23:45 UTC  (8+ messages)
` [RFC PATCH v2 4/7] KVM: selftests: Add a helper to get system configured THP page size
` [RFC PATCH v2 5/7] KVM: selftests: List all hugetlb src types specified with page sizes
` [RFC PATCH v2 6/7] KVM: selftests: Adapt vm_userspace_mem_region_add to new helpers

[PATCH] btrfs: do more graceful error/warning for 32bit kernel
 2021-02-25 23:43 UTC  (5+ messages)

Fwd: Re: Re: Incompatible pointer type error when compiling kernel
 2021-02-25 23:46 UTC  (7+ messages)
    `  "

[lee-linaro:tb-fix-w1-warnings 15/194] drivers/gpu/drm/amd/amdgpu/../display/dc/calcs/dce_calcs.c:2057 bw_calcs_init() warn: possible memory leak of 'dceip'
 2021-02-25 23:44 UTC 

[virtio-dev] [PATCH v2] Add lifetime metrics to virtio-blk
 2021-02-25 23:41 UTC 

[PATCH v8 0/2] Enable power management for ufs wlun
 2021-02-25 23:37 UTC  (11+ messages)
  ` [PATCH v8 1/2] scsi: ufs: Enable power management for wlun
  ` [PATCH v8 2/2] ufs: sysfs: Resume the proper scsi device

[PATCH 0/4] small reorganization of OP_SLICE
 2021-02-25 23:39 UTC  (5+ messages)
` [PATCH 1/4] slice: remove unneeded len from OP_SLICE
` [PATCH 2/4] slice: remove unneeded nr_nrbits from EXPR_SLICE
` [PATCH 3/4] slice: OP_SLICE needs the source's type: make it a kind of unop
` [PATCH 4/4] slice: display the source's size, like for unops

[xlnx:master 42/273] dtbs_check: warning: no schema found in file: Documentation/devicetree/bindings/ptp/ptp-xilinx.yaml
 2021-02-25 23:35 UTC 

[PATCH][RESEND] ARM: imx: Add missing FEC ethernet quirk for MX8M
 2021-02-25 23:34 UTC  (5+ messages)

linux-next: manual merge of the akpm-current tree with the btrfs tree
 2021-02-25 23:32 UTC  (3+ messages)

[dpdk-dev] [RFC 0/5] Use correct memory ordering in eal functions
 2021-02-25 23:33 UTC  (4+ messages)
` [dpdk-dev] [RFC 3/5] eal: lcore state FINISHED is not required
    ` [dpdk-dev] 回复: "

FAILED: patch "[PATCH] libnvdimm/dimm: Avoid race between probe and" failed to apply to 4.19-stable tree
 2021-02-25 23:31 UTC  (3+ messages)

[PATCH v2] oeqa/pam: Need shadow installed for the tests
 2021-02-25 23:29 UTC 

[BUG] Race between policy reload sidtab conversion and live conversion
 2021-02-25 23:27 UTC  (7+ messages)

[net] tcp: Fix sign comparison bug in getsockopt(TCP_ZEROCOPY_RECEIVE)
 2021-02-25 23:26 UTC 

[xen-unstable bisection] complete test-xtf-amd64-amd64-4
 2021-02-25 23:27 UTC 

[PATCH v10 00/17] Add AMD SEV guest live migration support
 2021-02-25 23:24 UTC  (9+ messages)
` [PATCH v10 10/16] KVM: x86: Introduce KVM_GET_SHARED_PAGES_LIST ioctl

Spurious TCP retransmissions on ack vs kfree_skb reordering
 2021-02-25 23:25 UTC 

[PATCH] rk3399: Add basic support for helios64
 2021-02-25 23:23 UTC  (2+ messages)

[PATCH v1] xen: ACPI: Get rid of ACPICA message printing
 2021-02-25 23:21 UTC  (2+ messages)

[PATCH v2] btrfs: Remove force argument from run_delalloc_nocow()
 2021-02-25 23:22 UTC  (2+ messages)

[PATCH V2] xfs: initialise attr fork on inode create
 2021-02-25 23:21 UTC  (5+ messages)

[PATCH] multiprocess: move feature to meson_options.txt
 2021-02-25 23:16 UTC  (6+ messages)

[PATCH 1/4] mm: restore node stat checking in /proc/sys/vm/stat_refresh
 2021-02-25 23:15 UTC  (8+ messages)
` [PATCH 2/4] mm: no more EINVAL from /proc/sys/vm/stat_refresh
` [PATCH 3/4] mm: /proc/sys/vm/stat_refresh skip checking known negative stats
` [PATCH 4/4] mm: /proc//sys/vm/stat_refresh stop checking monotonic numa stats

[PATCH for-next 0/6] Minimal build for RISCV
 2021-02-25 23:14 UTC  (5+ messages)
` [PATCH for-next 3/6] xen/sched: Fix build when NR_CPUS == 1
` [PATCH for-next 5/6] xen: Add files needed for minimal riscv build

[dpdk-dev] [PATCH 0/6] net/pcap: build on Windows
 2021-02-25 23:10 UTC  (7+ messages)
` [dpdk-dev] [PATCH v2 "
  ` [dpdk-dev] [PATCH v2 4/6] net/pcap: add libpcap wrappers

[PATCH v2 0/2] tests: Add functional test for out-of-process device emulation
 2021-02-25 23:07 UTC  (2+ messages)

[PATCH v2 net 0/6] Fixes for NXP ENETC driver
 2021-02-25 23:08 UTC  (5+ messages)
` [PATCH v2 net 3/6] net: enetc: take the MDIO lock only once per NAPI poll cycle

[PATCH] convert: fail gracefully upon missing clean cmd on required filter
 2021-02-25 23:05 UTC  (2+ messages)

[RFC PATCH 0/3] hw/block/pflash: Mmap read-only backend files with MAP_SHARED
 2021-02-25 23:02 UTC  (4+ messages)
` [RFC PATCH 1/3] exec/memory: Introduce memory_region_init_rom_device_from_file()
` [RFC PATCH 2/3] hw/block/pflash: Move code around
` [RFC PATCH 3/3] hw/block/pflash: use memory_region_init_rom_device_from_file()

[PATCH v3 0/2] Make alloc_contig_range handle Hugetlb pages
 2021-02-25 23:05 UTC  (3+ messages)
` [PATCH v3 2/2] mm: Make alloc_contig_range handle in-use hugetlb pages

tasks-trace RCU: question about grace period forward progress
 2021-02-25 23:05 UTC  (6+ messages)

[lee-linaro:tb-fix-w1-warnings 174/194] drivers/scsi/mpt3sas/mpt3sas_scsih.c:10355:6: error: incompatible pointer types passing 'Mpi2RaidVolPage1_t (aka 'struct _MPI2_CONFIG_PAGE_RAID_VOL_1 to parameter of type 'Mpi2RaidVolPage1_t (aka 'struct _MPI2_CONFIG_PAGE_RAID_VOL_1 remov
 2021-02-25 23:05 UTC 

[thierryreding:for-5.12/work 20/29] drivers/gpu/drm/tegra/uapi/uapi.c:62:5: warning: no previous prototype for 'close_channel_ctx'
 2021-02-25 23:03 UTC 

[net-next] tcp: Sanitize CMSG flags and reserved args in tcp_zerocopy_receive
 2021-02-25 23:00 UTC  (6+ messages)

[PATCH v2] bcm63xx_enet: fix internal phy IRQ assignment
 2021-02-25 22:56 UTC  (9+ messages)

[PATCH] x86: mark some mpspec inline functions as __init
 2021-02-25 22:54 UTC  (7+ messages)

[PATCH v2 00/31] qapi/qom: QAPIfy --object and object-add
 2021-02-25 22:55 UTC  (5+ messages)
` [PATCH v2 02/31] qapi/qom: Drop deprecated 'props' from object-add
` [PATCH v2 03/31] qapi/qom: Add ObjectOptions for iothread

[PATCH 0/7] Add FFT Support for R-Car Gen3 devices
 2021-02-25 22:51 UTC  (16+ messages)
` [PATCH 1/7] clk: renesas: r8a77990: Add DAB clock
` [PATCH 2/7] clk: renesas: r8a77965: "
` [PATCH 3/7] dt-bindings: misc: Add binding for R-Car DAB
` [PATCH 4/7] misc: Add driver for DAB IP found on Renesas R-Car devices
` [PATCH 5/7] arm64: dts: renesas: r8a77990: Add DAB support
` [PATCH 6/7] arm64: dts: renesas: r8a77965: "
` [PATCH 7/7] arm64: configs: Add R-Car "

[PATCH] net: phy: make mdio_bus_phy_suspend/resume as __maybe_unused
 2021-02-25 22:53 UTC  (2+ messages)

[Printing-architecture] Automatic printer setup with Printer Applications
 2021-02-25 22:54 UTC  (7+ messages)

[drm-drm-misc:drm-misc-next 1/1] aarch64-linux-gnu-ld: warning: orphan section `.eh_frame' from `drivers/gpu/drm/ttm/ttm_device.o' being placed in section `.eh_frame'
 2021-02-25 22:53 UTC 

[PATCH v2 0/3] Soft limit memory management bug fixes
 2021-02-25 22:48 UTC  (11+ messages)
` [PATCH v2 2/3] mm: Force update of mem cgroup soft limit tree on usage excess

[PATCH v2 1/4] arm64: dts: qcom: sc7180: trogdor: Add label to charger thermal zone
 2021-02-25 22:47 UTC  (5+ messages)
` [PATCH v2 3/4] arm64: dts: qcom: sc7180: trogdor: Fix trip point config of "
` [PATCH v2 4/4] arm64: dts: qcom: sc7180: trogdor: Use ADC TM channel 0 instead of 1 for charger temperature

WARNING: CPU: 11 PID: 7118 at drivers/ata/libata-core.c:4561 __ata_qc_complete+0x102/0x120
 2021-02-25 22:46 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.