All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-09-22 17:34:17 to 2020-09-22 18:43:08 UTC [more...]

[PATCH] drivers:staging:comedi:comedi.h: Fixed typos in comments
 2020-09-22 18:43 UTC  (3+ messages)
` [PATCH] staging: comedi: comedi.h: "

[PATCH 1/1] examples: make examples customizable
 2020-09-22 18:42 UTC  (3+ messages)

[PATCH] entry: Fix typo in comments for syscall_enter_from_user_mode()
 2020-09-22 18:42 UTC  (2+ messages)
` [tip: x86/cleanups] x86/entry: "

[PATCH] random: use correct memory barriers for crng_node_pool
 2020-09-22 18:42 UTC  (11+ messages)

[PATCH v2 1/3] iio: dac: ad5686: add support for AD5338R
 2020-09-22 18:40 UTC  (3+ messages)
` [PATCH v2 2/3] iio: dac: ad5686: add of_match_table
` [PATCH v2 3/3] dt-bindings: iio: dac: ad5686: add binding

[PATCH 0/4] clk: qcom : add sm8250 LPASS GFM drivers
 2020-09-22 18:41 UTC  (3+ messages)
` [PATCH 3/4] clk: qcom: Add support to LPASS AUDIO_CC Glitch Free Mux clocks

[PATCH v4 0/4] xen/arm: Properly disable M2P on Arm
 2020-09-22 18:39 UTC  (17+ messages)
` [PATCH v4 1/4] xen: XENMEM_exchange should only be used/compiled for arch supporting PV guest
` [PATCH v4 2/4] xen: Introduce HAS_M2P config and use to protect mfn_to_gmfn call
` [PATCH v4 3/4] xen: Remove mfn_to_gmfn macro
` [PATCH v4 4/4] xen/mm: Provide dummy M2P-related helpers when !CONFIG_HAVE_M2P

[PATCH v1 0/1] mmc: sdhci-of-arasan: Enable UHS-1 support for Keem Bay SOC
 2020-09-22 18:38 UTC  (9+ messages)
` [PATCH v1 1/1] "

[PATCHv2 bpf-next] selftests/bpf: Fix stat probe in d_path test
 2020-09-22 18:39 UTC  (3+ messages)

[PATCH V1 00/16] IOREQ feature (+ virtio-mmio) on Arm
 2020-09-22 18:39 UTC  (8+ messages)
` [PATCH V1 11/16] xen/ioreq: Introduce hvm_domain_has_ioreq_server()

[PATCH bpf-next v8 00/11] bpf: Support multi-attach for freplace programs
 2020-09-22 18:38 UTC  (12+ messages)
` [PATCH bpf-next v8 01/11] bpf: disallow attaching modify_return tracing functions to other BPF programs
` [PATCH bpf-next v8 02/11] bpf: change logging calls from verbose() to bpf_log() and use log pointer
` [PATCH bpf-next v8 03/11] bpf: verifier: refactor check_attach_btf_id()
` [PATCH bpf-next v8 04/11] bpf: move prog->aux->linked_prog and trampoline into bpf_link on attach
` [PATCH bpf-next v8 05/11] bpf: support attaching freplace programs to multiple attach points
` [PATCH bpf-next v8 06/11] bpf: Fix context type resolving for extension programs
` [PATCH bpf-next v8 07/11] libbpf: add support for freplace attachment in bpf_link_create
` [PATCH bpf-next v8 08/11] selftests: add test for multiple attachments of freplace program
` [PATCH bpf-next v8 09/11] selftests/bpf: Adding test for arg dereference in extension trace
` [PATCH bpf-next v8 10/11] selftests: Add selftest for disallowing modify_return attachment to freplace
` [PATCH bpf-next v8 11/11] selftests: Remove fmod_ret from benchmarks and test_overhead

[PATCH v3 bpf-next 00/11] bpf: Enable bpf_skc_to_* sock casting helper to networking prog type
 2020-09-22 18:38 UTC  (7+ messages)
` [PATCH v3 bpf-next 01/11] bpf: Move the PTR_TO_BTF_ID check to check_reg_type()
` [PATCH v3 bpf-next 02/11] bpf: Enable bpf_skc_to_* sock casting helper to networking prog type

[Linux-kernel-mentees] checkpatch.pl investigation: NO_AUTHOR_SIGN_OFF issues
 2020-09-22 18:38 UTC  (7+ messages)

[PATCH v3 00/10] Independent per-CPU data section for nVHE
 2020-09-22 18:34 UTC  (21+ messages)
` [PATCH v3 01/11] kvm: arm64: Partially link nVHE hyp code, simplify HYPCOPY
` [PATCH v3 07/11] kvm: arm64: Duplicate arm64_ssbd_callback_required for nVHE hyp
` [PATCH v3 09/11] kvm: arm64: Mark hyp stack pages reserved
` [PATCH v3 10/11] kvm: arm64: Set up hyp percpu data for nVHE

[Intel-wired-lan] [PATCH net-next v1 0/7] udp_tunnel: convert Intel drivers with shared tables
 2020-09-22 18:35 UTC  (8+ messages)
` [Intel-wired-lan] [PATCH net-next v1 4/7] selftests: net: add a test for shared UDP tunnel info tables

[PATCH] clk: qcom: gcc-sdm660: Fix wrong parent_map
 2020-09-22 18:35 UTC  (3+ messages)

[PATCH 1/1] arm: enable DM_RNG on QEMU by default
 2020-09-22 18:35 UTC  (3+ messages)

[PATCH v2 00/11] Multiple fixes to XENMEM_acquire_resource
 2020-09-22 18:24 UTC  (12+ messages)
` [PATCH v2 01/11] xen/memory: Introduce CONFIG_ARCH_ACQUIRE_RESOURCE
` [PATCH v2 02/11] xen/gnttab: Rework resource acquisition
` [PATCH v2 03/11] xen/memory: Fix compat XENMEM_acquire_resource for size requests
` [PATCH v2 04/11] xen/memory: Fix acquire_resource size semantics
` [PATCH v2 05/11] tools/foreignmem: Support querying the size of a resource
` [PATCH v2 06/11] xen/memory: Clarify the XENMEM_acquire_resource ABI description
` [PATCH v2 07/11] xen/memory: Improve compat XENMEM_acquire_resource handling
` [PATCH v2 08/11] xen/memory: Indent part of acquire_resource()
` [PATCH v2 09/11] xen/memory: Fix mapping grant tables with XENMEM_acquire_resource
` [PATCH v2 10/11] TESTING dom0
` [PATCH v2 11/11] TESTING XTF

[PATCH 0/5] mm: Break COW for pinned pages during fork()
 2020-09-22 18:34 UTC  (23+ messages)
` [PATCH 1/5] mm: Introduce mm_struct.has_pinned
` [PATCH 3/5] mm: Rework return value for copy_one_pte()
` [PATCH 4/5] mm: Do early cow for pinned pages during fork() for ptes

[PATCH v3 0/10] libperf and arm64 userspace counter access support
 2020-09-22 18:32 UTC  (6+ messages)
` [PATCH v3 05/10] libperf: Add libperf_evsel__mmap()

[PATCH] clk: qcom: ipq8074: make pcie0_rchng_clk_src static
 2020-09-22 18:34 UTC  (2+ messages)

[PATCH v2] cpuidle: record state entry rejection statistics
 2020-09-22 18:34 UTC 

[PATCH] libmultipath: Allow discovery of USB devices
 2020-09-22 18:34 UTC 

[PATCH] memcg: introduce per-memcg reclaim interface
 2020-09-22 18:31 UTC  (10+ messages)

[PATCH test hooks 1/1] u-boot-hooks: add virtio-rng-pci
 2020-09-22 18:32 UTC  (2+ messages)

[RFC PATCH V2] ipmi: ssif: Fix out of bounds in write_next_byte()
 2020-09-22 18:29 UTC  (2+ messages)
` [PATCH] x86: Fix MCE error handing when kdump is enabled

[Intel-gfx] [PATCH 0/7] drm/i915: Add support for LTTPR non-transparent link training mode
 2020-09-22 18:26 UTC  (15+ messages)
` [Intel-gfx] [PATCH 3/7] drm/i915: Simplify the link training functions
` [Intel-gfx] [PATCH 4/7] drm/i915: Factor out a helper to disable the DPCD training pattern
` [Intel-gfx] [PATCH 7/7] drm/i915: Switch to LTTPR non-transparent mode link training

[PATCH v3 0/6] add NXP imx8mp usb support
 2020-09-22 18:22 UTC  (6+ messages)
` [PATCH v3 3/6] dt-bindings: usb: dwc3-imx8mp: add imx8mp dwc3 glue bindings

[linux-next:master 7032/8629] arch/powerpc/kernel/vdso32/gettimeofday.S:40: Error: syntax error; found `@', expected `,'
 2020-09-22 18:24 UTC 

[PATCH 0/3] Fix Kernel-doc warnings introduced on next-20200921
 2020-09-22 18:22 UTC  (10+ messages)
` [PATCH 1/3] net: fix a new kernel-doc warning at dev.c

+ checkpatch-allow-not-using-f-with-files-that-are-in-git-fix.patch added to -mm tree
 2020-09-22 18:21 UTC 

[LTP] LTP release
 2020-09-22 18:21 UTC  (2+ messages)

[PATCH v7 0/4] Add support for KeemBay DRM driver
 2020-09-22 18:20 UTC  (4+ messages)
` [PATCH v7 2/4] drm/kmb: Add support for KeemBay Display

BUG: Invalid wait context, related to serial console?
 2020-09-22 18:19 UTC 

[Intel-gfx] [PATCH] drm: document and enforce rules around "spurious" EBUSY from atomic_commit
 2020-09-22 18:18 UTC  (3+ messages)
`  "

[LTP] [PATCH] Add test for CVE 2020-14386
 2020-09-22 18:18 UTC  (2+ messages)

[PATCH] drm/nouveau/kms: Remove set but not used 'ret'
 2020-09-22 18:16 UTC  (3+ messages)

[Virtio-fs] Branch with patches on top of Linux 5.9-rcX
 2020-09-22 18:16 UTC  (2+ messages)

+ mm-mmapc-replace-do_brk-with-do_brk_flags-in-comment-of-insert_vm_struct.patch added to -mm tree
 2020-09-22 18:16 UTC 

+ kernel-sysc-replace-do_brk-with-do_brk_flags-in-comment-of-prctl_set_mm_map.patch added to -mm tree
 2020-09-22 18:14 UTC 

[PATCH v2 0/2] block: deprecate the sheepdog driver
 2020-09-22 18:11 UTC  (9+ messages)
` [PATCH v2 1/2] block: drop moderated sheepdog mailing list from MAINTAINERS file
` [PATCH v2 2/2] block: deprecate the sheepdog block driver

[PATCH] [v2] nvme: replace meaningless judgement by checking whether req is null
 2020-09-22 15:27 UTC  (4+ messages)

[PATCH] MAINTAINERS: drop myself from PM AVS drivers
 2020-09-22 18:09 UTC  (2+ messages)

[PULL 00/11] capstone + disassembler patch queue
 2020-09-22 17:47 UTC  (12+ messages)
` [PULL 01/11] capstone: Convert Makefile bits to meson bits
` [PULL 02/11] capstone: Update to upstream "next" branch
` [PULL 03/11] capstone: Require version 4.0 from a system library
` [PULL 04/11] disas: Move host asm annotations to tb_gen_code
` [PULL 05/11] disas: Clean up CPUDebug initialization
` [PULL 06/11] disas: Use qemu/bswap.h for bfd endian loads
` [PULL 07/11] disas: Cleanup plugin_disas
` [PULL 08/11] disas: Configure capstone for aarch64 host without libvixl
` [PULL 09/11] disas: Split out capstone code to disas/capstone.c
` [PULL 10/11] disas: Enable capstone disassembly for s390x
` [PULL 11/11] disas/capstone: Add skipdata hook "

+ mm-remove-unused-alloc_page_vma_node.patch added to -mm tree
 2020-09-22 18:09 UTC 

+ mm-mempolicy-remove-or-narrow-the-lock-on-current.patch added to -mm tree
 2020-09-22 18:08 UTC 

[RFC 1/1] doc/build/gcc.rst: required packages for Suse
 2020-09-22 18:05 UTC  (3+ messages)

+ mm-madvise-introduce-process_madvise-syscall-an-external-memory-hinting-api-fix-fix-fix-fix-fix-fix-fix.patch added to -mm tree
 2020-09-22 18:05 UTC 

[Buildroot] [PATCH] package/libopenssl: bump to version 1.1.1h
 2020-09-22 18:03 UTC 

[PATCH V2 0/4] imx: support i.MX7ULP HSRUN mode
 2020-09-22 18:00 UTC  (3+ messages)

[PATCH] perf stat: Skip duration_time in setup_system_wide
 2020-09-22 18:02 UTC  (3+ messages)

[PATCH v38 00/24] Intel SGX foundations
 2020-09-22 18:02 UTC  (5+ messages)
` [PATCH v38 16/24] x86/sgx: Add a page reclaimer

[PATCH V4] drm/dp_mst: Retrieve extended DPCD caps for topology manager
 2020-09-22 18:01 UTC  (3+ messages)

[RFC v2] cpuidle : Add support for pseudo-cpuidle driver
 2020-09-22 17:58 UTC  (2+ messages)

[net-next 0/3] cxgb4/ch_ktls: updates in net-next
 2020-09-22 17:45 UTC  (4+ messages)
` [net-next 1/3] ch_ktls: Issue if connection offload fails
` [net-next 2/3] cxgb4: Avoid log flood
` [net-next 3/3] cxgb4/ch_ktls: ktls stats are added at port level

[Virtio-fs] tools/virtiofs: Multi threading seems to hurt performance
 2020-09-22 17:47 UTC  (5+ messages)
    `  "

[PATCH v7 00/14] HWPOISON: soft offline rework
 2020-09-22 17:56 UTC  (3+ messages)

[PATCH] ci: github action - add check for whitespace errors
 2020-09-22 17:55 UTC  (3+ messages)

[Bridge] [PATCH net-next v2 00/16] net: bridge: mcast: IGMPv3/MLDv2 fast-path (part 2)
 2020-09-22 17:55 UTC  (6+ messages)
` [PATCH net-next v2 06/16] net: bridge: mcast: rename br_ip's u member to dst
  ` [Bridge] "

[Intel-gfx] [RESEND PATCH 0/2] drm/i915: kernel-doc fixes for new DP helpers
 2020-09-22 17:53 UTC  (7+ messages)
` [RESEND PATCH 1/2] drm/dp: fix kernel-doc warnings at drm_dp_helper.c
  ` [Intel-gfx] "
` [Intel-gfx] [RESEND PATCH 2/2] drm/dp: fix a kernel-doc issue at drm_edid.c
  `  "

[PATCH] pseudo: Remove mismatched inodes from the db
 2020-09-22 17:52 UTC  (4+ messages)
` [OE-core] "

[PATCH 00/22] add support for Clang LTO
 2020-09-22 17:52 UTC  (5+ messages)
` [PATCH v2 00/28] Add "
    ` [EXTERNAL] "

[PATCH v9 0/9] ext4: add fast commits feature
 2020-09-22 17:50 UTC  (3+ messages)
` [PATCH v9 1/9] doc: update ext4 and journalling docs to include fast commit feature

[PATCH] scripts/kallsyms: skip ppc compiler stub *.long_branch.* / *.plt_branch.*
 2020-09-22 17:48 UTC 

[DISCUSSION PATCH 00/41] random: possible ways towards NIST SP800-90B compliance
 2020-09-22 17:48 UTC  (5+ messages)

+ checkpatch-extend-author-signed-off-by-check-for-split-from-header.patch added to -mm tree
 2020-09-22 17:48 UTC 

[Virtio-fs] [PATCH] virtiofsd: Used glib "shared" thread pool
 2020-09-22 17:46 UTC  (8+ messages)
  `  "

[PATCH bpf-next v7 00/10] bpf: Support multi-attach for freplace programs
 2020-09-22 17:48 UTC  (11+ messages)
` [PATCH bpf-next v7 03/10] bpf: verifier: refactor check_attach_btf_id()
` [PATCH bpf-next v7 04/10] bpf: move prog->aux->linked_prog and trampoline into bpf_link on attach

[PATCH AUTOSEL 5.8 01/20] device_cgroup: Fix RCU list debugging warning
 2020-09-22 17:46 UTC  (7+ messages)
` [PATCH AUTOSEL 5.8 03/20] ASoC: wm8994: Skip setting of the WM8994_MICBIAS register for WM1811

[PATCH v12 0/8] Control-flow Enforcement: Indirect Branch Tracking
 2020-09-22 17:45 UTC  (7+ messages)
` [PATCH v12 8/8] x86: Disallow vsyscall emulation when CET is enabled

+ mm-mmap-use-helper-function-allow_write_access-in-__remove_shared_vm_struct.patch added to -mm tree
 2020-09-22 17:45 UTC 

[Qemu-devel] [PATCH] tests/acpi: speedup acpi tests
 2020-09-22 17:42 UTC  (10+ messages)

[RFC PATCH 0/3]xfs: random fixes for disk quota
 2020-09-22 17:43 UTC  (3+ messages)
` [PATCH 1/3] xfs: directly return if the delta equal to zero

[PATCH] e2fsck: skip extent optimization by default
 2020-09-22 17:42 UTC  (3+ messages)

+ mm-page_poisonc-replace-bool-variable-with-static-key.patch added to -mm tree
 2020-09-22 17:42 UTC 

+ lib-include-memregionh-in-memregionc.patch added to -mm tree
 2020-09-22 17:41 UTC 

[PATCH 0/9] xen: beginnings of moving library-like code into an archive
 2020-09-22 17:40 UTC  (9+ messages)
` [PATCH 1/9] build: use if_changed more consistently (and correctly) for prelink*.o
  ` Ping: "

[dpdk-dev] [PATCH 1/2] net/bnxt: fix drop en in rxq get information
 2020-09-22 17:40 UTC  (3+ messages)
` [dpdk-dev] [PATCH 2/2] net/bnxt: fix rxq/txq offload information get op

[PATCH net-next v2 0/3] GVE Raw Addressing
 2020-09-22 17:40 UTC  (3+ messages)
` [PATCH net-next v2 3/3] gve: Add support for raw addressing in the tx path

[PATCH] PCI: Cadence: Add quirk for Gen2 controller to do autonomous speed change
 2020-09-22 17:37 UTC  (2+ messages)

[PATCH v3 00/17] hw/block/nvme: multiple namespaces support
 2020-09-22 17:34 UTC  (4+ messages)

How to comprehensively search the OpenBMC Archives
 2020-09-22 17:35 UTC  (8+ messages)
          ` Mailing list archive on lore.kernel.org/openbmc

[nacked] memcg-introduce-per-memcg-reclaim-interface.patch removed from -mm tree
 2020-09-22 17:35 UTC 

[PATCH] cpuidle: Drop misleading comments about RCU usage
 2020-09-22 17:34 UTC  (3+ messages)

+ mm-gup-fix-gup_fast-with-dynamic-page-table-folding.patch added to -mm tree
 2020-09-22 17:34 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.