linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-17 22:47:38 to 2021-02-18 05:54:33 UTC [more...]

[RFC PATCH v5 00/19] virtio/vsock: introduce SOCK_SEQPACKET support
 2021-02-18  5:39 UTC  (12+ messages)
` [RFC PATCH v5 01/19] af_vsock: update functions for connectible socket
` [RFC PATCH v5 02/19] af_vsock: separate wait data loop
` [RFC PATCH v5 03/19] af_vsock: separate receive "
` [RFC PATCH v5 04/19] af_vsock: implement SEQPACKET receive loop
` [RFC PATCH v5 05/19] af_vsock: separate wait space loop
` [RFC PATCH v5 06/19] af_vsock: implement send logic for SEQPACKET
` [RFC PATCH v5 07/19] af_vsock: rest of SEQPACKET support
` [RFC PATCH v5 08/19] af_vsock: update comments for stream sockets
` [RFC PATCH v5 09/19] virtio/vsock: set packet's type in send
` [RFC PATCH v5 10/19] virtio/vsock: simplify credit update function API
` [RFC PATCH v5 11/19] virtio/vsock: dequeue callback for SOCK_SEQPACKET

[PATCH 1/6] fs: Add flag to file_system_type to indicate content is generated
 2021-02-18  5:32 UTC  (22+ messages)
` [PATCH v2] vfs: prevent copy_file_range to copy across devices
                                  ` [PATCH v3] vfs: fix copy_file_range regression in cross-fs copies

[net-next PATCH v6 00/15] ACPI support for dpaa2 driver
 2021-02-18  5:26 UTC  (16+ messages)
` [net-next PATCH v6 01/15] Documentation: ACPI: DSD: Document MDIO PHY
` [net-next PATCH v6 02/15] net: phy: Introduce fwnode_mdio_find_device()
` [net-next PATCH v6 03/15] net: phy: Introduce phy related fwnode functions
` [net-next PATCH v6 04/15] of: mdio: Refactor of_phy_find_device()
` [net-next PATCH v6 05/15] net: phy: Introduce fwnode_get_phy_id()
` [net-next PATCH v6 06/15] of: mdio: Refactor of_get_phy_id()
` [net-next PATCH v6 07/15] net: mdiobus: Introduce fwnode_mdiobus_register_phy()
` [net-next PATCH v6 08/15] of: mdio: Refactor of_mdiobus_register_phy()
` [net-next PATCH v6 09/15] ACPI: utils: Introduce acpi_get_local_address()
` [net-next PATCH v6 10/15] net: mdio: Add ACPI support code for mdio
` [net-next PATCH v6 11/15] net: mdiobus: Introduce fwnode_mdiobus_register()
` [net-next PATCH v6 12/15] net/fsl: Use fwnode_mdiobus_register()
` [net-next PATCH v6 13/15] net: phylink: introduce phylink_fwnode_phy_connect()
` [net-next PATCH v6 14/15] net: phylink: Refactor phylink_of_phy_connect()
` [net-next PATCH v6 15/15] net: dpaa2-mac: Add ACPI support for DPAA2 MAC driver

[RFC] IRQ handlers run with some high-priority interrupts(not NMI) enabled on some platform
 2021-02-18  5:30 UTC  (10+ messages)

[PATCH net] net: ag71xx: remove unnecessary MTU reservation
 2021-02-18  5:28 UTC  (2+ messages)

arch/arm/kernel/sys_oabi-compat.c:257:6: error: implicit declaration of function 'ep_op_has_event'
 2021-02-18  5:26 UTC 

[PATCH v3] scsi: storvsc: Parameterize number hardware queues
 2021-02-18  5:24 UTC  (4+ messages)

[PATCH] PCI: imx6: Limit DBI register length for imx6qp pcie
 2021-02-18  5:09 UTC 

[PATCH 2/2] rcu-tasks: add RCU-tasks self tests
 2021-02-18  5:03 UTC  (12+ messages)

linux-next: manual merge of the irqchip tree with the sunxi tree
 2021-02-18  4:48 UTC  (3+ messages)

[PATCH v1] vdpa/mlx5: Restore the hardware used index after change map
 2021-02-18  4:44 UTC  (13+ messages)

[PATCH 3/3] Input: applespi: Add trace_event module param for early tracing
 2021-02-18  4:41 UTC  (3+ messages)

[PATCH v3 1/2] drm/i915/gen9bc: Handle TGP PCH during suspend/resume
 2021-02-18  4:36 UTC  (5+ messages)
` [PATCH v4] "

h8300-linux-ld: section .softirqentry.text LMA overlaps section .init.data LMA
 2021-02-18  4:30 UTC 

arch/mips/include/asm/mach-rc32434/rb.h:15:14: error: expected identifier before '(' token
 2021-02-18  4:25 UTC 

[PATCH V3 00/14] arm64: coresight: Enable ETE and TRBE
 2021-02-18  4:23 UTC  (7+ messages)
` [PATCH V3 14/14] coresight: etm-perf: Add support for trace buffer format

[PATCH] arm64: dts: qcom: db410c: Update firmware-name for wcnss and mpss
 2021-02-18  4:19 UTC  (3+ messages)

[RESEND PATCH] MAINTAINERS: update thermal CPU cooling section
 2021-02-18  4:18 UTC  (2+ messages)

[PATCH v14 00/11] support reserving crashkernel above 4G on arm64 kdump
 2021-02-18  4:14 UTC  (7+ messages)
` [PATCH v14 01/11] x86: kdump: replace the hard-coded alignment with macro CRASH_ALIGN
` [PATCH v14 02/11] x86: kdump: make the lower bound of crash kernel reservation consistent
` [PATCH v14 04/11] x86: kdump: move xen_pv_domain() check and insert_resource() to setup_arch()

[PATCH] drm/msm/dp: add support of HBR3 link rate
 2021-02-18  4:14 UTC  (3+ messages)

[PATCH v3 00/14] lib/find_bit: fast path for small bitmaps
 2021-02-18  4:05 UTC  (15+ messages)
` [PATCH 01/14] tools: disable -Wno-type-limits
` [PATCH 02/14] tools: bitmap: sync function declarations with the kernel
` [PATCH 03/14] arch: rearrange headers inclusion order in asm/bitops for m68k and sh
` [PATCH 04/14] lib: introduce BITS_{FIRST,LAST} macro
` [PATCH 05/14] tools: sync BITS_MASK macros with the kernel
` [PATCH 06/14] bitsperlong.h: introduce SMALL_CONST() macro
` [PATCH 07/14] tools: "
` [PATCH 08/14] lib/Kconfig: introduce FAST_PATH option
` [PATCH 09/14] lib: inline _find_next_bit() wrappers
` [PATCH 10/14] tools: sync find_next_bit implementation
` [PATCH 11/14] lib: add fast path for find_next_*_bit()
` [PATCH 12/14] lib: add fast path for find_first_*_bit() and find_last_bit()
` [PATCH 13/14] tools: sync lib/find_bit implementation
` [PATCH 14/14] MAINTAINERS: Add entry for the bitmap API

[PATCH] net: ftgmac100: Support phyless operation
 2021-02-18  4:02 UTC  (2+ messages)

[PATCH v4 00/14] Add some DRM bridge drivers support for i.MX8qm/qxp SoCs
 2021-02-18  3:41 UTC  (15+ messages)
` [PATCH v4 01/14] phy: Add LVDS configuration options
` [PATCH v4 02/14] media: uapi: Add some RGB bus formats for i.MX8qm/qxp pixel combiner
` [PATCH v4 03/14] media: docs: "
` [PATCH v4 04/14] dt-bindings: display: bridge: Add i.MX8qm/qxp pixel combiner binding
` [PATCH v4 05/14] drm/bridge: imx: Add i.MX8qm/qxp pixel combiner support
` [PATCH v4 06/14] dt-bindings: display: bridge: Add i.MX8qm/qxp display pixel link binding
` [PATCH v4 07/14] drm/bridge: imx: Add i.MX8qm/qxp display pixel link support
` [PATCH v4 08/14] dt-bindings: display: bridge: Add i.MX8qxp pixel link to DPI binding
` [PATCH v4 09/14] drm/bridge: imx: Add i.MX8qxp pixel link to DPI support
` [PATCH v4 10/14] drm/bridge: imx: Add LDB driver helper support
` [PATCH v4 11/14] dt-bindings: display: bridge: Add i.MX8qm/qxp LVDS display bridge binding
` [PATCH v4 12/14] drm/bridge: imx: Add LDB support for i.MX8qxp
` [PATCH v4 13/14] drm/bridge: imx: Add LDB support for i.MX8qm
` [PATCH v4 14/14] MAINTAINERS: add maintainer for DRM bridge drivers for i.MX SoCs

linux-next: manual merge of the devicetree tree with the powerpc tree
 2021-02-18  3:48 UTC 

[GIT PULL] TPM DEVICE DRIVER changes for v5.12
 2021-02-18  3:31 UTC 

[PATCH v4 0/3] Add MIPI rx DPI support
 2021-02-18  3:29 UTC  (4+ messages)
` [PATCH v4 1/3] dt-bindings:drm/bridge:anx7625:add vendor define flags

[PATCH net-next] misc: Add Renesas Synchronization Management Unit (SMU) support
 2021-02-18  3:28 UTC  (12+ messages)

[PATCH 0/3] fastrpc: fix dmabuf arguments
 2021-02-18  3:20 UTC  (4+ messages)
` [PATCH 1/3] fastrpc: always use fl->lock and remove fl->mutex
` [PATCH 2/3] fastrpc: move fl->maps list removal into fastrpc_free_map
` [PATCH 3/3] fastrpc: remove redundant fastrpc_map_create() call

[External] Re: [PATCH v15 4/8] mm: hugetlb: alloc the vmemmap pages associated with each HugeTLB page
 2021-02-18  3:20 UTC  (13+ messages)

[PATCH v2] workqueue: Move the position of debug_work_activate() in __queue_work()
 2021-02-18  3:16 UTC 

[PATCH v5] perf tools: Fix arm64 build error with gcc-11
 2021-02-18  3:12 UTC 

[PATCH] workqueue: Remove rcu_read_lock/unlock() in workqueue_congested()
 2021-02-18  3:04 UTC  (2+ messages)

[PATCH 1/1] PCI/RCEC: Fix failure to inject errors to some RCiEP devices
 2021-02-18  3:00 UTC  (3+ messages)

[PATCH v3 00/14] Add some DRM bridge drivers support for i.MX8qm/qxp SoCs
 2021-02-18  2:56 UTC  (4+ messages)
` [PATCH v3 09/14] drm/bridge: imx: Add i.MX8qxp pixel link to DPI support

[GIT] Networking
 2021-02-18  2:52 UTC 

[PATCH] workqueue: Move the position of debug_work_activate() in __queue_work()
 2021-02-18  2:45 UTC  (2+ messages)

MIPS noncoherent DMA cleanups v2
 2021-02-18  2:44 UTC  (3+ messages)
` [PATCH 5/6] MIPS: remove CONFIG_DMA_MAYBE_COHERENT

[PATCH] perf/x86/lbr: Simplify the exposure check for the LBR_INFO registers
 2021-02-18  2:31 UTC  (2+ messages)

[PATCH] mm/hugetlb: remove redundant reservation check condition in alloc_huge_page()
 2021-02-18  2:27 UTC  (3+ messages)

[PATCH v8 0/9] add ECDH and CURVE25519 algorithms support for Kunpeng 930
 2021-02-18  2:24 UTC  (7+ messages)
` [PATCH v8 3/9] crypto: atmel-ecc - move curve_id of ECDH from the key to algorithm name
` [PATCH v8 7/9] crypto: hisilicon/hpre - add 'ECDH' algorithm

[PATCH] kbuild: Add support for Clang's polyhedral loop optimizer
 2021-02-18  2:23 UTC  (2+ messages)

[PATCH][next] net: hns3: Fix uninitialized return from function
 2021-02-18  2:14 UTC  (2+ messages)

[PATCH v2 0/3] crypto:hisilicon/sec - fixes some coding style
 2021-02-18  2:06 UTC  (5+ messages)
` [PATCH v2 3/3] crypto: hisilicon/sec - fixes shash test error

linux-next: Signed-off-by missing for commit in the devicetree tree
 2021-02-18  2:05 UTC  (2+ messages)

[PATCH v3 1/1] kernel/crash_core: Add crashkernel=auto for vmcore creation
 2021-02-18  2:02 UTC  (7+ messages)

[PATCH v6 00/22] Mediatek MT8192 clock support
 2021-02-18  1:59 UTC  (9+ messages)
` [PATCH v6 01/22] dt-bindings: ARM: Mediatek: Add new document bindings of imp i2c wrapper controller
` [PATCH v6 10/22] clk: mediatek: Add MT8192 basic clocks support

[PATCH v2 0/4] hugetlb: Disable huge pmd unshare for uffd-wp
 2021-02-18  1:46 UTC  (5+ messages)
` [PATCH v2 2/4] hugetlb/userfaultfd: Forbid huge pmd sharing when uffd enabled
  ` [PATCH v2 4/4] hugetlb/userfaultfd: Unshare all pmds for hugetlbfs when register wp

[PATCH] sparc: make copy_thread honor pid namespaces
 2021-02-17  8:00 UTC 

[PATCH V12 00/10] remoteproc: imx_rproc: support iMX8MQ/M
 2021-02-18  1:25 UTC  (11+ messages)
` [PATCH V12 01/10] dt-bindings: remoteproc: convert imx rproc bindings to json-schema
` [PATCH V12 02/10] dt-bindings: remoteproc: imx_rproc: add i.MX8MQ/M support
` [PATCH V12 03/10] remoteproc: introduce is_iomem to rproc_mem_entry
` [PATCH V12 04/10] remoteproc: add is_iomem to da_to_va
` [PATCH V12 05/10] remoteproc: imx_rproc: correct err message
` [PATCH V12 06/10] remoteproc: imx_rproc: use devm_ioremap
` [PATCH V12 07/10] remoteproc: imx_rproc: add i.MX specific parse fw hook
` [PATCH V12 08/10] remoteproc: imx_rproc: support i.MX8MQ/M
` [PATCH V12 09/10] remoteproc: imx_rproc: ignore mapping vdev regions
` [PATCH V12 10/10] remoteproc: imx_proc: enable virtio/mailbox

[PATCH] virtio-mmio: Use to_virtio_mmio_device() to simply code
 2021-02-18  1:34 UTC  (3+ messages)

[PATCH v5 0/4] USB: misc: Add onboard_usb_hub driver
 2021-02-18  1:33 UTC  (4+ messages)
` [PATCH v5 1/4] dt-bindings: usb: Add binding for discrete onboard USB hubs

[RFC PATCH 00/34] block: introduce bio_new()
 2021-02-18  1:28 UTC  (4+ messages)
` [RFC PATCH 29/34] power/swap: use bio_new in hib_submit_io

[PATCH v4] TPM fixes
 2021-02-18  1:27 UTC  (7+ messages)
` [PATCH v4] tpm: fix reference counting for struct tpm_chip

[PATCH v18 00/10] Carry forward IMA measurement log on kexec on ARM64
 2021-02-18  1:25 UTC  (2+ messages)

[PATCH v3 0/1] Add FITRIM ioctl support for exFAT filesystem
 2021-02-18  1:21 UTC  (3+ messages)
` [PATCH v3 1/1] exfat: add support ioctl and FITRIM function

[RFC PATCH 00/11] vfio/iommu_type1: Implement dirty log tracking based on smmuv3 HTTU
 2021-02-18  1:17 UTC  (6+ messages)
` [RFC PATCH 10/11] vfio/iommu_type1: Optimize dirty bitmap population based on iommu HWDBM

[PATCH] sched/fair: Ignore percpu threads for imbalance pulls
 2021-02-18  1:13 UTC  (3+ messages)

[PATCH 0/3] vfio: Device memory DMA mapping improvements
 2021-02-18  1:12 UTC  (4+ messages)
` [PATCH 1/3] vfio: Introduce vma ops registration and notifier

[PATCH v10 0/8] Add support for ipq8064 tsens
 2021-02-17 19:40 UTC  (9+ messages)
` [PATCH v10 1/8] drivers: thermal: tsens: Add VER_0 tsens version
` [PATCH v10 2/8] drivers: thermal: tsens: Don't hardcode sensor slope
` [PATCH v10 3/8] drivers: thermal: tsens: Convert msm8960 to reg_field
` [PATCH v10 4/8] drivers: thermal: tsens: Use init_common for msm8960
` [PATCH v10 5/8] drivers: thermal: tsens: Fix bug in sensor enable "
` [PATCH v10 6/8] drivers: thermal: tsens: Use get_temp_common "
` [PATCH v10 7/8] drivers: thermal: tsens: Add support for ipq8064-tsens
` [PATCH v10 8/8] dt-bindings: thermal: tsens: Document ipq8064 bindings

[PATCH v7 0/5] Re-introduce TX FIFO resize for larger EP bursting
 2021-02-18  0:49 UTC  (4+ messages)
` [PATCH v7 4/5] usb: dwc3: dwc3-qcom: Enable tx-fifo-resize property by default

[PATCH] lib: vsprintf: check for NULL device_node name in device_node_string()
 2021-02-18  0:47 UTC  (2+ messages)

[PATCH v7 bpf-next 0/6] xsk: build skb by page (aka generic zerocopy xmit)
 2021-02-18  0:46 UTC  (3+ messages)
` [PATCH v7 bpf-next 6/6] "

WARNING in slave_kobj_release
 2021-02-18  0:27 UTC  (2+ messages)

[PATCH v9] perf stat: Fix wrong skipping for per-die aggregation
 2021-02-18  0:24 UTC  (3+ messages)

[GIT PULL] KUnit update for Linux 5.12-rc1
 2021-02-18  0:10 UTC 

[PATCH 00/49] Add Alder Lake support for perf
 2021-02-18  0:07 UTC  (4+ messages)

[PATCH v4 0/8] Make fw_devlink=on more forgiving
 2021-02-17 23:57 UTC  (9+ messages)

[PATCH] driver core: Avoid pointless deferred probe attempts
 2021-02-17 23:51 UTC 

linux-next: manual merge of the btrfs tree with the fscache tree
 2021-02-17 23:50 UTC  (4+ messages)

[PATCH 1/2] phy/qualcomm: add hbr3_hbr2 voltage and premphasis swing table
 2021-02-17 23:43 UTC  (2+ messages)

[PATCH ghak124 v3] audit: log nftables configuration change events
 2021-02-17 23:41 UTC  (6+ messages)

[PATCH v6 00/34] Intel Vision Processing base enabling
 2021-02-17 23:39 UTC  (25+ messages)
` [PATCH v6 20/34] xlink-core: Add xlink core driver xLink
` [PATCH v6 25/34] misc: Add Keem Bay VPU manager
` [PATCH v6 27/34] misc: Tsens ARM host thermal driver
` [PATCH v6 28/34] misc: Intel tsens IA host driver
` [PATCH v6 29/34] Intel tsens i2c slave driver
` [PATCH v6 30/34] misc:intel_tsens: Intel Keem Bay tsens driver
` [PATCH v6 33/34] misc: Hddl device management for local host
` [PATCH v6 34/34] misc: HDDL device management for IA host

[GIT PULL] Kselftest update for Linux 5.12-rc1
 2021-02-17 23:39 UTC 

[PATCH v3] perf probe: fix kretprobe issue caused by GCC bug
 2021-02-17 23:39 UTC  (2+ messages)

possible stack corruption in icmp_send (__stack_chk_fail)
 2021-02-17 23:37 UTC  (6+ messages)

[PATCH v5 0/5] mm/hugetlb: Early cow on fork, and a few cleanups
 2021-02-17 23:35 UTC  (6+ messages)
` [PATCH v5 1/5] hugetlb: Dedup the code to add a new file_region
` [PATCH v5 2/5] hugetlg: Break earlier in add_reservation_in_range() when we can
` [PATCH v5 3/5] mm: Introduce page_needs_cow_for_dma() for deciding whether cow
` [PATCH v5 4/5] mm: Use is_cow_mapping() across tree where proper
` [PATCH v5 5/5] hugetlb: Do early cow when page pinned on src mm

[PATCH] Staging: hv: channel.c: fixed a tab spaces before space hv: connection.c fixed a "=" sign without space in code
 2021-02-17 23:35 UTC  (2+ messages)

[PATCH] PCI: Fix memory leak in pci_register_io_range()
 2021-02-17 23:32 UTC  (2+ messages)

[PATCH 2/2] drm/msm/dp: Drop limit link rate at HBR2
 2021-02-17 23:09 UTC 

[PATCH 0/9] Add support for SVM atomics in Nouveau
 2021-02-17 23:00 UTC  (4+ messages)

[PATCH 03/33] mm: Implement readahead_control pageset expansion
 2021-02-17 22:49 UTC  (5+ messages)
` [PATCH 00/33] Network fs helper library & fscache kiocb API [ver #3]

[PATCH 00/14] KVM: x86/mmu: Dirty logging fixes and improvements
 2021-02-17 22:50 UTC  (2+ messages)

[PATCH v1 00/18] Add HANTRO G2/HEVC decoder support for IMX8MQ
 2021-02-17 22:48 UTC  (3+ messages)
` [PATCH v1 17/18] dt-bindings: media: nxp,imx8mq-vpu: Update bindings

[PATCH 1/2] ext4: Handle casefolding with encryption
 2021-02-17 22:48 UTC  (8+ messages)

[PATCH 5.10 00/54] 5.10.16-rc1 review
 2021-02-17 22:45 UTC  (4+ messages)

[PATCH net-next 1/1] net: stmmac: Add PCI bus info to ethtool driver query output
 2021-02-17 22:40 UTC  (2+ messages)

[PATCH v21 0/7] Control-flow Enforcement: Indirect Branch Tracking
 2021-02-17 22:31 UTC  (3+ messages)
` [PATCH v21 6/7] x86/vdso/32: Add ENDBR32 to __kernel_vsyscall entry point
` [PATCH v21 7/7] x86/vdso: Insert endbr32/endbr64 to vDSO


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