All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-03-13 13:24:45 to 2018-03-13 13:50:55 UTC [more...]

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

[U-Boot] [PATCH v3 00/10] splash screen on the stm32f769 disco board
 2018-03-13 13:50 UTC  (31+ messages)
` [U-Boot] [PATCH v3 01/10] video: stm32: stm32_ltdc: add bridge to display controller
  `  "
` [U-Boot] [PATCH v3 01/10] video: stm32: stm32_ltdc: update debug log
  `  "
` [U-Boot] [PATCH v3 02/10] video: add support of MIPI DSI interface
  `  "
` [U-Boot] [PATCH v3 02/10] video: stm32: stm32_ltdc: update debug log
` [U-Boot] [PATCH v3 03/10] video: add support of MIPI DSI interface
  `  "
` [U-Boot] [PATCH v3 03/10] video: add support of panel OTM8009A
  `  "
` [U-Boot] [PATCH v3 04/10] otm
` [U-Boot] [PATCH v3 04/10] video: add support of panel OTM8009A
  `  "
` [U-Boot] [PATCH v3 05/10] video: add MIPI DSI host controller bridge
  `  "
` [U-Boot] [PATCH v3 06/10] video: add support of STM32 MIPI DSI controller driver
  `  "
` [U-Boot] [PATCH v3 07/10] video: add support of panel rm68200
  `  "
` [U-Boot] [PATCH v3 08/10] arm: dts: stm32: add dsi for STM32F746
  `  "
` [PATCH v3 09/10] arm: dts: stm32: add display for STM32F769 disco board
  ` [U-Boot] "
` [U-Boot] [PATCH v3 10/10] board: Add STM32F769 SoC, discovery board support
  `  "

[PATCH v3 0/6] x86: Meltdown band-aid overhead reduction
 2018-03-13 13:50 UTC  (7+ messages)
` [PATCH v3 1/6] x86: NOP out XPTI entry/exit code when it's not in use
` [PATCH v3 2/6] x86: disable XPTI when RDCL_NO
` [PATCH v3 3/6] x86: log XPTI enabled status
` [PATCH v3 4/6] x86/XPTI: use %r12 to write zero into xen_cr3
` [PATCH v3 5/6] x86/XPTI: reduce .text.entry
` [PATCH v3 6/6] x86: avoid double CR3 reload when switching to guest user mode

[Qemu-devel] [PULL 0/1] Travis speed-up
 2018-03-13 13:49 UTC  (4+ messages)
` [Qemu-devel] [PULL 1/1] .travis.yml: add --disable-linux-user for some jobs

[PATCH v3 net-next 3/4] net: macb: Add phy-handle DT support
 2018-03-13 13:49 UTC  (7+ messages)
` [PATCH v4 net-next 0/4]
  ` [PATCH v4 net-next 3/4] net: macb: Add phy-handle DT support

[Buildroot] [PATCH] docker-compose: bump version to 1.20-rc2
 2018-03-13 13:49 UTC 

[PATCH v3 0/2] Directed kmem charging
 2018-03-13 13:49 UTC  (3+ messages)
` [PATCH v3 1/2] mm: memcg: remote memcg charging for kmem allocations

[Qemu-devel] [PATCH v2 0/8] nbd block status base:allocation
 2018-03-13 13:47 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 3/8] nbd: BLOCK_STATUS for standard get_block_status function: server part

Ongoing Btrfs stability issues
 2018-03-13 13:47 UTC  (9+ messages)

[PATCH 00/12] media: ov5640: Misc cleanup and improvements
 2018-03-13 13:47 UTC  (4+ messages)
` [PATCH 09/12] media: ov5640: Compute the clock rate at runtime

[v3] EDAC, sb_edac: Remove VLA usage
 2018-03-13 13:44 UTC  (2+ messages)
` [PATCH v3] "

FS unmountable after RAID/LVM problems
 2018-03-13 13:44 UTC  (6+ messages)

[PATCH v5 01/26] ARM: shmobile: Add watchdog support
 2018-03-13 13:43 UTC  (5+ messages)
` [PATCH v6 "

Regression from efi: call get_event_log before ExitBootServices
 2018-03-13 13:43 UTC  (15+ messages)

[PATCH v3 net 0/5] tcp: fixes to non-SACK TCP
 2018-03-13 13:43 UTC  (2+ messages)

[PATCH 00/30] Netfilter/IPVS updates for net-next
 2018-03-13 13:41 UTC  (5+ messages)

[Qemu-devel] [Bug 1755479] [NEW] Cortex M:qemu abort with optimized code and icount
 2018-03-13 13:34 UTC 

[PATCH v1 0/5] add framework to load and execute BPF code
 2018-03-13 13:39 UTC  (5+ messages)
` [PATCH v1 1/5] bpf: add BPF loading and execution framework
` [PATCH v1 3/5] bpf: introduce basic RX/TX BPF filters

[PATCH 3/3] irqchip/gic-v3: Bounds check redistributor accesses
 2018-03-13 13:38 UTC  (3+ messages)
` [3/3] "

Parse PELs sent by OpenPOWER host firmware
 2018-03-13 13:39 UTC 

[patch] mm, oom: remove 3% bonus for CAP_SYS_ADMIN processes
 2018-03-13 13:39 UTC  (2+ messages)

[PATCH v2 0/6] ASoC: sun4i-i2s: Updates to the driver
 2018-03-13 13:39 UTC  (5+ messages)
` [PATCH v2 6/6] ASoC: sun4i-i2s: Add support for loopback
    ` [linux-sunxi] "

[PATCH 1/1] firmware: add a function to load optional firmware
 2018-03-13 13:39 UTC  (11+ messages)
` [PATCH] firmware: add a function to load optional firmware v2

[PATCH] mm: oom: Fix race condition between oom_badness and do_exit of task
 2018-03-13 13:37 UTC  (7+ messages)

[Qemu-devel] [PATCH v9 00/14] ARM SMMUv3 Emulation Support
 2018-03-13 13:37 UTC  (5+ messages)
` [Qemu-devel] [PATCH v9 11/14] target/arm/kvm: Translate the MSI doorbell in kvm_arch_fixup_msi_route

[PATCH] mailbox: tegra: relax TEGRA_HSP_MBOX Kconfig dependencies
 2018-03-13 13:36 UTC  (2+ messages)

[PATCH][next] ASoC: samsung: remove redundant pointer cpu_dai
 2018-03-13 13:36 UTC 

[U-Boot] [PATCH v3 00/20] Bring NAND support to Nintendo NES Classic
 2018-03-13 13:36 UTC  (6+ messages)
` [U-Boot] [PATCH v3 01/20] spl: fix binman_sym output check

[PATCH 1/2] ARM: npcm: add CONFIG_ARCH_MULTI_V7 dependency
 2018-03-13 13:35 UTC  (8+ messages)

[PATCH v12 0/3] arm: npcm: add basic support for Nuvoton BMCs
 2018-03-13 13:32 UTC  (8+ messages)
` [PATCH v12 1/3] "
` [PATCH v12 2/3] arm: dts: add Nuvoton NPCM750 device tree
` [PATCH v12 3/3] MAINTAINERS: Add entry for the Nuvoton NPCM architecture

PATCH V4 0/5 nvme-pci: fixes on nvme_timeout and nvme_dev_disable
 2018-03-13 13:29 UTC  (5+ messages)
` [PATCH V4 3/5] nvme-pci: avoid nvme_dev_disable to be invoked in nvme_timeout

TCP Wireguard with socat
 2018-03-13 13:43 UTC  (8+ messages)

[PATCH v2 0/8] drm/xen-front: Add support for Xen PV display frontend
 2018-03-13 13:31 UTC  (24+ messages)
` [PATCH v2 1/8] drm/xen-front: Introduce Xen para-virtualized frontend driver
` [PATCH v2 2/8] drm/xen-front: Implement Xen bus state handling
` [PATCH v2 3/8] drm/xen-front: Read driver configuration from Xen store
` [PATCH v2 4/8] drm/xen-front: Implement Xen event channel handling
` [PATCH v2 5/8] drm/xen-front: Implement handling of shared display buffers
` [PATCH v2 6/8] drm/xen-front: Introduce DRM/KMS virtual display driver
` [PATCH v2 7/8] drm/xen-front: Implement GEM operations and backend communication
` [PATCH v2 8/8] drm/xen-front: Provide kernel documentation

[PATCH 1/2 RFC] tools/memory-model: rename link and rcu-path to rcu-link and rb
 2018-03-13 13:33 UTC  (2+ messages)

[Qemu-devel] [PATCH v10 00/12] Dirty bitmaps postcopy migration
 2018-03-13 13:32 UTC  (7+ messages)
` [Qemu-devel] [PATCH v10 05/12] migration: introduce postcopy-only pending

virtio-gpu: Hang on shutdown after suspend/resume with virtio
 2018-03-13 13:32 UTC  (2+ messages)

[tpm2] TPM 2.0 in embedded systems
 2018-03-13 13:32 UTC 

Fwd: Used space discrepancy
 2018-03-13 13:31 UTC  (2+ messages)

[PATCH v3] kernel.h: Skip single-eval logic on literals in min()/max()
 2018-03-13 13:31 UTC  (4+ messages)

[PATCH v2 0/8] drm/xen-front: Add support for Xen PV display frontend
 2018-03-13 13:30 UTC 

[Qemu-devel] [PATCH 00/10] linux-user: Speed up guest space initialization on 32-bit ARM target
 2018-03-13 13:30 UTC  (4+ messages)
` [Qemu-devel] [PATCH 07/10] linux-user: init_guest_space: Clean up control flow a bit

[v2] EDAC, sb_edac: Remove VLA usage
 2018-03-13 13:30 UTC  (2+ messages)
` [PATCH v2] "

[LTP] [RFC] [PATCH] shell: ROD_SILENT: Print std{out, err} on failure
 2018-03-13 13:30 UTC  (5+ messages)

[RFC PATCH 00/13] SVM (share virtual memory) with HMM in nouveau
 2018-03-13 13:29 UTC  (7+ messages)

[PATCH] media: v4l: omap_vout: vrfb: remove an unused variable
 2018-03-13 13:29 UTC  (2+ messages)

[PATCH] drm/i915: Show GEM_TRACE when detecting a failed GPU idle
 2018-03-13 13:27 UTC  (3+ messages)
` [PATCH v2] "

[PATCH AUTOSEL for 4.14 065/110] led: core: Fix brightness setting when setting delay_off=0
 2018-03-13 13:27 UTC  (11+ messages)

[PATCH v2 2/2] riscv/atomic: Strengthen implementations with fences
 2018-03-13 13:27 UTC  (5+ messages)

[PATCH igt] igt: Add gem_ctx_freq to exercise requesting freq on a ctx
 2018-03-13 13:26 UTC  (3+ messages)
  ` [igt-dev] "

[U-Boot] [PATCH 0/2] NXP WaARP7 set serial# from OTP fuses for USB iSerial
 2018-03-13 13:25 UTC  (3+ messages)
` [U-Boot] [PATCH 1/2] warp7: usb: Introduce a get method for serial number

[PATCH 0/29] arm meltdown fix backporting review for lts 4.9
 2018-03-13 13:25 UTC  (11+ messages)

[PATCH 0/3] x86/kvm: avoid expensive rdmsrs for FS/GS base MSRs
 2018-03-13 13:24 UTC  (5+ messages)
` [PATCH 1/3] x86/kvm/vmx: read MSR_FS_BASE from current->thread

[PATCH 4.14 1/4] powerpc/mm/slice: Remove intermediate bitmap copy
 2018-03-13 13:24 UTC  (7+ 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.