linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-19 13:41:07 to 2021-04-19 16:41:21 UTC [more...]

[PATCH v1 0/5] Convert powerpc to GENERIC_PTDUMP
 2021-04-19 16:41 UTC  (8+ messages)
` [PATCH v1 3/5] mm: ptdump: Provide page size to notepage()

[RFCv2 00/13] TDX and guest memory unmapping
 2021-04-19 16:40 UTC  (6+ messages)
` [RFCv2 13/13] KVM: unmap guest memory using poisoned pages

[PATCH] block: fix io hung by block throttle
 2021-04-19 16:39 UTC  (3+ messages)

[PATCH v4 0/5] mm/memcg: Reduce kmemcache memory accounting overhead
 2021-04-19 16:38 UTC  (13+ messages)
` [PATCH v4 1/5] mm/memcg: Move mod_objcg_state() to memcontrol.c
` [PATCH v4 2/5] mm/memcg: Cache vmstat data in percpu memcg_stock_pcp
` [PATCH v4 5/5] mm/memcg: Improve refill_obj_stock() performance
  ` [External] "

[PATCH v4] dma-buf: Add DmaBufTotal counter in meminfo
 2021-04-19 16:37 UTC  (8+ messages)

[PATCH] net: sunrpc: xprt.c: fix shift-out-of-bounds in xprt_calc_majortimeo
 2021-04-19 16:36 UTC 

[PATCH 1/5] power: supply: max14577: remove unneeded variable initialization
 2021-04-19 16:33 UTC  (5+ messages)
` [PATCH 2/5] power: supply: max17040: handle device_property_read_u8_array() failure
` [PATCH 3/5] power: supply: max17040: remove unneeded double cast
` [PATCH 4/5] power: supply: act8945a: correct kerneldoc
` [PATCH 5/5] power: supply: bq256xx: add kerneldoc for structure members

[PATCH] KVM: Boost vCPU candidiate in user mode which is delivering interrupt
 2021-04-19 16:32 UTC  (4+ messages)

[PATCH v2 0/3] Apple M1 DART IOMMU driver
 2021-04-19 16:31 UTC  (6+ messages)
` [PATCH v2 1/3] iommu: io-pgtable: add DART pagetable format

RPi4 DWC2 gadget doesn't copy data to a buffer in ep0 SETUP + DATA OUT transaction
 2021-04-19 16:30 UTC  (4+ messages)

linux-next: Tree for Apr 19
 2021-04-19 16:26 UTC  (3+ messages)
` linux-next: Tree for Apr 19 (bcache)

[PATCH net-next v3 0/5] page_pool: recycle buffers
 2021-04-19 16:21 UTC  (12+ messages)
` [PATCH net-next v3 2/5] mm: add a signature in struct page

[PATCH] Fix set apic mode from x2apic enabled bit patch
 2021-04-19 16:16 UTC  (4+ messages)

[PATCH v3 0/2] TJA1103 driver
 2021-04-19 16:14 UTC  (3+ messages)
` [PATCH v3 1/2] net: phy: add genphy_c45_pma_suspend/resume
` [PATCH v3 2/2] phy: nxp-c45: add driver for tja1103

[PATCH v6 00/10] libperf and arm64 userspace counter access support
 2021-04-19 16:14 UTC  (10+ messages)
` [PATCH v6 02/10] arm64: perf: Enable PMU counter direct access for perf event

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

[PATCH] scsi: core: Cap initial sdev queue depth at shost.can_queue
 2021-04-19 16:06 UTC 

[PATCH 0/3] arm64: dts: xilinx: Update dts for zynqmp
 2021-04-19 16:10 UTC  (10+ messages)
` [PATCH 1/3] arm64: dts: xilinx: Add the clock nodes "

[RFC PATCH] capabilities: require CAP_SETFCAP to map uid 0 (v3)
 2021-04-19 16:09 UTC  (10+ messages)
      ` [PATCH] capabilities: require CAP_SETFCAP to map uid 0 (v3.2)
        ` [PATCH] capabilities: require CAP_SETFCAP to map uid 0 (v3.3)

[PATCH] libnvdimm.h: Remove duplicate struct declaration
 2021-04-19 16:04 UTC  (2+ messages)

[PATCH][next] bcache: Set error return err to -ENOMEM on allocation failure
 2021-04-19 16:04 UTC  (2+ messages)

[PATCH 00/30] KVM: x86: hyper-v: Fine-grained access check to Hyper-V hypercalls and MSRs
 2021-04-19 16:01 UTC  (31+ messages)
` [PATCH 01/30] asm-generic/hyperv: add HV_STATUS_ACCESS_DENIED definition
` [PATCH 02/30] KVM: x86: hyper-v: Introduce KVM_CAP_HYPERV_ENFORCE_CPUID
` [PATCH 03/30] KVM: x86: hyper-v: Cache guest CPUID leaves determining features availability
` [PATCH 04/30] KVM: x86: hyper-v: Prepare to check access to Hyper-V MSRs
` [PATCH 05/30] KVM: x86: hyper-v: Honor HV_MSR_HYPERCALL_AVAILABLE privilege bit
` [PATCH 06/30] KVM: x86: hyper-v: Honor HV_MSR_VP_RUNTIME_AVAILABLE "
` [PATCH 07/30] KVM: x86: hyper-v: Honor HV_MSR_TIME_REF_COUNT_AVAILABLE "
` [PATCH 08/30] KVM: x86: hyper-v: Honor HV_MSR_VP_INDEX_AVAILABLE "
` [PATCH 09/30] KVM: x86: hyper-v: Honor HV_MSR_RESET_AVAILABLE "
` [PATCH 10/30] KVM: x86: hyper-v: Honor HV_MSR_REFERENCE_TSC_AVAILABLE "
` [PATCH 11/30] KVM: x86: hyper-v: Honor HV_MSR_SYNIC_AVAILABLE "
` [PATCH 12/30] KVM: x86: hyper-v: Honor HV_MSR_SYNTIMER_AVAILABLE "
` [PATCH 13/30] KVM: x86: hyper-v: Honor HV_MSR_APIC_ACCESS_AVAILABLE "
` [PATCH 14/30] KVM: x86: hyper-v: Honor HV_ACCESS_FREQUENCY_MSRS "
` [PATCH 15/30] KVM: x86: hyper-v: Honor HV_ACCESS_REENLIGHTENMENT "
` [PATCH 16/30] KVM: x86: hyper-v: Honor HV_FEATURE_GUEST_CRASH_MSR_AVAILABLE "
` [PATCH 17/30] KVM: x86: hyper-v: Honor HV_FEATURE_DEBUG_MSRS_AVAILABLE "
` [PATCH 18/30] KVM: x86: hyper-v: Inverse the default in hv_check_msr_access()
` [PATCH 19/30] KVM: x86: hyper-v: Honor HV_STIMER_DIRECT_MODE_AVAILABLE privilege bit
` [PATCH 20/30] KVM: x86: hyper-v: Prepare to check access to Hyper-V hypercalls
` [PATCH 21/30] KVM: x86: hyper-v: Check access to HVCALL_NOTIFY_LONG_SPIN_WAIT hypercall
` [PATCH 22/30] KVM: x86: hyper-v: Honor HV_POST_MESSAGES privilege bit
` [PATCH 23/30] KVM: x86: hyper-v: Honor HV_SIGNAL_EVENTS "
` [PATCH 24/30] KVM: x86: hyper-v: Honor HV_DEBUGGING "
` [PATCH 25/30] KVM: x86: hyper-v: Honor HV_X64_REMOTE_TLB_FLUSH_RECOMMENDED bit
` [PATCH 26/30] KVM: x86: hyper-v: Honor HV_X64_CLUSTER_IPI_RECOMMENDED bit
` [PATCH 27/30] KVM: x86: hyper-v: Honor HV_X64_EX_PROCESSOR_MASKS_RECOMMENDED bit
` [PATCH 28/30] KVM: selftests: move Hyper-V MSR definitions to hyperv.h
` [PATCH 29/30] KVM: selftests: Move evmcs.h to x86_64/
` [PATCH 30/30] KVM: selftests: Introduce hyperv_features test

[PATCH 0/5] Bring the BusLogic host bus adapter driver up to Y2021
 2021-04-19 16:01 UTC  (6+ messages)

[PATCH] staging: wfx: silence symbol 'wfx_get_ps_timeout' was not declared warning
 2021-04-19 15:55 UTC  (2+ messages)

[PATCH] rtl8xxxu: Fix device info for RTL8192EU devices
 2021-04-19 15:55 UTC  (3+ messages)

[PATCH v8 net-next 0/2] net: mana: Add a driver for Microsoft Azure Network Adapter (MANA)
 2021-04-19 15:54 UTC  (5+ messages)
` [PATCH v8 net-next 1/2] hv_netvsc: Make netvsc/VF binding check both MAC and serial number
` [PATCH v8 net-next 2/2] net: mana: Add a driver for Microsoft Azure Network Adapter (MANA)

[PATCH bpf-next v5 0/6] Add a snprintf eBPF helper
 2021-04-19 15:52 UTC  (7+ messages)
` [PATCH bpf-next v5 1/6] bpf: Factorize bpf_trace_printk and bpf_seq_printf
` [PATCH bpf-next v5 2/6] bpf: Add a ARG_PTR_TO_CONST_STR argument type
` [PATCH bpf-next v5 3/6] bpf: Add a bpf_snprintf helper
` [PATCH bpf-next v5 4/6] libbpf: Initialize the bpf_seq_printf parameters array field by field
` [PATCH bpf-next v5 5/6] libbpf: Introduce a BPF_SNPRINTF helper macro
` [PATCH bpf-next v5 6/6] selftests/bpf: Add a series of tests for bpf_snprintf

[PATCH 1/3] powerpc/8xx: Enhance readability of trap types
 2021-04-19 15:48 UTC  (3+ messages)
` [PATCH 2/3] powerpc/32s: "
` [PATCH 3/3] powerpc/irq: "

[PATCH net-next v2 0/2] net: ethernet: mediatek: support custom GMAC label
 2021-04-19 15:46 UTC  (3+ messages)
` [PATCH net-next v2 1/2] dt-bindings: net: mediatek: add optional GMAC labels
` [PATCH net-next v2 2/2] net: ethernet: mediatek: support custom GMAC label

[PATCH 1/1] of/pci: Add IORESOURCE_MEM_64 to resource flags for 64-bit memory addresses
 2021-04-19 15:44 UTC  (4+ messages)

[PATCH] MIPS: Fix cmdline "mem=" parameter parsing
 2021-04-19 15:43 UTC  (2+ messages)

[PATCH v9] USB: serial: cp210x: Add support for GPIOs on CP2108
 2021-04-19 15:42 UTC  (2+ messages)

[PATCH net v4 0/2] fix packet stuck problem for lockless qdisc
 2021-04-19 15:29 UTC  (3+ messages)
` [PATCH net v4 1/2] net: sched: "

Maintainers / Kernel Summit 2021 planning kick-off
 2021-04-19 15:28 UTC 

[PATCH 00/15] x86: Add support for Clang CFI
 2021-04-19 15:26 UTC  (25+ messages)
` [PATCH 05/15] x86: Implement function_nocfi
` [PATCH 09/15] x86/alternatives: Use C int3 selftest but disable KASAN

pull request: linux-firmware: update cxgb4 firmware to 1.25.4.0
 2021-04-19 15:25 UTC 

[PATCH net v3] net: sched: fix packet stuck problem for lockless qdisc
 2021-04-19 15:25 UTC  (6+ messages)
    ` [Linuxarm] "

[RFC Part2 PATCH 00/30] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2021-04-19 15:25 UTC  (4+ messages)
` [RFC Part2 PATCH 04/30] x86/mm: split the physmap when adding the page in RMP table

[PATCH] base: power: runtime.c: Remove a unnecessary space
 2021-04-19 15:16 UTC  (5+ messages)

[PATCH] dt-bindings: net: mediatek: support MT7621 SoC
 2021-04-19 15:12 UTC  (3+ messages)

[PATCH net] vsock/vmci: log once the failed queue pair allocation
 2021-04-19 15:10 UTC  (2+ messages)

[PATCH] virtiofs: propagate sync() to file server
 2021-04-19 15:08 UTC 

[PATCH v2 00/10] KVM: Consolidate and optimize MMU notifiers
 2021-04-19 15:09 UTC  (5+ messages)
` [PATCH v2 09/10] KVM: Don't take mmu_lock for range invalidation unless necessary

pull request: linux-firmware: update cxgb4 firmware to 1.25.4.0
 2021-04-19 15:07 UTC  (2+ messages)

[RFC PATCH 0/3] Separate BE DAI HW constraints from FE ones
 2021-04-19 15:07 UTC  (11+ messages)

[PATCH net-next 0/2] net: ethernet: mediatek: support custom GMAC label
 2021-04-19 15:04 UTC  (4+ messages)
` [PATCH net-next 2/2] "

[syzbot] WARNING in __percpu_ref_exit (2)
 2021-04-19 15:02 UTC  (2+ messages)

[PATCH] qtnfmac: Fix possible buffer overflow in qtnf_event_handle_external_auth
 2021-04-19 14:58 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] ARM: dts: keystone-k2g: Rename message-manager node
 2021-04-19 14:50 UTC  (2+ messages)

[PATCH] ASoC: sigmadsp: Disable cache mechanism for readbacks
 2021-04-19 14:49 UTC 

[PATCH v1 1/1] tee: optee: Provide special parameter field for UUID values
 2021-04-19 14:41 UTC  (7+ messages)

[tracing] 9c0dee54eb: WARNING:at_kernel/tracepoint.c:#tracepoint_probe_register_prio
 2021-04-19 14:59 UTC 

KASAN: use-after-free Read in __cpuhp_state_remove_instance
 2021-04-19 14:41 UTC  (2+ messages)
` [syzbot] "

[PATCH v13 00/12] Add AMD SEV guest live migration support
 2021-04-19 14:40 UTC  (3+ messages)

[PATCH] i2c: I2C_HISI should depend on ARCH_HISI && ACPI
 2021-04-19 14:39 UTC  (17+ messages)

[PATCHv2 0/2] iommu/arm-smmu-qcom: Add SC7280 support
 2021-04-19 14:38 UTC  (3+ messages)
` [PATCHv2 2/2] iommu/arm-smmu-qcom: Move the adreno smmu specific impl earlier

[PATCH v2 1/2] delayacct: refactor the code to simplify the implementation
 2021-04-19 14:37 UTC  (2+ messages)
` [PATCH v2 2/2] delayacct: add a proc file to dump the delay info

[PATCH 1/1] lib: scatterlist: Fix SGL length in sg_split() if !CONFIG_NEED_SG_DMA_LENGTH
 2021-04-19 14:35 UTC  (3+ messages)

[PATCH net-next 0/4] atl1c: support for Mikrotik 10/25G NIC features
 2021-04-19 14:34 UTC  (5+ messages)
` [PATCH net-next 1/4] atl1c: show correct link speed on Mikrotik 10/25G NIC
` [PATCH net-next 2/4] atl1c: improve performance by avoiding unnecessary pcie writes on xmit
` [PATCH net-next 3/4] atl1c: adjust max mtu according to Mikrotik 10/25G NIC ability
` [PATCH net-next 4/4] atl1c: enable rx csum offload on Mikrotik 10/25G NIC

[PATCH] bpf: fix errno code for unsupported batch ops
 2021-04-19 14:32 UTC  (4+ messages)

[PATCH V3 0/4] Add driver support for Data Capture and Compare Engine(DCC) for SM8150
 2021-04-19 14:32 UTC  (5+ messages)
` [PATCH V3 2/4] soc: qcom: dcc:Add driver support for Data Capture and Compare unit(DCC)

[PATCH v3 0/4] perf util: bpf perf improvements
 2021-04-19 14:26 UTC  (3+ messages)
` [PATCH v3 3/4] perf-stat: introduce config stat.bpf-counter-events

[PATCH v5 0/7] arm64: dts: renesas: Enable GMSL on R8A77970 V3M Eagle
 2021-04-19 14:23 UTC  (8+ messages)
` [PATCH v5 1/7] dt-bindings: media: max9286: Re-indent example
` [PATCH v5 2/7] dt-bindings: media: max9286: Define 'maxim,gpio-poc'
` [PATCH v5 3/7] media: i2c: max9286: Use "maxim,gpio-poc" property
` [PATCH v5 4/7] arm64: dts: renesas: r8a77970: Add csi40 port@0
` [PATCH v5 5/7] arm64: dts: renesas: eagle: Enable MAX9286
` [PATCH v5 6/7] arm64: dts: renesas: eagle: Add GMSL .dtsi
` [PATCH v5 7/7] DNI: arm64: dts: renesas: eagle: Include eagle-gmsl

[PATCH] Revert "MIPS: make userspace mapping young by default"
 2021-04-19 14:21 UTC  (4+ messages)

[PATCH v3] USB: Don't set USB_PORT_FEAT_SUSPEND on WD19's Realtek Hub
 2021-04-19 14:19 UTC  (8+ messages)

[PATCH v5 1/3] kernel/resource: Allow region_intersects users to hold resource_lock
 2021-04-19 14:18 UTC  (2+ messages)

[PATCH 4.19 000/247] 4.19.178-rc1 review
 2021-04-19 14:16 UTC  (14+ messages)
` [PATCH 4.19 013/247] cifs: Set CIFS_MOUNT_USE_PREFIX_PATH flag on setting cifs_sb->prepath
      ` [EXTERNAL] "

[PATCH 00/10 v4] Use local_lock for pcp protection and reduce stat overhead
 2021-04-19 14:13 UTC  (11+ messages)
` [PATCH 01/10] mm/page_alloc: Split per cpu page lists and zone stats
` [PATCH 02/10] mm/page_alloc: Convert per-cpu list protection to local_lock
` [PATCH 03/10] mm/vmstat: Convert NUMA statistics to basic NUMA counters
` [PATCH 04/10] mm/vmstat: Inline NUMA event counter updates
` [PATCH 05/10] mm/page_alloc: Batch the accounting updates in the bulk allocator
` [PATCH 06/10] mm/page_alloc: Reduce duration that IRQs are disabled for VM counters
` [PATCH 07/10] mm/page_alloc: Explicitly acquire the zone lock in __free_pages_ok
` [PATCH 08/10] mm/page_alloc: Avoid conflating IRQs disabled with zone->lock
` [PATCH 09/10] mm/page_alloc: Update PGFREE outside the zone lock in __free_pages_ok
` [PATCH 10/10] mm/page_alloc: Embed per_cpu_pages locking within the per-cpu structure

Candidate Linux ABI for Intel AMX and hypothetical new related features
 2021-04-19 14:14 UTC  (11+ messages)

[PATCH][next][V2] wlcore: Fix buffer overrun by snprintf due to incorrect buffer size
 2021-04-19 14:14 UTC 

[PATCH][next] wlcore: Fix buffer overrun by snprintf due to incorrect buffer size Content-Type: text/plain; charset="utf-8"
 2021-04-19 14:13 UTC  (2+ messages)

[PATCH v2 0/4] Convert powerpc to GENERIC_PTDUMP
 2021-04-19 14:07 UTC  (3+ messages)
` [PATCH v2 1/4] mm: pagewalk: Fix walk for hugepage tables

[PATCH 00/57] Rid W=1 warnings from Staging
 2021-04-19 14:05 UTC  (5+ messages)
` [PATCH 37/57] staging: rtl8188eu: os_dep: ioctl_linux: Move 2 large data buffers into the heap

[PATCH 00/13] ARM: dts: stm32: fix "make dtbs_check W=1" round1
 2021-04-19 14:04 UTC  (6+ messages)
` [PATCH 12/13] ARM: dts: stm32: fix DSI port node on STM32MP15

[PATCH vfs.git] MAINTAINERS: Add git tree for the FILESYSTEMS entry
 2021-04-19 14:01 UTC 

[PATCH 1/2] powerpc: add enable_kernel_fp() stub for ALTIVEC without PPC_FPU
 2021-04-19 13:57 UTC  (5+ messages)
` [PATCH 2/2] powerpc: add ALTIVEC support to lib/ when PPC_FPU not set

[PATCH v7 00/28] Memory Folios
 2021-04-19 13:55 UTC  (4+ messages)
` [PATCH v7 09/28] mm: Create FolioFlags

[PATCH v2 0/2] TI K3 R5F remoteproc support on AM64x SoCs
 2021-04-19 13:55 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: remoteproc: k3-r5f: Update bindings for "

[PATCH v3 0/2] iio: accel: sca3300: Accelerometer support and binding docs
 2021-04-19 13:55 UTC  (3+ messages)
` [PATCH v3 2/2] iio: accel: Add driver for Murata SCA3300 accelerometer

[PATCH v2 0/5] mm/madvise: introduce MADV_POPULATE_(READ|WRITE) to prefault page tables
 2021-04-19 13:54 UTC  (6+ messages)
` [PATCH v2 1/5] mm: make variable names for populate_vma_page_range() consistent
` [PATCH v2 2/5] mm/madvise: introduce MADV_POPULATE_(READ|WRITE) to prefault page tables
` [PATCH v2 3/5] MAINTAINERS: add tools/testing/selftests/vm/ to MEMORY MANAGEMENT
` [PATCH v2 4/5] selftests/vm: add protection_keys_32 / protection_keys_64 to gitignore
` [PATCH v2 5/5] selftests/vm: add test for MADV_POPULATE_(READ|WRITE)

Add support for Murata SCA3300 Accelerometer
 2021-04-19 13:34 UTC  (8+ messages)
` [PATCH 2/2] iio: accel: Add driver for Murata SCA3300 accelerometer

[RFC v1 PATCH 0/3] support soc_device_match to return -EPROBE_DEFER
 2021-04-19 13:36 UTC  (3+ messages)
` [RFC v1 PATCH 3/3] driver: update all the code that use soc_device_match

[PATCH 0/4] dt-bindings: soc/arm: Convert pending ti,sci* bindings to json format
 2021-04-19 13:35 UTC  (5+ messages)
` [PATCH 2/4] dt-bindings: clock: Convert ti,sci-clk to json schema


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).