All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-02-19 19:09:01 to 2018-02-19 19:49:32 UTC [more...]

[Qemu-devel] [PATCH v2 00/29] Modularize generated QAPI code
 2018-02-19 19:38 UTC  (47+ messages)
` [Qemu-devel] [PATCH v2 03/29] qapi: Generate up-to-date copyright notice
` [Qemu-devel] [PATCH v2 04/29] qapi: Rename variable holding the QAPISchemaGenFOOVisitor
` [Qemu-devel] [PATCH v2 05/29] qapi: New classes QAPIGenC, QAPIGenH, QAPIGenDoc
` [Qemu-devel] [PATCH v2 06/29] qapi: Reduce use of global variables in generators some
` [Qemu-devel] [PATCH v2 07/29] qapi: Turn generators into modules
` [Qemu-devel] [PATCH v2 08/29] qapi-gen: New common driver for code and doc generators
` [Qemu-devel] [PATCH v2 09/29] qapi-gen: Convert from getopt to argparse
` [Qemu-devel] [PATCH v2 10/29] qapi: Touch generated files only when they change
` [Qemu-devel] [PATCH v2 11/29] qapi: Improve include file name reporting in error messages
` [Qemu-devel] [PATCH v2 12/29] qapi/common: Eliminate QAPISchema.exprs
` [Qemu-devel] [PATCH v2 13/29] qapi: Lift error reporting from QAPISchema.__init__() to callers
` [Qemu-devel] [PATCH v2 14/29] qapi: Concentrate QAPISchemaParser.exprs updates in .__init__()
` [Qemu-devel] [PATCH v2 15/29] qapi: Record 'include' directives in parse tree
` [Qemu-devel] [PATCH v2 16/29] qapi: Generate in source order
` [Qemu-devel] [PATCH v2 18/29] qapi: Rename generated qmp-marshal.c to qmp-commands.c
` [Qemu-devel] [PATCH v2 19/29] qapi: Make code-generating visitors use QAPIGen more
` [Qemu-devel] [PATCH v2 20/29] qapi/types qapi/visit: Generate built-in stuff into separate files
` [Qemu-devel] [PATCH v2 21/29] qapi/common: Fix guardname() for funny filenames
` [Qemu-devel] [PATCH v2 25/29] docs/devel/writing-qmp-commands: Update for modular QAPI
` [Qemu-devel] [PATCH v2 26/29] docs: Correct outdated information on QAPI
` [Qemu-devel] [PATCH v2 27/29] qapi: Move qapi-schema.json to qapi/, rename generated files
` [Qemu-devel] [PATCH v2 28/29] Fix up dangling references to qmp-commands.* in comment and doc
` [Qemu-devel] [PATCH v2 29/29] qapi: Don't create useless directory qapi-generated

[PATCH v7 00/61] XArray version 7 -- for merging
 2018-02-19 19:45 UTC  (76+ messages)
` [PATCH v7 01/61] radix tree test suite: Check reclaim bit
` [PATCH v7 02/61] radix tree: Use bottom four bits of gfp_t for flags
` [PATCH v7 03/61] arm64: Turn flush_dcache_mmap_lock into a no-op
` [PATCH v7 04/61] unicore32: "
` [PATCH v7 05/61] Export __set_page_dirty
` [PATCH v7 06/61] xfs: Rename xa_ elements to ail_
` [PATCH v7 07/61] fscache: Use appropriate radix tree accessors
` [PATCH v7 08/61] xarray: Add the xa_lock to the radix_tree_root
` [PATCH v7 09/61] page cache: Use xa_lock
` [PATCH v7 10/61] xarray: Replace exceptional entries
` [PATCH v7 11/61] xarray: Change definition of sibling entries
` [PATCH v7 12/61] xarray: Add definition of struct xarray
` [PATCH v7 13/61] xarray: Define struct xa_node
` [PATCH v7 14/61] xarray: Add documentation
` [PATCH v7 15/61] xarray: Add xa_load
` [PATCH v7 16/61] xarray: Add xa_get_tag, xa_set_tag and xa_clear_tag
` [PATCH v7 17/61] xarray: Add xa_store
` [PATCH v7 18/61] xarray: Add xa_cmpxchg and xa_insert
` [PATCH v7 19/61] xarray: Add xa_for_each
` [PATCH v7 20/61] xarray: Add xa_extract
` [PATCH v7 21/61] xarray: Add xa_destroy
` [PATCH v7 22/61] xarray: Add xas_next and xas_prev
` [PATCH v7 23/61] xarray: Add xas_create_range
` [PATCH v7 24/61] xarray: Add MAINTAINERS entry
` [PATCH v7 25/61] page cache: Convert hole search to XArray
` [PATCH v7 26/61] page cache: Add page_cache_range_empty function
` [PATCH v7 27/61] page cache: Add and replace pages using the XArray
` [PATCH v7 28/61] page cache: Convert page deletion to XArray
` [PATCH v7 29/61] page cache: Convert page cache lookups "
` [PATCH v7 30/61] page cache: Convert delete_batch "
` [PATCH v7 31/61] page cache: Remove stray radix comment
` [PATCH v7 32/61] page cache: Convert filemap_range_has_page to XArray
` [PATCH v7 33/61] mm: Convert page-writeback "
` [PATCH v7 34/61] mm: Convert workingset "
` [PATCH v7 35/61] mm: Convert truncate "
` [PATCH v7 36/61] mm: Convert add_to_swap_cache "
` [PATCH v7 37/61] mm: Convert delete_from_swap_cache "
` [PATCH v7 38/61] mm: Convert __do_page_cache_readahead "
` [PATCH v7 39/61] mm: Convert page migration "
` [PATCH v7 40/61] mm: Convert huge_memory "
` [PATCH v7 41/61] mm: Convert collapse_shmem "
` [PATCH v7 42/61] mm: Convert khugepaged_scan_shmem "
` [PATCH v7 43/61] pagevec: Use xa_tag_t
` [PATCH v7 44/61] shmem: Convert replace to XArray
` [PATCH v7 45/61] shmem: Convert shmem_confirm_swap "
` [PATCH v7 46/61] shmem: Convert find_swap_entry "
` [PATCH v7 47/61] shmem: Convert shmem_tag_pins "
` [PATCH v7 48/61] shmem: Convert shmem_wait_for_pins "
` [PATCH v7 49/61] shmem: Convert shmem_add_to_page_cache "
` [PATCH v7 50/61] shmem: Convert shmem_alloc_hugepage "
` [PATCH v7 51/61] shmem: Convert shmem_free_swap "
` [PATCH v7 52/61] shmem: Convert shmem_partial_swap_usage "
` [PATCH v7 53/61] shmem: Comment fixups
` [PATCH v7 54/61] btrfs: Convert page cache to XArray
` [PATCH v7 55/61] fs: Convert buffer "
` [PATCH v7 56/61] fs: Convert writeback "
` [PATCH v7 57/61] nilfs2: Convert "
` [PATCH v7 58/61] f2fs: "
` [PATCH v7 59/61] lustre: "
` [PATCH v7 60/61] dax: "
` [PATCH v7 61/61] page cache: Finish XArray conversion

[PATCH 0/2] quoting bug sending push-options over http
 2018-02-19 19:48 UTC  (2+ messages)
` [PATCH 1/2] t5545: factor out http repository setup

[PATCH V2 net-next 0/5] ibmvnic: Make driver resources dynamic
 2018-02-19 19:48 UTC  (4+ messages)
` [PATCH V2 net-next 3/5] ibmvnic: Free and re-allocate scrqs when tx/rx scrqs change

[PATCH V3 net-next 0/5] ibmvnic: Make driver resources dynamic
 2018-02-19 19:30 UTC  (6+ messages)
` [PATCH V3 net-next 1/5] ibmvnic: Rename active queue count variables
` [PATCH V3 net-next 2/5] ibmvnic: Move active sub-crq count settings
` [PATCH V3 net-next 3/5] ibmvnic: Free and re-allocate scrqs when tx/rx scrqs change
` [PATCH V3 net-next 4/5] ibmvnic: Make napi usage dynamic
` [PATCH V3 net-next 5/5] ibmvnic: Allocate max queues stats buffers

[GIT] Networking
 2018-02-19 19:47 UTC 

[U-Boot] [PATCH 1/4] net: sh_eth: Zap port variable
 2018-02-19 19:46 UTC  (2+ messages)

[PATCH 4.4 00/74] 4.4.114-stable review
 2018-02-19 19:46 UTC  (3+ messages)
` [PATCH 4.4 60/74] ipv6: fix udpv6 sendmsg crash caused by too small MTU

[U-Boot] [PATCH v3 00/21] efi: Enable basic sandbox support for EFI loader
 2018-02-19 19:45 UTC  (12+ messages)
` [U-Boot] [PATCH v3 01/21] efi: Init the 'rows' and 'cols' variables
` [U-Boot] [PATCH v3 02/21] efi: Update efi_smbios_register() to return error code
` [U-Boot] [PATCH v3 03/21] efi: Move the init check inside efi_init_obj_list()
` [U-Boot] [PATCH v3 09/21] sandbox: Add a setjmp() implementation
` [U-Boot] [PATCH v3 18/21] efi: sandbox: Add a simple 'bootefi test' command

[Buildroot] Read only rootfs with writable (aufs) overlay
 2018-02-19 19:45 UTC  (2+ messages)

[PATCH] drm/i915: Clear the in-use marker on execbuf failure
 2018-02-19 19:44 UTC  (7+ messages)
` [Intel-gfx] "

[PATCH] mm: zsmalloc: Replace return type int with bool
 2018-02-19 19:43 UTC  (2+ messages)

[PATCH v3 0/6] vfio/type1: Add support for valid iova list management
 2018-02-19 19:43 UTC  (5+ messages)
` [PATCH v3 2/6] vfio/type1: Check reserve region conflict and update iova list

[PATCH] tools/memory-model: remove rb-dep, smp_read_barrier_depends, and lockless_dereference
 2018-02-19 19:41 UTC  (3+ messages)

[Outreachy kernel] [PATCH NAND] mtd: nand: Replace printk() with appropriate dev_*macro()
 2018-02-19 19:39 UTC  (4+ messages)
` [Outreachy kernel] "
  `  "

[net-next 1/1] tipc: fix bug on error path in tipc_topsrv_kern_subscr()
 2018-02-19 19:39 UTC  (2+ messages)

[PATCH net-next] tipc: don't call sock_release() in atomic context
 2018-02-19 19:38 UTC  (2+ messages)

[PATCH] pseudo: update to latest master
 2018-02-19 19:36 UTC  (14+ messages)

[Qemu-devel] [PATCH] target/hppa: use tb_cflags() to access tb->cflags
 2018-02-19 19:36 UTC  (2+ messages)

Is there any way to "interrupt" a rebase?
 2018-02-19 19:35 UTC 

[PATCH V3 0/2 RESEND] ARM: dts: bcm283x: Fix probing of bcm2835-i2s
 2018-02-19 19:35 UTC  (4+ messages)
` [PATCH V3 1/2 RESEND] dt-bindings: bcm283x: Fix register ranges "

[Buildroot] [PATCH] wireguard: bump version to 0.0.20180218
 2018-02-19 19:35 UTC  (2+ messages)

[Buildroot] [git commit] wireguard: bump version to 0.0.20180218
 2018-02-19 19:35 UTC 

[Buildroot] [PATCH] e2fsprogs: bump version to 1.43.9
 2018-02-19 19:35 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/2] target/sh4: translator loop conversion
 2018-02-19 19:34 UTC  (6+ messages)
` [Qemu-devel] [PATCH 1/2] translator: pass max_insns to tb_start
` [Qemu-devel] [PATCH 2/2] target/sh4: convert to TranslatorOps

[Buildroot] [git commit] e2fsprogs: bump version to 1.43.9
 2018-02-19 19:34 UTC 

[PATCH i-g-t] tests/perf_pmu: Test busyness reporting in face of GPU hangs
 2018-02-19 19:34 UTC  (7+ messages)
` [Intel-gfx] "
` [igt-dev] "
  ` [igt-dev] [Intel-gfx] "
` [igt-dev] ✓ Fi.CI.BAT: success for "

[Buildroot] [PATCH 1/1] mariadb: security bump version to 10.1.31
 2018-02-19 19:34 UTC  (2+ messages)

[PATCH v4 0/4] Add DTS for SDM845 SoC and MTP
 2018-02-19 19:34 UTC  (5+ messages)
` [PATCH v4 2/4] dt-bindings: qcom: Add SDM845 bindings

[Buildroot] [git commit] mariadb: security bump version to 10.1.31
 2018-02-19 19:34 UTC 

[Buildroot] [PATCH master 1/1] zic: bump to 2018c
 2018-02-19 19:33 UTC  (2+ messages)

[PATCH] fix double ;;s in code
 2018-02-19 19:33 UTC  (8+ messages)

Problems with WinTV Hauppauge dualHD and LibreELEC 9 on Le Potato S905X box
 2018-02-19 19:32 UTC 

[Buildroot] [git commit] zic: bump to 2018c
 2018-02-19 19:32 UTC 

[linux-next test] 119638: regressions - FAIL
 2018-02-19 19:31 UTC 

[SETUP] menuconfig
 2018-02-19 19:31 UTC  (2+ messages)
` [Outreachy kernel] "

[PATCH net] ibmvnic: Clean RX pools only during a hard reset
 2018-02-19 19:30 UTC  (4+ messages)

[Qemu-devel] qemu warnings and errors
 2018-02-19 19:27 UTC  (2+ messages)

[RFC PATCH] Add core tuner_standby op, use where needed
 2018-02-19 19:27 UTC  (2+ messages)

[PATCH fixes v3] pinctrl: Really force states during suspend/resume
 2018-02-19 19:23 UTC  (6+ messages)

[PATCH 00/16] Converting pernet_operations (part #2)
 2018-02-19 19:22 UTC  (2+ messages)

[PATCH v9 00/11] Renesas Capture Engine Unit (CEU) V4L2 driver
 2018-02-19 19:19 UTC  (4+ messages)
` [PATCH v9 11/11] media: i2c: ov7670: Fully set mbus frame fmt

[PATCH v2 0/5] Add R8A77980/Condor board support
 2018-02-19 19:18 UTC  (8+ messages)
` [PATCH v2 4/5] arm64: dts: renesas: initial Condor board device tree

[PATCH] mm: Fix for PG_reserved page flag clearing
 2018-02-19 19:18 UTC  (4+ messages)

[PATCH net] tg3: APE heartbeat changes
 2018-02-19 19:17 UTC  (2+ messages)

[PATCH v3] ACPI / tables: Add IORT to injectable table list
 2018-02-19 19:13 UTC  (4+ messages)
  `  "

[PATCH] staging: speakup: add spaces around arithmetic operators
 2018-02-19 19:13 UTC 

[PATCH 0/8] hisi_sas: support x6000 board and some misc changes
 2018-02-19 19:13 UTC  (9+ messages)
` [PATCH 1/8] dt-bindings: scsi: hisi_sas: add an property of signal attenuation
` [PATCH 2/8] scsi: hisi_sas: support the property of signal attenuation for v2 hw
` [PATCH 3/8] scsi: hisi_sas: fix the issue of link rate inconsistency
` [PATCH 4/8] scsi: hisi_sas: fix the issue of setting linkrate register
` [PATCH 5/8] scsi: hisi_sas: increase timer expire of internal abort task
` [PATCH 6/8] scsi: hisi_sas: remove unused variable hisi_sas_devices.running_req
` [PATCH 7/8] scsi: hisi_sas: fix return value of hisi_sas_task_prep()
` [PATCH 8/8] scsi: hisi_sas: Code cleanup and minor bug fixes

[PATCH net 0/4] Fixes, cleanup and modernization for 8390 ethernet drivers
 2018-02-19 19:11 UTC  (5+ messages)
` [PATCH net 2/4] net/8390: Fix msg_enable patch snafu

[Qemu-devel] [PATCH] docs: document how to use the l2-cache-entry-size parameter
 2018-02-19 19:10 UTC  (4+ messages)

Supply Inquiry
 2018-02-19  8:28 UTC 

Bug: Two device nodes created in /dev for a single UVC webcam
 2018-02-19 19:10 UTC  (4+ messages)

[PATCH] PCI: Add quirk for Cavium Thunder-X2 PCIe erratum #173
 2018-02-19 19:08 UTC  (6+ messages)

[U-Boot] [RFC] Make U-Boot log great again
 2018-02-19 19:09 UTC  (4+ messages)


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.