All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-02-09 23:51:04 to 2021-02-10 00:36:23 UTC [more...]

[v3 net-next 00/10] skbuff: introduce skbuff_heads bulking and reusing
 2021-02-09 20:49 UTC  (9+ 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 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 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] "

linux-next: Tree for Feb 8
 2021-02-10  0:16 UTC  (6+ messages)
` linux-next: Tree for Feb 8 (objtool: warnings: 5)

linux-next: Tree for Feb 8 (objtool: warnings: 5)
 2021-02-10  0:19 UTC  (3+ messages)
` [PATCH] ubsan: remove overflow checks

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

[v7 PATCH 0/12] Make shrinker's nr_deferred memcg aware
 2021-02-10  0:22 UTC  (15+ messages)
` [v7 PATCH 01/12] mm: vmscan: use nid from shrink_control for tracepoint
` [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
` [v7 PATCH 06/12] mm: vmscan: add shrinker_info_protected() helper

[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 v2 0/8] CXL 2.0 Support
 2021-02-10  0:02 UTC  (18+ 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 1/2] netfilter: conntrack: skip identical origin tuple in same zone only
 2021-02-10  0:00 UTC  (2+ messages)

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

[PATCH v3 0/5] sunxi: fix H6 HDMI related issues
 2021-02-09 17:58 UTC  (2+ messages)
` [PATCH v3 3/5] drm/sun4i: dw-hdmi: always set clock rate

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 

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

[PATCH v3] checkpatch: do not apply "initialise globals to 0" check to BPF progs
 2021-02-09 19:57 UTC  (4+ 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 v4] checkpatch: do not apply "initialise globals to 0" check to BPF progs
 2021-02-09 21:19 UTC 

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

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

[PATCH][RESEND] lib/vsprintf: make-printk-non-secret printks all addresses as unhashed
 2021-02-10  0:24 UTC  (4+ messages)

[PATCH net v2] vsock: fix locking in vsock_shutdown()
 2021-02-09 23:40 UTC  (2+ messages)

[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  (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)

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 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 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 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 1/2] ext4: Handle casefolding with encryption
 2021-02-09 23:22 UTC  (3+ messages)

[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 ] KVM: VMX: Enable/disable PML when dirty logging gets enabled/disabled
 2021-02-09 23:24 UTC 

[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] PCI: Use subdir-ccflags-* to inherit debug flag
 2021-02-09 23:43 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)

[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] 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] 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 net-next v3 0/5] bridge: mrp: Extend br_mrp_switchdev_*
 2021-02-09 20:21 UTC  (4+ messages)
` [PATCH net-next v3 2/5] bridge: mrp: Add 'enum br_mrp_hw_support'
` [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 1/5] ARM: dts: rockchip: assign a fixed index to mmc devices on rk322x boards
 2021-02-09 23:50 UTC  (6+ messages)
` [PATCH 2/5] ARM: dts: rockchip: assign a fixed index to mmc devices on rv1108 boards

[PATCH 0/8] MUSE: Userspace backed MTD v3
 2021-02-09 20:06 UTC  (4+ 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

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

[PATCH 1/2] dt-bindings: Add doc for FriendlyARM NanoPi R4S
 2021-02-09 23:24 UTC  (2+ messages)

[PATCH 00/16] net: stmmac: Add DW MAC GPIOs and Baikal-T1 GMAC support
 2021-02-09 23:24 UTC  (5+ messages)
` [PATCH 01/16] dt-bindings: net: dwmac: Add DW GMAC GPIOs properties
` [PATCH 02/16] dt-bindings: net: Add Baikal-T1 GMAC bindings

[ANNOUNCE] exfatprogs-1.1.0 version released
 2021-02-09 23:50 UTC 

[PATCH v3 1/3] drm/mediatek: mtk_dpi: Add check for max clock rate in mode_valid
 2021-02-09 22:57 UTC  (2+ messages)

[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  (3+ 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()

[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 v1] mm, hwpoison: enable error handling on shmem thp
 2021-02-09 23:51 UTC  (3+ messages)

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

[PATCH 1/2] power: supply: bq25980: Applies multiple fixes brought on
 2021-02-09 23:05 UTC  (2+ messages)
` [PATCH 2/2] power: supply: bq25980: Moves properties from battery node


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.