All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-02-09 23:28:45 to 2021-02-10 00:27:11 UTC [more...]

[PATCH] ASoC: soc-pcm: change error message to debug message
 2021-02-09 23:05 UTC  (4+ messages)

[PATCH 1/5] ARM: dts: rockchip: assign a fixed index to mmc devices on rk322x boards
 2021-02-09 23:50 UTC  (5+ messages)
` [PATCH 2/5] ARM: dts: rockchip: assign a fixed index to mmc devices on rv1108 boards

[PATCH v5 1/8] dt-bindings: usb: convert rockchip,dwc3.txt to yaml
 2021-02-09 19:23 UTC  (3+ messages)
` [PATCH v5 2/8] usb: dwc3: of-simple: bail probe if no dwc3 child node
` [PATCH v5 3/8] arm64: dts: rockchip: optimize clks for rk3399 dwc3

[PATCH] fs: buffer: use raw page_memcg() on locked page
 2021-02-09 19:20 UTC  (2+ messages)

[PATCH v2] mm/vmalloc: use rb_tree instead of list for vread() lookups
 2021-02-09 19:49 UTC  (2+ messages)

[PATCH 1/3] mlx5_vdpa: should exclude header length and fcs from mtu
 2021-02-10  0:26 UTC  (4+ messages)
` [PATCH 3/3] mlx5_vdpa: defer clear_virtqueues to until DRIVER_OK

[PATCH] staging: rtl8723bs: fix block comments alignment
 2021-02-09 18:52 UTC  (11+ messages)

[PATCH next v3 01/16] dt-bindings: usb: fix yamllint check warning
 2021-02-09 20:51 UTC  (9+ messages)
` [PATCH next v3 02/16] dt-bindings: usb: mediatek: "
` [PATCH next v3 06/16] dt-bindings: usb: mtk-xhci: add optional assigned clock properties
` [PATCH next v3 07/16] dt-bindings: usb: mtk-xhci: add compatible for mt2701 and mt7623
` [PATCH next v3 08/16] dt-bindings: usb: mediatek: musb: add mt8516 compatbile

[PATCH v6 00/31] target-arm: Implement ARMv8.5-MemTag, user mode
 2021-02-10  0:02 UTC  (24+ messages)
` [PATCH v6 01/31] tcg: Introduce target-specific page data for user-only
` [PATCH v6 02/31] linux-user: Introduce PAGE_ANON
` [PATCH v6 03/31] exec: Use uintptr_t for guest_base
` [PATCH v6 04/31] exec: Use uintptr_t in cpu_ldst.h
` [PATCH v6 05/31] exec: Improve types for guest_addr_valid
` [PATCH v6 06/31] linux-user: Check for overflow in access_ok
` [PATCH v6 07/31] linux-user: Tidy VERIFY_READ/VERIFY_WRITE
` [PATCH v6 08/31] bsd-user: "
` [PATCH v6 09/31] linux-user: Do not use guest_addr_valid for h2g_valid
` [PATCH v6 10/31] linux-user: Fix guest_addr_valid vs reserved_va
` [PATCH v6 11/31] exec: Introduce cpu_untagged_addr
` [PATCH v6 12/31] exec: Use cpu_untagged_addr in g2h; split out g2h_untagged
` [PATCH v6 13/31] linux-user: Explicitly untag memory management syscalls
` [PATCH v6 14/31] linux-user: Use guest_range_valid in access_ok
` [PATCH v6 15/31] exec: Rename guest_{addr,range}_valid to *_untagged
` [PATCH v6 16/31] linux-user: Use cpu_untagged_addr in access_ok; split out *_untagged
` [PATCH v6 17/31] linux-user: Move lock_user et al out of line
` [PATCH v6 18/31] linux-user: Fix types in uaccess.c
` [PATCH v6 19/31] linux-user: Handle tags in lock_user/unlock_user
` [PATCH v6 22/31] target/arm: Use the proper TBI settings for linux-user
` [PATCH v6 23/31] linux-user/aarch64: Implement PR_MTE_TCF and PR_MTE_TAG
` [PATCH v6 24/31] linux-user/aarch64: Implement PROT_MTE
` [PATCH v6 25/31] target/arm: Split out syndrome.h from internals.h

[v3 net-next 00/10] skbuff: introduce skbuff_heads bulking and reusing
 2021-02-09 20:49 UTC  (7+ messages)
` [v3 net-next 01/10] skbuff: move __alloc_skb() next to the other skb allocation functions
` [v3 net-next 03/10] skbuff: make __build_skb_around() return void
` [v3 net-next 04/10] skbuff: simplify __alloc_skb() a bit
` [v3 net-next 07/10] skbuff: move NAPI cache declarations upper in the file
` [v3 net-next 09/10] skbuff: reuse NAPI skb cache on allocation path (__alloc_skb())
` [v3 net-next 10/10] skbuff: queue NAPI_MERGED_FREE skbs into NAPI cache instead of freeing

[PATCH v2 net-next 00/11] Cleanup in brport flags switchdev offload for DSA
 2021-02-09 20:37 UTC  (9+ messages)
` [PATCH v2 net-next 03/11] net: bridge: don't print in br_switchdev_set_port_flag
` [PATCH v2 net-next 04/11] net: bridge: offload initial and final port flags through switchdev
` [PATCH v2 net-next 07/11] net: dsa: kill .port_egress_floods overengineering

[v7 PATCH 0/12] Make shrinker's nr_deferred memcg aware
 2021-02-09 23:33 UTC  (10+ messages)
` [v7 PATCH 03/12] mm: vmscan: use shrinker_rwsem to protect shrinker_maps allocation
` [v7 PATCH 04/12] mm: vmscan: remove memcg_shrinker_map_size
` [v7 PATCH 05/12] mm: memcontrol: rename shrinker_map to shrinker_info

[PATCH RFC 00/17] playing around req alloc
 2021-02-10  0:03 UTC  (18+ messages)
` [PATCH 01/17] io_uring: replace force_nonblock with flags
` [PATCH 02/17] io_uring: make op handlers always take issue flags
` [PATCH 03/17] io_uring: don't propagate io_comp_state
` [PATCH 04/17] io_uring: don't keep submit_state on stack
` [PATCH 05/17] io_uring: remove ctx from comp_state
` [PATCH 06/17] io_uring: don't reinit submit state every time
` [PATCH 07/17] io_uring: replace list with array for compl batch
` [PATCH 08/17] io_uring: submit-completion free batching
` [PATCH 09/17] io_uring: remove fallback_req
` [PATCH 10/17] io_uring: count ctx refs separately from reqs
` [PATCH 11/17] io_uring: persistent req cache
` [PATCH 12/17] io_uring: feed reqs back into alloc cache
` [PATCH 13/17] io_uring: use persistent request cache
` [PATCH 14/17] io_uring: provide FIFO ordering for task_work
` [PATCH 15/17] io_uring: enable req cache for task_work items
` [PATCH 16/17] io_uring: take comp_state from ctx
` [PATCH 17/17] io_uring: defer flushing cached reqs

[PATCH u-boot 1/2] fs: btrfs: skip xattrs in directory listing
 2021-02-10  0:20 UTC  (4+ messages)
` [PATCH u-boot 2/2] fs: btrfs: change directory list output to be aligned as before

FAILED: patch "[PATCH] tracing/kprobe: Fix to support kretprobe events on unloaded" failed to apply to 5.4-stable tree
 2021-02-09 23:56 UTC  (3+ messages)

[PATCH v3 1/6] Bluetooth: btintel: Check firmware version before download
 2021-02-09 23:34 UTC  (6+ messages)
` [PATCH v3 2/6] Bluetooth: btintel: Move operational checks after version check
` [PATCH v3 3/6] Bluetooth: btintel: Consolidate intel_version_tlv parsing
` [PATCH v3 4/6] Bluetooth: btintel: Consolidate intel_version parsing
` [PATCH v3 5/6] Bluetooth: btusb: Consolidate code for waiting firmware download
` [PATCH v3 6/6] Bluetooth: btusb: Consolidate code for waiting firmware to boot

[PATCH v3] thermal: qcom: tsens-v0_1: Add support for MDM9607
 2021-02-09 19:25 UTC 

[PATCH v3 0/4] arm64: dts: qcom: qrb5165-rb5: use GPIO as SPI0 CS
 2021-02-09 23:57 UTC  (9+ messages)
` [PATCH v3 1/4] arm64: dts: qcom: sm8250: split spi pinctrl config
` [PATCH v3 2/4] arm64: dts: qcom: sm8250: further split of "
` [PATCH v3 3/4] arm64: dts: qcom: sm8250: add pinctrl for SPI using GPIO as a CS
` [PATCH v3 4/4] arm64: dts: qcom: qrb5165-rb5: switch into using GPIO for SPI0 CS

[PATCH] drm/msm: a6xx: Make sure the SQE microcode is safe
 2021-02-09 23:57 UTC  (2+ messages)

[PATCH v2] io_uring: fix possible deadlock in io_uring_poll
 2021-02-09 23:30 UTC  (4+ messages)
` [PATCH v3] "

[PATCH 1/2] arm64: dts: qcom: sdm845: Move reserved-memory to devices
 2021-02-09 23:36 UTC  (3+ messages)

[PATCH 1/2] rcuscale: add kfree_rcu() single-argument scale test
 2021-02-09 20:13 UTC  (3+ messages)

Pstore : Query on using ramoops driver for DDR
 2021-02-09 20:46 UTC 

[clk:clk-unused 3/5] arch/arm/boot/dts/zx296702.dtsi:3:10: fatal error: dt-bindings/clock/zx296702-clock.h: No such file or directory
 2021-02-10  0:16 UTC 

[PATCH 02/13] target: split target_submit_cmd_map_sgls
 2021-02-09 18:40 UTC  (3+ messages)

[PATCH 00/12 V2] target: fix cmd plugging and completion
 2021-02-09 19:10 UTC  (8+ messages)
` [PATCH 03/13] target: add workqueue based cmd submission
` [PATCH 06/13] tcm loop: use lio wq cmd submission helper

[PATCH v17 00/10] mm: introduce memfd_secret system call to create "secret" memory areas
 2021-02-09 20:08 UTC  (9+ messages)

[patch 00/12] x86/irq/64: Inline irq stack switching
 2021-02-09 20:43 UTC  (5+ messages)
` [patch 11/12] softirq: Allow inlining do_softirq_own_stack()

[PATCH v4 0/2] Add Mediatek Efuse Device Node for MT8192 SoC
 2021-02-09 20:41 UTC  (3+ messages)
` [PATCH v4 1/2] dt-bindings: nvmem: mediatek: add support for MediaTek mt8192 SoC

[RFC][PATCH v6 0/7] Generic page pool & deferred freeing for system dmabuf heap
 2021-02-09 20:16 UTC  (10+ messages)
` [RFC][PATCH v6 1/7] drm: Add a sharable drm page-pool implementation

[PATCH] media: i2c: Kconfig: Make MAX9271 a module
 2021-02-09 23:24 UTC  (2+ messages)

[PATCH 00/12] test-lib: misc improvements
 2021-02-10  0:06 UTC  (4+ messages)
` [PATCH 12/12] test-lib-functions: split out {debug,path,text} helpers

[PATCH 0/2] checkout-index: some cleanups to --temp and --prefix outputs
 2021-02-09 23:59 UTC  (4+ messages)
` [PATCH 1/2] write_entry(): fix misuses of `path` in error messages

[PATCH net 1/2] netfilter: conntrack: skip identical origin tuple in same zone only
 2021-02-10  0:00 UTC  (2+ messages)

[PATCH ] KVM: VMX: Enable/disable PML when dirty logging gets enabled/disabled
 2021-02-09 23:24 UTC 

[PATCH v2] mm: cma: support sysfs
 2021-02-09 20:11 UTC  (11+ messages)

[PATCH v6 0/9] grep: honor sparse checkout and add option to ignore it
 2021-02-09 23:23 UTC  (3+ messages)
` [PATCH v7] grep: honor sparse-checkout on working tree searches

[PATCH v10 0/3] mergetool: add hideResolved configuration (was automerge)
 2021-02-09 23:27 UTC  (4+ messages)
` [PATCH v11 "

[PATCH 00/11] x86/fault: Cleanups and robustifications
 2021-02-09 20:09 UTC  (4+ messages)
` [PATCH 07/11] x86/fault: Split the OOPS code out from no_context()

[RFC PATCH 0/2] platform/x86: thinkpad_acpi/ideapad-laptop: move into subfolder and extract common DYTC code
 2021-02-09 23:51 UTC  (3+ messages)
` [RFC PATCH 2/2] platform/x86: thinkpad_acpi/ideapad-laptop: extract common DYTC constants/functions
  ` [External] "

[PATCH net-next 00/12][pull request] 100GbE Intel Wired LAN Driver Updates 2021-02-08
 2021-02-09 23:50 UTC  (2+ messages)

[PATCH v7 04/17] hook: include hookdir hook in list
 2021-02-09 22:05 UTC  (3+ messages)

[PATCH] dt-bindings: pinctrl: Group tuples in pin control properties
 2021-02-09 22:51 UTC  (2+ messages)

[PATCH] Revert "drm/atomic: document and enforce rules around "spurious" EBUSY"
 2021-02-10  0:14 UTC  (2+ messages)
` [Intel-gfx] "

[PATCH u-boot] fs: btrfs: do not fail when offset of a ROOT_ITEM is not -1
 2021-02-10  0:09 UTC  (2+ messages)

[PATCH V2 net-next 00/11] net: hns3: some cleanups for -next
 2021-02-09 23:50 UTC  (2+ messages)

[PATCHv2 0/3] usbnet: speed reporting for devices without MDIO
 2021-02-09 23:47 UTC  (4+ messages)

[PATCH v2 00/28] Allow parallel MMU operations with TDP MMU
 2021-02-09 20:39 UTC  (3+ messages)
` [PATCH v2 06/28] locking/rwlocks: Add contention detection for rwlocks

[net-next v2] tcp: Explicitly mark reserved field in tcp_zerocopy_receive args
 2021-02-09 23:46 UTC  (9+ messages)

[PATCH net-next v11 0/3] implement kthread based napi poll
 2021-02-09 23:50 UTC  (2+ messages)

[PATCH net-next 0/9] net: phy: icplus: cleanups and new features
 2021-02-09 20:03 UTC  (3+ messages)
` [PATCH net-next 5/9] net: phy: icplus: add IP101A/IP101G model detection

[PATCH net 0/3] net: hns3: fixes for -net
 2021-02-09 23:30 UTC  (2+ messages)

[PATCH stable 4.9] mm: memcontrol: fix NULL pointer crash in test_clear_page_writeback()
 2021-02-09 20:26 UTC 

[PATCH] checks: Error on node-name and property name being the same
 2021-02-10  0:08 UTC  (2+ messages)

[PATCH net] net: dsa: felix: implement port flushing on .phylink_mac_link_down
 2021-02-09 23:20 UTC  (2+ messages)

[PATCH v3 0/8] mm: memcontrol: switch to rstat
 2021-02-09 20:21 UTC  (3+ messages)
` [PATCH v3 7/8] mm: memcontrol: consolidate lruvec stat flushing

[PATCH v2 net-next 0/3] qede: add netpoll and per-queue coalesce support
 2021-02-09 21:26 UTC  (2+ messages)
` [PATCH v2 net-next 3/3] qede: preserve per queue stats across up/down of interface

force upgrade of the BMC
 2021-02-10  0:03 UTC 

[PATCHv2 0/5] aer handling fixups
 2021-02-09 23:06 UTC  (2+ messages)

[PATCH v3 0/8] Create 'old' ptes for faultaround mappings on arm64 with hardware access flag
 2021-02-09 20:24 UTC  (3+ messages)
` [PATCH v3 1/8] mm: Cleanup faultaround and finish_fault() codepaths

[PATCH v2 1/2] drivers/irqchip: Fixup csky,mpintc compile error with CPU_CK610
 2021-02-09 20:26 UTC  (7+ messages)
` [PATCH v2 2/2] drivers/clocksource: Fixup csky,mptimer "

[PATCH] netdev: always register for single CQM threshold
 2021-02-10  0:04 UTC 

[PATCH v2 0/1] Add driver support for the IMX General Purpose Timer (GPT) available
 2021-02-10  0:04 UTC  (2+ messages)
` [PATCH v2 1/1] timer: imx-gpt: Add timer support for i.MX SoCs family

[PATCH v5 0/4] Add EFI_CERT_X509_GUID support for dbx/mokx entries
 2021-02-09 21:53 UTC  (11+ messages)
` Conflict with Mickaël Salaün's blacklist patches [was [PATCH v5 0/4] Add EFI_CERT_X509_GUID support for dbx/mokx entries]

[PATCH] hwrng: bcm2835 - remove redundant null check
 2021-02-09 22:54 UTC  (2+ messages)

[PATCH V2 net-next 2/2] net: broadcom: bcm4908enet: add BCM4908 controller driver
 2021-02-09 23:01 UTC  (3+ messages)
` [PATCH V3 net-next 1/2] dt-bindings: net: document BCM4908 Ethernet controller
  ` [PATCH V3 net-next 2/2] net: broadcom: bcm4908_enet: add BCM4908 controller driver

[PATCH v2 0/8] CXL 2.0 Support
 2021-02-10  0:02 UTC  (9+ messages)
` [PATCH v2 1/8] cxl/mem: Introduce a driver for CXL-2.0-Type-3 endpoints
` [PATCH v2 2/8] cxl/mem: Find device capabilities
` [PATCH v2 3/8] cxl/mem: Register CXL memX devices
` [PATCH v2 4/8] cxl/mem: Add basic IOCTL interface
` [PATCH v2 5/8] cxl/mem: Add a "RAW" send command
` [PATCH v2 6/8] cxl/mem: Enable commands via CEL
` [PATCH v2 7/8] cxl/mem: Add set of informational commands
` [PATCH v2 8/8] MAINTAINERS: Add maintainers of the CXL driver

[PATCH net 0/2] Netfilter fixes for net
 2021-02-09 21:35 UTC 

[PATCH net-next v3 0/5] bridge: mrp: Extend br_mrp_switchdev_*
 2021-02-09 20:21 UTC  (6+ messages)
` [PATCH net-next v3 1/5] switchdev: mrp: Extend ring_role_mrp and in_role_mrp
` [PATCH net-next v3 2/5] bridge: mrp: Add 'enum br_mrp_hw_support'
` [PATCH net-next v3 3/5] bridge: mrp: Extend br_mrp_switchdev to detect better the errors
` [PATCH net-next v3 4/5] bridge: mrp: Update br_mrp to use new return values of br_mrp_switchdev
` [PATCH net-next v3 5/5] net: mscc: ocelot: Add support for MRP

[PATCH 0/8] MUSE: Userspace backed MTD v3
 2021-02-09 20:06 UTC  (4+ messages)

[bcache:for-next 9/19] ERROR: modpost: "__udivdi3" undefined!
 2021-02-10  0:01 UTC 

[PATCH] virtiofs: Fail dax mount if device does not support it
 2021-02-09 22:47 UTC 

[PATCH 0/3] drm/ttm: constify static vm_operations_structs
 2021-02-09 23:48 UTC  (4+ messages)
` [PATCH 1/3] drm/amdgpu/ttm: constify static vm_operations_struct
` [PATCH 2/3] drm/radeon/ttm: "
` [PATCH 3/3] drm/nouveau/ttm: "

[PATCH v3 0/2] drm: aspeed: Support more chip families
 2021-02-09 23:34 UTC  (4+ messages)
` [PATCH v3 1/2] drm/aspeed: Look up syscon by phandle

[gustavoars-linux:testing/drm/radeon/si_dpm 8321/8744] arch/mips/kernel/setup.c:47:39: error: conflicting types for '__appended_dtb'
 2021-02-09 23:56 UTC 

[RFC PATCH v3 0/2] scheduler: expose the topology of clusters and add cluster scheduler
 2021-02-09 22:48 UTC  (3+ messages)
` [RFC PATCH v3 1/2] topology: Represent clusters of CPUs within a die

[PATCH v4 0/8] Make fw_devlink=on more forgiving
 2021-02-09 21:54 UTC  (4+ messages)
` [PATCH v4 4/8] of: property: Add fw_devlink support for optional properties

alloc_pages_bulk()
 2021-02-09 22:55 UTC  (4+ messages)
` Fwd: alloc_pages_bulk()

[PATCH 1/2] dt-bindings: phy-imx8mq-usb: add reset-gpios property
 2021-02-09 20:01 UTC  (2+ messages)

[RFC PATCH v2 0/2] PCIe DOE for PCIe and CXL 2.0 v2 release
 2021-02-09 22:53 UTC  (4+ messages)
` [RFC v2 2/2] Basic CXL DOE for CDAT and Compliance Mode

[PATCH] remoteproc: core: Fix rproc->firmware free in rproc_set_firmware()
 2021-02-09 22:50 UTC  (3+ messages)

[PATCH] wireless: brcm80211: Fix the spelling configation to configuration in the file d11.h
 2021-02-09 23:42 UTC  (2+ messages)

[PATCH] ath10k: change len of trace_ath10k_log_dbg_dump for large buffer size
 2021-02-09 21:34 UTC  (4+ messages)

[PATCH] dt-bindings: can: rcar_canfd: Group tuples in pin control properties
 2021-02-09 22:52 UTC  (2+ messages)

[PATCH v3 bpf-next 0/8] bpf: Misc improvements
 2021-02-09 23:22 UTC  (11+ messages)
` [PATCH v3 bpf-next 2/8] bpf: Compute program stats for sleepable programs
` [PATCH v3 bpf-next 7/8] bpf: Allows per-cpu maps and map-in-map in "

FAILED unresolved symbol vfs_truncate on arm64 with LLVM
 2021-02-09 23:15 UTC  (18+ messages)

[RESEND PATCH v3 0/2] Add a separate DWC3 OF driver for Xilinx platforms
 2021-02-09 20:02 UTC  (10+ messages)
` [RESEND PATCH v3 2/2] usb: dwc3: Add "

[GIT PULL] fscache: I/O API modernisation and netfs helper library
 2021-02-09 22:42 UTC  (6+ messages)

[PATCH for-4.15] x86/ucode/amd: Fix OoB read in cpu_request_microcode()
 2021-02-09 23:40 UTC 

[hch-dma-mapping:for-next 9/9] drivers/media/usb/uvc/uvc_video.c:1109:0: warning: Redundant assignment of 'dma_dev' to itself
 2021-02-09 23:40 UTC 

[renesas-devel:master] BUILD SUCCESS 1ae0d11b9a943a7e6ced2a899bc9352429da3a44
 2021-02-09 22:59 UTC 

[RFC PATCH v4 00/26] KVM SGX virtualization support
 2021-02-09 21:19 UTC  (4+ messages)
` [RFC PATCH v4 05/26] x86/sgx: Introduce virtual EPC for use by KVM guests

[GIT PULL] Qualcomm ARM64 DT updates for 5.12
 2021-02-09 23:26 UTC  (3+ messages)

[5.10.y regression] i915 clear-residuals mitigation is causing gfx issues
 2021-02-09 23:07 UTC  (4+ messages)
` [Intel-gfx] "

FAILED: patch "[PATCH] remoteproc: qcom_q6v5_mss: Validate modem blob firmware size" failed to apply to 4.19-stable tree
 2021-02-09 23:00 UTC  (2+ messages)

FAILED: patch "[PATCH] remoteproc: qcom_q6v5_mss: Validate MBA firmware size before" failed to apply to 4.19-stable tree
 2021-02-09 22:39 UTC  (2+ messages)

Reconnect issues, still
 2021-02-09 23:33 UTC  (2+ messages)


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.