messages from 2018-08-29 11:44:37 to 2018-08-29 12:37:16 UTC [more...]
[Drbd-dev] Reminder: Alpine Linux Persistence and Storage Summit happens soon
2018-08-29 12:13 UTC (2+ messages)
` "
[PATCH 0/8] regulator/mfd/dt_bindings: bd718x7: Support ROHM bd71847
2018-08-29 12:36 UTC (3+ messages)
` [PATCH 1/8] regulator: bd71837: Disable voltage monitoring for LDO3/4
` [PATCH 2/8] regulator: Support ROHM BD71847 power management IC
[PATCH] x86: fix "xpti=" and "pv-l1tf=" yet again
2018-08-29 12:36 UTC (2+ messages)
[PATCH] drm/i915/icl: Fix context slice count configuration
2018-08-29 12:35 UTC (9+ messages)
[PATCH net] vti6: remove !skb->ignore_df check from vti6_xmit()
2018-08-29 8:39 UTC (2+ messages)
[PATCH 0/7] Improve core EAL musl compatibility
2018-08-29 12:35 UTC (9+ messages)
` [PATCH 1/7] linuxapp: build with _GNU_SOURCE defined by default
` [PATCH 2/7] pci/vfio: improve musl compatibility
` [PATCH 3/7] fbarray: "
` [PATCH 4/7] eal/hugepage_info: "
` [PATCH 5/7] mem: "
` [PATCH 6/7] string_fns: "
` [PATCH 7/7] eal: "
[PATCH] lightnvm: pblk: add helpers for chunk addresses
2018-08-29 8:37 UTC
[PATCH v7 0/8] Introduce on-chip interconnect API
2018-08-29 12:33 UTC (15+ messages)
` [PATCH v7 2/8] dt-bindings: Introduce interconnect provider bindings
` "
[PATCH v2] drm/msm: dpu: Allow planes to extend past active display
2018-08-29 12:32 UTC (6+ messages)
[PATCH 0/2] FSID change kernel support
2018-08-29 8:36 UTC (3+ messages)
` [PATCH 1/2] btrfs: Introduce support for FSID change without metadata rewrite
` [PATCH 2/2] btrfs: Remove fsid/metadata_fsid fields from btrfs_info
[PATCH 0/4] Userspace support for FSID change
2018-08-29 8:35 UTC (5+ messages)
` [PATCH 1/4] btrfs-progs: Add support for metadata_uuid field
` [PATCH 2/4] btrfstune: Add support for changing the user uuid
` [PATCH 3/4] btrfs-progs: tests: Add tests for changing fsid feature
` [PATCH 4/4] btrfs-progs: Remove fsid/metdata_uuid fields from fs_info
[PATCH BlueZ v4] tools/meshctl: Fix default directory for JSON files
2018-08-29 12:31 UTC (2+ messages)
[PATCH v2 00/12] Improvements to domain creation
2018-08-29 12:29 UTC (8+ messages)
` [PATCH v2 12/12] xen/domain: Allocate d->vcpu[] in domain_create()
[PATCH] [RFC] Drop all 00-INDEX files from Documentation/
2018-08-29 12:28 UTC
[PATCH 1/2] build: add extra cflags ldflags to meson option
2018-08-29 12:28 UTC (6+ messages)
` [PATCH v2] net/mlx: add meson build support
[PATCH v3 00/16] mt76 patches 2018-08-24 v3
2018-08-29 12:27 UTC (2+ messages)
New Ceph community manager: Mike Perez
2018-08-29 12:26 UTC (2+ messages)
[PATCH 1/2] x86/mm/KASLR: Fix the wrong calculation of kalsr region initial size
2018-08-29 12:26 UTC (7+ messages)
` [PATCH 2/2] x86/mm/KASLR: Adjust the vmemmap size according to paging mode
[PATCH V3 0/4] clk: new APIs to handle all available clocks
2018-08-29 12:26 UTC (7+ messages)
[PATCH] drm/amd/powerplay: added vega20 overdrive support
2018-08-29 12:25 UTC (3+ messages)
incompatible changes in staging break qemu
2018-08-29 12:22 UTC (2+ messages)
[PATCH 0/3] xen-netback: hash mapping hanling adjustments
2018-08-29 8:26 UTC (5+ messages)
` [PATCH 2/3] xen-netback: validate queue numbers in xenvif_set_hash_mapping()
` [PATCH 3/3] xen-netback: handle page straddling "
[Qemu-devel] [PATCH 0/2] virtio-gpu: add iommu support
2018-08-29 12:21 UTC (3+ messages)
` [Qemu-devel] [PATCH 1/2] virtio-gpu: pass down VirtIOGPU pointer to a bunch of functions
` [Qemu-devel] [PATCH 2/2] virtio-gpu: add iommu support
[PATCH] mem: fix undefined behavior in NUMA code
2018-08-29 12:21 UTC
[PATCH 00/56] Update Barebox UBI
2018-08-29 12:20 UTC (57+ messages)
` [PATCH 01/56] UBI: Fastmap: Fix memory leak while attaching
` [PATCH 02/56] UBI: Remove alloc_ai() slab name from parameter list
` [PATCH 03/56] UBI: Don't read back all data in ubi_eba_copy_leb()
` [PATCH 04/56] UBI: Modify wrong comment in ubi_leb_map function
` [PATCH 05/56] UBI: Clean up return in ubi_remove_volume()
` [PATCH 06/56] UBI: Set free_count to zero before walking through erase list
` [PATCH 07/56] UBI: Fix static volume checks when Fastmap is used
` [PATCH 08/56] ubi: Make recover_peb power cut aware
` [PATCH 09/56] ubi: Fix race condition between ubi device creation and udev
` [PATCH 10/56] ubi: Fix early logging
` [PATCH 11/56] ubi: Make volume resize power cut aware
` [PATCH 12/56] ubi: Fix scan_fast() comment
` [PATCH 13/56] ubi: Introduce vol_ignored()
` [PATCH 14/56] ubi: Fix whitespace issue in count_fastmap_pebs()
` [PATCH 15/56] ubi: Rework Fastmap attach base code
` [PATCH 16/56] ubi: Check whether the Fastmap anchor matches the super block
` [PATCH 17/56] ubi: Be more paranoid while seaching for the most recent Fastmap
` [PATCH 18/56] UBI: fastmap: use ubi_find_volume() instead of open coding it
` [PATCH 19/56] UBI: fix add_fastmap() to use the vid_hdr passed in argument
` [PATCH 20/56] UBI: fastmap: avoid multiple be32_to_cpu() when unneccesary
` [PATCH 21/56] UBI: fastmap: scrub PEB when bitflips are detected in a free PEB EC header
` [PATCH 22/56] UBI: factorize code used to manipulate volumes at attach time
` [PATCH 23/56] UBI: factorize destroy_av() and ubi_remove_av() code
` [PATCH 24/56] UBI: fastmap: use ubi_rb_for_each_entry() in unmap_peb()
` [PATCH 25/56] UBI: fastmap: use ubi_io_{read, write}_data() instead of ubi_io_{read, write}()
` [PATCH 26/56] UBI: provide helpers to allocate and free aeb elements
` [PATCH 27/56] UBI: move the global ech and vidh variables into struct ubi_attach_info
` [PATCH 28/56] UBI: simplify recover_peb() code
` [PATCH 29/56] UBI: simplify LEB write and atomic LEB change code
` [PATCH 30/56] UBI: add an helper to check lnum validity
` [PATCH 31/56] UBI: provide an helper to check whether a LEB is mapped or not
` [PATCH 32/56] UBI: provide an helper to query LEB information
` [PATCH 33/56] UBI: hide EBA internals
` [PATCH 34/56] UBI: introduce the VID buffer concept
` [PATCH 35/56] ubi: Deal with interrupted erasures in WL
` [PATCH 36/56] ubi: Fix races around ubi_refill_pools()
` [PATCH 37/56] ubi: Fix Fastmap's update_vol()
` [PATCH 38/56] ubi: fix swapped arguments to call to ubi_alloc_aeb
` [PATCH 39/56] UBI: Fix crash in try_recover_peb()
` [PATCH 40/56] ubi: fastmap: Fix add_vol() return value test in ubi_attach_fastmap()
` [PATCH 41/56] UBI: Fix typos
` [PATCH 42/56] ubi/upd: Always flush after prepared for an update
` [PATCH 43/56] ubi: fastmap: Fix slab corruption
` [PATCH 44/56] ubi: pr_err() strings should end with newlines
` [PATCH 45/56] ubi: fastmap: fix spelling mistake: "invalidiate" -> "invalidate"
` [PATCH 46/56] UBI: Fix two typos in comments
` [PATCH 47/56] ubi: fastmap: Clean up the initialization of pointer p
` [PATCH 48/56] ubi: fastmap: Erase outdated anchor PEBs during attach
` [PATCH 49/56] ubi: Fastmap: Fix typo
` [PATCH 50/56] ubi: Fix copy/paste error in function documentation
` [PATCH 51/56] mtd: ubi: wl: Fix error return code in ubi_wl_init()
` [PATCH 52/56] ubi: fastmap: Correctly handle interrupted erasures in EBA
` [PATCH 53/56] ubi: fastmap: Check each mapping only once
` [PATCH 54/56] ubi: fastmap: Detect EBA mismatches on-the-fly
` [PATCH 55/56] mtd: ubi: Update ubi-media.h to dual license
` [PATCH 56/56] ubi: Initialize Fastmap checkmapping correctly
[virtio-dev] [PATCH 0/2] drm/virtio: add iommu support
2018-08-29 12:20 UTC (10+ messages)
` "
` [PATCH 1/2] drm/virtio: add virtio_gpu_object_detach() function
` [virtio-dev] "
` [PATCH 2/2] drm/virtio: add iommu support
` [virtio-dev] "
Proposal for caching/buffering POST codes list for one boot process
2018-08-29 12:19 UTC (12+ messages)
` "
[LTP] [PATCH 1/4] lapi/syscalls: Add syscall numbers for mlock2
2018-08-29 12:19 UTC (6+ messages)
` [LTP] [PATCH 2/4] safe_macros: Add SAFE_MLOCK() and SAFE_MUNLOCK() macros
` [LTP] [PATCH 3/4] syscalls/mlock201: Add new testcase
[Qemu-devel] [PATCH 0/9] Misc reopen-related patches
2018-08-29 12:18 UTC (11+ messages)
` [Qemu-devel] [PATCH 3/9] block: Remove child references from bs->{options, explicit_options}
` [Qemu-devel] [PATCH 7/9] block: Allow changing 'discard' on reopen
` [Qemu-devel] [PATCH 8/9] block: Allow changing 'detect-zeroes' "
` [Qemu-devel] [PATCH 9/9] block: Allow changing 'force-share' "
[PATCH net v2 0/2] net_sched: reject unknown tcfa_action values
2018-08-29 8:22 UTC (3+ messages)
` [PATCH net v2 1/2] "
` [PATCH net v2 2/2] tc-testing: add test-cases for numeric and invalid control action
[PATCH 1/2] drm/bridge: Add virtual display DT bindings
2018-08-29 12:16 UTC (9+ messages)
[PATCH net-next v2 0/2] dpaa2-eth: Move DPAA2 Ethernet driver
2018-08-29 12:15 UTC (5+ messages)
[Qemu-devel] [PATCH v4 00/11] Add a standard authorization framework
2018-08-29 12:15 UTC (2+ messages)
[PATCH v5 1/2] devicetree/bindings: display: Add document for rockchip RGB output
2018-08-29 12:15 UTC (5+ messages)
[PATCH 0/1] Define GIT_TEST_COMMIT_GRAPH for commit-graph test coverage
2018-08-29 12:14 UTC (6+ messages)
` [PATCH 1/1] commit-graph: define GIT_TEST_COMMIT_GRAPH
[perf] perf_event.h ABI visibility question
2018-08-29 12:13 UTC (6+ messages)
[Qemu-devel] [PATCH v2 0/8] Make the pm_smbus code more correct
2018-08-29 12:05 UTC (9+ messages)
` [Qemu-devel] [PATCH v2 05/10] i2c:pm_smbus: Fix state transfer
` [Qemu-devel] [PATCH v2 09/10] i2c: Add an SMBus vmstate structure
` [Qemu-devel] [PATCH v2 10/10] i2c: Add vmstate handling to the smbus eeprom
[PATCH] arm64: dts: add support for SolidRun Clearfog GT 8K
2018-08-29 12:13 UTC
[PATCH] mtd: spi-nor: fix options for mx66l51235f
2018-08-29 12:12 UTC (12+ messages)
Access to non-RAM pages
2018-08-29 12:10 UTC
[PATCH] fsck.f2fs: detect and recover corrupted quota file
2018-08-29 12:09 UTC
[PATCH RESEND 0/2] gpio: mvebu: Add support for multiple PWM lines
2018-08-29 12:09 UTC (5+ messages)
` [PATCH RESEND 1/2] gpio: mvebu: Add support for multiple PWM lines per GPIO chip
[PATCH] ARM: omap: Convert to using %pOFn instead of device_node.name
2018-08-29 12:07 UTC (8+ messages)
` [PATCH] gpio: "
` [PATCH] pinctrl: "
[RFC] ethdev: support metadata as flow rule criteria
2018-08-29 12:06 UTC (5+ messages)
` [RFC v2] "
[PATCH 0/2] MMIO emulation fixes
2018-08-29 12:06 UTC (13+ messages)
[PATCH] powerpc: disable support for relative ksymtab references
2018-08-29 8:09 UTC (3+ messages)
[PATCH] gpio: dwapb: Fix error handling in dwapb_gpio_probe()
2018-08-29 12:04 UTC (2+ messages)
[PATCH] drm/rockchip: vop: fix some register define error for px30
2018-08-29 12:03 UTC (4+ messages)
[PATCH v3 0/7] mtd: rawnand: ams-delta: Use GPIO API for data I/O
2018-08-29 12:03 UTC (6+ messages)
` [RFC RFT PATCH 0/4] gpiolib: speed up GPIO array processing
` [RFC RFT PATCH v4 1/4] gpiolib: Pass bitmaps, not integer arrays, to get/set array
[PATCH] pinctrl: madera: Fix possible NULL pointer with pdata config
2018-08-29 12:03 UTC (2+ messages)
[PATCH] x86/alt: Fix build when CONFIG_LIVEPATCH is disabled
2018-08-29 12:00 UTC (2+ messages)
[PATCH] sched/fair: vruntime should normalize when switching from fair
2018-08-29 11:59 UTC (9+ messages)
[RFC PATCH] powerpc/64/module: REL32 relocation range check
2018-08-29 11:56 UTC
[PATCH] gpio: pxa: handle corner case of unprobed device
2018-08-29 11:57 UTC (2+ messages)
[PATCH v2] pinctrl/amd: use byte access to clear irq/wake status bits
2018-08-29 11:55 UTC (2+ messages)
[PATCH v3 00/12] drm/i915: Some plane init cleanups
2018-08-29 11:55 UTC (4+ messages)
` [PATCH v3 12/12] drm/i915: Rename variables in intel_primary_plane_create()
[Buildroot] [PATCH v2] mender: fix ioctl build failure on powerpc64le / power8
2018-08-29 11:54 UTC
[PATCH RESEND] arm64: don't dump stack for usermode address in show_regs
2018-08-29 11:54 UTC (2+ messages)
pull-request: mac80211-next 2018-08-29
2018-08-29 11:53 UTC
LXD on yocto
2018-08-29 11:52 UTC (3+ messages)
[PATCH net-next] virtio_net: force_napi_tx module param
2018-08-29 7:56 UTC (12+ messages)
option: Do not try to bind to ADB interfaces
2018-08-29 7:56 UTC (6+ messages)
` [PATCH] "
Mapping LDAP group to user roles
2018-08-29 11:51 UTC (7+ messages)
[PATCH] scsi: ufs: Make sysfs flags writable
2018-08-29 11:50 UTC (2+ messages)
[PATCH 00/10] kni: Interface detach and link status fixes
2018-08-29 11:48 UTC (4+ messages)
` [PATCH v2 10/10] kni: add API to set link status on kernel interface
[PATCH] spi-nor: intel-spi: Add support for Intel Ice Lake SPI serial flash
2018-08-29 11:46 UTC (8+ messages)
[PATCH] pinctrl: lpc18xx: mark expected switch fall-throughs
2018-08-29 11:47 UTC (3+ messages)
[PATCH v2 1/3] spi: Introduce one new field to set word delay
2018-08-29 11:47 UTC (3+ messages)
[PATCH] dt-bindings: gpio: rcar: Add r8a774a1 (RZ/G2M) support
2018-08-29 11:46 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.