linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-16 05:50:17 to 2021-07-16 08:58:46 UTC [more...]

[PATCH v2 6/7] soc: mediatek: mmsys: Add reset controller support
 2021-07-16  8:58 UTC 

[PATCH 0/6] Renesas RZ/G2L CANFD support
 2021-07-16  8:56 UTC  (16+ messages)
` [PATCH 1/6] dt-bindings: net: can: renesas,rcar-canfd: Document RZ/G2L SoC
` [PATCH 2/6] can: rcar_canfd: Add support for RZ/G2L family
` [PATCH 3/6] dt-bindings: clk: r9a07g044-cpg: Add entry for P0_DIV2 core clock
` [PATCH 4/6] clk: renesas: r9a07g044-cpg: Add entry for fixed clock P0_DIV2
` [PATCH 5/6] clk: renesas: r9a07g044-cpg: Add clock and reset entries for CANFD

[PATCH V8 00/18] KVM: x86/pmu: Add *basic* support to enable guest PEBS via DS
 2021-07-16  8:53 UTC  (19+ messages)
` [PATCH V8 01/18] perf/core: Use static_call to optimize perf_guest_info_callbacks
` [PATCH V8 02/18] perf/x86/intel: Add EPT-Friendly PEBS for Ice Lake Server
` [PATCH V8 03/18] perf/x86/intel: Handle guest PEBS overflow PMI for KVM guest
` [PATCH V8 04/18] perf/x86/core: Pass "struct kvm_pmu *" to determine the guest values
` [PATCH V8 05/18] KVM: x86/pmu: Set MSR_IA32_MISC_ENABLE_EMON bit when vPMU is enabled
` [PATCH V8 06/18] KVM: x86/pmu: Introduce the ctrl_mask value for fixed counter
` [PATCH V8 07/18] x86/perf/core: Add pebs_capable to store valid PEBS_COUNTER_MASK value
` [PATCH V8 08/18] KVM: x86/pmu: Add IA32_PEBS_ENABLE MSR emulation for extended PEBS
` [PATCH V8 09/18] KVM: x86/pmu: Reprogram PEBS event to emulate guest PEBS counter
` [PATCH V8 10/18] KVM: x86/pmu: Adjust precise_ip to emulate Ice Lake guest PDIR counter
` [PATCH V8 11/18] KVM: x86/pmu: Add IA32_DS_AREA MSR emulation to support guest DS
` [PATCH V8 12/18] KVM: x86/pmu: Add PEBS_DATA_CFG MSR emulation to support adaptive PEBS
` [PATCH V8 13/18] KVM: x86: Set PEBS_UNAVAIL in IA32_MISC_ENABLE when PEBS is enabled
` [PATCH V8 14/18] KVM: x86/pmu: Move pmc_speculative_in_use() to arch/x86/kvm/pmu.h
` [PATCH V8 15/18] KVM: x86/pmu: Disable guest PEBS temporarily in two rare situations
` [PATCH V8 16/18] KVM: x86/pmu: Add kvm_pmu_cap to optimize perf_get_x86_pmu_capability
` [PATCH V8 17/18] KVM: x86/cpuid: Refactor host/guest CPU model consistency check
` [PATCH V8 18/18] KVM: x86/pmu: Expose CPUIDs feature bits PDCM, DS, DTES64

[PATCH V3 0/5] i3c: master: svc: some bug fixes and add runtime pm support
 2021-07-16  8:53 UTC  (6+ messages)
` [PATCH V3 1/5] i3c: master: svc: move module reset behind clk enable
` [PATCH V3 2/5] i3c: master: svc: fix atomic issue
` [PATCH V3 3/5] i3c: master: svc: add support for slave to stop returning data
` [PATCH V3 4/5] i3c: master: svc: set ODSTOP to let I2C device see the STOP signal
` [PATCH V3 5/5] i3c: master: svc: add runtime pm support

[PATCH 0/2] Fixes for KSZ DSA switch
 2021-07-16  8:49 UTC  (3+ messages)
  ` Aw: "

[PATCH v7 0/4] use bin_attribute to break the size limitation of cpumap ABI
 2021-07-16  8:49 UTC  (3+ messages)
` [PATCH v7 2/4] topology: "

[PATCH v6 0/3] media: imx: add support for imx8mq MIPI RX
 2021-07-16  8:47 UTC  (6+ messages)
` [PATCH v6 2/3] media: imx: add a driver for i.MX8MQ mipi csi rx phy and controller

[PATCH v2 0/9] Add MediaTek SoC DRM (vdosys0) support for mt8195
 2021-07-16  8:46 UTC  (6+ messages)
  ` [PATCH v2 1/9] dt-bindings: mediatek: add definition for mt8195 display
  ` [PATCH v2 7/9] drm/mediatek: add mediatek-drm of vdosys0 support for mt8195

[PATCH -next] memcg: fix sleep in invalid context in cgroup_rstat_flush()
 2021-07-16  8:48 UTC 

[PATCH V2 0/5] i3c: master: svc: some bug fixes and add runtime pm support
 2021-07-16  8:43 UTC  (8+ messages)
` [PATCH V2 1/5] i3c: master: svc: move module reset behind clk enable
` [PATCH V2 2/5] i3c: master: svc: fix atomic issue
` [PATCH V2 3/5] i3c: master: svc: add support for slave to stop returning data
` [PATCH V2 4/5] i3c: master: svc: set ODSTOP to let I2C device see the STOP signal
` [PATCH V2 5/5] i3c: master: svc: add runtime pm support

[PATCH v2] dma-mapping: use vmalloc_to_page for vmalloc addresses
 2021-07-16  8:39 UTC  (2+ messages)

[PATCH v6 00/12] Introduce Architectural LBR for vPMU
 2021-07-16  8:50 UTC  (13+ messages)
` [PATCH v6 01/12] perf/x86/intel: Fix the comment about guest LBR support on KVM
` [PATCH v6 02/12] perf/x86/lbr: Simplify the exposure check for the LBR_INFO registers
` [PATCH v6 03/12] KVM: x86: Add Arch LBR MSRs to msrs_to_save_all list
` [PATCH v6 04/12] KVM: vmx/pmu: Emulate MSR_ARCH_LBR_DEPTH for guest Arch LBR
` [PATCH v6 05/12] KVM: vmx/pmu: Emulate MSR_ARCH_LBR_CTL "
` [PATCH v6 06/12] KVM: x86/pmu: Refactor code to support "
` [PATCH v6 07/12] KVM: x86: Refresh CPUID on writes to MSR_IA32_XSS
` [PATCH v6 08/12] KVM: x86: Report XSS as an MSR to be saved if there are supported features
` [PATCH v6 09/12] KVM: x86: Refine the matching and clearing logic for supported_xss
` [PATCH v6 10/12] KVM: x86: Add XSAVE Support for Architectural LBR
` [PATCH v6 11/12] KVM: x86/vmx: Check Arch LBR config when return perf capabilities
` [PATCH v6 12/12] KVM: x86/cpuid: Advise Arch LBR feature in CPUID

[PATCH] speakup: use C99 syntax for array initializers
 2021-07-16  8:35 UTC  (2+ messages)

[PATCH v6 00/13] ksmbd: introduce new SMB3 kernel server
 2021-07-16  8:35 UTC  (2+ messages)

[PATCH 5.10 000/215] 5.10.51-rc1 review
 2021-07-16  8:35 UTC  (2+ messages)

[PATCH v15 0/2] leds: mt6360: Add LED driver for MT6360
 2021-07-16  8:17 UTC  (3+ messages)
` [PATCH v15 1/2] dt-bindings: leds: Add bindings for MT6360 LED
` [PATCH v15 2/2] leds: mt6360: Add LED driver for MT6360

[PATCH v4] gpio: tegra186: Add ACPI support
 2021-07-16  8:31 UTC  (3+ messages)
` [PATCH v5] "

[PATCH] mm/page_alloc: enable alloc bulk when page owner is on
 2021-07-16  8:17 UTC 

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

[PATCH] drm/bridge: anx7625: Use pm_runtime_force_{suspend,resume}
 2021-07-16  8:26 UTC  (3+ messages)

[PATCH v1 00/16] .map_sg() error cleanup
 2021-07-16  8:24 UTC  (11+ messages)
` [PATCH v1 01/16] dma-mapping: Allow map_sg() ops to return negative error codes
` [PATCH v1 04/16] dma-iommu: Return error code from iommu_dma_map_sg()
` [PATCH v1 10/16] s390/pci: return error code from s390_dma_map_sg()
` [PATCH v1 14/16] x86/amd_gart: return error code from gart_map_sg()
` [PATCH v1 16/16] dma-mapping: Disallow .map_sg operations from returning zero on error

[PATCH] KEYS: trusted: Fix trusted key backends when building as module
 2021-07-16  8:17 UTC 

[PATCH v5 0/2] media: rc: add support for Amlogic Meson IR blaster
 2021-07-16  8:24 UTC  (5+ messages)
` [PATCH v5 2/2] media: rc: introduce Meson IR TX driver

[syzbot] BUG: unable to handle kernel paging request in ath9k_htc_rxep
 2021-07-16  8:20 UTC 

[RFC PATCH] software node: balance refcount for managed sw nodes
 2021-07-16  8:17 UTC 

[PATCH v34 00/13] Introduce Data Access MONitor (DAMON)
 2021-07-16  8:14 UTC  (14+ messages)
` [PATCH v34 01/13] mm: "
` [PATCH v34 02/13] mm/damon/core: Implement region-based sampling
` [PATCH v34 03/13] mm/damon: Adaptively adjust regions
` [PATCH v34 04/13] mm/idle_page_tracking: Make PG_idle reusable
` [PATCH v34 05/13] mm/damon: Implement primitives for the virtual memory address spaces
` [PATCH v34 06/13] mm/damon: Add a tracepoint
` [PATCH v34 07/13] mm/damon: Implement a debugfs-based user space interface
` [PATCH v34 08/13] mm/damon/dbgfs: Export kdamond pid to the user space
` [PATCH v34 09/13] mm/damon/dbgfs: Support multiple contexts
` [PATCH v34 10/13] Documentation: Add documents for DAMON
` [PATCH v34 11/13] mm/damon: Add kunit tests
` [PATCH v34 12/13] mm/damon: Add user space selftests
` [PATCH v34 13/13] MAINTAINERS: Update for DAMON

[PATCH 0/6 v2] treewide: rename 'mod_init' & 'mod_exit' functions to be module-specific
 2021-07-16  8:15 UTC  (2+ messages)

[PATCH] usb: dwc2: Skip clock gating on Samsung SoCs
 2021-07-16  8:10 UTC  (2+ messages)

[RFC 00/10] arm64/mm: Enable FEAT_LPA2 (52 bits PA support on 4K|16K pages)
 2021-07-16  8:08 UTC  (8+ messages)
` [RFC 06/10] arm64/mm: Add FEAT_LPA2 specific encoding
` [RFC 07/10] arm64/mm: Detect and enable FEAT_LPA2

[PATCH 0/4] i3c: master: svc: some bug fixes
 2021-07-16  8:07 UTC  (3+ messages)

[PATCH v3] mm/page_alloc: Require pahole v1.22 to cope with zero-sized struct pagesets
 2021-07-16  8:07 UTC  (7+ messages)

[PATCH 1/2] regulator: rtq2134: Add binding document for Richtek RTQ2134 SubPMIC
 2021-07-16  8:03 UTC  (2+ messages)
` [PATCH 2/2] regulator: rtq2134: Add support "

[PATCH 1/2] mfd: mt6360: Sort regulator resources
 2021-07-16  8:03 UTC  (4+ messages)
` [PATCH 2/2] mfd: mt6360: Restore error message to regmap_read failure

[PATCH] xfrm/compat: Fix general protection fault in xfrm_user_rcv_msg_compat()
 2021-07-16  8:01 UTC  (2+ messages)

5.13-rt1 + KVM = WARNING: at fs/eventfd.c:74 eventfd_signal()
 2021-07-16  7:59 UTC  (6+ messages)

[PATCH v3 0/4] fpga/mfd/hwmon: Initial support for Silicom N5010 PAC
 2021-07-16  7:56 UTC  (3+ messages)
` [PATCH v3 3/4] mfd: intel-m10-bmc: add n5010 variant

[PATCH 5.13 000/266] 5.13.3-rc1 review
 2021-07-16  7:54 UTC  (3+ messages)
` [PATCH 5.13 252/266] media: rtl28xxu: fix zero-length control request

[PATCH v2] mfd: axp20x: Update AXP288 volatile ranges
 2021-07-16  7:54 UTC  (2+ messages)

[PATCH] nvme-pci: Don't WARN_ON in nvme_reset_work if ctrl.state is not RESETTING
 2021-07-16  7:54 UTC  (2+ messages)

[PATCH][next] nvmet: remove redundant assignments of variable status
 2021-07-16  7:53 UTC  (2+ messages)

[PATCH 0/3] MHI fixes for v5.14
 2021-07-16  7:51 UTC  (4+ messages)
` [PATCH 1/3] bus: mhi: pci_generic: Apply no-op for wake using sideband wake boolean
` [PATCH 2/3] bus: mhi: core: Validate channel ID when processing command completions
` [PATCH 3/3] bus: mhi: pci_generic: Fix inbound IPCR channel

[PATCH] mailbox: qcom-ipcc: Enable loading QCOM_IPCC as a module
 2021-07-16  7:49 UTC 

[PATCH v2 0/4] Introduce x86 assembler accelerated implementation for SM4 algorithm
 2021-07-16  7:48 UTC  (3+ messages)
` [PATCH v2 2/4] crypto: arm64/sm4-ce - Make dependent on sm4 library instead of sm4-generic

[PATCH v3 02/12] dt-bindings: mediatek: display: add definition for mt8195
 2021-07-16  7:46 UTC  (2+ messages)
  ` [PATCH v3 05/12] dt-bindings: arm: mediatek: change mmsys txt to yaml file

[PATCH v7] drm/bridge: add it6505 driver
 2021-07-16  7:27 UTC 

[PATCH -next 0/3] arm64: support page mapping percpu first chunk allocator
 2021-07-16  7:41 UTC  (4+ messages)
` [PATCH -next 3/3] kasan: arm64: Fix pcpu_page_first_chunk crash with KASAN_VMALLOC

crypto: prefix additional module autoloading with "crypto-"
 2021-07-16  7:38 UTC  (2+ messages)

[PATCHi v1] add instruction time-out interrupt support
 2021-07-16  7:37 UTC  (3+ messages)
` [PATCH v1] mailbox: cmdq: "

[RESEND PATCH v2] hfsplus: prevent negative dentries when casefolded
 2021-07-16  7:36 UTC 

[PATCH] KVM: x86: accept userspace interrupt only if no event is injected
 2021-07-16  7:27 UTC  (2+ messages)

[PATCH] crypto: sun8i-ss - Use kfree_sensitive
 2021-07-16  7:27 UTC 

[PATCH] intersil: remove obsolete prism54 wireless driver
 2021-07-16  7:25 UTC  (3+ messages)

[PATCH 0/4] Add support for Bosch BNO055 IMU
 2021-07-16  7:24 UTC  (3+ messages)
` [PATCH 2/4] iio: imu: add Bosch Sensortec BNO055 core driver

[PATCH 0/6] IPI virtualization support for VM
 2021-07-16  6:52 UTC 

MTD: How to get actual image size from MTD partition
 2021-07-16  7:16 UTC  (2+ messages)

[PATCH] soc: rockchip: ROCKCHIP_GRF should not default to y, unconditionally
 2021-07-16  7:15 UTC  (3+ messages)

[PATCH v3 0/1] Interface to represent PAPR firmware attributes
 2021-07-16  7:14 UTC  (6+ messages)
` [PATCH v3 1/1] powerpc/pseries: "

[PATCH 0/5] IPI virtualization support for VM
 2021-07-16  6:48 UTC  (7+ messages)
` [PATCH 1/6] x86/feat_ctl: Add new VMX feature, Tertiary VM-Execution control
` [PATCH 2/6] KVM: VMX: Extend BUILD_CONTROLS_SHADOW macro to support 64-bit variation
` [PATCH 3/6] KVM: VMX: Detect Tertiary VM-Execution control when setup VMCS config
` [PATCH 4/6] KVM: VMX: dump_vmcs() reports tertiary_exec_control field as well
` [PATCH 5/6] KVM: x86: Support interrupt dispatch in x2APIC mode with APIC-write VM exit
` [PATCH 6/6] KVM: VMX: enable IPI virtualization

[v9 0/2] Support pwm driver for aspeed ast26xx
 2021-07-16  7:09 UTC  (5+ messages)
` [v9 2/2] pwm: Add Aspeed ast2600 PWM support

[PATCH 1/1 v3] skbuff: Fix a potential race while recycling page_pool packets
 2021-07-16  7:02 UTC 

[PATCH v3 0/4] Add DT bindings and DT nodes for PCIe and PHY in SC7280
 2021-07-16  6:53 UTC  (4+ messages)
` [PATCH v3 4/4] PCIe: qcom: Add support to control pipe clk mux

[BUG] bus: mhi: possible ABBA deadlock in mhi_pm_m0_transition() and mhi_send_cmd()
 2021-07-16  6:45 UTC  (3+ messages)

[PATCH 1/1 v2] skbuff: Fix a potential race while recycling page_pool packets
 2021-07-16  6:43 UTC  (8+ messages)

[PATCH v3, 0/3] drm/mediatek: Separate aal module
 2021-07-16  6:42 UTC  (5+ messages)
` [PATCH v3, 1/3] "
` [PATCH v3, 2/3] drm/mediatek: add mt8183 aal support
` [PATCH v3, 3/3] arm64: dts: mt8183: refine aal compatible name

[PATCH] mm/page_alloc: make alloc_node_mem_map() __init rather than __ref
 2021-07-16  6:41 UTC 

seccomp: epoll issues post addfd
 2021-07-16  6:39 UTC 

[PATCH] mm/secretmem: wire up ->set_page_dirty
 2021-07-16  6:39 UTC 

[PATCH] x86/hyperv: add comment describing TSC_INVARIANT_CONTROL MSR setting bit 0
 2021-07-16  6:33 UTC 

[PATCH v5 0/9] fsdax: introduce fs query to support reflink
 2021-07-16  6:32 UTC  (6+ messages)
` [PATCH v5 5/9] mm: Introduce mf_dax_kill_procs() for fsdax case

Concern about arch/alpha/kernel/smc37c669.c
 2021-07-16  6:28 UTC  (2+ messages)

[PATCH v14 0/2] leds: mt6360: Add LED driver for MT6360
 2021-07-16  6:27 UTC  (4+ messages)

[PATCH v4 0/3] Apple M1 DART IOMMU driver
 2021-07-16  6:24 UTC  (3+ messages)

[PATCH v6 bpf-next 0/3] libbpf: BTF dumper support for typed data
 2021-07-16  6:24 UTC  (5+ messages)
` [PATCH v6 bpf-next 1/3] "
` [PATCH v6 bpf-next 3/3] selftests/bpf: add dump type data tests to btf dump tests

[RFC PATCH] rcu: call kvm_check_and_clear_guest_paused unconditionally
 2021-07-16  6:23 UTC  (2+ messages)

[PATCH] blk-throtl: optimize IOPS throttle for large IO scenarios
 2021-07-16  6:22 UTC 

[PATCH V3] mmc: sdhci-msm: Update the software timeout value for sdhc
 2021-07-16  6:18 UTC  (3+ messages)

[PATCH RFC 00/13] Simplify the print format string with new '%pD'
 2021-07-16  6:17 UTC  (4+ messages)
` [PATCH RFC 07/13] iomap: simplify iomap_swapfile_fail() with '%pD' specifier

[PATCH v5 1/2] iio: frequency: adrf6780: add support for ADRF6780
 2021-07-16  6:13 UTC  (2+ messages)

[PATCH v9 0/4] Add MIPI rx DPI support
 2021-07-16  6:13 UTC  (6+ messages)
` [PATCH v9 1/4] dt-bindings:drm/bridge:anx7625:add vendor define flags

[PATCH] openrisc: rename or32 code & comments to or1k
 2021-07-16  6:11 UTC  (2+ messages)

[PATCH] docs: x86: Remove obsolete information about x86_64 vmalloc() faulting
 2021-07-16  6:09 UTC  (2+ messages)

[PATCH 0/4 v2] 5.14-rc1 mm/page_alloc.c stray patches
 2021-07-16  6:04 UTC  (6+ messages)
` [PATCH 4/4] Revert "mm/page_alloc: make should_fail_alloc_page() static"

[PATCH V2 net-next 0/9] net: hns3: add support devlink
 2021-07-16  6:00 UTC  (3+ messages)
` [PATCH V2 net-next 1/9] devlink: add documentation for hns3 driver

[PATCH v2] mm: KSM: fix data types
 2021-07-16  5:58 UTC 

arch/powerpc/lib/sstep.c:1172:21: error: variable 'suffix' set but not used
 2021-07-16  5:57 UTC 

New warning in nvme_setup_discard
 2021-07-16  5:53 UTC  (6+ messages)

[RFC 0/6] block: enhance use of GENHD_FL_UP
 2021-07-16  5:53 UTC  (9+ messages)
` [RFC 1/6] genhd: update docs for GENHD_FL_UP
` [RFC 3/6] md: replace GENHD_FL_UP with GENHD_FL_DISK_ADDED on is_mddev_broken()
` [RFC 4/6] mmc/core/block: replace GENHD_FL_UP with GENHD_FL_DISK_ADDED
` [RFC 5/6] nvme: "

[PATCH v5 00/26] userfaultfd-wp: Support shmem and hugetlbfs
 2021-07-16  5:50 UTC  (3+ messages)
` [PATCH v5 05/26] mm/swap: Introduce the idea of special swap ptes


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