All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-02-25 20:12:55 to 2021-02-25 21:05:22 UTC [more...]

[PATCH 0/6][Outreachy] commit: Implementation of "amend!" commit
 2021-02-25 21:00 UTC  (7+ messages)
` [PATCH v2 2/6] commit: add amend suboption to --fixup to create amend! commit
` [PATCH v2 3/6] commit: add a reword suboption to --fixup
` [PATCH v2 6/6] doc/git-commit: add documentation for fixup=[amend|reword] options

[PATCH] cifs: use discard iterator to discard unneeded network data more efficiently
 2021-02-25 21:01 UTC  (5+ messages)

[GIT PULL] Second batch of KVM changes for Linux 5.12
 2021-02-25 20:59 UTC 

[PATCH 0/4] keys: Add EFI_CERT_X509_GUID support for dbx/mokx entries
 2021-02-25 20:59 UTC  (5+ messages)
` [PATCH 1/4] certs: Add EFI_CERT_X509_GUID support for dbx entries
` [PATCH 2/4] certs: Move load_system_certificate_list to a common function
` [PATCH 3/4] certs: Add ability to preload revocation certs
` [PATCH 4/4] integrity: Load mokx variables into the blacklist keyring

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

[PATCH][RESEND] ARM: imx: Add missing FEC ethernet quirk for MX8M
 2021-02-25 21:02 UTC 

Freeing page tables through RCU
 2021-02-25 20:58 UTC 

[ovmf test] 159676: all pass - PUSHED
 2021-02-25 21:01 UTC 

[dpdk-dev] [PATCH] kni: fix rtnl deadlocks and race conditions
 2021-02-25 21:01 UTC  (4+ messages)
` [dpdk-dev] [PATCH 1/2] kni: fix kernel deadlock when using mlx devices
  ` [dpdk-dev] [PATCH 2/2] kni: fix rtnl deadlocks and race conditions v4

[PATCH v2] btrfs: Remove force argument from run_delalloc_nocow()
 2021-02-25 20:58 UTC 

[PATCH v7 15/17] hook: provide stdin by string_list or callback
 2021-02-25 20:56 UTC  (2+ messages)

[PATCH] memblock: fix section mismatch warning
 2021-02-25 20:59 UTC  (2+ messages)

[PATCH 1/4] linux user: make execfd global (like exec path) and keep it open
 2021-02-25 20:54 UTC  (4+ messages)
` [PATCH 2/4] linux user: moved is proc functions to separate file
` [PATCH 3/4] linux user: refactored is proc myself, added support for fd/<execfd>
` [PATCH 4/4] linux user: added tests for proc myself

[PATCH] ARM: imx: Add missing FEC ethernet quirk for MX8M
 2021-02-25 20:58 UTC  (2+ messages)

[PATCH v2] xfs: various log stuff
 2021-02-25 20:55 UTC  (9+ messages)
` [PATCH 2/8] xfs: separate CIL commit record IO
` [PATCH 6/8] xfs: remove need_start_rec parameter from xlog_write()

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

[PATCH 2/4] pinephone_defconfig: reduce boot delay
 2021-02-25 20:58 UTC  (3+ messages)

aarch64-linux-gnu-ld: warning: orphan section `.eh_frame' from `arch/arm64/kernel/idreg-override.o' being placed in section `.eh_frame'
 2021-02-25 20:57 UTC 

[PATCH 00/24] KVM: x86/mmu: Introduce MMU_PRESENT and fix bugs
 2021-02-25 20:47 UTC  (25+ messages)
` [PATCH 01/24] KVM: x86/mmu: Set SPTE_AD_WRPROT_ONLY_MASK if and only if PML is enabled
` [PATCH 02/24] KVM: x86/mmu: Check for shadow-present SPTE before querying A/D status
` [PATCH 03/24] KVM: x86/mmu: Bail from fast_page_fault() if SPTE is not shadow-present
` [PATCH 04/24] KVM: x86/mmu: Disable MMIO caching if MMIO value collides with L1TF
` [PATCH 05/24] KVM: x86/mmu: Retry page faults that hit an invalid memslot
` [PATCH 06/24] KVM: x86/mmu: Don't install bogus MMIO SPTEs if MMIO caching is disabled
` [PATCH 07/24] KVM: x86/mmu: Handle MMIO SPTEs directly in mmu_set_spte()
` [PATCH 08/24] KVM: x86/mmu: Drop redundant trace_kvm_mmu_set_spte() in the TDP MMU
` [PATCH 09/24] KVM: x86/mmu: Rename 'mask' to 'spte' in MMIO SPTE helpers
` [PATCH 10/24] KVM: x86/mmu: Stop using software available bits to denote MMIO SPTEs
` [PATCH 11/24] KVM: x86/mmu: Add module param to disable MMIO caching (for testing)
` [PATCH 12/24] KVM: x86/mmu: Rename and document A/D scheme for TDP SPTEs
` [PATCH 13/24] KVM: x86/mmu: Use MMIO SPTE bits 53 and 52 for the MMIO generation
` [PATCH 14/24] KVM: x86/mmu: Document dependency bewteen TDP A/D type and saved bits
` [PATCH 15/24] KVM: x86/mmu: Move initial kvm_mmu_set_mask_ptes() call into MMU proper
` [PATCH 16/24] KVM: x86/mmu: Co-locate code for setting various SPTE masks
` [PATCH 17/24] KVM: x86/mmu: Move logic for setting SPTE masks for EPT into the MMU proper
` [PATCH 18/24] KVM: x86/mmu: Make Host-writable and MMU-writable bit locations dynamic
` [PATCH 19/24] KVM: x86/mmu: Use high bits for host/mmu writable masks for EPT SPTEs
` [PATCH 20/24] KVM: x86/mmu: Use a dedicated bit to track shadow/MMU-present SPTEs
` [PATCH 21/24] KVM: x86/mmu: Tweak auditing WARN for A/D bits to !PRESENT (was MMIO)
` [PATCH 22/24] KVM: x86/mmu: Use is_removed_spte() instead of open coded equivalents
` [PATCH 23/24] KVM: x86/mmu: Use low available bits for removed SPTEs
` [PATCH 24/24] KVM: x86/mmu: Dump reserved bits if they're detected on non-MMIO SPTE

[PATCH v8 0/6] userfaultfd: add minor fault handling
 2021-02-25 20:52 UTC  (5+ messages)
` [PATCH v8 4/6] userfaultfd: add UFFDIO_CONTINUE ioctl
` [PATCH v8 5/6] userfaultfd: update documentation to describe minor fault handling

WARNING: CPU: 3 PID: 2548 at fs/btrfs/transaction.c:537 start_transaction+0x489/0x4f0
 2021-02-25 20:52 UTC  (3+ messages)

[PATCH v2 0/5] ibmvfc: hard reset fixes
 2021-02-25 20:52 UTC  (14+ messages)
` [PATCH v2 1/5] ibmvfc: simplify handling of sub-CRQ initialization
` [PATCH v2 2/5] ibmvfc: fix invalid sub-CRQ handles after hard reset
` [PATCH v2 3/5] ibmvfc: treat H_CLOSED as success during sub-CRQ registration
` [PATCH v2 4/5] ibmvfc: store return code of H_FREE_SUB_CRQ during cleanup
` [PATCH v2 5/5] ibmvfc: reinitialize sub-CRQs and perform channel enquiry after LPM

[Linux-kernel-mentees] [PATCH v7 0/2] checkpatch: add verbose mode
 2021-02-25 20:55 UTC  (4+ messages)
`  "

[PATCH v3 00/16] qapi: static typing conversion, pt3
 2021-02-25 20:54 UTC  (9+ messages)
` [PATCH v3 03/16] qapi/expr.py: constrain incoming expression types
` [PATCH v3 08/16] qapi/expr.py: add type hint annotations

[PATCH] ARM: imx: Add OCRAM_S into iMX8M MMU tables
 2021-02-25 20:52 UTC 

[PATCH] xen: introduce XENFEAT_direct_mapped and XENFEAT_not_direct_mapped
 2021-02-25 20:51 UTC  (3+ messages)

[PATCH] spi: Update speed/mode on change
 2021-02-25 20:52 UTC 

[PATCH] spi: imx: Implement set_speed
 2021-02-25 20:51 UTC 

[PATCH] Makefile: Fix generation of flash.bin u-boot.itb with binman
 2021-02-25 20:50 UTC 

[PATCH v2 00/10] target/hexagon: introduce idef-parser
 2021-02-25 20:48 UTC  (11+ messages)
` [PATCH v2 01/10] target/hexagon: update MAINTAINERS for idef-parser
` [PATCH v2 02/10] target/hexagon: import README "
` [PATCH v2 03/10] target/hexagon: make helper functions non-static
` [PATCH v2 04/10] target/hexagon: introduce new helper functions
` [PATCH v2 05/10] target/hexagon: expose next PC in DisasContext

[Buildroot] Python package installed without dependencies defined in setup.py
 2021-02-25 20:50 UTC  (4+ messages)

[Ocfs2-devel] error message in log: ocfs2_reflink_ioctl:4431 ERROR: status = -17
 2021-02-25 20:48 UTC  (7+ messages)

[RFC PATCH 2/5] ASoC: soc-dai: Add sysclk source to snd_soc_dai_set_sysclk()
 2021-02-25 20:48 UTC  (2+ messages)

[PATCH] [ACPICA] IORT: Fix HTTU Override mask for the SMMUv3 subtable
 2021-02-25 20:45 UTC  (3+ messages)
  ` [Devel] "

[xlnx:master 67/146] dtbs_check: warning: no schema found in file: Documentation/devicetree/bindings/media/xilinx/xlnx, v-dprxss.yaml
 2021-02-25 20:43 UTC 

[RFC PATCH net-next 00/12] Documentation updates for switchdev and DSA
 2021-02-25 20:42 UTC  (5+ messages)
` [RFC PATCH net-next 02/12] Documentation: networking: dsa: rewrite chapter about tagging protocol
` [RFC PATCH net-next 08/12] Documentation: networking: dsa: add paragraph for the LAG offload

[EXT] Re: [PATCH] PCI/VPD: Remove VPD quirk for QLogic 1077:2261
 2021-02-25 20:42 UTC  (3+ messages)

[android-common:android12-5.10 1/1] kernel/sched/rt.c:1392:8-9: WARNING: return of 0/1 in function 'should_honor_rt_sync' with return type bool
 2021-02-25 20:43 UTC  (2+ messages)
` [PATCH] ANDROID: sched/rt: fix boolreturn.cocci warnings

[PATCH v6 0/3] Adding the Sparx5 Switch Reset Driver
 2021-02-25 20:40 UTC  (4+ messages)
` [PATCH v6 2/3] reset: mchp: sparx5: add switch reset driver

Wintun releases notification - or 'latest' option?
 2021-02-25 20:41 UTC 

[Bug 211649] New: "drm/amd/display: reuse current context instead of recreating one" cause hdmi hotplug blackscreen on amdgpu
 2021-02-25 20:40 UTC  (2+ messages)
` [Bug 211649] "

[PATCH] kbuild: remove .thinlto-cache by 'make clean'
 2021-02-25 20:37 UTC  (2+ messages)

[RFC] KVM: x86: Support KVM VMs sharing SEV context
 2021-02-25 20:36 UTC  (5+ messages)

d28296d248: stress-ng.sigsegv.ops_per_sec -82.7% regression
 2021-02-25 20:36 UTC  (7+ messages)

[PATCH u-boot-dm + u-boot-spi v3 00/11] Support SPI NORs and OF partitions in `mtd list`
 2021-02-25 20:39 UTC  (7+ messages)
` [PATCH u-boot-dm + u-boot-spi v3 10/11] mtd: compare also with OF path and device name in get_mtd_device_nm()

[PATCH] perf buildid-cache: Add test for PE executable
 2021-02-25 20:35 UTC  (2+ messages)

[PATCH 0/3] Load keys from TPM2 NV Index on IMA keyring
 2021-02-25 20:32 UTC  (4+ messages)
` [PATCH 1/3] tpm: Add support for reading a TPM NV Index
` [PATCH 2/3] integrity: Allow specifying flags in integrity_load_cert
` [PATCH 3/3] integrity: Load keys from TPM NV onto IMA keyring

[PATCH next v3 00/15] printk: remove logbuf_lock
 2021-02-25 20:24 UTC  (26+ messages)
` [PATCH next v3 01/15] um: synchronize kmsg_dumper
` [PATCH next v3 02/15] mtd: mtdoops: "
` [PATCH next v3 03/15] printk: limit second loop of syslog_print_all
` [PATCH next v3 04/15] printk: kmsg_dump: remove unused fields
` [PATCH next v3 05/15] printk: refactor kmsg_dump_get_buffer()
` [PATCH next v3 06/15] printk: consolidate kmsg_dump_get_buffer/syslog_print_all code
` [PATCH next v3 07/15] printk: introduce CONSOLE_LOG_MAX for improved multi-line support
` [PATCH next v3 08/15] printk: use seqcount_latch for clear_seq
` [PATCH next v3 09/15] printk: use atomic64_t for devkmsg_user.seq
` [PATCH next v3 10/15] printk: add syslog_lock
` [PATCH next v3 11/15] printk: kmsg_dumper: remove @active field
` [PATCH next v3 12/15] printk: introduce a kmsg_dump iterator
` [PATCH next v3 13/15] printk: remove logbuf_lock
` [PATCH next v3 14/15] printk: kmsg_dump: remove _nolock() variants
` [PATCH next v3 15/15] printk: console: remove unnecessary safe buffer usage

[PATCH] x86: mark some mpspec inline functions as __init
 2021-02-25 20:31 UTC  (6+ messages)

[PATCH v5 0/9] ALSA: add virtio sound driver
 2021-02-25 20:30 UTC  (8+ messages)
` [PATCH v5 6/9] ALSA: virtio: PCM substream operators

[PATCH V2] xfs: initialise attr fork on inode create
 2021-02-25 20:32 UTC  (3+ messages)

[android-common:android12-5.10 1/1] kernel/sched/rt.c:1385:33: error: 'struct <anonymous>' has no member named 'next'
 2021-02-25 20:34 UTC 

[GIT PULL] virtio: features, fixes
 2021-02-25 20:29 UTC  (3+ messages)

[GIT PULL] pwm: Changes for v5.12-rc1
 2021-02-25 20:29 UTC  (3+ messages)

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

+ init-kconfig-make-compile_test-depend-on-has_iomem.patch added to -mm tree
 2021-02-25 20:29 UTC 

[PATCH for-4.15 0/3] Build firmware as freestanding
 2021-02-25 20:30 UTC  (4+ messages)
` [PATCH 1/3] tools/hvmloader: Drop machelf include as well
` [PATCH 2/3] tools/firmware: Build firmware as -ffreestanding
` [PATCH 3/3] automation: Annotate that a 32bit libc is no longer a dependency

[Buildroot] [PATCH] package/nodejs: security bump to version v12.21.0
 2021-02-25 20:29 UTC  (2+ messages)

[PATCH V3 XRT Alveo 00/18] XRT Alveo driver overview
 2021-02-25 20:27 UTC  (4+ messages)
` [PATCH V3 XRT Alveo 02/18] fpga: xrt: driver metadata helper functions

[Buildroot] [git commit] package/nodejs: security bump to version v12.21.0
 2021-02-25 20:29 UTC 

[PATCH v2 bpf-next] bpf: use MAX_BPF_FUNC_REG_ARGS macro
 2021-02-25 20:26 UTC 

Getting an actuallt useful merge base?
 2021-02-25 20:26 UTC  (7+ messages)

[xlnx:master 34/273] dtbs_check: warning: no schema found in file: Documentation/devicetree/bindings/edac/xlnx, versal-ddrmc-edac.yaml
 2021-02-25 20:27 UTC 

general protection fault in vmx_vcpu_run (2)
 2021-02-25 20:25 UTC  (8+ messages)

FAILED: patch "[PATCH] mm: hugetlb: fix a race between freeing and dissolving the" failed to apply to 4.4-stable tree
 2021-02-25 20:24 UTC  (2+ messages)

[linux-linus test] 159662: regressions - FAIL
 2021-02-25 20:24 UTC 

FAILED: patch "[PATCH] mm: hugetlb: fix a race between freeing and dissolving the" failed to apply to 4.9-stable tree
 2021-02-25 20:23 UTC  (2+ messages)

[PATCH 1/2] packagegroup-base: use amixer instead of alsamixer
 2021-02-25 20:23 UTC  (2+ messages)
` [PATCH 2/2] packagegroup-base: do not force hdparm and e2fsprogs

[thierryreding:for-5.12/work 27/29] include/linux/iommu.h:1064:36: error: redefinition of 'dev_iommu_fwspec_get'
 2021-02-25 20:23 UTC 

FAILED: patch "[PATCH] mm: hugetlb: fix a race between freeing and dissolving the" failed to apply to 4.14-stable tree
 2021-02-25 20:22 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: clock: qcom,gcc: Document MSM8976 compatibles
 2021-02-25 20:18 UTC  (2+ messages)
` [PATCH 2/2] clk: qcom: Add MSM8976/56 Global Clock Controller (GCC) driver

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

[PATCH] linux/compiler-clang.h: define HAVE_BUILTIN_BSWAP*
 2021-02-25 20:18 UTC  (5+ messages)

[PATCH 1/5] drm/amdgpu: add asic callback for querying video codec info (v3)
 2021-02-25 20:19 UTC  (6+ messages)
` [PATCH 2/5] drm/amdgpu: add video decode/encode cap tables and asic callbacks (v3)
` [PATCH 3/5] drm/amdgpu: add INFO ioctl support for querying video caps (v4)
` [PATCH 4/5] drm/amdgpu: bump driver version for new video codec INFO ioctl query
` [PATCH 5/5] drm/amdgpu/codec: drop the internal codec index

[PATCH] [RFT] m68k: enable HAVE_LD_DEAD_CODE_DATA_ELIMINATION
 2021-02-25 20:16 UTC  (2+ messages)

[PATCH] [RFC] arm64: enable HAVE_LD_DEAD_CODE_DATA_ELIMINATION
 2021-02-25 20:16 UTC  (3+ messages)

[perf] perf_fuzzer causes crash in intel_pmu_drain_pebs_nhm()
 2021-02-25 20:15 UTC  (6+ messages)

✅ PASS: Test report for kernel 5.11.1 (stable-queue)
 2021-02-25 20:14 UTC 

[GIT PULL] Networking for 5.12-rc1
 2021-02-25 20:14 UTC  (2+ messages)

+ init-kconfig-fix-a-typo-in-cc_version_text-help-text.patch added to -mm tree
 2021-02-25 20:15 UTC 

[PATCH] kbuild: lto: add _mcount to list of used symbols
 2021-02-25 20:14 UTC  (2+ messages)

[GIT PULL] Additional ACPI updates for v5.12-rc1
 2021-02-25 20:14 UTC  (2+ messages)

[git pull] drm fixes + msm-next for 5.12-rc1
 2021-02-25 20:14 UTC  (3+ messages)

[RFC v1 27/38] target/arm: move sve_zcr_len_for_el to common_cpu
 2021-02-25 20:13 UTC  (3+ messages)

Fwd: Re: Re: Incompatible pointer type error when compiling kernel
 2021-02-25 20:15 UTC  (6+ messages)
    `  "

[PATCH 00/20] Sparse Index: Design, Format, Tests
 2021-02-25 20:14 UTC  (5+ messages)
` [PATCH 01/20] sparse-index: design doc and format update

wireguard-go on windows
 2021-02-25 20:14 UTC  (5+ messages)
    ` Fwd: "

[PATCH v2 1/4] arm64: dts: qcom: sc7180: trogdor: Add label to charger thermal zone
 2021-02-25 20:13 UTC  (3+ messages)
` [PATCH v2 2/4] arm64: dts: qcom: sc7180: Disable charger thermal for lazor

[PATCH v4 0/6] Pegasos2 emulation
 2021-02-25 20:10 UTC  (2+ messages)

[PATCH] docs: powerpc: Fix tables in syscall64-abi.rst
 2021-02-25 20:04 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.