All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-12-24 00:25:26 to 2020-12-24 02:47:17 UTC [more...]

[PATCH v5 0/7] Convert all THP vmstat counters to pages
 2020-12-24  2:45 UTC  (11+ messages)
` [PATCH v5 2/7] mm: memcontrol: convert NR_ANON_THPS account "
    ` [External] "
` [PATCH v5 7/7] mm: memcontrol: make the slab calculation consistent
    ` [External] "

[Intel-gfx] Recall: [PATCH v2] drm/i915: Try to guess PCH type even without ISA bridge
 2020-12-24  2:45 UTC 

[PATCH v2 1/3] dt-bindings: arm: sunxi: add PineTab Early Adopter edition
 2020-12-24  2:41 UTC  (6+ messages)
` [PATCH v2 2/3] arm64: allwinner: dts: a64: add DT for Early Adopter's PineTab
` [PATCH v2 3/3] dt-bindings: arm: sunxi: document orig PineTab DT as sample

[RFC v2 00/13] Introduce VDUSE - vDPA Device in Userspace
 2020-12-24  2:41 UTC  (15+ messages)
` [RFC v2 08/13] vdpa: Introduce process_iotlb_msg() in vdpa_config_ops
` [RFC v2 09/13] vduse: Add support for processing vhost iotlb message
    ` [External] "

[Intel-gfx] ✗ Fi.CI.SPARSE: warning for drm/i915: Try to guess PCH type even without ISA bridge
 2020-12-24  2:42 UTC  (4+ messages)
` [Intel-gfx] [PATCH v2] "

[PATCH 1/2] sysvinit/rc: show text progress
 2020-12-24  2:42 UTC  (3+ messages)
` [OE-core] "

[soc:for-next] BUILD SUCCESS 9b28a2eacfe4fc0ca91c3cebaff7496e47bc1f68
 2020-12-24  2:39 UTC 

[soc:arm/fixes] BUILD SUCCESS 7887cc89d5851cbdec49219e9614beec776af150
 2020-12-24  2:39 UTC 

[PATCH net v4 2/2] vhost_net: fix tx queue stuck when sendmsg fails
 2020-12-24  2:39 UTC  (3+ messages)

[rcu] ddc403b8de: WARNING:at_kernel/rcu/tasks.h:#rcu_tasks_verify_self_tests
 2020-12-24  2:51 UTC 

drivers/clocksource/timer-clint.c:72:24: sparse: sparse: cast removes address space '__iomem' of expression
 2020-12-24  2:35 UTC  (2+ messages)

Phosphor-hwmon: reduce hwmonio::retries when sensor is Nonfunctional
 2020-12-24  2:32 UTC  (4+ messages)

Problems with irq mapping in qemu v5.2
 2020-12-24  2:29 UTC  (9+ messages)

[git pull] drm fixes for 5.11-rc1
 2020-12-24  2:29 UTC  (2+ messages)

[PATCH net v4 1/2] vhost_net: fix ubuf refcount incorrectly when sendmsg fails
 2020-12-24  2:25 UTC 

[PATCH net v4 0/2] fixes for vhost_net
 2020-12-24  2:25 UTC 

[dpdk-dev] [PATCH v4] net/iavf: fix invalid RSS combinations rule can be created
 2020-12-24  2:20 UTC  (2+ messages)
` [dpdk-dev] [PATCH v5] "

commit "slub: Acquire_slab() avoid loop" wrongly causes rest of partial slabs to be skipped?
 2020-12-24  2:23 UTC  (2+ messages)

[PATCH] csky: Fix a size determination in gpr_get()
 2020-12-24  2:21 UTC  (9+ messages)

[PATCH v1] scsi: ufs-mediatek: Enable UFSHCI_QUIRK_SKIP_MANUAL_WB_FLUSH_CTRL
 2020-12-24  2:21 UTC  (6+ messages)

[PATCH] drm/amdgpu:Fixed the wrong macro definition in amdgpu_trace.h
 2020-12-24  2:20 UTC  (3+ messages)

linux kernel新手想参与文档翻译
 2020-12-24  2:18 UTC 

[PATCH v2] vhost/vsock: add IOTLB API support
 2020-12-24  2:11 UTC  (3+ messages)

[PATCH v2 00/36] ZBD fixes and improvements
 2020-12-24  2:12 UTC  (37+ messages)
` [PATCH v2 01/36] zbd: return ENOMEM if zone buffer allocation fails
` [PATCH v2 02/36] zbd: use zbd_zone_nr() more actively in the code
` [PATCH v2 03/36] zbd: add get_zone() helper function
` [PATCH v2 04/36] zbd: introduce zone_unlock()
` [PATCH v2 05/36] zbd: engines/libzbc: don't fail on assert for offline zones
` [PATCH v2 06/36] zbd: remove dependency on zone type during i/o
` [PATCH v2 07/36] zbd: skip offline zones in zbd_convert_to_open_zone()
` [PATCH v2 08/36] zbd: avoid zone buffer overrun
` [PATCH v2 09/36] zbd: don't unlock zone mutex after verify replay
` [PATCH v2 10/36] zbd: do not lock conventional zones on I/O adjustment
` [PATCH v2 11/36] zbd: do not set zbd handlers for conventional zones
` [PATCH v2 12/36] zbd: count sectors with data for write pointer zones
` [PATCH v2 13/36] zbd: initialize min_zone and max_zone for all zone types
` [PATCH v2 14/36] zbd: initialize sectors with data at start time
` [PATCH v2 15/36] zbd: use zone_lock() in zbd_process_swd()
` [PATCH v2 16/36] zbd: disable crossing from conventional to sequential zones
` [PATCH v2 17/36] zbd: don't log "zone nnnn is not open" message
` [PATCH v2 18/36] zbd: handle conventional start zone in zbd_convert_to_open_zone()
` [PATCH v2 19/36] zbd: improve replay range validation
` [PATCH v2 20/36] zbd: set thread errors in zbd_adjust_block()
` [PATCH v2 21/36] t/zbd: check for error in test #2
` [PATCH v2 22/36] t/zbd: add run-tests-against-nullb script
` [PATCH v2 23/36] t/zbd: add -t option to run-tests-against-nullb
` [PATCH v2 24/36] t/zbd: skip tests when test prerequisites are not met
` [PATCH v2 25/36] t/zbd: skip tests that need too many sequential zones
` [PATCH v2 26/36] t/zbd: test that conventional zones are not locked during random i/o
` [PATCH v2 27/36] t/zbd: test that zone_reset_threshold calculation is correct
` [PATCH v2 28/36] t/zbd: test random I/O direction in all-conventional case
` [PATCH v2 29/36] t/zbd: fix wrong units in test case #37
` [PATCH v2 30/36] t/zbd: add an option to bail on a failed test
` [PATCH v2 31/36] t/zbd: prevent test #31 from looping
` [PATCH v2 32/36] t/zbd: add checks for offline zone condition
` [PATCH v2 33/36] t/zbd: add test #54 to exercise ZBD verification
` [PATCH v2 34/36] t/zbd: show elapsed time in test-zbd-support
` [PATCH v2 35/36] t/zbd: increase timeout in test #48
` [PATCH v2 36/36] t/zbd: avoid looping on invalid command line options

[PATCH] CODE_OF_CONDUCT: expect tolerance, not respect
 2020-12-24  2:09 UTC  (5+ messages)

[PATCH v2] ARM: mstar: Unify common parts of BreadBee boards into a dtsi
 2020-12-24  2:03 UTC  (3+ messages)

[PATCH] containerd-docker: remove the recipe
 2020-12-24  2:03 UTC  (3+ messages)
` [meta-virtualization] "

[RFC/PATCH] mergetool: use resolved conflicts in all the views
 2020-12-24  2:01 UTC  (19+ messages)
                ` Code of conduct violation?
                          ` Nobody is THE one making contribution

[PATCH] mm/userfaultfd: fix memory corruption due to writeprotect
 2020-12-24  2:00 UTC  (3+ messages)

[PATCH] bcache: set pdev_set_uuid before scond loop iteration
 2020-12-24  1:53 UTC 

[PATCH -next] ext4: use DEFINE_MUTEX (and mutex_init() had been too late)
 2020-12-24  1:55 UTC  (2+ messages)

[GIT PULL] Please pull powerpc/linux.git powerpc-5.11-2 tag
 2020-12-24  1:53 UTC  (2+ messages)

Data corruption when using multiple devices with NVMEoF TCP
 2020-12-24  1:51 UTC  (6+ messages)

[PATCH resend v13 0/5] leds: mt6360: Add LED driver for MT6360
 2020-12-24  1:47 UTC  (18+ messages)
` [PATCH resend v13 1/5] leds: flash: Add flash registration with undefined CONFIG_LEDS_CLASS_FLASH
` [PATCH resend v13 2/5] leds: flash: Fix multicolor no-ops registration by return 0
` [PATCH resend v13 3/5] dt-bindings: leds: Add LED_FUNCTION_MOONLIGHT definitions
` [PATCH resend v13 4/5] dt-bindings: leds: Add bindings for MT6360 LED
` [PATCH resend v13 5/5] leds: mt6360: Add LED driver for MT6360

[PATCH 3/5] gemalto: gprs: support automatic context activation
 2020-12-24  1:48 UTC  (2+ messages)

create meta-ampere folder in openbmc repo
 2020-12-24  1:46 UTC  (2+ messages)

[PATCH net-next v1] stmmac: intel: Add PCI IDs for TGL-H platform
 2020-12-24  1:42 UTC  (4+ messages)

[PATCH] net: ethernet: Fix memleak in ethoc_probe
 2020-12-24  1:41 UTC  (7+ messages)

[PATCH v2] hwmon: (ntc_thermistor): try reading processed
 2020-12-24  1:39 UTC  (2+ messages)

[PATCH] io_uring: remove io_remove_personalities()
 2020-12-24  1:38 UTC  (4+ messages)

[PATCH v5 0/1] mergetool: remove unconflicted lines
 2020-12-24  1:36 UTC  (8+ messages)
` [PATCH v5 1/1] mergetool: add automerge configuration

[RFC PATCH 1/3] mm: support hugetlb free page reporting
 2020-12-24  1:31 UTC  (13+ messages)

stable-rc/queue/5.4 baseline: 138 runs, 8 regressions (v5.4.85-71-g899a2c220199)
 2020-12-24  1:27 UTC 

[PATCH] perf stat: Fix wrong skipping for per-die aggregation
 2020-12-24  1:24 UTC  (3+ messages)

drivers/clocksource/timer-clint.c:72:24: sparse: sparse: cast removes address space '__iomem' of expression
 2020-12-24  1:20 UTC  (2+ messages)

[PATCH 0/3] Bypass specific network traffic in COLO
 2020-12-24  1:09 UTC  (4+ messages)
` [PATCH 1/3] qapi/net: Add new QMP command for COLO passthrough
` [PATCH 2/3] hmp-commands: Add new HMP "
` [PATCH 3/3] net/colo-compare: Add handler for passthrough connection

[PATCH] iio: adc: ab8500-gpadc: Fix off by 10 to 3
 2020-12-24  1:17 UTC 

[PATCH] RISC-V: Add kernel image sections to the resource tree
 2020-12-24  1:16 UTC  (8+ messages)

[PATCH v2] ubifs: Fix read out-of-bounds in ubifs_jnl_write_inode()
 2020-12-24  1:14 UTC  (4+ messages)

Bug in lsblk command or man page?
 2020-12-24  1:14 UTC 

[PATCH] selftests/bpf: fix a compile error for BPF_F_BPRM_SECUREEXEC
 2020-12-24  1:12 UTC 

[PATCH 5.10 00/40] 5.10.3-rc1 review
 2020-12-24  1:11 UTC  (4+ messages)
` [PATCH 5.10 24/40] f2fs: fix to seek incorrect data offset in inline data file

[PATCH v3 00/14] Add functionality to ipu3-cio2 driver allowing software_node connections to sensors on platforms designed for Windows
 2020-12-24  1:09 UTC  (15+ messages)
` [PATCH v3 01/14] software_node: Fix refcounts in software_node_get_next_child()
` [PATCH v3 02/14] property: Return true in fwnode_device_is_available for NULL ops
` [PATCH v3 03/14] property: Call fwnode_graph_get_endpoint_by_id() for fwnode->secondary
` [PATCH v3 04/14] software_node: Enforce parent before child ordering of nodes arrays
` [PATCH v3 05/14] software_node: unregister software_nodes in reverse order
` [PATCH v3 06/14] include: fwnode.h: Define format macros for ports and endpoints
` [PATCH v3 07/14] software_node: Add support for fwnode_graph*() family of functions
` [PATCH v3 08/14] lib/test_printf.c: Use helper function to unwind array of software_nodes
` [PATCH v3 09/14] ipu3-cio2: Add T: entry to MAINTAINERS
` [PATCH v3 10/14] ipu3-cio2: Rename ipu3-cio2.c
` [PATCH v3 11/14] media: v4l2-core: v4l2-async: Check sd->fwnode->secondary in match_fwnode()
` [PATCH v3 12/14] acpi: Add acpi_dev_get_next_match_dev() and helper macro
` [PATCH v3 13/14] include: media: v4l2-fwnode: Include v4l2_fwnode_bus_type
` [PATCH v3 14/14] ipu3-cio2: Add cio2-bridge to ipu3-cio2 driver

[PATCH 0/3 v4 bpf-next] bpf: increment and use correct thread iterator
 2020-12-24  1:08 UTC  (4+ messages)
` [PATCH 1/3 v4 bpf-next] bpf: save correct stopping point in file seq iteration

[PATCH] md/raid10: fix: incompatible types in comparison expression (different address spaces)
 2020-12-24  1:08 UTC  (3+ messages)

pcie-rockchip-ep.c coverity issue #1437163
 2020-12-24  0:55 UTC  (2+ messages)

[PATCH] powerpc/32s: Fix RTAS machine check with VMAP stack
 2020-12-24  1:05 UTC  (3+ messages)

[PATCH] xen, linux-yocto-dev, RPi4: weaker assign for KBRANCH and KMACHINE
 2020-12-24  1:03 UTC 

[PATCH] mm/userfaultfd: fix memory corruption due to writeprotect
 2020-12-24  1:01 UTC  (11+ messages)

[PATCH] staging: comedi: remove warnings of comedi_lrange
 2020-12-24  0:58 UTC 

[PATCH] PCI: rockchip: Correct definition of ROCKCHIP_PCIE_EP_MSI_CTRL_ME
 2020-12-24  0:52 UTC 

[dpdk-dev] [PATCH v2] net/i40e: fix argument in RSS action
 2020-12-24  1:00 UTC  (3+ messages)
` [dpdk-dev] [PATCH v4] "

[PATCH v2, 0/3] support gce on mt8192 platform
 2020-12-24  0:48 UTC  (12+ messages)
` [PATCH v2, 1/3] dt-binding: gce: add gce header file for mt8192
` [PATCH v2, 2/3] arm64: dts: mt8192: add gce node
` [PATCH v2, 3/3] mailbox: cmdq: add mt8192 support

stable-rc/queue/4.9 baseline: 140 runs, 6 regressions (v4.9.248-49-gb763f0168900)
 2020-12-24  0:53 UTC 

[ANNOUNCE] Git v2.30.0-rc2
 2020-12-24  0:48 UTC  (3+ messages)

[PATCH] hwmon: (ntc_thermistor): try reading processed
 2020-12-24  0:47 UTC  (6+ messages)

[linux-linus test] 157854: regressions - FAIL
 2020-12-24  0:41 UTC 

[PATCH v2 bpf] selftests/bpf: work-around EBUSY errors from hashmap update/delete
 2020-12-24  0:40 UTC  (2+ messages)

[PATCH v3 0/3] Add support for MT6315 regulator
 2020-12-24  0:38 UTC  (5+ messages)
` [PATCH v3 2/3] regulator: mt6315: "

[PATCH v4 01/11] dt-bindings: usb: convert usb-device.txt to YAML schema
 2020-12-24  0:26 UTC  (9+ messages)
` [PATCH v4 06/11] dt-bindings: phy: convert HDMI PHY binding "
` [PATCH v4 07/11] dt-bindings: phy: convert MIPI DSI "


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.