linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-16 23:39:04 to 2020-11-17 03:35:05 UTC [more...]

[PATCH 1/2] arm64: dts: freescale: update calibration table for TMU module
 2020-11-17  3:43 UTC  (2+ messages)
` [PATCH 2/2] ARM: dts: ls1021a: "

[PATCH] scsi: core: fix -Wformat
 2020-11-17  3:34 UTC  (2+ messages)

[PATCH] irqchip/exiu: Fix the index of fwspec for IRQ type
 2020-11-17  3:20 UTC 

[PATCH] vfio iommu type1: Improve vfio_iommu_type1_pin_pages performance
 2020-11-17  3:31 UTC  (5+ messages)

[PATCH v2] x86/dumpstack: Fix misleading instruction pointer error message
 2020-11-17  3:29 UTC  (11+ messages)

[PATCH] irqchip/exiu: Fix the index of fwspec for IRQ type
 2020-11-17  3:18 UTC 

[PATCH v2] bus: mhi: core: Add support MHI EE FP for download firmware
 2020-11-17  3:27 UTC  (3+ messages)
  ` 答复: "

[PATCH] Fix warning for static const char * array in audio_manager_module.c
 2020-11-17  3:25 UTC  (2+ messages)

[PATCH 1/6] ibmvfc: byte swap login_buf.resp values in attribute show functions
 2020-11-17  3:22 UTC  (4+ messages)

[tip:irq/core] BUILD SUCCESS 8c67d247dcad67fbdd07c8bab9818d0b8d9240bf
 2020-11-17  3:17 UTC 

[tip:timers/core] BUILD SUCCESS 66981c37b3199d293c58f84cf2366e86a06e1a3d
 2020-11-17  3:17 UTC 

[PATCH] btrfs: remove the useless value assignment in block_rsv_release_bytes
 2020-11-17  3:17 UTC  (3+ messages)

[PATCH] staging: fieldbus: use kobj_to_dev() to get device
 2020-11-17  2:59 UTC 

[PATCH RFC v6 0/6] Add Unisoc's drm kms module
 2020-11-17  3:07 UTC  (4+ messages)
` [PATCH RFC v6 4/6] drm/sprd: add Unisoc's drm display controller driver

[PATCH] powerpc/powernv/sriov: fix unsigned int win compared to less than zero
 2020-11-17  3:07 UTC  (3+ messages)

[PATCH net] rsi_91x: fix error return code in rsi_reset_card()
 2020-11-17  3:07 UTC 

[PATCH v3 1/7] compiler-clang: add build check for clang 10.0.1
 2020-11-17  3:04 UTC  (2+ messages)

[PATCH 0/3] PPC: Fix -Wimplicit-fallthrough for clang
 2020-11-17  3:02 UTC  (7+ messages)
` [PATCH 1/3] powerpc: boot: include compiler_attributes.h
` [PATCH 2/3] Revert "lib: Revert use of fallthrough pseudo-keyword in lib/"
` [PATCH 3/3] powerpc: fix -Wimplicit-fallthrough

[PATCH net] net: b44: fix error return code in b44_init_one()
 2020-11-17  3:02 UTC 

[PATCH v6 00/34] bpf: switch to memcg-based memory accounting
 2020-11-17  2:55 UTC  (35+ messages)
` [PATCH v6 01/34] mm: memcontrol: use helpers to read page's memcg data
` [PATCH v6 02/34] mm: memcontrol/slab: use helpers to access slab page's memcg_data
` [PATCH v6 03/34] mm: introduce page memcg flags
` [PATCH v6 04/34] mm: convert page kmemcg type to a page memcg flag
` [PATCH v6 05/34] bpf: memcg-based memory accounting for bpf progs
` [PATCH v6 06/34] bpf: prepare for memcg-based memory accounting for bpf maps
` [PATCH v6 07/34] bpf: "
` [PATCH v6 08/34] bpf: refine memcg-based memory accounting for arraymap maps
` [PATCH v6 09/34] bpf: refine memcg-based memory accounting for cpumap maps
` [PATCH v6 10/34] bpf: memcg-based memory accounting for cgroup storage maps
` [PATCH v6 11/34] bpf: refine memcg-based memory accounting for devmap maps
` [PATCH v6 12/34] bpf: refine memcg-based memory accounting for hashtab maps
` [PATCH v6 13/34] bpf: memcg-based memory accounting for lpm_trie maps
` [PATCH v6 14/34] bpf: memcg-based memory accounting for bpf ringbuffer
` [PATCH v6 15/34] bpf: memcg-based memory accounting for bpf local storage maps
` [PATCH v6 16/34] bpf: refine memcg-based memory accounting for sockmap and sockhash maps
` [PATCH v6 17/34] bpf: refine memcg-based memory accounting for xskmap maps
` [PATCH v6 18/34] bpf: eliminate rlimit-based memory accounting for arraymap maps
` [PATCH v6 19/34] bpf: eliminate rlimit-based memory accounting for bpf_struct_ops maps
` [PATCH v6 20/34] bpf: eliminate rlimit-based memory accounting for cpumap maps
` [PATCH v6 21/34] bpf: eliminate rlimit-based memory accounting for cgroup storage maps
` [PATCH v6 22/34] bpf: eliminate rlimit-based memory accounting for devmap maps
` [PATCH v6 23/34] bpf: eliminate rlimit-based memory accounting for hashtab maps
` [PATCH v6 24/34] bpf: eliminate rlimit-based memory accounting for lpm_trie maps
` [PATCH v6 25/34] bpf: eliminate rlimit-based memory accounting for queue_stack_maps maps
` [PATCH v6 26/34] bpf: eliminate rlimit-based memory accounting for reuseport_array maps
` [PATCH v6 27/34] bpf: eliminate rlimit-based memory accounting for bpf ringbuffer
` [PATCH v6 28/34] bpf: eliminate rlimit-based memory accounting for sockmap and sockhash maps
` [PATCH v6 29/34] bpf: eliminate rlimit-based memory accounting for stackmap maps
` [PATCH v6 30/34] bpf: eliminate rlimit-based memory accounting for xskmap maps
` [PATCH v6 31/34] bpf: eliminate rlimit-based memory accounting for bpf local storage maps
` [PATCH v6 32/34] bpf: eliminate rlimit-based memory accounting infra for bpf maps
` [PATCH v6 33/34] bpf: eliminate rlimit-based memory accounting for bpf progs
` [PATCH v6 34/34] bpf: samples: do not touch RLIMIT_MEMLOCK

[PATCH] arch: x86: platform: retire arch/x86/platform/goldfish
 2020-11-17  2:55 UTC 

[PATCH v1 0/2] Serialize execution environment changes for MHI
 2020-11-17  2:58 UTC  (3+ messages)
` [PATCH v1 1/2] bus: mhi: core: Download AMSS image from appropriate function
` [PATCH v1 2/2] bus: mhi: core: Process execution environment changes serially

[PATCH net] atl1e: fix error return code in atl1e_probe()
 2020-11-17  2:57 UTC 

[PATCH] mm: memcg: remove obsolete memcg_has_children()
 2020-11-17  2:55 UTC  (2+ messages)

[PATCH] Bluetooth: btusb: Add the missed release_firmware() in btusb_mtk_setup_firmware()
 2020-11-17  2:59 UTC 

[PATCH] iommu: fix return error code in iommu_probe_device()
 2020-11-17  2:52 UTC 

[PATCH net] atl1c: fix error return code in atl1c_probe()
 2020-11-17  2:55 UTC 

[PATCH] btrfs: remove the useless value assignment in btrfs_defrag_file
 2020-11-17  2:53 UTC  (3+ messages)

[PATCH] [media] omap4iss: return error code when omap4iss_get() failed
 2020-11-17  2:50 UTC 

[PATCH] drm/msm/dpu: Fix error return code in dpu_mdss_init()
 2020-11-17  2:56 UTC 

[PATCH] KVM: SVM: fix error return code in svm_create_vcpu()
 2020-11-17  2:54 UTC 

[RFC 0/4] clk: imx: Register the dram_apb and dram_alt as read-only
 2020-11-17  2:47 UTC  (2+ messages)

[PATCH net] ah6: fix error return code in ah6_input()
 2020-11-17  2:45 UTC 

linux-next: build failure after merge of the phy-next tree
 2020-11-17  2:40 UTC 

[PATCH v4 00/15] dmaengine: dw-axi-dmac: support Intel KeemBay AxiDMA
 2020-11-17  2:22 UTC  (16+ messages)
` [PATCH v4 01/15] dt-bindings: dma: Add YAML schemas for dw-axi-dmac
` [PATCH v4 02/15] dmaengine: dw-axi-dmac: simplify descriptor management
` [PATCH v4 03/15] dmaengine: dw-axi-dmac: move dma_pool_create() to alloc_chan_resources()
` [PATCH v4 04/15] dmaengine: dw-axi-dmac: Add device_synchronize() callback
` [PATCH v4 05/15] dmaengine: dw-axi-dmac: Add device_config operation
` [PATCH v4 06/15] dmaengine: dw-axi-dmac: Support device_prep_slave_sg
` [PATCH v4 07/15] dmaegine: dw-axi-dmac: Support device_prep_dma_cyclic()
` [PATCH v4 08/15] dmaengine: dw-axi-dmac: Support of_dma_controller_register()
` [PATCH v4 09/15] dmaengine: dw-axi-dmac: Support burst residue granularity
` [PATCH v4 10/15] dt-binding: dma: dw-axi-dmac: Add support for Intel KeemBay AxiDMA
` [PATCH v4 11/15] dmaengine: dw-axi-dmac: Add Intel KeemBay DMA register fields
` [PATCH v4 12/15] dmaengine: dw-axi-dmac: Add Intel KeemBay AxiDMA support
` [PATCH v4 13/15] dmaengine: dw-axi-dmac: Add Intel KeemBay AxiDMA handshake
` [PATCH v4 14/15] dmaengine: dw-axi-dmac: Add Intel KeemBay AxiDMA BYTE and HALFWORD registers
` [PATCH v4 15/15] dmaengine: dw-axi-dmac: Set constraint to the Max segment size

[PATCH] Bluetooth: btmtksdio: Add the missed release_firmware() in mtk_setup_firmware()
 2020-11-17  2:43 UTC 

[PATCH] scsi: fdomain: Fix error return code in fdomain_probe()
 2020-11-17  2:38 UTC 

[PATCH -next] thermal: intel_pch_thermal: fix build for ACPI not enabled
 2020-11-17  2:38 UTC 

[PATCH 1/2] mm/vmalloc: use free_vm_area() if an allocation fails
 2020-11-17  2:37 UTC  (3+ messages)
` [PATCH 2/2] mm/vmalloc: rework the drain logic

[PATCH] drm/msm: Fix error return code in msm_drm_init()
 2020-11-17  2:36 UTC 

[mm/gup] 47e29d32af: phoronix-test-suite.npb.FT.A.total_mop_s -45.0% regression
 2020-11-17  2:48 UTC 

[PATCH] vringh: fix vringh_iov_push_*() documentation
 2020-11-17  2:29 UTC  (2+ messages)

[PATCHv1 0/4] Extend FPGA manager and region drivers for
 2020-11-17  2:24 UTC  (6+ messages)
` [PATCHv1 3/4] dt-bindings: fpga: add authenticate-fpga-config property

[PATCH][v2] x86/microcode/intel: check cpu stepping and processor flag before saving microcode
 2020-11-17  2:25 UTC  (3+ messages)

[PATCH v2] epoll: add nsec timeout support
 2020-11-17  2:21 UTC  (6+ messages)

[PATCH v2] ttyprintk: optimize tpk_close flush code
 2020-11-17  2:21 UTC 

[RFC PATCH v2] MIPS: Kconfig: Select ARCH_WANT_FRAME_POINTERS
 2020-11-17  2:17 UTC  (3+ messages)

[PATCH v7 0/6] spi: cadence-quadspi: Add QSPI controller support for Intel LGM SoC
 2020-11-17  2:16 UTC  (4+ messages)
` [PATCH v7 5/6] dt-bindings: spi: Convert cadence-quadspi.txt to cadence-quadspi.yaml

[PATCH v2 1/3] soc: qcom: Add tracepoints to mdt loader
 2020-11-17  2:14 UTC  (2+ messages)

[RFC PATCH v2 0/4] Add Microchip PolarFire Soc Support
 2020-11-17  2:14 UTC  (3+ messages)
` [RFC PATCH v2 3/4] RISC-V: Initial DTS for Microchip ICICLE board

[PATCH bpf-next v3 1/2] bpf: Add bpf_lsm_set_bprm_opts helper
 2020-11-17  2:13 UTC  (2+ messages)
` [PATCH bpf-next v3 2/2] bpf: Add tests for bpf_lsm_set_bprm_opts

[PATCH v11 01/13] vfio: VFIO_IOMMU_SET_PASID_TABLE
 2020-11-17  2:11 UTC  (2+ messages)

[PATCH v2] docs: automarkup.py: Allow automatic cross-reference inside C namespace
 2020-11-17  2:12 UTC 

[PATCH net-next v1] lan743x: replace devicetree phy parse code with library function
 2020-11-17  2:09 UTC  (2+ messages)

[PATCH 3/3] mmc: rtsx: Add SD Express mode support for RTS5261
 2020-11-17  2:09 UTC  (8+ messages)
  ` 答复: "

[PATCH RFC v2 0/5] dwmac-meson8b: picosecond precision RX delay support
 2020-11-17  2:06 UTC  (11+ messages)
` [PATCH RFC v2 1/5] dt-bindings: net: dwmac-meson: use picoseconds for the RGMII RX delay
` [PATCH RFC v2 2/5] net: stmmac: dwmac-meson8b: fix enabling the timing-adjustment clock
` [PATCH RFC v2 3/5] net: stmmac: dwmac-meson8b: use picoseconds for the RGMII RX delay
` [PATCH RFC v2 4/5] net: stmmac: dwmac-meson8b: move RGMII delays into a separate function
` [PATCH RFC v2 5/5] net: stmmac: dwmac-meson8b: add support for the RGMII RX delay on G12A

[PATCH bpf-next v2 1/2] bpf: Add bpf_lsm_set_bprm_opts helper
 2020-11-17  2:07 UTC  (7+ messages)
` [PATCH bpf-next v2 2/2] bpf: Add tests for bpf_lsm_set_bprm_opts

[PATCH v3 19/35] x86/io_apic: Cleanup trigger/polarity helpers
 2020-11-17  2:00 UTC  (21+ messages)
` [tip: x86/apic] "
          ` [EXTERNAL] "

[PATCH] scsi: sd: remove obsolete variable in sd_remove()
 2020-11-17  1:55 UTC  (2+ messages)

[PATCH 1/2] kbuild: Hoist '--orphan-handling' into Kconfig
 2020-11-17  1:54 UTC  (3+ messages)

[PATCH net-next v2 RESEND] net/usb/r8153_ecm: support ECM mode for RTL8153
 2020-11-17  1:50 UTC  (5+ messages)
  ` [PATCH net-next] r8153_ecm: avoid to be prior to r8152 driver

[PATCH] PCI: dwc: fix error return code in dw_pcie_host_init()
 2020-11-17  1:49 UTC  (2+ messages)

drivers/net/ethernet/freescale/gianfar.c:580 gfar_parse_group() warn: 'grp->regs' not released on lines: 517
 2020-11-17  1:41 UTC  (2+ messages)

[PATCH net] net: ipa: lock when freeing transaction
 2020-11-17  1:40 UTC  (2+ messages)

[PATCH] RISC-V: fix barrier() use in <vdso/processor.h>
 2020-11-17  1:39 UTC 

[PATCH net-next 1/5] ptp: clockmatrix: bug fix for idtcm_strverscmp
 2020-11-17  1:27 UTC  (2+ messages)

[PATCH] ubifs: wbuf: Don't leak kernel memory to flash
 2020-11-17  1:25 UTC  (2+ messages)

[PATCH 0/2] fpga: dfl: optional VSEC for start of dfl
 2020-11-17  1:25 UTC  (3+ messages)
` [PATCH 1/2] fpga: dfl: refactor cci_enumerate_feature_devs()
` [PATCH 2/2] fpga: dfl: look for vendor specific capability

[tip:x86/urgent] BUILD SUCCESS 8986f223bd777a73119f5d593c15b4d630ff49bb
 2020-11-17  1:24 UTC 

[PATCH] speakup: fix uninitialized flush_lock
 2020-11-17  1:22 UTC 

[PATCH v3] Make iwmmxt.S support Clang's integrated assembler
 2020-11-17  1:20 UTC  (3+ messages)
` [PATCH v4] "

[PATCH net-next v2 3/3] nfc: s3fwrn5: Change the error code
 2020-11-17  1:18 UTC 

[PATCH 1/4] MIPS: vdso: Use vma page protection for remapping
 2020-11-17  1:18 UTC  (5+ messages)
` [PATCH 2/4] MIPS: kvm: Use vm_get_page_prot to get protection bits

[PATCH net-next v2 2/3] nfc: s3fwrn5: Fix the misspelling in a comment
 2020-11-17  1:17 UTC 

[PATCH] ARM: dts: aspeed: minipack: Fixup I2C tree
 2020-11-17  1:16 UTC  (3+ messages)

[PATCH net-next v2 1/3] nfc: s3fwrn5: Remove the max_payload
 2020-11-17  1:16 UTC 

[PATCH net-next v2 0/3] nfc: s3fwrn5: Refactor the s3fwrn5 driver
 2020-11-17  1:14 UTC 

[PATCH v6] lib: optimize cpumask_local_spread()
 2020-11-17  1:12 UTC  (7+ messages)

[PATCH] usb: chipidea: ci_hdrc_imx: add missing put_device() call in usbmisc_get_init_data()
 2020-11-17  1:14 UTC 

[PATCH v2 1/2] leds: rt4505: Add support for Richtek RT4505 flash LED controller
 2020-11-17  1:10 UTC  (3+ messages)

[PATCH] soc: amlogic: canvas: add missing put_device() call in meson_canvas_get()
 2020-11-17  1:13 UTC 

[PATCH 0/2] hwmon: (max127) Add Maxim MAX127 hardware monitoring
 2020-11-17  1:09 UTC  (3+ messages)
` [PATCH 1/2] hwmon: (max127) Add Maxim MAX127 hardware monitoring driver
` [PATCH 2/2] docs: hwmon: Document max127 driver

[PATCH] pinctrl: falcon: add missing put_device() call in pinctrl_falcon_probe()
 2020-11-17  1:12 UTC 

[PATCH 1/3] x86/quirks: Scan all busses for early PCI quirks
 2020-11-17  1:06 UTC  (3+ messages)

[PATCH] drm/msm/dp: fix connect/disconnect handled at ir_hdp
 2020-11-17  1:00 UTC  (2+ messages)

[PATCH net] net: Have netpoll bring-up DSA management interface
 2020-11-17  0:53 UTC  (13+ messages)

mmotm 2020-11-16-16-47 uploaded
 2020-11-17  0:48 UTC 

[PATCH] sparc: fix led.c driver when PROC_FS is not enabled
 2020-11-17  0:48 UTC 

[PATCH v8 -tip 17/26] sched: Split the cookie and setup per-task cookie on fork
 2020-11-17  0:45 UTC  (2+ messages)

[PATCH tip/core/rcu 0/5] Provide SRCU polling grace-period interfaces
 2020-11-17  0:40 UTC  (6+ messages)
` [PATCH RFC tip/core/rcu 1/5] srcu: Make Tiny SRCU use multi-bit grace-period counter
` [PATCH RFC tip/core/rcu 2/5] srcu: Provide internal interface to start a Tiny SRCU grace period
` [PATCH RFC tip/core/rcu 3/5] srcu: Provide internal interface to start a Tree "
` [PATCH RFC tip/core/rcu 4/5] srcu: Provide polling interfaces for Tiny SRCU grace periods
` [PATCH RFC tip/core/rcu 5/5] srcu: Provide polling interfaces for Tree "

[PATCH v41 12/24] x86/sgx: Add SGX_IOC_ENCLAVE_CREATE
 2020-11-17  0:34 UTC  (2+ messages)

5b9f8ff7b3 ("sched/debug: Output SD flag names rather than .."): [ 320.831182] BUG: KASAN: double-free or invalid-free in sd_ctl_doflags
 2020-11-17  0:31 UTC 

linux-next: manual merge of the amdgpu tree with the drm tree
 2020-11-17  0:31 UTC 

[PATCH] Update MAINTAINERS for goldfish-rtc
 2020-11-17  0:31 UTC 

[PATCH v1 net-next] net: dsa: qca: ar9331: add ethtool stats support
 2020-11-17  0:28 UTC  (12+ messages)

mmotm 2020-11-16-16-23 uploaded
 2020-11-17  0:24 UTC 

[RFC PATCH 4/9] cxl/mem: Map memory device registers
 2020-11-17  0:23 UTC  (2+ messages)

[PATCH v2 net 1/1] net: stmmac: Use rtnl_lock/unlock on netif_set_real_num_rx_queues() call
 2020-11-17  0:20 UTC  (2+ messages)

[PATCH 00/13] Clean up legacy clock tick users
 2020-11-16 23:27 UTC  (8+ messages)
` [RFC 13/13] m68k: mac: convert to generic clockevent

[PATCH v2 0/2] tools/bootconfig: Align the bootconfig applied initrd
 2020-11-17  0:09 UTC  (4+ messages)
` [PATCH v2 1/2] tools/bootconfig: Align the bootconfig applied initrd image size to 4

[PATCH v5 2/2] spi: Add generic SPI multiplexer
 2020-11-17  0:08 UTC  (3+ messages)

[PATCH] ath11k: use MHI provided APIs to allocate and free MHI controller
 2020-11-17  0:01 UTC 

Error: invalid switch -me200
 2020-11-16 23:59 UTC  (10+ messages)

[PATCH] pinctrl: bcm: pinctrl-nsp-gpio: Fix setting GPIO as output
 2020-11-16 23:55 UTC  (2+ messages)

[PATCH v4 06/17] PCI: add SIOV and IMS capability detection
 2020-11-16 23:51 UTC  (12+ messages)

[PATCH net] net: ethernet: ti: cpsw: fix error return code in cpsw_probe()
 2020-11-16 23:50 UTC  (2+ messages)

[PATCH 3/5] arm64: dts: sdm845: add oneplus 6/t devices
 2020-11-16 23:49 UTC  (3+ messages)

[PATCH v2 2/4] Kbuild: do not emit debug info for assembly with LLVM_IAS=1
 2020-11-16 23:41 UTC  (3+ messages)
` [PATCH v3] "

[PATCH net] qlcnic: fix error return code in qlcnic_83xx_restart_hw()
 2020-11-16 23:40 UTC  (2+ messages)

[PATCH net] net: stmmac: dwmac-intel-plat: fix error return code in intel_eth_plat_probe()
 2020-11-16 23:40 UTC  (2+ messages)

[PATCH net-next 00/11] net: ipa: IPA register cleanup
 2020-11-16 23:38 UTC  (6+ messages)
` [PATCH net-next 04/11] net: ipa: fix two inconsistent IPA register names
` [PATCH net-next 07/11] net: ipa: define enumerated types consistently
` [PATCH net-next 08/11] net: ipa: fix up IPA register comments
` [PATCH net-next 10/11] net: ipa: move definition of enum ipa_irq_id
` [PATCH net-next 11/11] net: ipa: a few last IPA register cleanups


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