All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-02-10 00:03:29 to 2021-02-10 00:40:15 UTC [more...]

[PATCH V3 00/14] arm64: coresight: Enable ETE and TRBE
 2021-02-09 19:00 UTC  (3+ messages)
` [PATCH V3 06/14] dts: bindings: Document device tree bindings for ETE

[PATCH v2] sched/topology: fix the issue groups don't span domain->span for NUMA diameter > 2
 2021-02-09 20:58 UTC  (3+ messages)

[PATCH v7 0/2] PCI: keembay: Add support for Intel Keem Bay
 2021-02-10  0:36 UTC  (3+ messages)
` [PATCH v7 2/2] "

[PATCH 1/2] KVM: PPC: Book3S HV: Remove user-triggerable WARN_ON
 2021-02-10  0:39 UTC  (2+ messages)
` [PATCH 1/2] KVM: PPC: Book3S HV: Remove shared-TLB optimisation from vCPU TLB coherency logic

[MPTCP] Re: [PATCH mptcp-next 0/3] SYNRX: MPTCP -> MPTCP: expect x, got y
 2021-02-10  0:39 UTC 

[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] selftests/seccomp: Accept any valid fd in user_notification_addfd
 2021-02-10  0:35 UTC  (3+ messages)

[v3 net-next 00/10] skbuff: introduce skbuff_heads bulking and reusing
 2021-02-09 20:49 UTC  (11+ messages)
` [v3 net-next 01/10] skbuff: move __alloc_skb() next to the other skb allocation functions
` [v3 net-next 02/10] skbuff: simplify kmalloc_reserve()
` [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 05/10] skbuff: use __build_skb_around() in __alloc_skb()
` [v3 net-next 06/10] skbuff: remove __kfree_skb_flush()
` [v3 net-next 07/10] skbuff: move NAPI cache declarations upper in the file
` [v3 net-next 08/10] skbuff: reuse NAPI skb cache on allocation path (__build_skb())
` [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 00/26] ppc: qemu: Convert qemu-ppce500 to driver model
 2021-02-10  0:36 UTC  (3+ messages)

[PATCH 1/1] efi_loader: fix get_last_capsule()
 2021-02-10  0:38 UTC  (2+ messages)

[PATCH next v3 01/16] dt-bindings: usb: fix yamllint check warning
 2021-02-09 20:51 UTC  (16+ messages)
` [PATCH next v3 02/16] dt-bindings: usb: mediatek: "
` [PATCH next v3 03/16] dt-bindings: phy: mediatek: dsi-phy: modify compatible dependence
` [PATCH next v3 04/16] dt-bindings: phy: mediatek: hdmi-phy: modify compatible items
` [PATCH next v3 05/16] dt-bindings: phy: mediatek: tphy: change patternProperties
` [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 net-next 0/7] Marvell Prestera Switchdev misc updates
 2021-02-09 20:31 UTC  (8+ messages)
` [PATCH net-next 5/7] net: marvell: prestera: add LAG support
            ` [EXT] "

Request for feature: force carrier up/on flag
 2021-02-10  0:32 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: arm: amlogic: add support for the Minix NEO U9-H
 2021-02-09 20:57 UTC  (2+ messages)

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

[PATCH v6 00/31] target-arm: Implement ARMv8.5-MemTag, user mode
 2021-02-10  0:02 UTC  (32+ 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 20/31] linux-user/aarch64: Implement PR_TAGGED_ADDR_ENABLE
` [PATCH v6 21/31] target/arm: Improve gen_top_byte_ignore
` [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
` [PATCH v6 26/31] linux-user/aarch64: Pass syndrome to EXC_*_ABORT
` [PATCH v6 27/31] linux-user/aarch64: Signal SEGV_MTESERR for sync tag check fault
` [PATCH v6 28/31] linux-user/aarch64: Signal SEGV_MTEAERR for async tag check error
` [PATCH v6 29/31] target/arm: Add allocation tag storage for user mode
` [PATCH v6 30/31] target/arm: Enable MTE for user-only
` [PATCH v6 31/31] tests/tcg/aarch64: Add mte smoke tests

[net-next v4 00/14] Add Marvell CN10K support
 2021-02-09 23:58 UTC  (3+ messages)
  ` [EXT] "

[v7 PATCH 0/12] Make shrinker's nr_deferred memcg aware
 2021-02-09 20:50 UTC  (7+ messages)
` [v7 PATCH 02/12] mm: vmscan: consolidate shrinker_maps handling code
` [v7 PATCH 04/12] mm: vmscan: remove memcg_shrinker_map_size
` [v7 PATCH 05/12] mm: memcontrol: rename shrinker_map to shrinker_info

[PATCH net v5] net/sched: cls_flower: Reject invalid ct_state flags rules
 2021-02-10  0:12 UTC  (2+ messages)

[rfh] where is coccinelle these days on Ubuntu?
 2021-02-10  0:12 UTC  (5+ messages)

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

[RFC] Filesystem error notifications proposal
 2021-02-10  0:22 UTC  (11+ messages)

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

[gustavoars-linux:testing/staging/rtl8188eu 8321/8744] arch/mips/kernel/setup.c:47:39: error: redefinition of '__appended_dtb' with a different type: 'const char vs 'char
 2021-02-10  0:33 UTC 

[PATCH] dt-bindings: Use portable sort for version cmp
 2021-02-09 20:57 UTC  (2+ messages)

[PATCH 0/3] support for duplicate measurement of integrity critical data
 2021-02-09 20:57 UTC  (6+ messages)

[PATCH v3 0/8] mm: memcontrol: switch to rstat
 2021-02-09 20:21 UTC  (5+ messages)
` [PATCH v3 7/8] mm: memcontrol: consolidate lruvec stat flushing
` [PATCH v3 8/8] kselftests: cgroup: update kmem test for new vmstat implementation

[PATCH v2 0/8] CXL 2.0 Support
 2021-02-10  0:02 UTC  (17+ 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] fs: buffer: use raw page_memcg() on locked page
 2021-02-09 19:01 UTC 

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

[PATCH v1] clk: Move struct clk_core to use struct fwnode_handle
 2021-02-09 23:59 UTC  (2+ messages)

drivers/net/ethernet/pensando/ionic/ionic_lif.c:855 ionic_adminq_napi() error: we previously assumed 'lif->adminqcq' could be null (see line 848)
 2021-02-09 18:30 UTC 

[PATCH 0/4] btrfs: Convert kmaps to core page calls
 2021-02-09 20:52 UTC  (4+ messages)

[PATCH 0/9] Add support for SVM atomics in Nouveau
 2021-02-09 20:53 UTC  (5+ messages)

FAILED unresolved symbol vfs_truncate on arm64 with LLVM
 2021-02-10  0:02 UTC  (11+ messages)

ie31200_edac missing PCI ID for i3-4370
 2021-02-09 23:58 UTC  (5+ messages)

[dpdk-dev] [PATCH] app/testpmd: fix meter commands help strings
 2021-02-10  0:28 UTC  (3+ messages)
` [dpdk-dev] [PATCH v3] "

[PATCH] dt-bindings: arm: xilinx: Add missing Zturn boards
 2021-02-09 20:52 UTC  (2+ messages)

[Intel-gfx] [PATCH v2] drm/i915/display: Allow PSR2 selective fetch to be enabled at run-time
 2021-02-10  0:27 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915/display: Allow PSR2 selective fetch to be enabled at run-time (rev2)

[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 v2 net-next 00/11] Cleanup in brport flags switchdev offload for DSA
 2021-02-09 20:37 UTC  (6+ messages)
` [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

[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

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 

[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:03 UTC  (9+ 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 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 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  (2+ messages)
` [PATCH V3 net-next 1/2] dt-bindings: net: document BCM4908 Ethernet controller


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.