All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-09-22 17:47:51 to 2020-09-22 18:45:15 UTC [more...]

[PATCH v4 00/59] dm: Add programatic generation of ACPI tables (part D)
 2020-09-22 18:45 UTC  (31+ messages)
` [PATCH v4 01/59] x86: acpi: Add cros_ec tables
` [PATCH v4 02/59] x86: acpi: Add base asl files for common x86 devices
` [PATCH v4 03/59] x86: acpi: apl: Add asl files for Apollo Lake
` [PATCH v4 04/59] x86: acpi: Add DPTF asl files
` [PATCH v4 05/59] x86: apl: Correct PCIE_ECAM_BASE
` [PATCH v4 06/59] x86: Add a config for the systemagent PCIEX regions size
` [PATCH v4 07/59] x86: Add a common global NVS structure
` [PATCH v4 08/59] x86: acpi: Support external GNVS tables
` [PATCH v4 09/59] x86: acpi: Expand the GNVS
` [PATCH v4 10/59] x86: coral: Add ACPI tables for coral
` [PATCH v4 11/59] acpi: Add support for writing a _PRW
` [PATCH v4 12/59] acpi: Add support for conditions and return values
` [PATCH v4 13/59] acpi: Support generating a multi-function _DSM for devices
` [PATCH v4 14/59] dm: acpi: Use correct GPIO polarity type in acpi_dp_add_gpio()
` [PATCH v4 15/59] x86: link: Allow more space for U-Boot
` [PATCH v4 16/59] i2c: Add a generic driver to generate ACPI info
` [PATCH v4 17/59] x86: Add wake sources for the acpi_gpe driver
` [PATCH v4 18/59] x86: apl: Support writing the IntelGraphicsMem table
` [PATCH v4 19/59] x86: acpi: Add a common routine to write WiFi info
` [PATCH v4 20/59] x86: Add some definitions for SMM
` [PATCH v4 21/59] x86: apl: Add power-management definitions
` [PATCH v4 22/59] x86: apl: Update iomap for ACPI
` [PATCH v4 23/59] x86: Add a few common Intel CPU functions
` [PATCH v4 24/59] x86: acpi: Support generation of the HPET table
` [PATCH v4 25/59] x86: acpi: Support generation of the DBG2 table
` [PATCH v4 26/59] acpi: Add support for generating processor tables
` [PATCH v4 27/59] x86: acpi: Add PCT and PTC tables
` [PATCH v4 28/59] acpi: Add more support for generating processor tables
` [PATCH v4 29/59] x86: acpi: Add common Intel ACPI tables
` [PATCH v4 30/59] x86: Support Atom SoCs using SWSMISCI rather than the SWSCI

[PATCH 0/5] mm: Break COW for pinned pages during fork()
 2020-09-22 18:44 UTC  (24+ 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

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

[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  (7+ 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 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)

[Intel-gfx] [PATCH 0/7] drm/i915: Add support for LTTPR non-transparent link training mode
 2020-09-22 18:26 UTC  (9+ messages)
` [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  (9+ 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 

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

[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  (8+ 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  (4+ 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] "
` [RESEND PATCH 2/2] drm/dp: fix a kernel-doc issue at drm_edid.c
  ` [Intel-gfx] "

[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  (4+ messages)
    `  "

[PATCH bpf-next v7 00/10] bpf: Support multi-attach for freplace programs
 2020-09-22 17:48 UTC  (6+ messages)
` [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  (6+ messages)
` [PATCH AUTOSEL 5.8 03/20] ASoC: wm8994: Skip setting of the WM8994_MICBIAS register for WM1811


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.