All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-11-04 00:38:23 to 2020-11-04 01:37:47 UTC [more...]

[PATCH v3 00/11] [GSoC] Implement Corrected Commit Date
 2020-11-04  1:37 UTC  (4+ messages)
` [PATCH v4 00/10] "
  ` [PATCH v4 10/10] doc: add corrected commit date info

[PATCH v3 0/7] set clang minimum version to 10.0.1
 2020-11-04  1:36 UTC  (8+ messages)
` [PATCH v3 1/7] compiler-clang: add build check for clang 10.0.1

[PATCH net-next] r8169: align number of tx descriptors with vendor driver
 2020-11-04  1:37 UTC  (2+ messages)

[PATCH 00/15] python: absorb scripts/qmp/qom-* tooling
 2020-11-04  0:38 UTC  (2+ messages)

[PATCH v2 00/72] python: move scripts/qmp to python/qemu/qmp
 2020-11-04  0:36 UTC  (72+ messages)
` [PATCH v2 01/72] python/qmp: Add qom script rewrites
` [PATCH v2 03/72] scripts/qmp: redirect qom-xxx scripts to python/qemu/qmp/
` [PATCH v2 04/72] scripts/qom-fuse: apply isort rules
` [PATCH v2 05/72] scripts/qom-fuse: apply flake8 rules
` [PATCH v2 06/72] python: Add 'fh' to known-good variable names
` [PATCH v2 07/72] scripts/qom-fuse: Apply pylint rules
` [PATCH v2 08/72] scripts/qom-fuse: Add docstrings
` [PATCH v2 09/72] scripts/qom-fuse: Convert to QOMCommand
` [PATCH v2 10/72] scripts/qom-fuse: use QOMCommand.qom_list()
` [PATCH v2 11/72] scripts/qom-fuse: ensure QOMFuse.read always returns bytes
` [PATCH v2 12/72] scripts/qom-fuse: add static type hints
` [PATCH v2 13/72] scripts/qom-fuse: move to python/qemu/qmp/qom_fuse.py
` [PATCH v2 14/72] scripts/qom-fuse: add redirection shim to python/qemu/qmp/qom-fuse.py
` [PATCH v2 15/72] python: add fuse command to 'qom' tools
` [PATCH v2 16/72] python: add optional fuse dependency
` [PATCH v2 17/72] scripts/qemu-ga-client: apply isort rules
` [PATCH v2 18/72] scripts/qemu-ga-client: apply (most) flake8 rules
` [PATCH v2 19/72] scripts/qemu-ga-client: Fix exception handling
` [PATCH v2 20/72] scripts/qemu-ga-client: replace deprecated optparse with argparse
` [PATCH v2 21/72] scripts/qemu-ga-client: add module docstring
` [PATCH v2 22/72] scripts/qemu-ga-client: apply (most) pylint rules
` [PATCH v2 23/72] python/qmp: Correct type of QMPReturnValue
` [PATCH v2 24/72] scripts/qmp/qemu-ga-client: add mypy type hints
` [PATCH v2 25/72] scripts/qemu-ga-client: move to python/qemu/qmp/qemu_ga_client.py
` [PATCH v2 26/72] python/qemu-ga-client: add entry point
` [PATCH v2 27/72] scripts/qemu-ga-client: Add forwarder stub
` [PATCH v2 28/72] scripts/qmp-shell: apply isort rules
` [PATCH v2 29/72] scripts/qmp-shell: Apply flake8 rules
` [PATCH v2 30/72] scripts/qmp-shell: fix show_banner signature
` [PATCH v2 31/72] scripts/qmp-shell: fix exception handling
` [PATCH v2 32/72] scripts/qmp-shell: fix connect method signature
` [PATCH v2 33/72] scripts/qmp-shell: remove shadowed variable from _print()
` [PATCH v2 34/72] scripts/qmp-shell: use @classmethod where appropriate
` [PATCH v2 35/72] scripts/qmp-shell: Use python3-style super()
` [PATCH v2 36/72] scripts/qmp-shell: declare verbose in __init__
` [PATCH v2 37/72] scripts/qmp-shell: use triple-double-quote docstring style
` [PATCH v2 38/72] scripts/qmp-shell: ignore visit_Name name
` [PATCH v2 39/72] scripts/qmp-shell: make QMPCompleter returns explicit
` [PATCH v2 40/72] scripts/qmp-shell: rename one and two-letter variables
` [PATCH v2 41/72] scripts/qmp-shell: fix shell history exception handling
` [PATCH v2 42/72] scripts/qmp-shell: explicitly chain exception context
` [PATCH v2 43/72] scripts/qmp-shell: remove if-raise-else patterns
` [PATCH v2 44/72] scripts/qmp-shell: use isinstance() instead of type()
` [PATCH v2 45/72] scripts/qmp-shell: use argparse
` [PATCH v2 46/72] python/qmp: Fix type of SocketAddrT
` [PATCH v2 47/72] python/qmp: add parse_address classmethod
` [PATCH v2 48/72] scripts/qmp-shell: Add pretty attribute to HMP shell
` [PATCH v2 49/72] scripts/qmp-shell: Make verbose a public attribute
` [PATCH v2 50/72] scripts/qmp-shell: move get_prompt() to prompt property
` [PATCH v2 51/72] scripts/qmp-shell: remove prompt argument from read_exec_command
` [PATCH v2 52/72] scripts/qmp-shell: move the REPL functionality into QMPShell
` [PATCH v2 53/72] scripts/qmp-shell: Fix "FuzzyJSON" parser
` [PATCH v2 54/72] scripts/qmp-shell: refactor QMPCompleter
` [PATCH v2 55/72] scripts/qmp-shell: initialize completer early
` [PATCH v2 56/72] python/qmp: add QMPObject type alias
` [PATCH v2 57/72] scripts/qmp-shell: add mypy types
` [PATCH v2 58/72] scripts/qmp-shell: Accept SocketAddrT instead of string
` [PATCH v2 59/72] scripts/qmp-shell: unprivatize 'pretty' property
` [PATCH v2 60/72] python/qmp: return generic type from context manager
` [PATCH v2 61/72] scripts/qmp-shell: Use context manager instead of atexit
` [PATCH v2 62/72] scripts/qmp-shell: use logging to show warnings
` [PATCH v2 63/72] scripts/qmp-shell: remove TODO
` [PATCH v2 64/72] scripts/qmp-shell: Fix empty-transaction invocation
` [PATCH v2 65/72] scripts/qmp-shell: Remove too-broad-exception
` [PATCH v2 66/72] scripts/qmp-shell: convert usage comment to docstring
` [PATCH v2 67/72] scripts/qmp-shell: remove double-underscores
` [PATCH v2 68/72] scripts/qmp-shell: make QMPShellError inherit QMPError
` [PATCH v2 69/72] scripts/qmp-shell: add docstrings
` [PATCH v2 70/72] scripts/qmp-shell: move to python/qemu/qmp/qmp_shell.py
` [PATCH v2 71/72] python: add qmp-shell entry point
` [PATCH v2 72/72] scripts/qmp-shell: add redirection shim

[PATCH v2 0/2] Add a seqcount between gup_fast and copy_page_range()
 2020-11-04  1:32 UTC  (11+ messages)
` [PATCH v2 2/2] mm: prevent gup_fast from racing with COW during fork

[PATCH v4 0/4] HID: i2c-hid: Reorganize to allow supporting goodix, gt7375p
 2020-11-04  1:29 UTC  (7+ messages)
` [PATCH v4 0/4] HID: i2c-hid: Reorganize to allow supporting goodix,gt7375p
` [PATCH v4 1/4] HID: i2c-hid: Reorganize so ACPI and OF are subclasses
` [PATCH v4 2/4] arm64: defconfig: Update config names for i2c-hid rejigger
` [PATCH v4 3/4] dt-bindings: HID: i2c-hid: Introduce bindings for the Goodix GT7375P
` [PATCH v4 4/4] HID: i2c-hid: Introduce goodix-i2c-hid as a subclass of i2c-hid

[RFC PATCH] .clang-format: Remove conditional comments
 2020-11-04  1:31 UTC  (6+ messages)

[PATCH net-next v2 00/15] net/smc: extend diagnostic netlink interface
 2020-11-04  1:31 UTC  (11+ messages)
` [PATCH net-next v2 04/15] net/smc: Add link counters for IB device ports
` [PATCH net-next v2 05/15] net/smc: Add diagnostic information to smc ib-device
` [PATCH net-next v2 06/15] net/smc: Add diagnostic information to link structure
` [PATCH net-next v2 11/15] net/smc: Add SMC-D Linkgroup diagnostic support
` [PATCH net-next v2 12/15] net/smc: Add support for obtaining SMCD device list

[tobetter-linux:odroid-5.10.y 14/75] drivers/input/touchscreen/dwav-usb-mt.c:176:41: sparse: sparse: incorrect type in assignment (different base types)
 2020-11-04  1:29 UTC 

[PATCH net-next 0/2] mlxsw: spectrum: Prepare for XM implementation - LPM trees
 2020-11-04  1:29 UTC  (2+ messages)

[PATCH v2 0/3] dt-bindings: pci: rcar-pci-host: convert bindings to json-schema
 2020-11-04  1:28 UTC  (3+ messages)

[PATCH bpf-next v2 0/8] Implement task_local_storage
 2020-11-04  1:27 UTC  (6+ messages)
` [PATCH bpf-next v2 7/8] bpf: Add tests for task_local_storage

[PATCH v2 net-next 0/2] net: allow virtual netdevs to forward UDP L4 and fraglist GSO skbs
 2020-11-04  1:26 UTC  (2+ messages)

[dpdk-dev] [PATCH] ethdev: fix check of rx configure
 2020-11-04  1:24 UTC  (4+ messages)
` [dpdk-dev] [PATCH v2] "

[PATCH 0/4] DFL Module support
 2020-11-04  1:19 UTC  (6+ messages)
` [PATCH 4/4] fpga: dfl: move dfl bus related APIs to include/linux/dfl.h

stable-rc/linux-4.9.y build: 197 builds: 2 failed, 195 passed, 4 warnings (v4.9.241-93-ge31779e08142)
 2020-11-04  1:24 UTC 

[PATCH v4 00/13] x86: Updates to SMBIOS
 2020-11-04  1:21 UTC  (3+ messages)
` [PATCH v4 13/13] smbios: Drop the unused Kconfig options

pull-request: can 2020-11-03
 2020-11-04  1:21 UTC  (3+ messages)
` [net 05/27] can: dev: can_get_echo_skb(): prevent call to kfree_skb() in hard IRQ context

[PATCH] fuse: fix panic in __readahead_batch()
 2020-11-04  1:20 UTC  (2+ messages)

[mm/memcg] bd0b230fe1: will-it-scale.per_process_ops -22.7% regression
 2020-11-04  1:20 UTC  (5+ messages)
  ` [LKP] "

[PATCH 1/4] drm/amdgpu/display: remove DRM_AMD_DC_GREEN_SARDINE
 2020-11-04  1:13 UTC  (11+ messages)
` [PATCH 4/4] drm/amdgpu: fold CONFIG_DRM_AMD_DC_DCN3* into CONFIG_DRM_AMD_DC_DCN

+ lib-optimize-cpumask_local_spread.patch added to -mm tree
 2020-11-04  1:19 UTC 

[ANNOUNCEMENT] Yocto Project 3.2 (Gatesgarth 24.0.0) is Released
 2020-11-04  1:19 UTC 

[PATCH 4.19 000/191] 4.19.155-rc1 review
 2020-11-04  1:19 UTC  (4+ messages)
` [PATCH 4.19 056/191] powerpc: select ARCH_WANT_IRQS_OFF_ACTIVATE_MM

[PATCH] drm/amdgpu/swsmu: remove duplicate call to smu_set_default_dpm_table
 2020-11-04  1:19 UTC  (3+ messages)

[PATCH v4 0/3] KEYS, trusted: a bunch of bug fixes
 2020-11-04  1:19 UTC  (4+ messages)
` [PATCH v4 1/3,RESEND 2] KEYS: trusted: Fix incorrect handling of tpm_get_random()
` [PATCH v4 2/3,RESEND 2] KEYS: trusted: Fix migratable=1 failing
` [PATCH v4 3/3,RESEND 2] KEYS: trusted: Reserve TPM for seal and unseal operations

[PATCH 1/1] mm: avoid re-using pfmemalloc page in page_frag_alloc()
 2020-11-04  1:16 UTC  (5+ messages)

[PATCH 1/7] arm/optee-os: improve sysroot lookup
 2020-11-04  1:18 UTC  (5+ messages)
` [PATCH 4/7] arm/optee-client: rewrite recipe
  ` [meta-arm] "
` [PATCH 7/7] arm/optee: consolidate common variables
  ` [meta-arm] "

[PATCH v2 00/16] qapi: static typing conversion, pt3
 2020-11-04  0:41 UTC  (2+ messages)

[PATCH v4 0/3,RESEND 2] KEYS, trusted: a bunch of bug fixes
 2020-11-04  1:18 UTC 

[RFC 1/2] nl80211: add common API to configure SAR power limitations
 2020-11-04  1:17 UTC  (6+ messages)

[PATCH 4.19] mm: fix exec activate_mm vs TLB shootdown and lazy tlb switching race
 2020-11-04  1:14 UTC  (2+ messages)

stable-rc/queue/4.14 build: 201 builds: 1 failed, 200 passed, 66 warnings (v4.14.203-125-g68bd10b5f0a3)
 2020-11-04  1:15 UTC 

[Intel-gfx] [PATCH 1/3] drm/i915: Pass intel_atomic_state to skl_build_pipe_wm()
 2020-11-04  1:13 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [1/3] "

Bug with --abbrev option in git log?
 2020-11-04  1:12 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915/tgl: Fix typo during output setup
 2020-11-04  1:12 UTC  (2+ messages)

[PATCH] drm/amdgpu/display: FP fixes for DCN3.x (v4)
 2020-11-04  1:11 UTC  (2+ messages)

[PATCH 1/4] erofs: fix setting up pcluster for temporary pages
 2020-11-04  1:11 UTC  (5+ messages)

acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910
 2020-11-04  1:09 UTC  (2+ messages)

+ mm-fix-readahead_page_batch-for-retry-entries.patch added to -mm tree
 2020-11-04  1:11 UTC 

[PATCH] mm: Fix readahead_page_batch for retry entries
 2020-11-04  1:10 UTC  (2+ messages)

[PATCH 1/2] Revert "vhost-vdpa: fix page pinning leakage in error path"
 2020-11-04  1:08 UTC  (7+ messages)
` [PATCH 2/2] vhost-vdpa: fix page pinning leakage in error path (rework)

[PATCH] gitk: replace tabs with spaces (again)
 2020-11-04  1:09 UTC 

[PATCH] arm64: dts: qcom: sm8250: remove wakeup-parent for TLMM node
 2020-11-04  1:09 UTC  (6+ messages)

[PATCH 1/1] iommu: Fix deferred domain attachment in iommu_probe_device()
 2020-11-04  1:01 UTC  (4+ messages)

+ mm-page_poison-remove-config_page_poisoning_zero.patch added to -mm tree
 2020-11-04  1:06 UTC 

+ mm-page_poison-remove-config_page_poisoning_no_sanity.patch added to -mm tree
 2020-11-04  1:06 UTC 

+ kernel-power-allow-hibernation-with-page_poison-sanity-checking.patch added to -mm tree
 2020-11-04  1:06 UTC 

+ mm-page_poison-use-static-key-more-efficiently.patch added to -mm tree
 2020-11-04  1:06 UTC 

+ mm-page_alloc-do-not-rely-on-the-order-of-page_poison-and-init_on_alloc-free-parameters.patch added to -mm tree
 2020-11-04  1:06 UTC 

[Intel-gfx] [PATCH 1/3] drm/i915/dg1: map/unmap pll clocks
 2020-11-04  1:02 UTC  (4+ messages)

stable-rc/linux-4.19.y build: 206 builds: 1 failed, 205 passed, 77 warnings (v4.19.154-192-gd404293c7653)
 2020-11-04  1:02 UTC 

[PATCH net v2] net: openvswitch: silence suspicious RCU usage warning
 2020-11-04  1:00 UTC  (2+ messages)

+ arch-mm-make-kernel_page_present-always-available.patch added to -mm tree
 2020-11-04  0:57 UTC 

+ arch-mm-restore-dependency-of-__kernel_map_pages-of-debug_pagealloc.patch added to -mm tree
 2020-11-04  0:57 UTC 

[PATCH] erofs: derive atime instead of leaving it empty
 2020-11-04  0:57 UTC  (3+ messages)

+ pm-hibernate-make-direct-map-manipulations-more-explicit.patch added to -mm tree
 2020-11-04  0:57 UTC 

+ mm-introduce-debug_pagealloc_map_pages-helper.patch added to -mm tree
 2020-11-04  0:57 UTC 

BUG_ON(!newowner) in fixup_pi_state_owner()
 2020-11-04  0:56 UTC  (3+ messages)

[PATCH] perf bench: Update arch/x86/lib/mem{cpy,set}_64.S
 2020-11-04  0:56 UTC 

[PATCH v3 19/19] scsi: Made changes in Kconfig to select BLK_CGROUP_FC_APPID
 2020-11-04  0:55 UTC  (4+ messages)

[PATCH 0/1] handle attacking device with devid=0
 2020-11-04  0:55 UTC  (4+ messages)
` [PATCH RESEND v2] btrfs: fix devid 0 without a replace item by failing the mount

[PATCH] Kbuild: implement support for DWARF5
 2020-11-04  0:53 UTC  (6+ messages)
` [PATCH v2 0/4] Kbuild: DWARF v5 support
  ` [PATCH v2 1/4] x86_64: Change .weak to SYM_FUNC_START_WEAK for arch/x86/lib/mem*_64.S
  ` [PATCH v2 2/4] Kbuild: do not emit debug info for assembly with LLVM_IAS=1
  ` [PATCH v2 3/4] Kbuild: make DWARF version a choice
  ` [PATCH v2 4/4] Kbuild: implement support for DWARF v5

[PATCH v13 0/4] xfs: Remove wrappers for some semaphores
 2020-11-04  0:53 UTC  (3+ messages)
` [PATCH v13 4/4] xfs: replace mrlock_t with rw_semaphores

[to-be-updated] arch-mm-make-kernel_page_present-always-available.patch removed from -mm tree
 2020-11-04  0:53 UTC 

[to-be-updated] arch-mm-restore-dependency-of-__kernel_map_pages-of-debug_pagealloc.patch removed from -mm tree
 2020-11-04  0:53 UTC 

[to-be-updated] pm-hibernate-make-direct-map-manipulations-more-explicit.patch removed from -mm tree
 2020-11-04  0:53 UTC 

[to-be-updated] mm-introduce-debug_pagealloc_map_pages-helper.patch removed from -mm tree
 2020-11-04  0:53 UTC 

[Intel-gfx] [PATCH] drm/i915/ehl: Remove invalid PCI ID
 2020-11-04  0:52 UTC  (3+ messages)

[Bug 210023] New: Crash when allocating > 2 TB memory
 2020-11-04  0:47 UTC  (2+ messages)

[OE-core][PATCH] grub: clean up CVE patches
 2020-11-04  0:43 UTC 

stable-rc/linux-4.14.y build: 201 builds: 1 failed, 200 passed, 66 warnings (v4.14.203-126-g8c25e7a92b2f)
 2020-11-04  0:46 UTC 

[PATCH 01/30] net: fddi: skfp: ecm: Protect 'if' when AIX_EVENT is not defined
 2020-11-04  0:46 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t] i915/gem_flink_basic: Add subtests description for test case
 2020-11-04  0:46 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for "

BMC Mock Sensors
 2020-11-04  0:42 UTC  (2+ messages)

linux-next: manual merge of the net-next tree with the net tree
 2020-11-04  0:43 UTC 

[cip-dev] [PATCH 4.19.y-cip 0/6] Renesas RZ/G2H add PCIe{EP}/SATA support
 2020-11-04  0:42 UTC  (3+ messages)

[Virtio-fs] [qemu-web PATCH] Add virtio-fs in OSv overview blog post
 2020-11-04  0:42 UTC 

+ maintainers-add-entry-for-kfence.patch added to -mm tree
 2020-11-04  0:41 UTC 

+ kfence-add-test-suite.patch added to -mm tree
 2020-11-04  0:41 UTC 

+ kfence-documentation-add-kfence-documentation.patch added to -mm tree
 2020-11-04  0:41 UTC 

+ kfence-kasan-make-kfence-compatible-with-kasan.patch added to -mm tree
 2020-11-04  0:41 UTC 

+ mm-kfence-insert-kfence-hooks-for-slub.patch added to -mm tree
 2020-11-04  0:41 UTC 

+ mm-kfence-insert-kfence-hooks-for-slab.patch added to -mm tree
 2020-11-04  0:41 UTC 

+ arm64-kfence-enable-kfence-for-arm64.patch added to -mm tree
 2020-11-04  0:41 UTC 

+ x86-kfence-enable-kfence-for-x86.patch added to -mm tree
 2020-11-04  0:41 UTC 

+ mm-add-kernel-electric-fence-infrastructure.patch added to -mm tree
 2020-11-04  0:41 UTC 

How to fuzz testing infiniband/uverb driver
 2020-11-04  0:40 UTC  (4+ messages)

[Patch v2] spi: fsl-dspi: fix wrong pointer in suspend/resume
 2020-11-04  0:40 UTC  (2+ messages)

[PATCH 00/46] dt-bindings:iio: yet more txt to yam conversions
 2020-11-04  0:39 UTC  (5+ messages)
` [PATCH 02/46] dt-bindings:iio:potentiometer:adi,ad5272 yaml conversion


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.