linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-06 09:44:50 to 2021-04-06 12:09:31 UTC [more...]

[PATCH v4 3/7] regulator: IRQ based event/error notification helpers
 2021-04-06 12:08 UTC  (4+ messages)

[PATCH -next] NFSD: Use DEFINE_SPINLOCK() for spinlock
 2021-04-06 12:08 UTC 

[PATCH -next] PCI: Use DEFINE_SPINLOCK() for spinlock
 2021-04-06 12:06 UTC 

rtlwifi/rtl8192cu AP mode broken with PS STA
 2021-04-06 12:06 UTC  (4+ messages)

gemini: sl3516: Mainlining of NS 2502
 2021-04-06 12:05 UTC  (3+ messages)

[RFC PATCH 0/6] mm: thp: use generic THP migration for NUMA hinting fault
 2021-04-06 12:02 UTC  (6+ messages)

[PATCH -next] crypto: ixp4xx -: use DEFINE_SPINLOCK() for spinlock
 2021-04-06 12:02 UTC 

[PATCH -next] crypto: geode -: use DEFINE_SPINLOCK() for spinlock
 2021-04-06 12:00 UTC 

[PATCH 1/2] zram: fix crashes due to use of cpu hotplug multistate
 2021-04-06 12:00 UTC  (11+ messages)

[PATCH v2 0/9] KVM: my debug patch queue
 2021-04-06 11:59 UTC  (3+ messages)

[PATCH v5 00/18] Add support for Clang CFI
 2021-04-06 11:58 UTC  (13+ messages)
` [PATCH v5 03/18] mm: add generic function_nocfi macro
` [PATCH v5 11/18] psci: use function_nocfi for cpu_resume
` [PATCH v5 12/18] arm64: implement function_nocfi
` [PATCH v5 13/18] arm64: use function_nocfi with __pa_symbol
` [PATCH v5 14/18] arm64: add __nocfi to functions that jump to a physical address
` [PATCH v5 16/18] arm64: ftrace: use function_nocfi for ftrace_call

[PATCH -next] tty: n_gsm: use DEFINE_SPINLOCK() for spinlock
 2021-04-06 11:56 UTC 

[PATCH -next] gma500: Use DEFINE_SPINLOCK() for spinlock
 2021-04-06 11:55 UTC 

[PATCH 0/4] KVM: MIPS: cleanup TLB flushing callbacks
 2021-04-06 11:55 UTC  (8+ messages)
` [PATCH 2/4] KVM: MIPS: rework flush_shadow_* callbacks into one that prepares the flush

[PATCH 00/18] Rid W=1 warnings from GFS2
 2021-04-06 11:54 UTC  (4+ messages)

[PATCH -next] dlm: use DEFINE_SPINLOCK() for spinlock
 2021-04-06 11:54 UTC 

[PATCH rdma-next 00/10] Enable relaxed ordering for ULPs
 2021-04-06 11:53 UTC  (8+ messages)

[PATCH 0/9] Cleaning up some of the irqdomain features
 2021-04-06 11:36 UTC  (7+ messages)
` [PATCH 1/9] irqdomain: Reimplement irq_linear_revmap() with irq_find_mapping()
` [PATCH 4/9] sh: intc: Drop the use of irq_create_identity_mapping()
` [PATCH 6/9] mips: netlogic: Use irq_domain_simple_ops for XLP PIC

[RFC PATCH] KVM: x86: Support write protect huge pages lazily
 2021-04-06 11:49 UTC  (2+ messages)

[PATCH 5.10 000/126] 5.10.28-rc1 review
 2021-04-06 11:50 UTC  (4+ messages)
` [PATCH 5.10 079/126] drm/tegra: sor: Grab runtime PM reference across reset

linux-next: build warning after merge of the char-misc tree
 2021-04-06 11:46 UTC  (2+ messages)

KASAN: use-after-free Read in cdev_del
 2021-04-06 11:44 UTC  (3+ messages)

[PATCH 0/2] mtd: spi-nor: support dumping sfdp tables
 2021-04-06 11:43 UTC  (5+ messages)
` [PATCH 2/2] mtd: spi-nor: add initial sysfs support

[PATCH] pwm: Rename pwm_get_state() to better reflect its semantic
 2021-04-06 11:43 UTC  (3+ messages)

[PATCH v2 0/2] staging: rtl8712: rewrite comparisons and remove blank lines
 2021-04-06 11:43 UTC  (3+ messages)
` [PATCH v2 1/2] staging: rtl8712: Rewrite NULL comparisons
` [PATCH v2 2/2] staging: rtl8712: Remove extra blank lines

[PATCH] sched/cpupri: fix the task priority BUG_ON checks
 2021-04-06 11:42 UTC  (2+ messages)

[PATCH] net: phy: fix PHY possibly unwork after MDIO bus resume back
 2021-04-06 11:42 UTC  (9+ messages)

[PATCH V2 00/18] i2c: imx-lpi2c: New features and bug fixes
 2021-04-06 11:41 UTC  (20+ messages)
` [PATCH V2 01/18] i2c: imx-lpi2c: directly retrun ISR when detect a NACK
` [PATCH V2 02/18] i2c: imx-lpi2c: add ipg clk for lpi2c driver
` [PATCH V2 03/18] ARM: dts: imx7ulp: add the missing lpi2c ipg clock
` [PATCH V2 04/18] ARM: dts: imx7ulp: add the missing lpi2c nodes
` [PATCH V2 05/18] ARM64: dts: imx8: add the missing lpi2c ipg clock
` [PATCH V2 06/18] ARM64: dts: imx8: change i2c irq number to non-combined
` [PATCH V2 07/18] i2c: imx-lpi2c: manage irq resource request/release in runtime pm
` [PATCH V2 08/18] i2c: imx-lpi2c: add debug message when i2c peripheral clk doesn't work
` [PATCH V2 09/18] i2c: imx-lpi2c: increase PM timeout to avoid operate clk frequently
` [PATCH V2 10/18] i2c: imx-lpi2c: add bus recovery feature
` [PATCH V2 11/18] dt-bindings: i2c: imx-lpi2c: Add bus recovery example
` [PATCH V2 12/18] i2c: imx-lpi2c: fix i2c timing issue
` [PATCH V2 13/18] i2c: imx-lpi2c: fix type char overflow issue when calculating the clock cycle
` [PATCH V2 14/18] i2c: imx-lpi2c: add edma mode support
` [PATCH V2 15/18] dt-bindings: i2c: imx-lpi2c: Add dma configuration example
` [PATCH V2 16/18] ARM: dts: imx7ulp: add dma configurations for lpi2c
` [PATCH V2 17/18] ARM: dts: imx7ulp: add the missing status property of lpi2c5
` [PATCH V2 18/18] i2c: imx-lpi2c: fix pio mode cannot send 256+ bytes in one frame

[PATCH] mm/vmscan.c: drop_slab_node with task's memcg
 2021-04-06 11:39 UTC  (3+ messages)

[PATCH 4.19 000/247] 4.19.178-rc1 review
 2021-04-06 11:38 UTC  (3+ messages)
` [PATCH 4.19 013/247] cifs: Set CIFS_MOUNT_USE_PREFIX_PATH flag on setting cifs_sb->prepath

[PATCH v3 1/3] arm64: dts: mediatek: mt8167: add larb nodes
 2021-04-06 11:36 UTC  (3+ messages)
` [PATCH v3 2/3] arm64: dts: mediatek: mt8167: add iommu node
` [PATCH v3 3/3] arm64: dts: mediatek: mt8167: add some DRM nodes

[PATCH v2 1/3] 📤 arm64: dts: mediatek: mt8167: add larb nodes
 2021-04-06 11:33 UTC  (4+ messages)
` [PATCH v2 2/3] 📤 arm64: dts: mediatek: mt8167: add iommu node
` [PATCH v2 3/3] 📤 arm64: dts: mediatek: mt8167: add some DRM nodes

linux-next: manual merge of the akpm-current tree with Linus' tree
 2021-04-06 11:29 UTC 

[PATCH 1/5] arm64: dts: mediatek: mt8167: add mmsys node
 2021-04-06 11:27 UTC  (4+ messages)
` [PATCH 2/5] arm64: dts: mediatek: mt8167: add smi_common node

[PATCH v2 00/10] tty: Fix some coding style issues
 2021-04-06 11:24 UTC  (11+ messages)
` [PATCH v2 01/10] tty/sysrq: Add a blank line after declarations
` [PATCH v2 02/10] tty/sysrq: Fix issues of code indent should use tabs
` [PATCH v2 03/10] tty: tty_jobctrl: Add a blank line after declarations
` [PATCH v2 04/10] tty: tty_jobctrl: Fix coding style issues of block comments
` [PATCH v2 05/10] tty: tty_jobctrl: Remove spaces before tabs
` [PATCH v2 06/10] tty: tty_ldisc: Fix an issue of code indent should use tabs
` [PATCH v2 07/10] tty: tty_ldisc: Add a blank line after declarations
` [PATCH v2 08/10] tty: tty_ldisc: Fix coding style issues of block comments
` [PATCH v2 09/10] tty: tty_ldisc: Do not use assignment in if condition
` [PATCH v2 10/10] tty: tty_ldisc: Remove the repeated word 'the'

[PATCH v1 2/2] i2c: designware: Get rid of legacy platform data
 2021-04-06 11:27 UTC  (5+ messages)
` [PATCH v1 0/2] mfd: intel_quark_i2c_gpio: Covert I²C part to software nodes

[PATCH 0/2] Improve IPA mechanisms in low temperature state
 2021-04-06 11:24 UTC  (7+ messages)
` [PATCH 1/2] thermal: power_allocator: maintain the device statistics from going stale

[PATCH v5 0/7] Extend regulator notification support
 2021-04-06 11:22 UTC  (8+ messages)
` [PATCH v5 1/7] dt_bindings: Add protection limit properties
` [PATCH v5 2/7] regulator: add warning flags
` [PATCH v5 3/7] regulator: IRQ based event/error notification helpers
` [PATCH v5 4/7] regulator: add property parsing and callbacks to set protection limits
` [PATCH v5 5/7] dt-bindings: regulator: bd9576 add FET ON-resistance for OCW
` [PATCH v5 6/7] regulator: bd9576: Support error reporting
` [PATCH v5 7/7] regulator: bd9576: Fix the driver name in id table

[PATCH printk v2 0/5] printk: remove safe buffers
 2021-04-06 11:17 UTC  (8+ messages)
` [PATCH printk v2 2/5] "

[PATCH] tty: use printk_safe context at tty_msg()
 2021-04-06 11:16 UTC  (5+ messages)

[PATCH] s390/pci: move ioremap/ioremap_prot/ioremap_wc/ioremap_wt/iounmap to arch/s390/mm/ioremap.c
 2021-04-06 11:14 UTC  (2+ messages)

[PATCH v6 0/8] Allocate memmap from hotadded memory (per device)
 2021-04-06 11:11 UTC  (9+ messages)
` [PATCH v6 1/8] drivers/base/memory: Introduce memory_block_{online,offline}
` [PATCH v6 2/8] mm,memory_hotplug: Relax fully spanned sections check
` [PATCH v6 3/8] mm,memory_hotplug: Factor out adjusting present pages into adjust_present_page_count()
` [PATCH v6 4/8] mm,memory_hotplug: Allocate memmap from the added memory range
` [PATCH v6 5/8] acpi,memhotplug: Enable MHP_MEMMAP_ON_MEMORY when supported
` [PATCH v6 6/8] mm,memory_hotplug: Add kernel boot option to enable memmap_on_memory
` [PATCH v6 7/8] x86/Kconfig: Introduce ARCH_MHP_MEMMAP_ON_MEMORY_ENABLE
` [PATCH v6 8/8] arm64/Kconfig: "

[PATCH v5 00/10] CoreSight configuration management; ETM strobing
 2021-04-06 11:08 UTC  (4+ messages)
` [PATCH v5 09/10] coresight: syscfg: Add initial configfs support

[PATCH v2 0/6] perf arm64 metricgroup support
 2021-04-06 11:02 UTC  (12+ messages)
` [PATCH v2 1/6] perf metricgroup: Make find_metric() public with name change
` [PATCH v2 2/6] perf test: Handle metric reuse in pmu-events parsing test

[PATCH v5 00/19] Support ROHM BD71815 PMIC
 2021-04-06 11:04 UTC  (5+ messages)

[RFC PATCH v1 0/4] arm64: Implement stack trace reliability checks
 2021-04-06 11:02 UTC  (9+ messages)
  ` [RFC PATCH v1 3/4] arm64: Detect FTRACE cases that make the stack trace unreliable

[PATCH] sched/fair: use signed long when compute energy delta in eas
 2021-04-06 10:59 UTC  (4+ messages)

[PATCH] arm64: dts: mediatek: mt8167: add power domains
 2021-04-06 10:59 UTC  (2+ messages)

[PATCH] x86/hyperv: remove unused including <linux/version.h>
 2021-04-06 10:59 UTC  (2+ messages)

[PATCH] cgroup: Relax restrictions on kernel threads moving out of root cpu cgroup
 2021-04-06 10:59 UTC 

[PATCH] scsi: isci/phy.h: Remove unnecessary struct declaration
 2021-04-06 10:59 UTC 

[PATCH 0/2] staging: rtl8712: rewrite comparisons and remove blank lines
 2021-04-06 10:58 UTC  (4+ messages)
` [PATCH 1/2] staging: rtl8712: Rewrite NULL comparisons
  ` [Outreachy kernel] "
` [PATCH 2/2] staging: rtl8712: Remove extra blank lines

[PATCH v2 1/2] dt-bindings: mediatek: mmsys: add mt8167 binding
 2021-04-06 10:58 UTC  (2+ messages)

[regression 5.4.97 → 5.10.24]: raid6 avx2x4 speed drops from 18429 MB/s to 6155 MB/s
 2021-04-06 10:58 UTC  (3+ messages)

[PATCH] parisc: avoid a warning on u8 cast for cmpxchg on u8 pointers
 2021-04-06 10:57 UTC  (3+ messages)

[PATCH v3 1/2] kunit: add a KUnit test for SLUB debugging functionality
 2021-04-06 10:57 UTC  (5+ messages)

[PATCH v8 00/13] Add HANTRO G2/HEVC decoder support for IMX8MQ
 2021-04-06 10:57 UTC  (5+ messages)
` [PATCH v8 01/13] dt-bindings: mfd: Add 'nxp,imx8mq-vpu-ctrl' to syscon list
` [PATCH v8 02/13] dt-bindings: media: nxp,imx8mq-vpu: Update the bindings for G2 support

[PATCH v2 0/8] Add basic node support for Mediatek MT8195 SoC
 2021-04-06 10:56 UTC  (8+ messages)
` [PATCH v2 1/8] dt-bindings: timer: Add compatible for Mediatek MT8195
` [PATCH v2 3/8] dt-bindings: watchdog: "

[PATCH] staging: rtl8723bs: remove unused variable from rtw_os_recv_indicate_pkt
 2021-04-06 10:56 UTC 

[PATCH] perf: util/mem-events.h: Remove unnecessary struct declaration
 2021-04-06 10:51 UTC 

[PATCH] drivers: staging: rtl8712: align arguments with open parenthesis
 2021-04-06 10:51 UTC 

[PATCH] xen/evtchn: Change irq_info lock to raw_spinlock_t
 2021-04-06 10:51 UTC 

[RFCv1 0/7] TDX and guest memory unmapping
 2021-04-06 10:50 UTC  (4+ messages)
` [RFCv1 7/7] KVM: unmap guest memory using poisoned pages

[PATCH v4,1/3] dt-bindings: media: mtk-vcodec: Separating mtk vcodec encoder node
 2021-04-06 10:50 UTC  (4+ messages)
` [PATCH v4,2/3] arm64: dts: mt8173: Separating mtk-vcodec-enc device node

[PATCH 0/3] BCM2711 sdhci-iproc improvements
 2021-04-06 10:48 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: mmc: iproc-sdhci: Convert to json-schema
` [PATCH 2/3] mmc: sdhci-iproc: Cap min clock frequency on BCM2711
` [PATCH 3/3] mmc: sdhci-iproc: Set SDHCI_QUIRK_CAP_CLOCK_BASE_BROKEN "

[PATCH] hfsplus/hfsplus_fs.h: Remove unnecessary struct declaration
 2021-04-06 10:44 UTC 

[PATCH v2] scsi: libsas: Reset num_scatter if libata mark qc as NODATA
 2021-04-06 10:41 UTC  (6+ messages)

[PATCH v2 0/6] sched: support schedstats for RT sched class
 2021-04-06 10:41 UTC  (2+ messages)

[PATCH] tee: optee: fix build error caused by recent optee tracepoints feature
 2021-04-06 10:38 UTC  (3+ messages)

[PATCH v2 0/1] thermal: ti-soc-thermal: Remove duplicated header file inclusion
 2021-04-06 10:38 UTC  (3+ messages)
` [PATCH v2 1/1] "

[PATCH v5 00/10] MPEG-2 stateless API cleanup and destaging
 2021-04-06 10:37 UTC  (7+ messages)
` [PATCH v5 02/10] media: uapi: mpeg2: rework quantisation matrices semantics
` [PATCH v5 03/10] media: uapi: mpeg2: Cleanup flags
` [PATCH v5 04/10] media: uapi: mpeg2: Split sequence and picture parameters

[PATCH net-next v2 0/5] net: pch: fix and a few cleanups
 2021-04-06 10:36 UTC  (4+ messages)

[RFC Part1 PATCH 00/13] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-04-06 10:33 UTC  (3+ messages)
` [RFC Part1 PATCH 06/13] x86/compressed: rescinds and validate the memory used for the GHCB

[PATCH v4 0/7] Add SR-IOV support in PCIe Endpoint Core
 2021-04-06 10:31 UTC  (3+ messages)
` [PATCH v4 5/7] PCI: cadence: Add support to configure virtual functions

[PATCH v7 0/5] Introduce SoC sleep stats driver
 2021-04-06 10:27 UTC  (6+ messages)
` [PATCH v7 1/5] dt-bindings: Introduce SoC sleep stats bindings
` [PATCH v7 2/5] soc: qcom: Add SoC sleep stats driver
` [PATCH v7 3/5] arm64: dts: qcom: sc7180: Enable SoC sleep stats
` [PATCH v7 4/5] arm64: defconfig: Enable SoC sleep stats driver
` [PATCH v7 5/5] arm64: dts: qcom: sc7280: Enable SoC sleep stats

[PATCH net-next] mt76: mt7921: remove unneeded semicolon
 2021-04-06 10:28 UTC  (2+ messages)

[v3,PATCH 0/3] Convert the mtk_disp driver to aotmic API
 2021-04-06 10:27 UTC  (7+ messages)
` [v3,PATCH 1/3] pwm: mtk_disp: clear the clock operations
` [v3,PATCH 2/3] pwm: mtk_disp: convert the driver to atomic API
` [v3,PATCH 3/3] pwm: mtk_disp: implement .get_state()

linux-next: build warning after merge of the kunit-next tree
 2021-04-06 10:23 UTC 

[PATCH -next] arm: patch: FUNCTION_GRAPH_TRACER depends on CPU_ENDIAN_BE8 or !CPU_ENDIAN_BE32
 2021-04-06 10:23 UTC 

[PATCH 0/6] Introduce KVM_{GET|SET}_SREGS2 and fix PDPTR migration
 2021-04-06 10:22 UTC  (7+ messages)
` [PATCH 1/6] KVM: nVMX: delay loading of PDPTRs to KVM_REQ_GET_NESTED_STATE_PAGES
` [PATCH 5/6] KVM: nSVM: avoid loading PDPTRs after migration when possible

[PATCH v2 1/1] time64.h: Consolidated PSEC_PER_SEC definition
 2021-04-06 10:22 UTC 

[PATCH -next] drm/bridge: lt8912b: DRM_LONTIUM_LT8912B select GPIOLIB
 2021-04-06 10:21 UTC  (2+ messages)

[PATCH v2] net: tun: set tun->dev->addr_len during TUNSETLINK processing
 2021-04-06 10:20 UTC 

[PATCH] net: tun: set tun->dev->addr_len during TUNSETLINK processing
 2021-04-06 10:18 UTC  (3+ messages)

[PATCH v8] USB: serial: cp210x: Add support for GPIOs on CP2108
 2021-04-06 10:18 UTC 

High kmalloc-32 slab cache consumption with 10k containers
 2021-04-06 10:13 UTC  (5+ messages)

[PATCH][next] iio: hrtimer-trigger: Fix potential integer overflow in iio_hrtimer_store_sampling_frequency
 2021-04-06 10:13 UTC  (3+ messages)

Packet gets stuck in NOLOCK pfifo_fast qdisc
 2021-04-06 10:13 UTC  (10+ messages)

[PATCH net-next v1 1/1] stmmac: intel: Drop duplicate ID in the list of PCI device IDs
 2021-04-06 10:13 UTC 

[PATCH -next] dmaengine: at_xdmac: Remove unused inline function at_xdmac_csize()
 2021-04-06 10:11 UTC  (2+ messages)

[PATCH] media: em28xx: fix memory leak
 2021-04-06 10:07 UTC  (4+ messages)

[PATCH bpf-next 3/5] libbpf: add low level TC-BPF API
 2021-04-06 10:06 UTC  (13+ messages)

[PATCH-next 1/5] lib/test_vmalloc.c: remove two kvfree_rcu() tests
 2021-04-06 10:05 UTC  (6+ messages)
` [PATCH-next 2/5] lib/test_vmalloc.c: add a new 'nr_threads' parameter

[PATCH][next] scsi: mptlan: Replace one-element array with flexible-array member
 2021-04-06  9:58 UTC  (3+ messages)

[PATCH v4 0/8] make hugetlb put_page safe for all calling contexts
 2021-04-06  9:57 UTC  (5+ messages)
` [PATCH v4 4/8] hugetlb: create remove_hugetlb_page() to separate functionality
` [PATCH v4 5/8] hugetlb: call update_and_free_page without hugetlb_lock

[PATCH] drm: bridge: rename the function drm_bridge_hpd_notify to drm_bridge_hpd_cb
 2021-04-06  9:52 UTC  (3+ messages)

PCI MSI issue with reinserting a driver
 2021-04-06  9:46 UTC  (8+ messages)

[PATCH] softdog: make pretimeout available when SOFT_WATCHDOG_PRETIMEOUT enabled
 2021-04-06  9:44 UTC 


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