linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-19 06:50:34 to 2021-04-19 09:41:08 UTC [more...]

[PATCH 00/13] [RFC] Rust support
 2021-04-19  9:40 UTC  (12+ messages)

[PATCH v3 00/11] Introduce STM32MP1 RCC in secured mode
 2021-04-19  9:38 UTC  (12+ messages)
` [PATCH v3 01/11] clk: stm32mp1: merge 'clk-hsi-div' and 'ck_hsi' into one clock
` [PATCH v3 02/11] clk: stm32mp1: merge 'ck_hse_rtc' and 'ck_rtc' "
` [PATCH v3 03/11] clk: stm32mp1: remove intermediate pll clocks
` [PATCH v3 04/11] clk: stm32mp1: convert to module driver
` [PATCH v3 05/11] clk: stm32mp1: move RCC reset controller into RCC clock driver
` [PATCH v3 06/11] reset: stm32mp1: remove stm32mp1 reset
` [PATCH v3 07/11] dt-bindings: clock: add IDs for SCMI clocks on stm32mp15
` [PATCH v3 08/11] dt-bindings: reset: add IDs for SCMI reset domains "
` [PATCH v3 09/11] dt-bindings: reset: add MCU HOLD BOOT ID "
` [PATCH v3 10/11] dt-bindings: clock: stm32mp1 new compatible for secure rcc
` [PATCH v3 11/11] clk: stm32mp1: new compatible for secure RCC support

[PATCH V3 1/5] dt-bindings: net: renesas,etheravb: Add additional clocks
 2021-04-19  9:39 UTC  (7+ messages)
` [PATCH V3 3/5] arm64: dts: renesas: Add fck to etheravb-rcar-gen3 clock-names list
` [PATCH V3 5/5] arm64: dts: renesas: beacon kits: Setup AVB refclk

[PATCH] secretmem: optimize page_is_secretmem()
 2021-04-19  9:38 UTC  (4+ messages)

[PATCH] net: ethernet: ravb: Fix release of refclk
 2021-04-19  9:38 UTC  (3+ messages)

x86/crash: fix crash_setup_memmap_entries() out-of-bounds access
 2021-04-19  9:37 UTC  (12+ messages)
    ` [patch] "

[RFC v1 PATCH 0/3] support soc_device_match to return -EPROBE_DEFER
 2021-04-19  9:33 UTC  (8+ messages)
` [RFC v1 PATCH 1/3] drivers: soc: add support for soc_device_match returning -EPROBE_DEFER
` [RFC v1 PATCH 3/3] driver: update all the code that use soc_device_match

[PATCH v6 00/10] KVM: selftests: some improvement and a new test for kvm page table
 2021-04-19  9:33 UTC  (6+ messages)
` [PATCH v6 03/10] KVM: selftests: Use flag CLOCK_MONOTONIC_RAW for timing

[PATCH v3 00/12] iommu/smmuv3: Implement hardware dirty log tracking
 2021-04-19  9:32 UTC  (4+ messages)
` [PATCH v3 02/12] iommu: Add iommu_split_block interface

[PATCH] ice: set the value of global config lock timeout longer
 2021-04-19  9:31 UTC 

[RESEND PATCH 1/2] delayacct: refactor the code to simplify the implementation
 2021-04-19  9:30 UTC  (3+ messages)

[PATCH RESEND 0/3] Rectify file references for dt-bindings in MAINTAINERS
 2021-04-19  9:26 UTC  (4+ messages)
` [PATCH 1/3] MAINTAINERS: rectify entry for ARM/TOSHIBA VISCONTI ARCHITECTURE
` [PATCH 2/3] MAINTAINERS: rectify entry for HIKEY960 ONBOARD USB GPIO HUB DRIVER
` [PATCH 3/3] MAINTAINERS: rectify entry for INTEL KEEM BAY DRM DRIVER

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

iwlwifi: Microcode SW error
 2021-04-19  9:19 UTC  (2+ messages)

[PATCH v2] MIPS: Makefile: Replace -pg with CC_FLAGS_FTRACE
 2021-04-19  9:18 UTC  (2+ messages)

[PATCH v5] printk: Userspace format enumeration support
 2021-04-19  9:16 UTC  (9+ messages)

Build regressions/improvements in v5.12-rc8
 2021-04-19  9:15 UTC 

linux-next: build failure after merge of the powerpc tree
 2021-04-19  9:14 UTC 

[PATCH v2] PCI: Disable D3cold support on Intel XMM7360
 2021-04-19  9:12 UTC  (3+ messages)

[PATCH] ACPI: PM: s2idle: Invoke _PTS for s2idle
 2021-04-19  9:07 UTC 

[PATCH RESEND 0/4] Add support for HiSilicon PCIe Tune and Trace device
 2021-04-19  9:07 UTC  (3+ messages)
` [PATCH RESEND 3/4] docs: Add HiSilicon PTT device driver documentation

[PATCH v7 00/28] Memory Folios
 2021-04-19  9:06 UTC  (4+ messages)
` [PATCH v7 02/28] mm: Introduce struct folio

[PATCH v3] drm/bridge/sii8620: fix dependency on extcon
 2021-04-19  9:01 UTC 

[PATCH 0/9] sched: Core scheduling interfaces
 2021-04-19  9:00 UTC  (6+ messages)

[PATCH] x86/dma: Tear down DMA ops on driver unbind
 2021-04-19  8:59 UTC  (4+ messages)
` [tip: x86/urgent] "

[PATCH 0/2] sunxi: Enforce consistent MMC numbering
 2021-04-19  8:54 UTC  (3+ messages)

[PATCH 0/3] kfence: optimize timer scheduling
 2021-04-19  8:50 UTC  (4+ messages)
` [PATCH 1/3] kfence: await for allocation using wait_event
` [PATCH 2/3] kfence: maximize allocation wait timeout duration
` [PATCH 3/3] kfence: use power-efficient work queue to run delayed work

[PATCH AUTOSEL 5.10 01/46] net: ieee802154: fix nl802154 del llsec key
 2021-04-19  8:49 UTC  (3+ messages)
` [PATCH AUTOSEL 5.10 41/46] net/rds: Avoid potential use after free in rds_send_remove_from_sock

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

[PATCH v4 00/13] Introduced multi-preference mempolicy
 2021-04-19  8:49 UTC  (4+ messages)
` [PATCH v4 04/13] mm/mempolicy: allow preferred code to take a nodemask

[PATCH 1/2] dt-bindings: Add E Ink to vendor bindings
 2021-04-18 21:09 UTC  (2+ messages)
` [PATCH 2/2] drm/panel: Add support for E Ink VB3300-KCA

[PATCH V2 0/9] intel_pmc_core: Add sub-state requirements and mode
 2021-04-19  8:47 UTC  (2+ messages)

[PATCH v2 0/2] Improve IPA mechanisms in low temperature state
 2021-04-19  8:45 UTC  (3+ messages)
` [PATCH v2 1/2] thermal: power_allocator: maintain the device statistics from going stale
` [PATCH v2 2/2] thermal: power_allocator: update once cooling devices when temp is low

[v4, 1/1] clocksource/drivers/timer-mediatek: optimize systimer irq clear flow on shutdown
 2021-04-19  8:44 UTC  (3+ messages)
` [PATCH] "

[PATCH 1/7] mfd: max8997: Simplify getting of_device_id match data
 2021-04-19  8:41 UTC  (8+ messages)
` [PATCH 2/7] mfd: max8998: "
` [PATCH 3/7] mfd: da9052: "
` [PATCH 4/7] "
` [PATCH 5/7] mfd: sec: "
` [PATCH 6/7] mfd: wm831x: Correct kerneldoc
` [PATCH 7/7] mfd: twl: "

[PATCH v5 1/5] dt-bindings: mfd: Initial commit of silergy,sy7636a.yaml
 2021-04-18 21:02 UTC  (5+ messages)
` [PATCH v5 2/5] mfd: sy7636a: Initial commit
` [PATCH v5 3/5] regulator: "
` [PATCH v5 4/5] ARM: imx_v6_v7_defconfig: Enable silergy,sy7636a
` [PATCH v5 5/5] ARM: dts: imx7d: remarkable2: "

[PATCH] preempt/dynamic: fix typo in macro conditional statement
 2021-04-19  8:39 UTC  (2+ messages)

[PATCH] ARM: imx7d-remarkable2.dts: Add WiFi support
 2021-04-18 21:00 UTC 

[PATCH 00/15] x86: Add support for Clang CFI
 2021-04-19  8:40 UTC  (8+ messages)
` [PATCH 05/15] x86: Implement function_nocfi

[PATCH v5 1/9] dt-bindings: Add Wacom to vendor bindings
 2021-04-18 21:01 UTC  (9+ messages)
` [PATCH v5 2/9] dt-bindings: touchscreen: Initial commit of wacom,generic
` [PATCH v5 3/9] Input: wacom_i2c - Add device tree support to wacom_i2c
` [PATCH v5 4/9] Input: wacom_i2c - Add touchscren properties
` [PATCH v5 5/9] Input: wacom_i2c - Add support for distance and tilt x/y
` [PATCH v5 6/9] Input: wacom_i2c - Clean up the query device fields
` [PATCH v5 7/9] Input: wacom_i2c - Add support for vdd regulator
` [PATCH v5 8/9] ARM: imx_v6_v7_defconfig: Enable Wacom I2C
` [PATCH v5 9/9] ARM: dts: imx7d: remarkable2: add wacom digitizer device

[PATCH v5 0/7] Add SR-IOV support in PCIe Endpoint Core
 2021-04-19  8:34 UTC  (8+ messages)
` [PATCH v5 1/7] dt-bindings: PCI: pci-ep: Add binding to specify virtual function
` [PATCH v5 2/7] PCI: endpoint: Add support to add virtual function in endpoint core
` [PATCH v5 3/7] PCI: endpoint: Add support to link a physical function to a virtual function
` [PATCH v5 4/7] PCI: endpoint: Add virtual function number in pci_epc ops
` [PATCH v5 5/7] PCI: cadence: Add support to configure virtual functions
` [PATCH v5 6/7] misc: pci_endpoint_test: Populate sriov_configure ops to configure SR-IOV device
` [PATCH v5 7/7] Documentation: PCI: endpoint/pci-endpoint-cfs: Guide to use SR-IOV

[PATCH] MAINTAINERS: adjust to removing i2c designware platform data
 2021-04-19  8:33 UTC  (2+ messages)

[PATCH v3] drivers/clocksource/mediatek: Ack and disable interrupts on suspend
 2021-04-19  8:33 UTC  (2+ messages)

[PATCH RESEND] mm: fix some typos and code style problems
 2021-04-19  8:30 UTC 

[PATCH] mm: fix some typos and code style problems
 2021-04-19  8:22 UTC 

[PATCH v2 0/5] close various race windows for swap
 2021-04-19  8:20 UTC  (21+ messages)
` [PATCH v2 1/5] mm/swapfile: add percpu_ref support "
` [PATCH v2 2/5] mm/swapfile: use percpu_ref to serialize against concurrent swapoff
` [PATCH v2 3/5] swap: fix do_swap_page() race with swapoff
` [PATCH v2 5/5] mm/shmem: fix shmem_swapin() "

[PATCH v6 00/12] Fix bugs and add support for new Ingenic SoCs
 2021-04-19  8:19 UTC  (3+ messages)
` [PATCH v6 05/12] pinctrl: Ingenic: Add DMIC pins support for "

[PATCH v4 0/4] sched/fair: Burstable CFS bandwidth controller
 2021-04-19  8:18 UTC  (9+ messages)
` [PATCH v4 1/4] sched/fair: Introduce primitives for CFS bandwidth burst

[PATCH v2 0/2] perf cs-etm: Set time on synthesised samples to preserve ordering
 2021-04-19  8:18 UTC  (4+ messages)

[PATCH 1/2] drm/gma500: correct kerneldoc
 2021-04-19  8:18 UTC  (2+ messages)
` [PATCH 2/2] drm/gma500: remove trailing whitespaces

[PATCH v5 00/16] KVM: x86/pmu: Add basic support to enable guest PEBS via DS
 2021-04-19  8:17 UTC  (4+ messages)
` [PATCH v5 06/16] KVM: x86/pmu: Reprogram PEBS event to emulate guest PEBS counter

[PATCH] MAINTAINERS: repair reference in HYCON HY46XX TOUCHSCREEN SUPPORT
 2021-04-19  8:16 UTC  (2+ messages)

[PATCH 0/2] Remove GA14/15 quirks to acpi/video_detect
 2021-04-19  8:16 UTC  (5+ messages)
` [PATCH 1/2] Revert "platform/x86: asus-nb-wmi: Drop duplicate DMI quirk structures"
` [PATCH 2/2] Revert "platform/x86: asus-nb-wmi: add support for ASUS ROG Zephyrus G14 and G15"

[PATCH v2 resubmit] sched: Warn on long periods of pending need_resched
 2021-04-19  8:08 UTC  (2+ messages)

[PATCH V2] mm: Define default value for FIRST_USER_ADDRESS
 2021-04-19  8:06 UTC  (2+ messages)

[PATCH] docs: fix the invalid vt-d spec location
 2021-04-19  8:05 UTC  (3+ messages)

drivers/net/ethernet/mediatek/mtk_ppe_offload.c - suspicious code?
 2021-04-19  8:06 UTC  (2+ messages)

[PATCH v3 0/4] kernfs: proposed locking and concurrency improvement
 2021-04-19  7:56 UTC  (2+ messages)

[PATCH v10 0/7] Make alloc_contig_range handle Hugetlb pages
 2021-04-19  7:54 UTC  (8+ messages)
` [PATCH v10 1/7] mm,page_alloc: Bail out earlier on -ENOMEM in alloc_contig_migrate_range
` [PATCH v10 2/7] mm,compaction: Let isolate_migratepages_{range,block} return error codes
` [PATCH v10 3/7] mm,hugetlb: Drop clearing of flag from prep_new_huge_page
` [PATCH v10 4/7] mm,hugetlb: Split prep_new_huge_page functionality
` [PATCH v10 5/7] mm: Make alloc_contig_range handle free hugetlb pages
` [PATCH v10 6/7] mm: Make alloc_contig_range handle in-use "
` [PATCH v10 7/7] mm,page_alloc: Drop unnecessary checks from pfn_range_valid_contig

[PATCH 2/2] usb: cdnsp: Fix lack of removing request from pending list
 2021-04-19  7:53 UTC 

[PATCH v2] sched: Warn on long periods of pending need_resched
 2021-04-19  7:52 UTC  (7+ messages)

[PATCH 1/2] usb: gadget: f_uac2: Stop endpoint before enabling it
 2021-04-19  7:50 UTC 

[PATCH V4] watchdog: mtk: support dual mode when the bark irq is available
 2021-04-19  7:50 UTC 

[PATCH v5 00/19] coresight: Add support for ETE and TRBE
 2021-04-19  7:46 UTC  (4+ messages)
` [PATCH v5 04/19] perf: aux: Add CoreSight PMU buffer formats

[PATCH] kernel/hung_task: Add a whitelist and blacklist mechanism
 2021-04-19  7:45 UTC  (3+ messages)
`  "
  `  "

[PATCH] ALSA: hda/realtek: GA503 use same quirks as GA401
 2021-04-19  7:43 UTC  (2+ messages)

[PATCH v2 0/6] kunit: Fix formatting of KUNIT tests to meet the standard
 2021-04-19  7:40 UTC  (7+ messages)
` [PATCH v2 5/6] kunit: mptcp: adhear to KUNIT formatting standard

[PATCH 1/3] ACPI: video: use native backlight for GA401/GA502/GA503
 2021-04-19  7:39 UTC 

[PATCH] perf annotate: improve --stdio mode
 2021-04-19  7:39 UTC  (7+ messages)

[v2,PATCH 0/3] mt8183 dpi supports dual edge
 2021-04-19  7:36 UTC  (3+ messages)
` [v2,PATCH 1/3] drm/mediatek: dpi dual edge sample mode support

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

[PATCH v3 0/5] mediatek: hdmi: add MT8167 configuration
 2021-04-19  7:32 UTC  (6+ messages)
` [PATCH v3 1/5] dt-bindings: display: mediatek,hdmi: Convert to use graph schema
` [PATCH v3 2/5] dt-bindings: mediatek: add mt8167 to hdmi, hdmi-ddc and cec bindings
` [PATCH v3 3/5] gpu/drm: mediatek: hdmi: add check for CEA modes only
` [PATCH v3 4/5] gpu/drm: mediatek: hdmi: add optional limit on maximal HDMI mode clock
` [PATCH v3 5/5] gpu/drm: mediatek: hdmi: add MT8167 configuration

[PATCH 00/40] [Set 16] Rid W=1 warnings from GPU!
 2021-04-19  7:32 UTC  (4+ messages)
` [PATCH 22/40] drm/ttm/ttm_tt: Demote non-conformant kernel-doc header

[PATCH v2 01/15] usb: dwc2: Update exit hibernation when port reset is asserted
 2021-04-19  7:32 UTC  (18+ messages)
` [PATCH v2 03/15] usb: dwc2: Fix host mode hibernation exit with remote wakeup flow
` [PATCH v2 08/15] usb: dwc2: Move enter hibernation to dwc2_port_suspend() function
` [PATCH v2 09/15] usb: dwc2: Move exit hibernation to dwc2_port_resume() function
` [PATCH v2 10/15] usb: dwc2: Allow exit hibernation in urb enqueue
` [PATCH v2 11/15] usb: dwc2: Add hibernation entering flow by system suspend
` [PATCH v2 12/15] usb: dwc2: Add hibernation exiting flow by system resume
` [PATCH v2 13/15] usb: dwc2: Add exit hibernation mode before removing drive
` [PATCH v2 15/15] usb: dwc2: Get rid of useless error checks in suspend interrupt

[syzbot] INFO: rcu detected stall in tx
 2021-04-19  7:27 UTC  (2+ messages)

[PATCH 00/31] Rid W=1 warnings from GFS2 and EncryptFS
 2021-04-19  7:26 UTC  (3+ messages)

[PATCH v6 1/4] mfd: rt4831: Adds support for Richtek RT4831
 2021-04-19  7:24 UTC  (5+ messages)

[PATCH v32 0/4] scsi: ufs: Add Host Performance Booster Support
 2021-04-19  7:19 UTC  (3+ messages)
  ` [PATCH v32 4/4] scsi: ufs: Add HPB 2.0 support

[PATCH] ASoC: fsl: imx-pcm-dma: Don't request dma channel in probe
 2021-04-19  7:17 UTC  (7+ messages)

[PATCH 1/1] mm: Fix struct page layout on 32-bit systems
 2021-04-19  7:15 UTC  (11+ messages)

[PATCH v4 0/3] drm/bridge: Add it66121 driver
 2021-04-19  7:12 UTC  (4+ messages)
` [PATCH v4 1/3] dt-bindings: display: bridge: add it66121 bindings
` [PATCH v4 2/3] drm: bridge: add it66121 driver
` [PATCH v4 3/3] MAINTAINERS: add it66121 HDMI bridge driver entry

INFO: task hung in usb_remote_wakeup (2)
 2021-04-19  7:11 UTC  (3+ messages)
` [syzbot] "

[PATCH v4] kernel/resource: Fix locking in request_free_mem_region
 2021-04-19  7:09 UTC  (3+ messages)

rtlwifi/rtl8192cu AP mode broken with PS STA
 2021-04-19  7:04 UTC  (14+ messages)

[PATCH v5 1/3] kernel/resource: Allow region_intersects users to hold resource_lock
 2021-04-19  7:01 UTC  (3+ messages)
` [PATCH v5 2/3] kernel/resource: Refactor __request_region to allow external locking
` [PATCH v5 3/3] kernel/resource: Fix locking in request_free_mem_region

[PATCH] kbuild: deb-pkg: change the source package name to 'linux'
 2021-04-19  7:01 UTC 

[PATCH v4 0/6] Add Unisoc's drm kms module
 2021-04-18 23:01 UTC  (6+ messages)
` [PATCH v4 4/6] drm/sprd: add Unisoc's drm display controller driver

[PATCH] delayacct: clear right task's flag after blkio completes
 2021-04-19  7:00 UTC  (2+ messages)

[PATCH v2] nvme: Favor D3cold for suspend if NVMe device supports it
 2021-04-19  6:57 UTC  (3+ messages)

[PATCH 0/2] workqueue: Have 'alloc_workqueue()' like macros accept a format specifier
 2021-04-19  6:56 UTC  (3+ messages)
` [PATCH 1/2] "

[PATCH] iommu: Use passthrough mode for the Intel IPUs
 2021-04-19  6:42 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).