linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-22 21:42:13 to 2020-09-23 01:46:22 UTC [more...]

[PATCH v2 0/4] [RFC] Implement Trampoline File Descriptor
 2020-09-23  1:46 UTC  (4+ messages)

[RFC PATCH 00/11] Introduce Simple atomic and non-atomic counters
 2020-09-23  1:43 UTC  (12+ messages)
` [RFC PATCH 01/11] counters: Introduce counter and counter_atomic
` [RFC PATCH 02/11] selftests:lib: add new test for counters
` [RFC PATCH 03/11] drivers/base: convert deferred_trigger_count and probe_count to counter_atomic
` [RFC PATCH 04/11] drivers/base/devcoredump: convert devcd_count "
` [RFC PATCH 05/11] drivers/acpi: convert seqno counter_atomic
` [RFC PATCH 06/11] drivers/acpi/apei: "
` [RFC PATCH 07/11] drivers/android/binder: convert stats, transaction_log to counter_atomic
` [RFC PATCH 08/11] drivers/base/test/test_async_driver_probe: convert to use counter_atomic
` [RFC PATCH 09/11] drivers/char/ipmi: convert stats "
` [RFC PATCH 10/11] drivers/misc/vmw_vmci: convert num guest devices counter to counter_atomic
` [RFC PATCH 11/11] drivers/edac: convert pci counters "

[PATCH v2] dt-bindings: mfd: Convert rn5t618 to json-schema
 2020-09-23  1:40 UTC  (2+ messages)

[PATCH v2 0/3] phy: amlogic: add MIPI DSI function to analog MIPI+PCIe PHY
 2020-09-23  1:31 UTC  (3+ messages)
` [PATCH v2 1/3] dt-bindings: phy: amlogic,meson-axg-mipi-pcie-analog: remove reg attribute
  ` [PATCH v2 1/3] dt-bindings: phy: amlogic, meson-axg-mipi-pcie-analog: "

[PATCH v2 0/4] clk: meson: axg: add clocks for MIPI-DSI support
 2020-09-23  1:31 UTC  (5+ messages)
` [PATCH v2 1/4] dt-bindings: clk: axg-clkc: add Video Clocks
` [PATCH v2 2/4] dt-bindings: clk: axg-clkc: add MIPI DSI Host clock binding

arch/x86/kvm/svm/sev.c:672:60: sparse: sparse: dereference of noderef expression
 2020-09-23  1:30 UTC 

[PATCH v4 0/4] drm: panel: add support for TDO tl070wsh30 panel
 2020-09-23  1:28 UTC  (7+ messages)
` [PATCH v4 1/4] dt-bindings: vendor-prefixes: Add Shanghai Top Display Optolelectronics vendor prefix
` [PATCH v4 2/4] dt-bindings: display: panel-simple-dsi: add optional reset gpio
` [PATCH v4 3/4] dt-bindings: display: panel-simple-dsi: add TDO TL070WSH30 DSI panel bindings

[PATCH v3 0/3] usb: cdns,usb3: Convert DT binding to YAML
 2020-09-23  1:27 UTC  (3+ messages)
` [PATCH v3 1/3] dt-bindings: usb: Convert cdns-usb3.txt to YAML schema

[PATCH 06/10] rpmsg: Turn name service into a stand alone driver
 2020-09-23  1:23 UTC  (2+ messages)

[PATCH v8 00/32] Improvements for Tegra I2C driver
 2020-09-23  1:19 UTC  (34+ messages)
` [PATCH v8 01/32] i2c: tegra: Make tegra_i2c_flush_fifos() usable in atomic transfer
` [PATCH v8 02/32] i2c: tegra: Add missing pm_runtime_put()
` [PATCH v8 03/32] i2c: tegra: Handle potential error of tegra_i2c_flush_fifos()
` [PATCH v8 04/32] i2c: tegra: Mask interrupt in tegra_i2c_issue_bus_clear()
` [PATCH v8 05/32] i2c: tegra: Initialize div-clk rate unconditionally
` [PATCH v8 06/32] i2c: tegra: Remove i2c_dev.clk_divisor_non_hs_mode member
` [PATCH v8 07/32] i2c: tegra: Runtime PM always available on Tegra
` [PATCH v8 08/32] i2c: tegra: Remove error message used for devm_request_irq() failure
` [PATCH v8 09/32] i2c: tegra: Use reset_control_reset()
` [PATCH v8 10/32] i2c: tegra: Use devm_platform_get_and_ioremap_resource()
` [PATCH v8 11/32] i2c: tegra: Use platform_get_irq()
` [PATCH v8 12/32] i2c: tegra: Use clk-bulk helpers
` [PATCH v8 13/32] i2c: tegra: Move out all device-tree parsing into tegra_i2c_parse_dt()
` [PATCH v8 14/32] i2c: tegra: Clean up probe function
` [PATCH v8 15/32] i2c: tegra: Reorder location of functions in the code
` [PATCH v8 16/32] i2c: tegra: Clean up variable types
` [PATCH v8 17/32] i2c: tegra: Remove outdated barrier()
` [PATCH v8 18/32] i2c: tegra: Remove likely/unlikely from the code
` [PATCH v8 19/32] i2c: tegra: Remove redundant check in tegra_i2c_issue_bus_clear()
` [PATCH v8 20/32] i2c: tegra: Remove "dma" variable from tegra_i2c_xfer_msg()
` [PATCH v8 21/32] i2c: tegra: Rename wait/poll functions
` [PATCH v8 22/32] i2c: tegra: Factor out error recovery from tegra_i2c_xfer_msg()
` [PATCH v8 23/32] i2c: tegra: Factor out packet header setup "
` [PATCH v8 24/32] i2c: tegra: Factor out register polling into separate function
` [PATCH v8 25/32] i2c: tegra: Factor out hardware initialization "
` [PATCH v8 26/32] i2c: tegra: Check errors for both positive and negative values
` [PATCH v8 27/32] i2c: tegra: Improve formatting of variables
` [PATCH v8 28/32] i2c: tegra: Clean up variable names
` [PATCH v8 29/32] i2c: tegra: Clean up printk messages
` [PATCH v8 30/32] i2c: tegra: Clean up and improve comments
` [PATCH v8 31/32] i2c: tegra: Clean up whitespaces, newlines and indentation
` [PATCH v8 32/32] i2c: tegra: Improve driver module description

[PATCH v3 0/2] Introduce the BQ256XX family of chargers
 2020-09-23  1:14 UTC  (6+ messages)
` [PATCH v3 1/2] dt-bindings: power: Add the bq256xx dt bindings
    ` [EXTERNAL] "

[PATCH 0/5] Add support for Encryption and Casefolding in F2FS
 2020-09-23  1:01 UTC  (6+ messages)
` [PATCH 1/5] ext4: Use generic casefolding support
` [PATCH 2/5] fscrypt: Export fscrypt_d_revalidate
` [PATCH 3/5] libfs: Add generic function for setting dentry_ops
` [PATCH 4/5] fscrypt: Have filesystems handle their d_ops
` [PATCH 5/5] f2fs: Handle casefolding with Encryption

[PATCH 09/10] rpmsg: virtio: Make endianness conversion virtIO specific
 2020-09-23  1:08 UTC  (2+ messages)

[PATCH v2 0/9] THP iomap patches for 5.10
 2020-09-23  1:06 UTC  (5+ messages)
` [PATCH v2 5/9] iomap: Support arbitrarily many blocks per page

[PATCH 0/7] Pine64 PineCube support
 2020-09-23  1:02 UTC  (9+ messages)
` [PATCH 1/7] ARM: dts: sun8i: V3/V3s/S3/S3L: add Ethernet support
` [PATCH 2/7] ARM: dts: sun8i: V3/V3s/S3/S3L: add pinctrl for UART2 RX/TX
  ` [PATCH 3/7] ARM: dts: sun8i: V3/V3s/S3/S3L: add CSI1 device node
` [PATCH 4/7] ARM: dts: sun8i: V3/V3s/S3/S3L: add pinctrl for 8-bit parallel CSI
  ` [PATCH 5/7] ARM: dts: sun8i: V3/V3s/S3/S3L: add pinctrl for I2C1 at PE bank
` [PATCH 6/7] dt-bindings: arm: sunxi: add Pine64 PineCube binding
  ` [PATCH 7/7] ARM: dts: sun8i: s3l: add support for Pine64 PineCube IP camera

[PATCH 0/5] mm: Break COW for pinned pages during fork()
 2020-09-23  1:03 UTC  (16+ messages)
` [PATCH 1/5] mm: Introduce mm_struct.has_pinned
` [PATCH 4/5] mm: Do early cow for pinned pages during fork() for ptes

[PATCH] regulator: axp20x: fix LDO2/4 description
 2020-09-23  0:51 UTC 

[PATCH v4 00/23] device-dax: Support sub-dividing soft-reserved ranges
 2020-09-23  0:43 UTC  (6+ messages)

[PATCH] KVM: x86: emulate wait-for-SIPI and SIPI-VMExit
 2020-09-23  0:42 UTC  (3+ messages)

[PATCH] arm64: crypto: Add an option to assume NEON XOR is the fastest
 2020-09-23  0:39 UTC  (6+ messages)

[PATCH AUTOSEL 5.8 01/20] device_cgroup: Fix RCU list debugging warning
 2020-09-23  0:27 UTC  (3+ messages)
` [PATCH AUTOSEL 5.8 20/20] riscv: Fix Kendryte K210 device tree

[PATCH v2] powerpc/pci: unmap legacy INTx interrupts when a PHB is removed
 2020-09-23  0:33 UTC 

[PATCH -next] scsi: libsas: simplify the return expression of sas_discover_end_dev
 2020-09-23  0:30 UTC  (3+ messages)
` [PATCH -next] scsi: libsas: simplify the return expression of sas_discover_* functions

[PATCH] scsi: remove redundant initialization of variable ret
 2020-09-23  0:29 UTC  (2+ messages)

[PATCH -next] scsi: bnx2i: remove unnecessary mutex_init()
 2020-09-23  0:29 UTC  (2+ messages)

[PATCH v8 2/2] x86/copy_mc: Introduce copy_mc_generic()
 2020-09-23  0:26 UTC  (6+ messages)
` [x86/copy_mc] a0ac629ebe: fio.read_iops -43.3% regression

[RFC v1 00/12] kunit: introduce class mocking support
 2020-09-23  0:24 UTC  (2+ messages)

[PATCH v11 00/24] coresight: allow to build coresight as modules
 2020-09-23  0:23 UTC  (5+ messages)
` [PATCH v11 09/24] coresight: etm3x: allow etm3x to be built as a module

[PATCH] csky: Fix a size determination in gpr_get()
 2020-09-23  0:23 UTC  (4+ messages)

[PATCH] KVM: PPC: Book3S: Remove redundant initialization of variable ret
 2020-09-23  0:08 UTC  (2+ messages)

[PATCH -next v2] KVM: PPC: Book3S HV: XIVE: Convert to DEFINE_SHOW_ATTRIBUTE
 2020-09-23  0:09 UTC  (2+ messages)

[PATCH -next] powerpc/kvm/books: Fix symbol undeclared warnings
 2020-09-23  0:08 UTC  (2+ messages)

[patch RFC 00/15] mm/highmem: Provide a preemptible variant of kmap_atomic & friends
 2020-09-23  0:05 UTC  (3+ messages)
` [patch RFC 06/15] csky/mm/highmem: Switch to generic kmap atomic

[PATCH net-next 0/5] bonding: rename bond components
 2020-09-23  0:01 UTC  (10+ messages)
` [PATCH net-next 2/5] bonding: rename slave to link where possible
` [PATCH net-next 4/5] bonding: make Kconfig toggle to disable legacy interfaces

[PATCH net-next] net: microchip: Make `lan743x_pm_suspend` function return right value
 2020-09-22 23:54 UTC  (2+ messages)

[PATCH] kbuild: explicitly specify the build id style
 2020-09-22 23:50 UTC  (2+ messages)

[PATCH] nvmem: core: fix possibly memleak when use nvmem_cell_info_to_nvmem_cell()
 2020-09-22 23:50 UTC 

[RFC PATCH 0/2] Remove shrinker's nr_deferred
 2020-09-22 23:45 UTC  (5+ messages)

[PATCH v3 1/1] PCI/ERR: Fix reset logic in pcie_do_recovery() call
 2020-09-22 23:44 UTC  (2+ messages)

[PATCH v1 00/12] Intel FPGA Security Manager Class Driver
 2020-09-22 23:42 UTC  (7+ messages)
` [PATCH v1 07/12] fpga: expose sec-mgr update status
` [PATCH v1 08/12] fpga: expose sec-mgr update errors

[PATCH v7 0/3] Add Actions Semi Owl family sirq support
 2020-09-22 23:42 UTC  (3+ messages)
` [PATCH v7 1/3] dt-bindings: interrupt-controller: Add Actions SIRQ controller binding

[PATCH 1/2] dt-bindings: usb: Add binding for onboard USB hubs
 2020-09-22 23:39 UTC  (5+ messages)

[PATCH 0/7] dmaengine: add support for sama7g5 based at_xdmac
 2020-09-22 23:33 UTC  (5+ messages)
` [PATCH 3/7] dt-bindings: dmaengine: at_xdmac: add compatible with microchip,sama7g5
` [PATCH 6/7] dt-bindings: dmaengine: at_xdmac: add optional microchip,m2m property

mmotm 2020-09-22-16-28 uploaded
 2020-09-22 23:29 UTC 

[PATCH 00/14] drop double zeroing
 2020-09-22 23:27 UTC  (3+ messages)
` [PATCH 05/14] RDMA/efa: "

[PATCH -next] soc: fsl: qe: Remove unnessesary check in ucc_set_tdm_rxtx_clk
 2020-09-22 23:25 UTC  (2+ messages)

[PATCH 0/2] two tiny fixes for locktorture
 2020-09-22 23:24 UTC  (3+ messages)
` [PATCH 2/2] locktorture: call percpu_free_rwsem() to do percpu-rwsem cleanup

[PATCH v1 1/3] dt-bindings: input: atmel: add compatible for mXT1386
 2020-09-22 23:21 UTC  (3+ messages)
` [PATCH v1 2/3] Input: atmel_mxt_ts - implement I2C retries for mXT1368

[PATCH rdma-next v3 0/5] Cleanup restrack code
 2020-09-22 23:20 UTC  (2+ messages)

[PATCH -next] soc/qman: convert to use be32_add_cpu()
 2020-09-22 23:19 UTC  (2+ messages)

[PATCH v3 00/11] Fix PM hibernation in Xen guests
 2020-09-22 23:17 UTC  (10+ messages)
` [PATCH v3 01/11] xen/manage: keep track of the on-going suspend mode

[PATCH V5 00/17] Add driver for dvfsrc, support for active state of scpsys
 2020-09-22 23:14 UTC  (3+ messages)
` [PATCH V5 01/17] dt-bindings: soc: Add dvfsrc driver bindings

[PATCH v1] soc: fsl: rcpm: Add ACPI support
 2020-09-22 23:13 UTC  (5+ messages)

[RFC PATCH 00/12] rcu/nocb: De-offload and re-offload support v2
 2020-09-22 23:11 UTC  (5+ messages)
` [RFC PATCH 01/12] rcu: Implement rcu_segcblist_is_offloaded() config dependent

[PATCH 0/2] Add support for the TRNG in Ingenic X1830
 2020-09-22 23:06 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: RNG: Add Ingenic TRNG bindings

[PATCH v2 0/6] ARM: dts: sun8i: v3s: Enable video decoder
 2020-09-22 23:00 UTC  (5+ messages)
` [PATCH v2 2/6] dt-bindings: sram: allwinner,sun4i-a10-system-control: Add V3s compatibles
  ` [PATCH v2 2/6] dt-bindings: sram: allwinner, sun4i-a10-system-control: "
` [PATCH v2 5/6] dt-bindings: media: cedrus: Add V3s compatible

[PATCHSET v3 0/5] perf stat: Expand events for each cgroup
 2020-09-22 22:57 UTC  (10+ messages)
` [PATCH 2/5] perf stat: Add --for-each-cgroup option
` [PATCH 3/5] perf tools: Copy metric events properly when expand cgroups

[PATCH v3 0/7] SM8150 and SM8250 dispcc drivers
 2020-09-22 22:57 UTC  (3+ messages)
` [PATCH v3 1/7] dt-bindings: clock: sdm845-dispcc: same name for dp_phy clocks as sc7180

[torture] 345fdd0aab: WARNING:at_kernel/rcu/rcutorture.c:#rcu_torture_fwd_prog_nr
 2020-09-22 22:49 UTC  (2+ messages)

[PATCH 1/3] perf list: Remove dead code in argument check
 2020-09-22 22:45 UTC  (6+ messages)
` [PATCH 3/3] perf list: Add 'pfm' to list libpfm4 events

[PATCH] soc: fsl: dpio: remove set but not used 'addr_cena'
 2020-09-22 22:44 UTC  (3+ messages)

[PATCH] soc: fsl: qbman: Fix return value on success
 2020-09-22 22:42 UTC  (2+ messages)

[PATCH 0/2] ASoC: stm32: i2s: add master clock provider
 2020-09-22 22:40 UTC  (3+ messages)
` [PATCH 1/2] ASoC: dt-bindings: add mclk provider support to stm32 i2s

[PATCH v16 0/5] Provide basic driver to control Arm R5 co-processor found on Xilinx ZynqMP
 2020-09-22 22:39 UTC  (6+ messages)
` [PATCH v16 1/5] firmware: xilinx: Add ZynqMP firmware ioctl enums for RPU configuration
` [PATCH v16 2/5] firmware: xilinx: Add shutdown/wakeup APIs
` [PATCH v16 3/5] firmware: xilinx: Add RPU configuration APIs
` [PATCH v16 4/5] dt-bindings: remoteproc: Add documentation for ZynqMP R5 rproc bindings
` [PATCH v16 5/5] remoteproc: Add initial zynqmp R5 remoteproc driver

[PATCH] memcg: introduce per-memcg reclaim interface
 2020-09-22 22:38 UTC  (9+ messages)

[PATCH v2] iommu/arm: Add module parameter to set msi iova address
 2020-09-22 22:37 UTC  (3+ messages)

[PATCH 00/12] soc: mediatek: pm-domains: Add new driver for SCPSYS power domains controller
 2020-09-22 22:36 UTC  (5+ messages)
` [PATCH 01/12] dt-bindings: power: Add bindings for the Mediatek "

linux-next: Signed-off-by missing for commit in the rcu tree
 2020-09-22 22:35 UTC  (3+ messages)

[PATCH 1/5] rtc: pcf2127: fix a bug when not specify interrupts property
 2020-09-22 22:28 UTC  (7+ messages)
` [PATCH 2/5] arm64: dts: lx2160a-rdb: remove useless property of rtc
    ` [EXT] "

[PATCH] dt-bindings: hwmon: max20730: adding device tree doc for max20730
 2020-09-22 22:25 UTC  (3+ messages)

[PATCH net] drivers/net/wan/x25_asy: Correct the ndo_open and ndo_stop functions
 2020-09-22 22:23 UTC  (2+ messages)

[RFC] [PATCH v1 0/3] isolation: limit msix vectors based on housekeeping CPUs
 2020-09-22 22:20 UTC  (9+ messages)
` [RFC][Patch v1 1/3] sched/isolation: API to get num of hosekeeping CPUs

[PATCH 0/4] clk: AST2600 and FSI: Add APLL to control FSI bus frequency
 2020-09-22 22:19 UTC  (3+ messages)
` [PATCH 3/4] dt-bindings: fsi: Aspeed master: Add bus-frequency property

[GIT] Networking
 2020-09-22 22:17 UTC  (4+ messages)

[git pull] vfs fixes
 2020-09-22 22:15 UTC  (2+ messages)

[RFC PATCH v2] tools/x86: add kcpuid tool to show raw CPU features
 2020-09-22 22:15 UTC  (3+ messages)

[GIT PULL] io_uring fixes for 5.9-rc
 2020-09-22 22:15 UTC  (2+ messages)

[PATCH v4 0/4] TI K3 R5F remoteproc support
 2020-09-22 20:26 UTC  (3+ messages)

[RESEND PATCH] spmi: prefix spmi bus device names with "spmi"
 2020-09-22 22:04 UTC 

mmap locking in atomisp staging driver looks bogus
 2020-09-22 22:03 UTC 

[PATCH kernel] srcu: Fix static initialization
 2020-09-22 22:00 UTC  (10+ messages)

[PATCH 0/8] drivers/mfd: Constify static struct resource
 2020-09-22 22:00 UTC  (4+ messages)
` [PATCH 2/8] mfd: intel: "

[PATCH] RCU: export rcu_idle_enter/_exit for loadable modules
 2020-09-22 21:56 UTC  (2+ messages)

[PATCH] random: use correct memory barriers for crng_node_pool
 2020-09-22 21:55 UTC  (11+ messages)

[PATCH v2 0/4] [RFC] Implement Trampoline File Descriptor
 2020-09-22 21:54 UTC  (6+ messages)
  ` [PATCH v2 1/4] [RFC] fs/trampfd: Implement the trampoline file descriptor API
  ` [PATCH v2 2/4] [RFC] x86/trampfd: Provide support for the trampoline file descriptor
  ` [PATCH v2 3/4] [RFC] arm64/trampfd: "
  ` [PATCH v2 4/4] [RFC] arm/trampfd: "

[PATCH v5 03/10] PCI/RCEC: Cache RCEC capabilities in pci_init_capabilities()
 2020-09-22 21:54 UTC  (2+ messages)

[PATCH v4 1/4] Bluetooth: Interleave with allowlist scan
 2020-09-22 21:52 UTC  (2+ messages)

[PATCH v6 01/10] PCI/RCEC: Add RCEC class code and extended capability
 2020-09-22 21:49 UTC 

[PATCH 0/4] clk: qcom : add sm8250 LPASS GFM drivers
 2020-09-22 21:49 UTC  (5+ messages)
` [PATCH 3/4] clk: qcom: Add support to LPASS AUDIO_CC Glitch Free Mux clocks

[PATCH v6 00/10] Add RCEC handling to PCI/AER
 2020-09-22 21:38 UTC  (11+ messages)
` [PATCH v6 01/10] PCI/RCEC: Add RCEC class code and extended capability
` [PATCH v6 02/10] PCI/RCEC: Bind RCEC devices to the Root Port driver
` [PATCH v6 03/10] PCI/RCEC: Cache RCEC capabilities in pci_init_capabilities()
` [PATCH v6 04/10] PCI/AER: Extend AER error handling to RCECs
` [PATCH v6 05/10] PCI/AER: Apply function level reset to RCiEP on fatal error
` [PATCH v6 06/10] PCI/RCEC: Add pcie_link_rcec() to associate RCiEPs
` [PATCH v6 07/10] PCI/RCEC: Add RCiEP's linked RCEC to AER/ERR
` [PATCH v6 08/10] PCI/AER: Add pcie_walk_rcec() to RCEC AER handling
` [PATCH v6 09/10] PCI/PME: Add pcie_walk_rcec() to RCEC PME handling
` [PATCH v6 10/10] PCI/AER: Add RCEC AER error injection support

[tip:x86/pti] BUILD SUCCESS e9c142f6f54db85c212ca64aefd4f2c232dac4ae
 2020-09-22 21:42 UTC 

[PATCH] dt-bindings: iio: sx9310: Add various settings as DT properties
 2020-09-22 21:43 UTC  (3+ 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).