All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-05-20 22:50:33 to 2019-05-20 23:49:58 UTC [more...]

[patch 00/25] SPDX cleanup: batch 2
 2019-05-20 23:49 UTC  (29+ messages)
` [patch 01/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 26
` [patch 02/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 27
` [patch 03/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 28
` [patch 04/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 29
` [patch 05/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 30
` [patch 07/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 32
` [patch 18/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 43
` [patch 19/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 44
` [patch 20/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 45
` [patch 21/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 46
` [patch 22/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 47
` [patch 23/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 48
` [patch 24/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 49
` [patch 25/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 50

[GSoC] Some #leftoverbits for anyone looking for little projects
 2019-05-20 23:49 UTC  (3+ messages)

[Qemu-devel] [PATCH 0/4] mips: Add more Avocado tests
 2019-05-20 23:19 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/4] BootLinuxConsoleTest: Let extract_from_deb handle various compressions
` [Qemu-devel] [PATCH 2/4] BootLinuxConsoleTest: Test nanoMIPS kernels on the I7200 CPU
` [Qemu-devel] [PATCH 3/4] BootLinuxConsoleTest: Run kerneltests BusyBox on Malta
` [Qemu-devel] [PATCH 4/4] BootLinuxSshTest: Test some userspace commands "

[RFC PATCH 00/11] bpf, trace, dtrace: DTrace BPF program type implementation and sample use
 2019-05-20 23:47 UTC 

[Qemu-devel] [PULL v2 00/36] pci, pc, virtio: features, fixes
 2019-05-20 23:11 UTC  (73+ messages)
` [Qemu-devel] [PULL v2 01/36] hw: report invalid disable-legacy|modern usage for virtio-1-only devs
` [Qemu-devel] [PULL v2 02/36] Revert "globals: Allow global properties to be optional"
` [Qemu-devel] [PULL v2 03/36] docs: reST-ify vhost-user documentation
` [Qemu-devel] [PULL v2 04/36] virtio: Introduce started flag to VirtioDevice
` [Qemu-devel] [PULL v2 05/36] virtio: Use started flag in virtio_vmstate_change()
` [Qemu-devel] [PULL v2 06/36] vhost-user-blk: Use started flag in vhost_user_blk_set_status()
` [Qemu-devel] [PULL v2 07/36] vhost-user-blk: Only start vhost-user backend with the first kick
` [Qemu-devel] [PULL v2 08/36] vhost-user-blk: Add return value for vhost_user_blk_start()
` [Qemu-devel] [PULL v2 09/36] vhost-user-blk: Add support to reconnect backend
` [Qemu-devel] [PULL v2 10/36] contrib/vhost-user-blk: enable inflight I/O tracking
` [Qemu-devel] [PULL v2 11/36] acpi/piix4: Convert debug printf()s to trace events
` [Qemu-devel] [PULL v2 12/36] acpi/pcihp: "
` [Qemu-devel] [PULL v2 13/36] acpi/pcihp: Add a few more trace points related to unplug
` [Qemu-devel] [PULL v2 14/36] q35: acpi: do not create dummy MCFG table
` [Qemu-devel] [PULL v2 15/36] do not call vhost_net_cleanup() on running net from char user event
` [Qemu-devel] [PULL v2 16/36] hw/arm/virt-acpi-build: remove unnecessary variable mcfg_start
` [Qemu-devel] [PULL v2 17/36] i386, acpi: remove mcfg_ prefix in AcpiMcfgInfo members
` [Qemu-devel] [PULL v2 18/36] hw/arm/virt-acpi-build: pass AcpiMcfgInfo to build_mcfg()
` [Qemu-devel] [PULL v2 19/36] libvhost-user: fix bad vu_log_write
` [Qemu-devel] [PULL v2 20/36] pcie: Remove redundant test in pcie_mmcfg_data_{read, write}()
` [Qemu-devel] [PULL v2 21/36] pci: Simplify pci_bus_is_root()
` [Qemu-devel] [PULL v2 22/36] tests: acpi: rename acpi_parse_rsdp_table() into acpi_fetch_rsdp_table()
` [Qemu-devel] [PULL v2 23/36] tests: acpi: make acpi_fetch_table() take size of fetched table pointer
` [Qemu-devel] [PULL v2 24/36] tests: acpi: make RSDT test routine handle XSDT
` [Qemu-devel] [PULL v2 25/36] tests: acpi: make pointer to RSDP 64bit
` [Qemu-devel] [PULL v2 26/36] tests: acpi: fetch X_DSDT if pointer to DSDT is 0
` [Qemu-devel] [PULL v2 27/36] tests: acpi: skip FACS table if board uses hw reduced ACPI profile
` [Qemu-devel] [PULL v2 28/36] tests: acpi: move boot_sector_init() into x86 tests branch
` [Qemu-devel] [PULL v2 29/36] tests: acpi: add acpi_find_rsdp_address_uefi() helper
` [Qemu-devel] [PULL v2 30/36] tests: acpi: add a way to start tests with UEFI firmware
` [Qemu-devel] [PULL v2 31/36] tests: acpi: ignore SMBIOS tests when UEFI firmware is used
` [Qemu-devel] [PULL v2 32/36] tests: acpi: allow to override default accelerator
` [Qemu-devel] [PULL v2 33/36] tests: add expected ACPI tables for arm/virt board
` [Qemu-devel] [PULL v2 34/36] tests: acpi: add simple arm/virt testcase
` [Qemu-devel] [PULL v2 35/36] tests: acpi: refactor rebuild-expected-aml.sh to dump ACPI tables for a specified list of targets
` [Qemu-devel] [PULL v2 36/36] tests: acpi: print error unable to dump ACPI table during rebuild

[PATCH v2 0/2] Fix issues with vmalloc flush flag
 2019-05-20 23:46 UTC  (8+ messages)
` [PATCH v2 1/2] vmalloc: Fix calculation of direct map addr range
` [PATCH v2 2/2] vmalloc: Remove work as from vfree path

improvement to pre-commit hook
 2019-05-20 23:45 UTC  (2+ messages)

Missing newline at EOF of json files in tools/perf
 2019-05-20 23:42 UTC 

[PATCH V2 i-g-t] lib: Drop __kms_addfb() wrapper
 2019-05-20 23:42 UTC  (4+ messages)
` [igt-dev] "

xfs filesystem reports negative usage - reoccurring problem
 2019-05-20 23:41 UTC  (7+ messages)

linux-next: removed trees
 2019-05-20 23:37 UTC 

Issues with read_iolog trace replay
 2019-05-20 23:36 UTC  (4+ messages)

[PATCH] drm/i915: Fix the interpretation of MAX_PRE-EMPHASIS_REACHED bit inorder to pass Link Layer compliance test number 400.3.1.15
 2019-05-20 23:36 UTC  (2+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "

[ndctl PATCH v3 00/10] daxctl: add a new reconfigure-device command
 2019-05-20 23:34 UTC  (5+ messages)

5.2-rc1 boot on Unleashed
 2019-05-20 23:31 UTC 

use bios directly in the log code
 2019-05-20 23:32 UTC  (3+ messages)
` [PATCH 14/17] xfs: use bios directly to read and write the log recovery buffers

[PATCH v2 1/3] ARM: dts: rockchip: disable GPU 500 MHz OPP for veyron
 2019-05-20 23:29 UTC  (9+ messages)
` [PATCH v2 2/3] ARM: dts: rockchip: Use the GPU to cool CPU thermal zone of veyron mickey
` [PATCH v2 3/3] ARM: dts: rockchip: Configure the GPU thermal zone for mickey

Revision walking, commit dates, slop
 2019-05-20 23:27 UTC  (9+ messages)

[PATCH] f2fs: don't clear CP_QUOTA_NEED_FSCK_FLAG
 2019-05-20 23:24 UTC  (3+ messages)
` [f2fs-dev] "

[PATCH v7 00/12] x86: PIE support to extend KASLR randomization
 2019-05-20 23:23 UTC  (16+ messages)
` [PATCH v7 01/12] x86/crypto: Adapt assembly for PIE support
` [PATCH v7 02/12] x86: Use symbol name in jump table "
` [PATCH v7 03/12] x86: Add macro to get symbol address "
` [PATCH v7 04/12] x86: relocate_kernel - Adapt assembly "
` [PATCH v7 05/12] x86/entry/64: "
` [PATCH v7 06/12] x86: pm-trace - "
` [PATCH v7 07/12] x86/CPU: "
` [PATCH v7 08/12] x86/acpi: "
` [PATCH v7 09/12] x86/boot/64: "
` [PATCH v7 10/12] x86/power/64: "
` [PATCH v7 11/12] x86/paravirt: "
` [PATCH v7 12/12] x86/alternatives: "

[PATCH 0/8] xfsprogs: document the ioctls scrub uses
 2019-05-20 23:19 UTC  (9+ messages)
` [PATCH 1/8] libxfs: break out the GETXATTR/SETXATTR manpage
` [PATCH 2/8] libxfs: break out the fsop geometry manpage
` [PATCH 3/8] libxfs: break out the bulkstat manpage
` [PATCH 4/8] libxfs: link to the scrub ioctl from xfsctl.3
` [PATCH 5/8] libxfs: break out the INUMBERS manpage
` [PATCH 6/8] libxfs: break out FSCOUNTS manpage
` [PATCH 7/8] libxfs: break out the RESBLKS manpage
` [PATCH 8/8] libxfs: break out GETBMAP manpage

[PATCH] gpu: drm: use struct_size() in kmalloc()
 2019-05-20 23:19 UTC  (6+ messages)
    ` 回复: "

linux-next: manual merge of the sunxi tree with the imx-mxs tree
 2019-05-20 23:18 UTC 

[Ocfs2-devel] [PATCH v3] fs/ocfs2: fix race in ocfs2_dentry_attach_lock
 2019-05-20 23:18 UTC  (4+ messages)

[PATCH 00/12] xfsprogs-5.1: fix various problems
 2019-05-20 23:18 UTC  (13+ messages)
` [PATCH 01/12] libxfs: fix attr include mess
` [PATCH 02/12] libxfs: set m_finobt_nores when initializing library
` [PATCH 03/12] libxfs: refactor online geometry queries
` [PATCH 04/12] libxfs: refactor open-coded bulkstat calls
` [PATCH 05/12] libxfs: refactor open-coded INUMBERS calls
` [PATCH 06/12] misc: remove all use of xfs_fsop_geom_t
` [PATCH 07/12] libfrog: fix bitmap return values
` [PATCH 08/12] xfs_repair: refactor namecheck functions
` [PATCH 09/12] xfs_scrub: fix background-mode sleep throttling
` [PATCH 10/12] mkfs: allow setting dax flag on root directory
` [PATCH 11/12] mkfs: validate start and end of aligned logs
` [PATCH 12/12] mkfs: enable reflink by default

[PATCH v2] drm/scheduler: Fix job cleanup without timeout handler
 2019-05-20 23:16 UTC 

[PATCH 0/2] public key: IMA signer logging: Log public key of IMA Signature signer in IMA log
 2019-05-20 23:15 UTC  (5+ messages)

clarification on -only and -or-later
 2019-05-20 23:15 UTC  (8+ messages)

[Bug 203655] New: XFS: Assertion failed: 0, xfs_log_recover.c, line: 551
 2019-05-20 23:14 UTC  (2+ messages)
` [Bug 203655] "

TODO advice for octeon-usb?
 2019-05-20 23:05 UTC 

5.2-rc0.8: emacs segfaults?! x220, with 32-bit userland
 2019-05-20 23:13 UTC  (3+ messages)

[PATCH 0/3] xfsprogs: more libxfs/ spring cleaning
 2019-05-20 23:12 UTC  (12+ messages)
` [PATCH 4/3] libxfs: Remove XACT_DEBUG #ifdefs
` [PATCH 6/3] libxfs: factor common xfs_trans_bjoin code
` [PATCH 10/3] libxfs: share kernel's xfs_trans_inode.c

Finer timestamps and serialization in git
 2019-05-20 23:12 UTC  (10+ messages)

[dpdk-dev] [PATCH 0/3] net/i40e: improve rte_flow offload with MARK + RSS
 2019-05-20 23:11 UTC  (5+ messages)
` [dpdk-dev] [PATCH 2/3] net/i40e: add runtime option to disable vector rx

[PATCH v3 1/4] dt-bindings: spi: Add YAML schemas for the generic SPI options
 2019-05-20 23:08 UTC  (9+ messages)
` [PATCH v3 2/4] dt-bindings: spi: sun4i: Add YAML schemas
` [PATCH v3 3/4] dt-bindings: spi: sun6i: "

[Qemu-devel] [Bug] Docs build fails at interop.rst
 2019-05-20 23:04 UTC  (4+ messages)
  ` [Qemu-devel] QMP Example Formatting in ReST, Sphinx, and Pygments (was: Re: [Bug] Docs build fails at interop.rst)

[virtio-comment] Clarifying section "2.6.12 virtqueue Operation" in virtio-v1.1
 2019-05-20 23:06 UTC  (4+ messages)

[Qemu-devel] [PATCH v4 0/6] Extract build_mcfg
 2019-05-20 23:04 UTC  (8+ messages)
` [Qemu-devel] [PATCH v4 6/6] acpi: pci: use build_append_foo() API to construct MCFG

[PATCH 2/2] index-pack: prefetch missing REF_DELTA bases
 2019-05-20 23:04 UTC  (9+ messages)

[RFC 0/7] introduce memory hinting API for external process
 2019-05-20 23:00 UTC  (12+ messages)
` [RFC 1/7] mm: introduce MADV_COOL
` [RFC 2/7] mm: change PAGEREF_RECLAIM_CLEAN with PAGE_REFRECLAIM
` [RFC 3/7] mm: introduce MADV_COLD

[PATCH v13 0/4] Add support for the Purism Librem5 devkit
 2019-05-20 23:00 UTC  (5+ messages)
` [PATCH v13 3/4] dt-bindings: Add an entry for Purism SPC

[Qemu-devel] [PULL 00/37] pci, pc, virtio: features, fixes
 2019-05-20 22:59 UTC  (5+ messages)

[PATCH 00/10] Fix broken documentation references at v5.2-rc1
 2019-05-20 23:00 UTC  (6+ messages)
` [PATCH 08/10] dt: fix refs that were renamed to json with the same file name

INFO: trying to register non-static key in rhashtable_walk_enter
 2019-05-20 22:59 UTC  (2+ messages)

[PATCH] drm/scheduler: Fix job cleanup without timeout handler
 2019-05-20 22:58 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/4] add failover feature for assigned network devices
 2019-05-20 22:56 UTC  (2+ messages)

[Buildroot] [PATCH] package/jasper: fix BUG_85180 build timeout
 2019-05-20 22:57 UTC 

[Qemu-devel] [PATCH v5 0/6] Extract build_mcfg
 2019-05-20 22:55 UTC  (2+ messages)

[PATCH MM-PART2 RESEND v2 00/19] xen/arm: Clean-up & fixes in boot/mm code
 2019-05-20 22:56 UTC  (21+ messages)
` [PATCH MM-PART2 RESEND v2 04/19] xen/arm: Rework HSCTLR_BASE
  ` [Xen-devel] "
` [PATCH MM-PART2 RESEND v2 06/19] xen/arm: Rework secondary_start prototype
  ` [Xen-devel] "
` [PATCH MM-PART2 RESEND v2 07/19] xen/arm64: head: Remove unnecessary comment
  ` [Xen-devel] "
` [PATCH MM-PART2 RESEND v2 08/19] xen/arm64: head: Move earlyprintk messages in .rodata.str
  ` [Xen-devel] "
` [PATCH MM-PART2 RESEND v2 09/19] xen/arm64: head: Correctly report the HW CPU ID
  ` [Xen-devel] "

[Xen-devel] [xen-unstable-smoke test] 136636: tolerable all pass - PUSHED
 2019-05-20 22:53 UTC  (3+ messages)
  `  "

[dpdk-dev] [PATCH] rte_flow: mark rte_flow_error_set as cold
 2019-05-20 22:52 UTC 

[Qemu-devel] [PATCH v2 0/2] bitmaps: merge bitmaps from different nodes
 2019-05-20 22:50 UTC  (5+ messages)
` [Qemu-devel] [PATCH v2 2/2] iotests: test external snapshot with bitmap copying

[PATCH v2 0/9] media: ov6650: A collection of fixes
 2019-05-20 22:50 UTC  (10+ messages)
` [PATCH v2 1/9] media: ov6650: Fix MODDULE_DESCRIPTION
` [PATCH v2 2/9] media: ov6650: Fix control handler not freed on init error
` [PATCH v2 3/9] media: ov6650: Fix crop rectangle alignment not passed back
` [PATCH v2 4/9] media: ov6650: Fix incorrect use of JPEG colorspace
` [PATCH v2 5/9] media: ov6650: Fix some format attributes not under control
` [PATCH v2 6/9] media: ov6650: Fix .get_fmt() V4L2_SUBDEV_FORMAT_TRY support
` [PATCH v2 7/9] media: ov6650: Fix default format not applied on device probe
` [PATCH v2 8/9] media: ov6650: Fix stored frame format not in sync with hardware
` [PATCH v2 9/9] media: ov6650: Fix stored crop rectangle "

Btrfs send bloat
 2019-05-20 22:50 UTC  (9+ messages)
          ` Btrfs remote reflink with Samba


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.