linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-07 00:03:21 to 2021-05-07 07:10:15 UTC [more...]

linux-next failing build due to missing cubictcp_state symbol
 2021-05-07  7:10 UTC  (14+ messages)

[PATCH] usb: fotg210-hcd: Fix an error message
 2021-05-07  7:08 UTC  (4+ messages)

[PATCH v3 0/5] mmc: sdhci-of-aspeed: Support toggling SD bus signal
 2021-05-07  7:07 UTC  (19+ messages)
` [PATCH v3 1/5] dt-bindings: mmc: sdhci-of-aspeed: Add an example for AST2600-A2 EVB
` [PATCH v3 2/5] ARM: dts: aspeed: ast2600evb: Add comment for gpio regulator of sdhci
` [PATCH v3 3/5] ARM: dts: aspeed: ast2600evb: Add phase correction for emmc controller
` [PATCH v3 4/5] mmc: sdhci-of-aspeed: Add a helper for updating capability register
` [PATCH v3 5/5] mmc: sdhci-of-aspeed: Assert/Deassert reset signal before probing eMMC

[PATCH net-next v3 0/5] page_pool: recycle buffers
 2021-05-07  7:06 UTC  (9+ messages)

[PATCH v2 1/5] powerpc/nohash: Refactor update of BDI2000 pointers in switch_mmu_context()
 2021-05-07  7:03 UTC  (5+ messages)
` [PATCH v2 2/5] powerpc/nohash: Convert set_context() to C
` [PATCH v2 3/5] powerpc/32s: Refactor update of user segment registers
` [PATCH v2 4/5] powerpc/32s: Convert switch_mmu_context() to C
` [PATCH v2 5/5] powerpc/32s: Simplify calculation of segment register content

[PATCH v2 0/2] optee: fix OOM seen due to tee_shm_free()
 2021-05-07  7:03 UTC  (14+ messages)
` [PATCH v2 1/2] optee: fix tee out of memory failure seen during kexec reboot
` [PATCH] optee: Disable shm cache when booting the crash kernel

[PATCH v3 0/5] Enable Bluetooth functinality for WCN6750
 2021-05-07  7:00 UTC  (8+ messages)
` [PATCH v3 2/5] Bluetooth: btqca: Add support for firmware image with mbn type "
` [PATCH v3 4/5] dt-bindings: net: bluetooth: Convert Qualcomm BT binding to DT schema
` [PATCH v3 5/5] dt-bindings: net: bluetooth: Add device tree bindings for QTI chip wcn6750

[PATCH] remoteproc: k3-r5: Fix an error message
 2021-05-07  6:59 UTC  (4+ messages)

[PATCH v10 6/9] Reimplement RLIMIT_SIGPENDING on top of ucounts
 2021-05-07  7:14 UTC  (9+ messages)
` 08ed4efad6: stress-ng.sigsegv.ops_per_sec -41.9% regression

[PATCH v2] dt-bindings: i2c: Move i2c-omap.txt to YAML format
 2021-05-07  6:54 UTC  (2+ messages)

[PATCH] sched/pelt: Add UTIL_AVG_UNCHANGED flag for last_enqueued_diff
 2021-05-07  6:53 UTC  (6+ messages)

[PATCH v2] f2fs: reduce expensive checkpoint trigger frequency
 2021-05-07  6:52 UTC  (3+ messages)
` [f2fs-dev] "

[PATCH] mm/page_alloc: __alloc_pages_bulk(): do bounds check before accessing array
 2021-05-07  6:45 UTC 

[PATCH v2 1/2] drm/bridge: anx7625: refactor power control to use runtime PM framework
 2021-05-07  6:44 UTC  (2+ messages)
` [PATCH v2 2/2] drm/bridge: anx7625: add suspend / resume hooks

[PATCH 00/11] Initital support for new power/perf features for SD cards
 2021-05-07  6:44 UTC  (20+ messages)
` [PATCH 01/11] mmc: core: Drop open coding when preparing commands with busy signaling
` [PATCH 02/11] mmc: core: Take into account MMC_CAP_NEED_RSP_BUSY for eMMC HPI commands
` [PATCH 03/11] mmc: core: Re-structure some code in __mmc_poll_for_busy()
` [PATCH 04/11] mmc: core: Extend re-use of __mmc_poll_for_busy()
` [PATCH 05/11] mmc: core: Enable eMMC sleep commands to use HW busy polling
` [PATCH 06/11] mmc: core: Prepare mmc_send_cxd_data() to be re-used for additional cmds
` [PATCH 07/11] mmc: core: Drop open coding in mmc_sd_switch()
` [PATCH 08/11] mmc: core: Parse the SD SCR register for support of CMD48/49 and CMD58/59
` [PATCH 09/11] mmc: core: Read the SD function extension registers for power management

[PATCH 0/3] mm/gup: Fix pin page write cache bouncing on has_pinned
 2021-05-07  6:42 UTC  (8+ messages)
` [PATCH 1/3] mm/gup_benchmark: Support threading
` [PATCH 2/3] mm: gup: allow FOLL_PIN to scale in SMP
` [PATCH 3/3] mm: gup: pack has_pinned in MMF_HAS_PINNED

[PATCH v3 00/15] Support Asynchronous Page Fault
 2021-05-07  8:40 UTC  (16+ messages)
` [PATCH v3 01/15] KVM: async_pf: Move struct kvm_async_pf around
` [PATCH v3 02/15] KVM: async_pf: Add helper function to check completion queue
` [PATCH v3 03/15] KVM: async_pf: Make GFN slot management generic
` [PATCH v3 04/15] KVM: x86: Use generic async PF slot management
` [PATCH v3 05/15] KVM: arm64: Export kvm_handle_user_mem_abort()
` [PATCH v3 06/15] KVM: arm64: Add paravirtualization header files
` [PATCH v3 07/15] KVM: arm64: Support page-not-present notification
` [PATCH v3 08/15] KVM: arm64: Support page-ready notification
` [PATCH v3 09/15] KVM: arm64: Support async PF hypercalls
` [PATCH v3 10/15] KVM: arm64: Support async PF ioctl commands
` [PATCH v3 11/15] KVM: arm64: Export async PF capability
` [PATCH v3 12/15] arm64: Detect async PF para-virtualization feature
` [PATCH v3 13/15] arm64: Reschedule process on aync PF
` [PATCH v3 14/15] arm64: Enable async PF
` [PATCH v3 15/15] KVM: arm64: Add async PF document

[PATCH] phy: ralink: phy-mt7621-pci: properly print pointer address
 2021-05-07  6:41 UTC  (3+ messages)

[PATCH v2] rapidio: fix unused variable warning in rio_cm.c
 2021-05-07  6:39 UTC  (2+ messages)

[PATCH 1/2] drm/bridge: anx7625: refactor power control to use runtime PM framework
 2021-05-07  6:35 UTC  (2+ messages)
` [PATCH 2/2] drm/bridge: anx7625: add suspend / resume hooks

[PATCH] dmaengine: pl330: fix wrong usage of spinlock flags in dma_cyclc
 2021-05-07  6:36 UTC 

[PATCH v4] mmc-utils: Add eMMC erase command support
 2021-05-07  6:36 UTC  (2+ messages)

[PATCH v2 1/2] dt-bindings: pwm: Add Xilinx AXI Timer
 2021-05-07  6:35 UTC  (4+ messages)

[PATCH] drivers: memstick: core:ms_block.c: Fix alignment of block comment
 2021-05-07  6:35 UTC 

[PATCH] usb: dwc3: gadget: Return success always for kick transfer in ep queue
 2021-05-07  6:34 UTC 

[patch 04/91] proc: save LOC in __xlate_proc_name()
 2021-05-07  6:34 UTC  (2+ messages)

[PATCH v3 00/21] Support SDEI Virtualization
 2021-05-07  8:31 UTC  (22+ messages)
` [PATCH v3 01/21] KVM: arm64: Introduce template for inline functions
` [PATCH v3 02/21] KVM: arm64: Add SDEI virtualization infrastructure
` [PATCH v3 03/21] KVM: arm64: Support SDEI_VERSION hypercall
` [PATCH v3 04/21] KVM: arm64: Support SDEI_EVENT_REGISTER hypercall
` [PATCH v3 05/21] KVM: arm64: Support SDEI_EVENT_{ENABLE, DISABLE} hypercall
` [PATCH v3 06/21] KVM: arm64: Support SDEI_EVENT_CONTEXT hypercall
` [PATCH v3 07/21] KVM: arm64: Support SDEI_EVENT_UNREGISTER hypercall
` [PATCH v3 08/21] KVM: arm64: Support SDEI_EVENT_STATUS hypercall
` [PATCH v3 09/21] KVM: arm64: Support SDEI_EVENT_GET_INFO hypercall
` [PATCH v3 10/21] KVM: arm64: Support SDEI_EVENT_ROUTING_SET hypercall
` [PATCH v3 11/21] KVM: arm64: Support SDEI_PE_{MASK, UNMASK} hypercall
` [PATCH v3 12/21] KVM: arm64: Support SDEI_{PRIVATE, SHARED}_RESET hypercall
` [PATCH v3 13/21] KVM: arm64: Impment SDEI event delivery
` [PATCH v3 14/21] KVM: arm64: Support SDEI_EVENT_{COMPLETE, COMPLETE_AND_RESUME} hypercall
` [PATCH v3 15/21] KVM: arm64: Support SDEI event notifier
` [PATCH v3 16/21] KVM: arm64: Support SDEI ioctl commands on VM
` [PATCH v3 17/21] KVM: arm64: Support SDEI ioctl commands on vCPU
` [PATCH v3 18/21] KVM: arm64: Support SDEI event injection
` [PATCH v3 19/21] KVM: arm64: Support SDEI event cancellation
` [PATCH v3 20/21] KVM: arm64: Export SDEI capability
` [PATCH v3 21/21] KVM: selftests: Add SDEI test case

[tip:locking/urgent] BUILD SUCCESS 51cf94d16860a324e97d1b670d88f1f2b643bc32
 2021-05-07  6:32 UTC 

[PATCH] f2fs: return -EPERM given generic mask
 2021-05-07  6:26 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH v3 0/2] VDM management improvement and some bug fixes
 2021-05-07  6:23 UTC  (3+ messages)
` [PATCH v3 1/2] usb: typec: tcpm: Send DISCOVER_IDENTITY from dedicated work
` [PATCH v3 2/2] usb: typec: tcpm: Fix wrong handling for Not_Supported in VDM AMS

Re: [RESEND v4 2/2] PCI: imx: clear vreg bypass when pcie vph voltage is 3v3
 2021-05-07  6:18 UTC 

[PATCH 00/10] [v7][RESEND] Migrate Pages in lieu of discard
 2021-05-07  6:14 UTC  (5+ messages)

[PATCH] Documentation: drop optional BOMs
 2021-05-07  6:14 UTC  (3+ messages)

[PATCH 4/5] phy: ralink: Kconfig: enable COMPILE_TEST on mt7621-pci-phy driver
 2021-05-07  6:13 UTC  (3+ messages)

[PATCH V4 0/3] Add DT bindings and device tree nodes for TSENS in SC7280
 2021-05-07  6:07 UTC  (4+ messages)
` [PATCH V4 1/3] dt-bindings: thermal: tsens: Add compatible string to TSENS binding for SC7280
` [PATCH V4 2/3] arm64: dts: qcom: SC7280: Add device node support for TSENS
` [PATCH V4 3/3] arm64: dts: qcom: SC7280: Add thermal zone support

[PATCH v2 0/2] VDM management improvement and some bug fixes
 2021-05-07  6:05 UTC  (2+ messages)

[PATCH] powerpc/mmu: Remove leftover CONFIG_E200
 2021-05-07  6:00 UTC 

Re: [RESEND v4 1/2] dt-bindings: imx6q-pcie: add one regulator used to power up pcie phy
 2021-05-07  5:56 UTC 

[PATCH 5.11.y, 5.10.y, 5.4.y] vfio: Depend on MMU
 2021-05-07  5:49 UTC  (3+ messages)

[PATCH v4 1/3] perf report: compile tips.txt in perf binary
 2021-05-07  5:46 UTC  (6+ messages)
` [PATCH v4 3/3] perf parse-events: add bison --file-prefix-map option

[PATCH 0/9] Shrink the list lru size on memory cgroup removal
 2021-05-07  5:45 UTC  (9+ messages)
      ` [External] "

arch/openrisc/mm/init.c:125:10: warning: Uninitialized variable: region [uninitvar]
 2021-05-07  5:45 UTC 

[PATCH] powerpc/mmu: Don't duplicate radix_enabled()
 2021-05-07  5:45 UTC 

[PATCH] mm: append __GFP_COMP flag for trace_malloc
 2021-05-07  5:41 UTC  (10+ messages)

[V2][PATCH] dmaengine: xilinx: dpdma: initialize registers before request_irq
 2021-05-07  5:34 UTC  (2+ messages)

[PATCH v3] dt-bindings: staging: mt7621-pci: PCIe binding documentation for MT76721 SoCs
 2021-05-07  5:35 UTC 

[PATCH v3 0/3] mm,hwpoison: fix sending SIGBUS for Action Required MCE
 2021-05-07  5:24 UTC  (4+ messages)

[PATCH v5] mm: slub: move sysfs slab alloc/free interfaces to debugfs
 2021-05-07  5:21 UTC  (2+ messages)

drivers/reset/reset-a10sr.c:111:34: warning: unused variable 'a10sr_reset_of_match'
 2021-05-07  5:14 UTC 

[PATCH v5 00/25] media: use pm_runtime_resume_and_get() on non-i2c drivers
 2021-05-07  5:13 UTC  (3+ messages)
` [PATCH v5 05/25] staging: media: tegra-vde: use pm_runtime_resume_and_get()

[PATCH 1/2] kunit: Do not typecheck binary assertions
 2021-05-07  5:09 UTC  (2+ messages)
` [PATCH 2/2] kunit: Assign strings to 'const char*' in STREQ assertions

[PATCH] video: fbdev: imxfb: Fix an error message
 2021-05-07  5:05 UTC  (2+ messages)

[PATCH] powerpc/603: Avoid a pile of NOPs when not using SW LRU in TLB exceptions
 2021-05-07  5:02 UTC 

[PATCH v5 00/20] Introduce threaded trace streaming for basic perf record operation
 2021-05-07  4:52 UTC  (6+ messages)

[PATCH AUTOSEL 5.12 001/116] ath11k: fix thermal temperature read
 2021-05-07  4:34 UTC  (3+ messages)
` [PATCH AUTOSEL 5.12 090/116] ASoC: rt286: Generalize support for ALC3263 codec

[PATCH] mm: hugetlb: fix a race between memory-failure/soft_offline and gather_surplus_pages
 2021-05-07  4:17 UTC  (7+ messages)
` [PATCH] mm,hwpoison: fix race with compound page allocation
      ` [PATCH v2] "

[PATCH v5 00/13] Add build ID to stacktraces
 2021-05-07  4:04 UTC  (6+ messages)
` [PATCH v5 13/13] kdump: Use vmlinux_build_id to simplify

[PATCH v2 0/3] perf header: Support HYBRID_TOPOLOGY and hybrid CPU_PMU_CAPS
 2021-05-07  3:52 UTC  (4+ messages)
` [PATCH v2 1/3] perf header: Support HYBRID_TOPOLOGY feature
` [PATCH v2 2/3] perf header: Write hybrid CPU_PMU_CAPS
` [PATCH v2 3/3] perf header: Process "

[PATCH] fs/buffer.c: Delete redundant uptodate check for buffer
 2021-05-07  3:44 UTC  (3+ messages)

[PATCH v1 1/2] regulator: rt6160: Add DT binding documet for Richtek RT6160
 2021-05-07  3:20 UTC  (3+ messages)

[PATCH] scsi: ufs: remove redundant initialization of variable
 2021-05-07  3:05 UTC  (3+ messages)
    `  "

[PATCH v4 0/4] Enable stmpe811 touch screen on stm32f429-disco board
 2021-05-07  2:54 UTC  (5+ messages)
` [PATCH v4 4/4] i2c: stm32f4: Fix stmpe811 get xyz data timeout issue

[RFC PATCH V0 0/2] media: v4l2: extend framework to support advanced feature of Mediatek Camsys driver
 2021-05-07  2:53 UTC  (3+ messages)
` [RFC PATCH V0 1/2] media: v4l2: Add fields to frame descriptors
` [RFC PATCH V0 2/2] media: v4l2-ctrl: Add user defined base for ISP user control

[percpu] ace7e70901: aim9.sync_disk_rw.ops_per_sec -2.3% regression
 2021-05-07  3:06 UTC  (4+ messages)

[PATCH v4 0/6] BHI/BHIe improvements for MHI power purposes
 2021-05-07  2:33 UTC  (3+ messages)
` [PATCH v4 6/6] bus: mhi: core: Add range checks for BHI and BHIe

[PATCH] docs/zh_CN: make reporting-bugs.rst obsolete
 2021-05-07  2:24 UTC  (3+ messages)

[PATCH v3 1/4] usb: xhci-mtk: use bitfield instead of bool
 2021-05-07  2:11 UTC  (4+ messages)
` [PATCH v3 2/4] usb: xhci-mtk: remove unnecessary setting of has_ippc
` [PATCH v3 3/4] usb: xhci-mtk: remove unnecessary assignments in periodic TT scheduler
` [PATCH v3 4/4] usb: xhci-mtk: use first-fit for LS/FS

[tip:perf/urgent] BUILD SUCCESS e10de314287c2c14b0e6f0e3e961975ce2f4a83d
 2021-05-07  1:57 UTC 

[PATCH bpf] bpf: check for data_len before upgrading mss when 6 to 4
 2021-05-07  1:53 UTC  (10+ messages)

[tip:sched/urgent] BUILD SUCCESS 0258bdfaff5bd13c4d2383150b7097aecd6b6d82
 2021-05-07  1:46 UTC 

[RFC PATCH] mm/page_alloc: fix counting of free pages after take off from buddy
 2021-05-07  1:46 UTC  (6+ messages)

[PATCH v2 1/3] usb: xhci-mtk: use bitfield instead of bool
 2021-05-07  1:28 UTC  (5+ messages)

linux-next: manual merge of the akpm tree with the risc-v tree
 2021-05-07  1:24 UTC 

[PATCH v3 0/2] dt-bindings: serial: Change to reference the kernel-defined serial.yaml
 2021-05-07  1:14 UTC  (3+ messages)
` [PATCH v3 1/2] "

[PATCH v3 8/8] KVM: x86/mmu: Lazily allocate memslot rmaps
 2021-05-07  1:10 UTC  (2+ messages)

[v3 0/2] Support pwm driver for aspeed ast26xx
 2021-05-07  1:08 UTC  (4+ messages)
` [v3 1/2] dt-bindings: Add bindings for aspeed pwm-tach and pwm

[PATCH 4.19 00/15] 4.19.190-rc1 review
 2021-05-07  1:06 UTC  (2+ messages)

[PATCH V3 0/4] soc: imx: add i.MX BLK-CTL support
 2021-05-07  1:02 UTC  (3+ messages)
` [PATCH V3 2/4] Documentation: bindings: clk: Add bindings for i.MX BLK_CTL

[PATCH v3 7/8] KVM: x86/mmu: Protect rmaps independently with SRCU
 2021-05-07  0:56 UTC  (2+ messages)

[PATCH v4 0/2] i2c: stm32f7: add SMBus-Alert support
 2021-05-07  0:55 UTC  (3+ messages)
` [PATCH v4 1/2] i2c: add binding to mark a bus as supporting SMBus-Alert

[GIT PULL] Ceph updates for 5.13-rc1
 2021-05-07  0:53 UTC  (3+ messages)

[PATCH v5] dt-bindings: net: Convert mdio-gpio to yaml
 2021-05-07  0:51 UTC  (2+ messages)

[PATCH v7 1/7] MAINTAINERS: Add Advantech AHC1EC0 embedded controller entry
 2021-05-07  0:50 UTC  (3+ messages)

[PATCH v2 0/3] P2040/P2041 i2c recovery erratum
 2021-05-07  0:40 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: i2c: mpc: Add fsl,i2c-erratum-a004447 flag
` [PATCH v2 2/3] powerpc/fsl: set fsl,i2c-erratum-a004447 flag for P2041 i2c controllers
` [PATCH v2 3/3] i2c: mpc: implement erratum A-004447 workaround

GPF in net sybsystem
 2021-05-07  0:40 UTC  (2+ messages)

[igb] netconsole triggers warning in netpoll_poll_dev
 2021-05-07  0:38 UTC  (13+ messages)

[GIT PULL] iomap: one more change for 5.13-rc1
 2021-05-07  0:37 UTC 

[GIT PULL] xfs: more new code for 5.13
 2021-05-07  0:32 UTC 

[PATCH v4 0/4] check sink_count before update is_connected status
 2021-05-07  0:23 UTC  (2+ messages)

[tip:x86/urgent] BUILD SUCCESS bc908e091b3264672889162733020048901021fb
 2021-05-07  0:17 UTC 

[PATCH net] net: ipa: fix inter-EE IRQ register definitions
 2021-05-07  0:03 UTC  (2+ 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).