All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-12-02 00:32:34 to 2020-12-02 01:52:39 UTC [more...]

[PATCH v4 0/9] Rework runtime suspend and SPI domain validation
 2020-12-02  1:51 UTC  (2+ messages)

[PATCH v2] f2fs: Remove unnecessary unlikely()
 2020-12-02  1:50 UTC  (3+ messages)
` [f2fs-dev] "

[PATCH 0/6] Minimal patches to let reftable pass the CI builds
 2020-12-02  1:50 UTC  (5+ messages)
` [PATCH 6/6] fixup! reftable: rest of library

[PATCH 1/4] f2fs: rename logical_to_blk and blk_to_logical
 2020-12-02  1:47 UTC  (5+ messages)
` [PATCH 4/4] f2fs: remove buffer_head which has 32bits limit
    ` [f2fs-dev] "

[PATCH net] geneve: pull IP header before ECN decapsulation
 2020-12-02  1:48 UTC  (2+ messages)

[bluez PATCH v1 0/3] Emit InterfacesAdded/InterfacesRemoved at correct root path
 2020-12-02  1:48 UTC  (5+ messages)
` [bluez PATCH v1 1/3] adv_monitor: Register client app with app-base-path
  ` Emit InterfacesAdded/InterfacesRemoved at correct root path
` [bluez PATCH v1 2/3] gdbus: Emit InterfacesAdded/Removed at app "
` [bluez PATCH v1 3/3] client: Fix add advertisement monitor

[RFC PATCH v5 00/33] Hexagon patch series
 2020-12-02  1:47 UTC  (7+ messages)
` [RFC PATCH v5 20/33] Hexagon (target/hexagon) generator phase 2 - generate header files
` [RFC PATCH v5 22/33] Hexagon (target/hexagon) generater phase 4 - decode tree

[PATCH 1/3] drm/amdgpu/swsmu/navi1x: simplify sensor handling
 2020-12-02  1:49 UTC  (3+ messages)
` [PATCH 3/3] drm/amdgpu/swsmu/sienna_cichlid: "

[PATCH] block: add bio_iov_iter_nvecs for figuring out nr_vecs
 2020-12-02  1:46 UTC  (3+ messages)

[PATCH v2 0/8] xen/arm: Add support for SMMUv3 driver
 2020-12-02  1:48 UTC  (10+ messages)
` [PATCH v2 4/8] xen/arm: Remove support for MSI on SMMUv3
` [PATCH v2 5/8] xen/arm: Remove support for PCI ATS "
` [PATCH v2 6/8] xen/arm: Remove support for Stage-1 translation "
` [PATCH v2 7/8] xen/arm: Remove Linux specific code that is not usable in XEN

[jpirko-mlxsw:petrm_resilient 14/14] net/ipv4/nexthop.o: warning: objtool: nexthop_select_path() falls through to next function nexthop_set_hw_flags()
 2020-12-02  1:47 UTC 

go broken or kubernetes ? go build runtime/cgo: invalid flag in go:cgo_ldflag: -Wl,-O1
 2020-12-02  1:46 UTC  (4+ messages)
` [meta-virtualization] "

[PATCH] drm/amdgpu/powerplay: set the smu fan control cap for CI asics
 2020-12-02  1:46 UTC  (2+ messages)

[bug report] Hang on sync after dd
 2020-12-02  1:44 UTC  (3+ messages)

What's cooking in git.git (Nov 2020, #06; Mon, 30)
 2020-12-02  1:44 UTC  (9+ messages)
` [PATCH] cook: add github.com/git-vcs/git as a URL
  ` [PATCH] MaintNotes: use https:// instead of git:// when possible

[PATCH kernel] powerpc/kuap: Restore AMR after replaying soft interrupts
 2020-12-02  1:09 UTC 

[PATCH v3 0/9] mhi: pci_generic: Misc improvements
 2020-12-02  1:41 UTC  (8+ messages)
` [PATCH v3 1/9] mhi: Add mhi_controller_initialize helper
` [PATCH v3 5/9] mhi: pci_generic: Add support for reset

[PATCH] common/rc: confirm pcie hotplug capabilities
 2020-12-02  1:39 UTC  (2+ messages)

[PATCH v2 1/2] arm/hvf: Optimize and simplify WFI handling
 2020-12-02  1:39 UTC  (4+ messages)

[gatesgarth][PATCH] documentation: prepare for 3.2.1 release
 2020-12-02  1:40 UTC 

[PATCH bpf-next 0/1] libbpf: fail early when loading programs with unspecified type
 2020-12-02  1:39 UTC  (2+ messages)

linux-next: Fixes tag needs some work in the mailbox tree
 2020-12-02  1:39 UTC 

[PATCH] tools/bpf: Return the appropriate error value
 2020-12-02  1:38 UTC  (2+ messages)

linux-next: build failure after merge of the net-next tree
 2020-12-02  1:38 UTC 

[PATCH v2 00/17] ibmvfc: initial MQ development
 2020-12-02  0:53 UTC  (36+ messages)
` [PATCH v2 01/17] ibmvfc: add vhost fields and defaults for MQ enablement
` [PATCH v2 02/17] ibmvfc: define hcall wrapper for registering a Sub-CRQ
` [PATCH v2 03/17] ibmvfc: add Subordinate CRQ definitions
` [PATCH v2 04/17] ibmvfc: add alloc/dealloc routines for SCSI Sub-CRQ Channels
` [PATCH v2 05/17] ibmvfc: add Sub-CRQ IRQ enable/disable routine
` [PATCH v2 06/17] ibmvfc: add handlers to drain and complete Sub-CRQ responses
` [PATCH v2 07/17] ibmvfc: define Sub-CRQ interrupt handler routine
` [PATCH v2 08/17] ibmvfc: map/request irq and register Sub-CRQ interrupt handler
` [PATCH v2 09/17] ibmvfc: implement channel enquiry and setup commands
` [PATCH v2 10/17] ibmvfc: advertise client support for using hardware channels
` [PATCH v2 11/17] ibmvfc: set and track hw queue in ibmvfc_event struct
` [PATCH v2 12/17] ibmvfc: send commands down HW Sub-CRQ when channelized
` [PATCH v2 13/17] ibmvfc: register Sub-CRQ handles with VIOS during channel setup
` [PATCH v2 14/17] ibmvfc: add cancel mad initialization helper
` [PATCH v2 15/17] ibmvfc: send Cancel MAD down each hw scsi channel
` [PATCH v2 16/17] ibmvfc: enable MQ and set reasonable defaults
` [PATCH v2 17/17] ibmvfc: provide modules parameters for MQ settings

[arnd-playground:to-build 257/350] arch/mips/include/asm/kvm_host.h:220:19: warning: field 'gpa_mm' with variable sized type 'struct mm_struct' not at the end of a struct or class is a GNU extension
 2020-12-02  1:36 UTC 

[net-next PATCH] net: freescale: ucc_geth: remove unused SKB_ALLOC_TIMEOUT
 2020-12-02  1:00 UTC  (3+ messages)

Sound BlasterX AE-5 not working
 2020-12-02  1:34 UTC 

[PATCH net-next] devlink: Add devlink port documentation
 2020-12-02  1:34 UTC  (3+ messages)
` [PATCH net-next v2] "

[Bug 201539] New: AMDGPU R9 390 automatic fan speed control in Linux 4.19
 2020-12-02  1:33 UTC  (2+ messages)
` [Bug 201539] AMDGPU R9 390 automatic fan speed control in Linux 4.19/4.20/5.0

[PATCH] menuconfig,mconf-cfg: Allow specification of ncurses location
 2020-12-02  1:32 UTC  (7+ messages)

[PATCH v2 for-next] RDMA/hns: Move capability flags of QP and CQ to hns-abi.h
 2020-12-02  1:29 UTC 

[PATCH bpf-next 1/2] bpf: Adds support for setting window clamp
 2020-12-02  1:30 UTC  (3+ messages)
` [PATCH bpf-next 0/2] Add support to set window_clamp from bpf setsockops

[PATCH v4 0/6] kasan: add workqueue and timer stack for generic KASAN
 2020-12-02  1:22 UTC  (8+ messages)

[PATCH v6 4/4] soc: imx8m: change to use platform driver
 2020-12-02  1:27 UTC  (4+ messages)

[PATCH] iommu/hyper-v: Fix panic on a host without the 15-bit APIC ID support
 2020-12-02  1:28 UTC  (2+ messages)

[Intel-gfx] [PATCH 1/2] drm/i915/gem: Limit lmem scatterlist elements to UINT_MAX
 2020-12-02  1:28 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[PATCH] perf script: Fix overrun issue for dynamically-allocated pmu type number
 2020-12-02  1:26 UTC  (6+ messages)

[RFC PATCH 00/15] libiscsi: lock clean ups
 2020-12-02  1:27 UTC  (3+ messages)
` [PATCH 15/15] libiscsi: convert ping_task to refcount handler

[PATCH] kretprobe: avoid re-registration of the same kretprobe earlier
 2020-12-02  1:27 UTC  (5+ messages)

[PATCH RFC 00/39] x86/KVM: Xen HVM guest support
 2020-12-02  1:26 UTC  (5+ messages)
` [PATCH RFC 03/39] KVM: x86/xen: register shared_info page

Dim blowing up in my face
 2020-12-02  1:26 UTC  (4+ messages)

[PATCH] arm/hvf: Optimize and simplify WFI handling
 2020-12-02  1:19 UTC  (9+ messages)

[PATCH net] inet_ecn: Fix endianness of checksum update when setting ECT(1)
 2020-12-02  1:24 UTC  (2+ messages)

[PATCH 0/2] Improve error handling of verifier tests
 2020-12-02  1:24 UTC  (5+ messages)
` [PATCH 1/2] selftests/bpf: Avoid errno clobbering
` [PATCH 2/2] selftests/bpf: Print reason when a tester could not run a program

[PATCH] Documentation: mount_api: change kernel log wording
 2020-12-02  1:24 UTC 

[gatesgarth][PATCH 1/2] sphinx: releases: add link to 3.1.3
 2020-12-02  1:23 UTC  (2+ messages)
` [gatesgarth][PATCH 2/2] releases.rst: add gatesgarth to current releases

[GIT PULL] bootconfig: Always use little endian for size and checksum
 2020-12-02  1:22 UTC 

[PATCH V17 0/6] mips: Add Loongson-3 machine support
 2020-12-02  1:16 UTC  (9+ messages)
` [PATCH V17 2/6] hw/intc: Rework Loongson LIOINTC
` [PATCH V17 4/6] hw/mips: Add Loongson-3 boot parameter helpers

Fwd: [OT][X-POST] RAID-6 hw rebuild speed
 2020-12-02  1:21 UTC  (5+ messages)

[PATCH] releases.rst: add gatesgarth to current releases
 2020-12-02  1:21 UTC 

linux-next: manual merge of the net-next tree with the net tree
 2020-12-02  1:20 UTC 

[PATCH net-next 1/6] ethtool: Extend link modes settings uAPI with lanes
 2020-12-02  1:17 UTC  (14+ messages)

[PATCH bpf-next 1/2] selftests/bpf: Update ima test helper's losetup commands
 2020-12-02  1:17 UTC  (3+ messages)

[PATCH net-next 0/2] ionic updates
 2020-12-02  1:15 UTC  (2+ messages)

[PATCH v5 bpf-next 0/2] libbpf: add support for privileged/unprivileged control separation
 2020-12-02  1:14 UTC  (2+ messages)

[for-linus][PATCH 0/3] bootconfig: Updates for 5.10
 2020-12-02  1:12 UTC  (4+ messages)
` [for-linus][PATCH 1/3] bootconfig: Load size and checksum in the footer as le32
` [for-linus][PATCH 2/3] tools/bootconfig: Store size and checksum in "
` [for-linus][PATCH 3/3] docs: bootconfig: Add the endianness of fields

[PATCH rdma-core v3 0/6] Add user space dma-buf support
 2020-12-02  1:12 UTC  (7+ messages)
` [PATCH rdma-core v3 4/6] pyverbs: Add dma-buf based MR support

[meta-yocto][PATCH] poky.conf: bump version for 3.2.1 release
 2020-12-02  1:13 UTC 

[PATCH] mm: mmap_lock: fix use-after-free race and css ref leak in tracepoints
 2020-12-02  1:11 UTC  (13+ messages)

[PATCH] lib/find_bit: Add find_prev_*_bit functions
 2020-12-02  1:10 UTC 

[PATCH for-next] RDMA/hns: Move capability flags of QP and CQ to hns-abi.h
 2020-12-02  1:09 UTC  (3+ messages)

[PATCH] net: phy: marvell: replace phy_modify()
 2020-12-02  1:09 UTC  (2+ messages)

[gatesgarth][PATCH 00/21] pull request (cover letter only)
 2020-12-02  1:10 UTC 

[PATCH] tmpfs: fix Documentation nits
 2020-12-02  1:09 UTC 

[PATCH] Kbuild: implement support for DWARF5
 2020-12-02  1:08 UTC  (8+ messages)
` [PATCH v2 0/4] Kbuild: DWARF v5 support
  ` [PATCH v2 3/4] Kbuild: make DWARF version a choice

VRF NS for lladdr sent on the wrong interface
 2020-12-02  1:06 UTC  (4+ messages)

[Bug 1906463] [NEW] "-device help" does not report all devices
 2020-12-02  0:57 UTC 

[PATCH v2 1/2] arm64: dts: qcom: sdm845: Add gpi dma node
 2020-12-02  1:06 UTC  (3+ messages)
` [PATCH v2 2/2] arm64: dts: qcom: db845c: Enable gpi_dma0 node

[PATCH net-next 0/6] s390/ctcm: updates 2020-11-30
 2020-12-02  1:04 UTC  (4+ messages)
` [PATCH net-next 1/6] s390/ctcm: Avoid temporary allocation of struct th_header and th_sweep

[PATCH for-next] RDMA/efa: Use dma_set_mask_and_coherent to simplify code
 2020-12-02  1:04 UTC  (2+ messages)

[PATCH 000/141] Fix fall-through warnings for Clang
 2020-12-01  8:20 UTC  (3+ messages)
` [Intel-gfx] "

[PATCH v2 00/20] drm: Move struct drm_device.pdev to legacy
 2020-12-02  0:42 UTC  (4+ messages)
` [PATCH v2 08/20] drm/hibmc: Remove references to struct drm_device.pdev
  ` [Intel-gfx] "

[PATCH v3 0/6] linux-user: Rework get_elf_hwcap() and support MIPS Loongson 2F/3E
 2020-12-02  1:01 UTC  (3+ messages)
` [PATCH v3 6/6] linux-user: Add support for "

[PATCH for-next 0/3] RDMA/hns: Fixes for calculation of sge
 2020-12-02  1:02 UTC  (2+ messages)

[PATCH] gconfig: avoid use of hard coded colors for rows
 2020-12-02  1:02 UTC  (3+ messages)

[PATCH bpf-next 1/2] bpf: Expose bpf_get_socket_cookie to tracing programs
 2020-12-02  1:01 UTC  (3+ messages)
` [PATCH bpf-next 2/2] bpf: Add a selftest for the tracing bpf_get_socket_cookie

[PATCH bpf-next 1/2] bpf: Add a bpf_kallsyms_lookup helper
 2020-12-02  0:57 UTC  (8+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Add bpf_kallsyms_lookup test

[PATCH 0/3] f2fs-tools: sload.f2fs to support compression
 2020-12-02  0:57 UTC  (8+ messages)
` [f2fs-dev] "
` [PATCH 1/3] f2fs-tools: Added #ifdef WITH_func
  ` [f2fs-dev] "
` [PATCH 2/3] f2fs-tools:sload.f2fs compression support
  ` [f2fs-dev] "
` [PATCH 3/3] f2fs-tools:sload.f2fs compress: Fixed automake
  ` [f2fs-dev] "

[PATCH v2 0/4] Chunk Heap Support on DMA-HEAP
 2020-12-02  0:57 UTC  (10+ messages)
` [PATCH v2 4/4] dma-buf: heaps: add chunk heap to dmabuf heaps

[PATCH] doc: use real example for APRanges
 2020-12-02  0:57 UTC 

[GIT PULL 2/2] Kconfig updates for v5.10-rc1
 2020-12-02  0:55 UTC  (8+ messages)

[PATCH v2,for-rc] RDMA/qedr: iWARP invalid(zero) doorbell address fix
 2020-12-02  0:54 UTC  (2+ messages)

[PATCH for-rc] RDMA/efa: Use the correct current and new states in modify QP
 2020-12-02  0:54 UTC  (2+ messages)

[PATCH net-next v2 2/3] net: dsa: add Arrow SpeedChips XRS700x driver
 2020-12-02  0:54 UTC  (12+ messages)

[PATCH kernel v3] powerpc/pci: Remove LSI mappings on device teardown
 2020-12-02  0:52 UTC 

[PATCH v2 0/2] Fix an mmap exploit and remove push in i40iw
 2020-12-02  0:50 UTC  (3+ messages)
` [PATCH v2 2/2] RDMA/i40iw: Remove push code from i40iw

Raspberry PI enabling MMC1
 2020-12-02  0:50 UTC  (5+ messages)
  ` [yocto] "

[xen-4.14-testing test] 157133: tolerable FAIL - PUSHED
 2020-12-02  0:49 UTC 

UBSAN: array-index-out-of-bounds in arch_uprobe_analyze_insn
 2020-12-02  0:48 UTC  (3+ messages)

[cel:nfsd-xdr-stream 184/222] fs/nfsd/nfsxdr.c:659:40: sparse: sparse: incorrect type in argument 2 (different base types)
 2020-12-02  0:49 UTC 

[Intel-gfx] [RFC-v3 00/26] Introduce Intel PXP component
 2020-12-02  0:49 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for Introduce Intel PXP component (rev3)

linusw/devel baseline: 100 runs, 2 regressions (v5.10-rc4-34-g0f2c7af45d7ee)
 2020-12-02  0:46 UTC 

[PATCH 3/8] drm/vmwgfx: Switch to a managed drm device
 2020-12-02  0:46 UTC  (3+ messages)

[PATCH 1/1] mm: compaction: avoid fast_isolate_around() to set pageblock_skip on reserved pages
 2020-12-02  0:44 UTC  (11+ messages)

linusw/for-next baseline: 108 runs, 2 regressions (v5.10-rc4-34-g0f2c7af45d7e)
 2020-12-02  0:41 UTC 

[PATCH] doc: make HTML manual reproducible
 2020-12-02  0:41 UTC  (4+ messages)

[MPTCP] Re: [MPTCP][PATCH mptcp-next 3/5] mptcp: deal with MPTCP_PM_ADDR_FLAG_BACKUP in PM netlink
 2020-12-02  0:40 UTC 

[PATCH bpf] libbpf: sanitise map names before pinning
 2020-12-02  0:39 UTC  (2+ messages)

[arnd-playground:to-build 107/465] drivers/net/ethernet/xscale/ixp4xx_eth.c:1378:18: warning: variable 'regs_phys' set but not used
 2020-12-02  0:38 UTC 

[PATCH] NFSv4.2: improve page handling for GETXATTR
 2020-12-02  0:36 UTC  (5+ messages)

[PATCH v2] NFSv4.2: improve page handling for GETXATTR
 2020-12-02  0:34 UTC 

[PATCH v2 net-next 0/4] net: dsa: Link aggregation support
 2020-12-02  0:33 UTC  (5+ messages)
` [PATCH v2 net-next 4/4] net: dsa: tag_dsa: Support reception of packets from LAG devices

[PATCH v2] split up lockdep and syscall related functionality in generic entry code
 2020-12-02  0:33 UTC  (2+ messages)

[PATCH net-next 0/6] Support setting lanes via ethtool
 2020-12-02  0:32 UTC  (9+ messages)
` [PATCH net-next 1/6] ethtool: Extend link modes settings uAPI with lanes

[PATCH] target/mips: Allow executing MSA instructions on Loongson-3A4000
 2020-12-02  0:31 UTC  (3+ messages)

[PATCH 0/4] Use just one DTS file for all Espressobin variants
 2020-12-02  0:33 UTC  (2+ messages)

Bad performance since 5.9-rc1
 2020-12-02  0:31 UTC  (2+ 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.