All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-02-19 18:53:03 to 2018-02-19 19:45:39 UTC [more...]

[PATCH v7 00/61] XArray version 7 -- for merging
 2018-02-19 19:45 UTC  (45+ 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

[U-Boot] [PATCH v3 00/21] efi: Enable basic sandbox support for EFI loader
 2018-02-19 19:45 UTC  (13+ 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)

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

[Qemu-devel] [PATCH v2 00/29] Modularize generated QAPI code
 2018-02-19 19:38 UTC  (45+ messages)
` [Qemu-devel] [PATCH v2 03/29] qapi: Generate up-to-date copyright notice
` [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

[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  (3+ 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 V2 net-next 0/5] ibmvnic: Make driver resources dynamic
 2018-02-19 19:16 UTC  (3+ messages)
` [PATCH V2 net-next 3/5] ibmvnic: Free and re-allocate scrqs when tx/rx scrqs change

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

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

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

[PATCH] net: sched: report if filter is too large to dump
 2018-02-19 19:08 UTC  (2+ messages)

[PATCH v2] fs: fsnotify: account fsnotify metadata to kmemcg
 2018-02-19 19:07 UTC  (13+ messages)

[PATCH net-next] dpaa_eth: fix pause capability advertisement logic
 2018-02-19 19:06 UTC  (2+ messages)

[PATCH v2 0/8] drm/rockchip: hdmi support for rk3328
 2018-02-19 19:06 UTC  (5+ messages)
` [PATCH v2 3/8] drm/bridge: dw-hdmi: allow overriding of phy-type reading

[PATCH v2] xhci: Fix front USB ports on ASUS PRIME B350M-A
 2018-02-19 19:06 UTC  (2+ messages)
` [v2] "

nbd: on-the-fly resize does not work any more
 2018-02-19 19:04 UTC  (2+ messages)

v4.13 on nokia n900: oops during tethering
 2018-02-19 19:04 UTC  (5+ messages)

v4.15: camera problems on n900
 2018-02-19 19:04 UTC  (5+ messages)
      ` next-20180219: "

[PATCH, alsa-lib 1/2] topology: Fix parsing config with multiple hw_configs
 2018-02-19 19:01 UTC  (4+ messages)
` [PATCH, alsa-lib 2/2] ASoC: topology: Rename clock_gated to clock_cont in snd_soc_tplg_hw_config

[PATCH][rocko] kernel-yocto/4.9: update to v4.9.82
 2018-02-19 19:01 UTC  (2+ messages)

[PATCH 1/2] ASoC: topology: Rename clock_gated to clock_cont in snd_soc_tplg_hw_config
 2018-02-19 19:00 UTC  (4+ messages)

[Qemu-devel] Multiqueue block layer
 2018-02-19 18:59 UTC  (3+ messages)

net: hang in unregister_netdevice: waiting for lo to become free
 2018-02-19 18:59 UTC  (9+ messages)

Problem with re-loading hci_uart.ko on RPi3
 2018-02-19 18:58 UTC  (10+ messages)

WARNING in check_flush_dependency
 2018-02-19 18:58 UTC  (3+ messages)

[PATCH 00/23] kconfig: move compiler capability tests to Kconfig
 2018-02-19 18:54 UTC  (7+ messages)
` [PATCH 11/23] kconfig: add 'shell-stdout' function

[PATCH v3 00/14] Serialized Git Commit Graph
 2018-02-19 18:53 UTC  (15+ messages)
` [PATCH v4 00/13] "
  ` [PATCH v4 01/13] commit-graph: add format document
  ` [PATCH v4 02/13] graph: add commit graph design document
  ` [PATCH v4 03/13] commit-graph: create git-commit-graph builtin
  ` [PATCH v4 04/13] commit-graph: implement write_commit_graph()
  ` [PATCH v4 05/13] commit-graph: implement 'git-commit-graph write'
  ` [PATCH v4 06/13] commit-graph: implement git commit-graph read
  ` [PATCH v4 07/13] commit-graph: implement --set-latest
  ` [PATCH v4 08/13] commit-graph: implement --delete-expired
  ` [PATCH v4 09/13] commit-graph: add core.commitGraph setting
  ` [PATCH v4 10/13] commit-graph: close under reachability
  ` [PATCH v4 11/13] commit: integrate commit graph with commit parsing
  ` [PATCH v4 12/13] commit-graph: read only from specific pack-indexes
  ` [PATCH v4 13/13] commit-graph: build graph from starting commits

[meta-qt5] qtbase-native configure script can't find Perl
 2018-02-19 18:54 UTC  (3+ messages)

[PATCH RFC PoC 0/3] nftables meets bpf
 2018-02-19 18:53 UTC  (3+ messages)
` [PATCH RFC 3/3] netfilter: nf_tables: add BPF-based jit infrastructure


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.