linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-22 02:11:50 to 2021-04-22 07:16:53 UTC [more...]

RFC: building a regression tracking bot for Linux kernel development
 2021-04-22  7:16 UTC 

[RFC PATCH] f2fs: reduce expensive checkpoint trigger frequency
 2021-04-22  7:14 UTC  (4+ messages)
` [f2fs-dev] "

[PATCH v5 00/15] KVM: SVM: Misc SEV cleanups
 2021-04-22  7:14 UTC  (15+ messages)
` [PATCH v5 03/15] KVM: SVM: Disable SEV/SEV-ES if NPT is disabled
` [PATCH v5 04/15] KVM: SVM: Move SEV module params/variables to sev.c
` [PATCH v5 05/15] KVM: SEV: Mask CPUID[0x8000001F].eax according to supported features
` [PATCH v5 06/15] x86/sev: Drop redundant and potentially misleading 'sev_enabled'
` [PATCH v5 07/15] KVM: SVM: Append "_enabled" to module-scoped SEV/SEV-ES control variables
` [PATCH v5 08/15] KVM: SVM: Condition sev_enabled and sev_es_enabled on CONFIG_KVM_AMD_SEV=y
` [PATCH v5 09/15] KVM: SVM: Enable SEV/SEV-ES functionality by default (when supported)
` [PATCH v5 10/15] KVM: SVM: Unconditionally invoke sev_hardware_teardown()
` [PATCH v5 11/15] KVM: SVM: Explicitly check max SEV ASID during sev_hardware_setup()
` [PATCH v5 12/15] KVM: SVM: Move SEV VMCB tracking allocation to sev.c
` [PATCH v5 13/15] KVM: SVM: Drop redundant svm_sev_enabled() helper
` [PATCH v5 14/15] KVM: SVM: Remove an unnecessary prototype declaration of sev_flush_asids()
` [PATCH v5 15/15] KVM: SVM: Skip SEV cache flush if no ASIDs have been used

[PATCH] bpf: remove pointless code from bpf_do_trace_printk()
 2021-04-22  7:13 UTC  (3+ messages)

[PATCH] serial: extend compile-test coverage
 2021-04-22  7:11 UTC  (3+ messages)

[PATCH] net: called rtnl_unlock() before runpm resumes devices
 2021-04-22  7:09 UTC  (5+ messages)

[PATCH v3 00/11] DDW + Indirect Mapping
 2021-04-22  7:07 UTC  (12+ messages)
` [PATCH v3 01/11] powerpc/pseries/iommu: Replace hard-coded page shift
` [PATCH v3 02/11] powerpc/kernel/iommu: Add new iommu_table_in_use() helper
` [PATCH v3 03/11] powerpc/pseries/iommu: Add iommu_pseries_alloc_table() helper
` [PATCH v3 04/11] powerpc/pseries/iommu: Add ddw_list_new_entry() helper
` [PATCH v3 05/11] powerpc/pseries/iommu: Allow DDW windows starting at 0x00
` [PATCH v3 06/11] powerpc/pseries/iommu: Add ddw_property_create() and refactor enable_ddw()
` [PATCH v3 07/11] powerpc/pseries/iommu: Reorganize iommu_table_setparms*() with new helper
` [PATCH v3 08/11] powerpc/pseries/iommu: Update remove_dma_window() to accept property name
` [PATCH v3 09/11] powerpc/pseries/iommu: Find existing DDW with given "
` [PATCH v3 10/11] powerpc/pseries/iommu: Make use of DDW for indirect mapping
` [PATCH v3 11/11] powerpc/pseries/iommu: Rename "direct window" to "dma window"

[PATCH V6 0/2] watchdog: mtk: support pre-timeout when the bark irq is available
 2021-04-22  7:05 UTC  (8+ messages)
` [PATCH V6 1/2] "
    `  "
` [PATCH V6 2/2] doc: mtk-wdt: "

[PATCH][next] wireless: wext-spy: Fix out-of-bounds warning
 2021-04-22  7:04 UTC  (2+ messages)

[PATCH 0/5] KVM: x86: Use kernel x86 cpuid utilities in KVM selftests
 2021-04-22  7:02 UTC  (4+ messages)
` [PATCH 3/5] tools headers x86: Copy cpuid helpers from the kernel

[PATCH v2 0/4] arm64: drop pfn_valid_within() and simplify pfn_valid()
 2021-04-22  7:00 UTC  (2+ messages)

[clocksource] 6c52b5f3cf: stress-ng.opcode.ops_per_sec -14.4% regression
 2021-04-22  6:58 UTC  (6+ messages)
    ` [LKP] "

[PATCH 000/190] Revertion of all of the umn.edu commits
 2021-04-22  6:57 UTC  (25+ messages)
` [PATCH 073/190] Revert "media: rcar_drif: fix a memory disclosure"
` [PATCH 097/190] Revert "video: imsttfb: fix potential NULL pointer dereferences"
` [PATCH 100/190] Revert "staging: greybus: audio_manager: fix a missing check of ida_simple_get"
` [PATCH 106/190] Revert "tty: ipwireless: fix missing checks for ioremap"
` [PATCH 119/190] Revert "tty: mxs-auart: fix a potential NULL pointer dereference"
` [PATCH 120/190] Revert "tty: atmel_serial: "
` [PATCH 121/190] Revert "serial: mvebu-uart: Fix to avoid "
` [PATCH 126/190] Revert "net: openvswitch: fix a "
` [PATCH 156/190] Revert "serial: max310x: pass return value of spi_register_driver"

[PATCH RESEND] drm: bridge: adv7511: Support I2S IEC958 encoded PCM format
 2021-04-22  6:40 UTC 

[PATCH v2 0/9] KVM: x86: Fixes for (benign?) truncation bugs
 2021-04-22  6:55 UTC  (13+ messages)
` [PATCH v2 1/9] KVM: x86: Remove emulator's broken checks on CR0/CR3/CR4 loads
` [PATCH v2 2/9] KVM: x86: Check CR3 GPA for validity regardless of vCPU mode
` [PATCH v2 3/9] KVM: SVM: Truncate GPR value for DR and CR accesses in !64-bit mode
` [PATCH v2 4/9] KVM: VMX: Truncate GPR value for DR and CR reads "
` [PATCH v2 5/9] KVM: nVMX: Truncate bits 63:32 of VMCS field on nested check in !64-bit
` [PATCH v2 6/9] KVM: nVMX: Truncate base/index GPR value on address calc "
` [PATCH v2 7/9] KVM: x86/xen: Drop RAX[63:32] when processing hypercall
` [PATCH v2 8/9] KVM: SVM: Use default rAX size for INVLPGA emulation
` [PATCH v2 9/9] KVM: x86: Rename GPR accessors to make mode-aware variants the defaults

[PATCH 1/1] powerpc/kernel/iommu: Align size for IOMMU_PAGE_SIZE() to save TCEs
 2021-04-22  6:53 UTC  (4+ messages)
` [PATCH 1/1] powerpc/kernel/iommu: Use largepool as a last resort when !largealloc

cortina/gemini: hwrng: what is its quality ?
 2021-04-22  6:52 UTC  (3+ messages)

[PATCH v4 0/2] kvm/arm64: Try stage2 block mapping for host device MMIO
 2021-04-22  6:51 UTC  (6+ messages)
` [PATCH v4 2/2] "

[PATCH] f2fs: compress: remove unneed check condition
 2021-04-22  6:51 UTC  (3+ messages)

[PATCH] KVM: arm64: Correctly handle the mmio faulting
 2021-04-22  6:50 UTC  (7+ messages)

[PATCH] KVM: VMX: Intercept FS/GS_BASE MSR accesses for 32-bit KVM
 2021-04-22  6:47 UTC  (2+ messages)

[PATCH v4 05/10] signal: Introduce TRAP_PERF si_code and si_perf to siginfo
 2021-04-22  6:47 UTC  (13+ messages)

[PATCH rdma-next 0/3] CMA fixes
 2021-04-22  6:46 UTC  (3+ messages)

[PATCH v2] KVM: SVM: Delay restoration of host MSR_TSC_AUX until return to userspace
 2021-04-22  6:45 UTC  (2+ messages)

[PATCH tip 1/2] signal, perf: Fix siginfo_t by avoiding u64 on 32-bit architectures
 2021-04-22  6:44 UTC  (2+ messages)
` [PATCH tip 2/2] signal, perf: Add missing TRAP_PERF case in siginfo_layout()

[PATCH] net: geneve: modify IP header check in geneve6_xmit_skb
 2021-04-22  6:43 UTC  (2+ messages)

[PATCH] PCI: Check value of resource alignment before using __ffs
 2021-04-22  6:43 UTC  (2+ messages)

[PATCH] stm class: initialize static variable in declaration
 2021-04-22  6:34 UTC  (2+ messages)

linux-next: manual merge of the cgroup tree with the kvm tree
 2021-04-22  6:34 UTC  (2+ messages)

[RFC PATCH 0/7] Untrusted device support for virtio
 2021-04-22  6:31 UTC  (2+ messages)

linux-next: build failure after merge of the cgroup tree
 2021-04-22  6:31 UTC 

linux-next: manual merge of the kvm tree with the tip tree
 2021-04-22  6:29 UTC  (4+ messages)

[PATCH v2] x86, sched: Fix the AMD CPPC maximum perf on some specific generations
 2021-04-22  6:29 UTC  (3+ messages)

[PATCH v3 0/3] dax: Fix missed wakeup in put_unlocked_entry()
 2021-04-22  6:24 UTC  (6+ messages)
` [PATCH v3 2/3] dax: Add a wakeup mode parameter to put_unlocked_entry()
  ` [Virtio-fs] "

[PATCH v3 0/4] arm64: drop pfn_valid_within() and simplify pfn_valid()
 2021-04-22  6:19 UTC  (5+ messages)
` [PATCH v3 1/4] include/linux/mmzone.h: add documentation for pfn_valid()
` [PATCH v3 2/4] memblock: update initialization of reserved pages
` [PATCH v3 3/4] arm64: decouple check whether pfn is in linear map from pfn_valid()
` [PATCH v3 4/4] arm64: drop pfn_valid_within() and simplify pfn_valid()

[PATCH] clk: zynqmp: fix compile testing without ZYNQMP_FIRMWARE
 2021-04-22  5:48 UTC  (2+ messages)

[PATCH v4] f2fs: compress: add compress_inode to cache compressed blockst
 2021-04-22  6:07 UTC  (11+ messages)
    ` [f2fs-dev] "

mmotm 2021-04-21-23-03 uploaded
 2021-04-22  6:04 UTC 

[PATCH] vdpa/mlx5: Add support for doorbell bypassing
 2021-04-22  6:03 UTC  (5+ messages)

[PATCH 00/26] tty: drop low-latency workarounds
 2021-04-22  5:59 UTC  (3+ messages)
` [PATCH 01/26] tty: mxser: drop low-latency workaround

linux-next: manual merge of the cgroup tree with the kvm tree
 2021-04-22  5:57 UTC 

[PATCH 0/4] Reinstate and improve MIPS `do_div' implementation
 2021-04-22  5:53 UTC  (4+ messages)

[PATCH 0/2] mm/filemap: fix 5.12-rc regressions
 2021-04-22  5:55 UTC  (4+ messages)
` [PATCH 2/2] mm/filemap: fix mapping_seek_hole_data on THP & 32-bit

[PATCH 1/2] kunit: introduce kunit_kmalloc_array/kunit_kcalloc() helpers
 2021-04-22  5:52 UTC  (2+ messages)

[PATCH 2/2] lib/test: convert lib/test_list_sort.c to use KUnit
 2021-04-22  5:52 UTC  (2+ messages)

[xfs] 12f71377dc: xfstests.xfs.529.fail
 2021-04-22  6:06 UTC 

[Patch v2 1/2] PCI: hv: Fix a race condition when removing the device
 2021-04-22  5:45 UTC  (2+ messages)
` [Patch v2 2/2] PCI: hv: Remove unused refcount and supporting functions for handling bus device removal

[signal] 4bad58ebc8: will-it-scale.per_thread_ops -3.3% regression
 2021-04-22  6:02 UTC  (3+ messages)

[PATCH] Intel IOMMU: fix sysfs leak in hotplug init path
 2021-04-22  5:39 UTC  (4+ messages)
` [PATCH] iommu/vt-d: Fix sysfs leak in alloc_domain()

[RFC] memory reserve for userspace oom-killer
 2021-04-22  5:38 UTC  (6+ messages)

[PATCH v2] drm/bridge: nwl-dsi: Get MIPI DSI controller and PHY ready in ->mode_set()
 2021-04-22  5:14 UTC 

[PATCH] tools/cgroup/slabinfo.py: updated to work on current kernel
 2021-04-22  5:29 UTC 

[PATCH] ARC: kgdb: add 'fallthrough' to prevent a warning
 2021-04-22  5:16 UTC 

[PATCH] irqchip: tb10x: use 'fallthrough' to eliminate a warning
 2021-04-22  5:16 UTC 

[PATCH 086/190] Revert "x86/PCI: Fix PCI IRQ routing table memory leak"
 2021-04-22  5:09 UTC  (2+ messages)

[PATCH v8 0/6] Improve Minimum Alternate Stack Size
 2021-04-22  4:48 UTC  (7+ messages)
` [PATCH v8 1/6] uapi: Define the aux vector AT_MINSIGSTKSZ
` [PATCH v8 2/6] x86/signal: Introduce helpers to get the maximum signal frame size
` [PATCH v8 3/6] x86/elf: Support a new ELF aux vector AT_MINSIGSTKSZ
` [PATCH v8 4/6] selftest/sigaltstack: Use the AT_MINSIGSTKSZ aux vector if available
` [PATCH v8 5/6] x86/signal: Detect and prevent an alternate signal stack overflow
` [PATCH v8 6/6] selftest/x86/signal: Include test cases for validating sigaltstack

[PATCH v9 0/4] Introduce TEE based Trusted Keys support
 2021-04-22  4:47 UTC  (6+ messages)
` [PATCH v9 1/4] KEYS: trusted: Add generic trusted keys framework

[PATCH 020/190] Revert "PCI: Fix pci_create_slot() reference count leak"
 2021-04-22  4:43 UTC  (2+ messages)

linux-next: manual merge of the kvm-arm tree with the kvm tree
 2021-04-22  4:43 UTC 

linux-next: manual merge of the kvm-arm tree with the kvm tree
 2021-04-22  4:39 UTC 

linux-next: manual merge of the kvm tree with the mips tree
 2021-04-22  4:35 UTC 

linux-next: manual merge of the kvm tree with Linus tree
 2021-04-22  4:29 UTC 

[PATCH] net: qrtr: Avoid potential use after free in MHI send
 2021-04-22  4:26 UTC  (2+ messages)

[PATCH] PCI: hv: Fix a race condition when removing the device
 2021-04-22  4:19 UTC  (7+ messages)

linux-next: build failure after merge of the rcu tree
 2021-04-22  4:10 UTC 

[PATCH net-next 00/14] mtk_eth_soc: fixes and performance improvements
 2021-04-22  4:09 UTC  (15+ messages)
` [PATCH net-next 01/14] net: ethernet: mtk_eth_soc: fix RX VLAN offload
` [PATCH net-next 02/14] net: ethernet: mtk_eth_soc: unmap RX data before calling build_skb
` [PATCH net-next 03/14] net: ethernet: mtk_eth_soc: fix build_skb cleanup
` [PATCH net-next 04/14] net: ethernet: mtk_eth_soc: use napi_consume_skb
` [PATCH net-next 05/14] net: ethernet: mtk_eth_soc: reduce MDIO bus access latency
` [PATCH net-next 06/14] net: ethernet: mtk_eth_soc: remove unnecessary TX queue stops
` [PATCH net-next 07/14] net: ethernet: mtk_eth_soc: use larger burst size for QDMA TX
` [PATCH net-next 08/14] net: ethernet: mtk_eth_soc: increase DMA ring sizes
` [PATCH net-next 09/14] net: ethernet: mtk_eth_soc: implement dynamic interrupt moderation
` [PATCH net-next 10/14] net: ethernet: mtk_eth_soc: cache HW pointer of last freed TX descriptor
` [PATCH net-next 11/14] net: ethernet: mtk_eth_soc: only read the full RX descriptor if DMA is done
` [PATCH net-next 12/14] net: ethernet: mtk_eth_soc: reduce unnecessary interrupts
` [PATCH net-next 13/14] net: ethernet: mtk_eth_soc: set PPE flow hash as skb hash if present
` [PATCH net-next 14/14] net: ethernet: mtk_eth_soc: use iopoll.h macro for DMA init

[null_blk] de3510e52b: blktests.block.014.fail
 2021-04-22  4:08 UTC  (4+ messages)

Blank screen after multiple reboots
 2021-04-22  4:04 UTC 

[PATCH] SUNRPC: Add a check for gss_release_msg
 2021-04-22  3:57 UTC  (9+ messages)

[PATCH RESEND 0/4] Add support for HiSilicon PCIe Tune and Trace device
 2021-04-22  3:49 UTC  (4+ messages)

[PATCH] mm: memcontrol: fix root_mem_cgroup charging
 2021-04-22  3:47 UTC  (7+ messages)
  ` [External] "

[PATCH v2] iio: gyro: mpu3050: Fix reported temperature value
 2021-04-22  3:38 UTC 

[PATCH bpf-next v3] bpf: Fix some invalid links in bpf_devel_QA.rst
 2021-04-22  3:36 UTC 

[PATCH v5 0/1] Mediatek pinctrl patch on mt8195
 2021-04-22  3:35 UTC  (2+ messages)
` [PATCH v5] pinctrl: add rsel setting on MT8195

[PATCH v3][next] scsi: aacraid: Replace one-element array with flexible-array member
 2021-04-22  3:34 UTC  (4+ messages)

[PATCH] ASoC: fsl: imx-pcm-dma: Don't request dma channel in probe
 2021-04-22  3:33 UTC  (13+ messages)

[PATCH v4 00/25] perf tool: AlderLake hybrid support series 1
 2021-04-22  3:20 UTC  (22+ messages)
` [PATCH v4 14/25] perf stat: Add default hybrid events
` [PATCH v4 15/25] perf stat: Filter out unmatched aggregation for hybrid event
` [PATCH v4 20/25] perf tests: Skip 'Setup struct perf_event_attr' test for hybrid
` [PATCH v4 21/25] perf tests: Support 'Track with sched_switch' "
` [PATCH v4 22/25] perf tests: Support 'Parse and process metrics' "
` [PATCH v4 23/25] perf tests: Support 'Session topology' "
` [PATCH v4 24/25] perf tests: Support 'Convert perf time to TSC' "

[PATCH 1/1] dt-bindings: serial: Add label property for pl011
 2021-04-22  3:10 UTC  (5+ messages)

[PATCH] fs/nfs: Use fatal_signal_pending instead of signal_pending
 2021-04-22  2:51 UTC 

[PATCH] static_call: Fix unused variable warning
 2021-04-22  2:38 UTC  (6+ messages)

[PATCH 0/5] Bring the BusLogic host bus adapter driver up to Y2021
 2021-04-22  2:36 UTC  (9+ messages)

[PATCH] net: netfilter: Add RFC-7597 Section 5.1 PSID support
 2021-04-22  2:35 UTC 

[PATCH v5 1/2] scsi: ufs: Introduce hba performance monitor sysfs nodes
 2021-04-22  2:28 UTC  (2+ messages)
` [PATCH v5 2/2] scsi: ufs: Add support for hba performance monitor

[PATCH v2 0/4] mips: Fix related problems in kdump operation
 2021-04-22  2:24 UTC  (5+ messages)
` [PATCH v2 1/4] MIPS: Fix cmdline "mem=" parameter parsing
` [PATCH v2 2/4] mips: kdump: Capture kernel should be able to see old memories
` [PATCH v2 3/4] mips: kdump: Reserve extra memory for crash dump
` [PATCH v2 4/4] mips: kdump: Reserve old memory to avoid the destruction of production kernel data

arch/x86/crypto/curve25519-x86_64.c:518:3: error: inline assembly requires more registers than available
 2021-04-22  2:20 UTC 

mmu.c:undefined reference to `patch__hash_page_A0'
 2021-04-22  2:16 UTC  (6+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).