messages from 2018-04-14 11:53:02 to 2018-04-14 15:35:52 UTC [more...]
[PATCH 00/15] nd/pack-objects-pack-struct update
2018-04-14 15:35 UTC (11+ messages)
` [PATCH 01/15] read-cache.c: make $GIT_TEST_SPLIT_INDEX boolean
` [PATCH 02/15] pack-objects: a bit of document about struct object_entry
` [PATCH 04/15] pack-objects: use bitfield for object_entry::dfs_state
` [PATCH 05/15] pack-objects: use bitfield for object_entry::depth
` [PATCH 07/15] pack-objects: move in_pack out of struct object_entry
` [PATCH 08/15] pack-objects: refer to delta objects by index instead of pointer
` [PATCH 09/15] pack-objects: shrink z_delta_size field in struct object_entry
` [PATCH 13/15] pack-objects: shrink delta_size "
` [PATCH 14/15] pack-objects: reorder members to shrink "
` [PATCH 15/15] ci: exercise the whole test suite with uncommon code in pack-objects
[PATCH] IB: make INFINIBAND_ADDR_TRANS configurable
2018-04-14 15:34 UTC (4+ messages)
` [PATCH v2] "
[meta-cgl][PATCH 1/2] layer: add LAYERSERIES_COMPAT for rocko
2018-04-14 15:33 UTC (2+ messages)
` [meta-cgl][PATCH 2/2] layer: move LAYERSERIES_COMPAT to sumo
WARNING: lock held when returning to user space!
2018-04-14 15:33 UTC (5+ messages)
[PATCH] security: selinux: Change return type to vm_fault_t
2018-04-14 15:32 UTC
[RFC v4 00/25] drm: Add generic fbdev emulation
2018-04-14 15:30 UTC (19+ messages)
` [RFC v4 09/25] drm/fb-helper: Move modeset commit code to drm_client
` [RFC v4 10/25] drm/connector: Add drm_connector_has_preferred_mode/pick_cmdline_mode()
` [RFC v4 11/25] drm/connector: Add connector array functions
` [RFC v4 12/25] drm/i915: Add drm_driver->initial_client_display callback
` [RFC v4 13/25] drm/fb-helper: Remove struct drm_fb_helper_crtc
` [RFC v4 14/25] drm/fb-helper: Remove struct drm_fb_helper_connector
` [RFC v4 15/25] drm/fb-helper: Move modeset config code to drm_client
` [RFC v4 16/25] drm: Make ioctls available for in-kernel clients
` [RFC v4 17/25] drm/client: Bail out if there's a DRM master
` [RFC v4 18/25] drm/client: Make the display modes available to clients
` [RFC v4 19/25] drm/client: Finish the in-kernel client API
` [RFC v4 20/25] drm/prime: Don't pin module on export for in-kernel clients
` [RFC v4 21/25] drm/fb-helper: Add drm_fb_helper_fb_open/release()
` [RFC v4 22/25] drm/fb-helper: Add generic fbdev emulation
` [RFC v4 23/25] drm: Add DRM device registered notifier
` [RFC v4 24/25] drm/client: Hack: Add bootsplash
` [RFC v4 25/25] drm/client: Hack: Add DRM VT console client
` ✗ Fi.CI.CHECKPATCH: warning for drm: Add generic fbdev emulation
[PATCH] drm/i915: Call i915_perf_fini() on init_hw error unwind
2018-04-14 15:28 UTC (3+ messages)
` ✗ Fi.CI.BAT: failure for "
[PATCH 0/7] nd/repack-keep-pack update
2018-04-14 15:26 UTC (8+ messages)
` [PATCH 1/7] t7700: have closing quote of a test at the beginning of line
` [PATCH 2/7] repack: add --keep-pack option
` [PATCH 3/7] gc: add --keep-largest-pack option
` [PATCH 4/7] gc: add gc.bigPackThreshold config
` [PATCH 5/7] gc: handle a corner case in gc.bigPackThreshold
` [PATCH 6/7] gc --auto: exclude base pack if not enough mem to "repack -ad"
` [PATCH 7/7] pack-objects: show some progress when counting kept objects
INFO: task hung in __blkdev_get
2018-04-14 15:26 UTC (6+ messages)
[PATCH V3] blk-mq: fix race between complete and BLK_EH_RESET_TIMER
2018-04-14 15:22 UTC (4+ messages)
[PATCH] iio: hid-sensor-trigger: Fix sometimes not powering up the sensor after resume
2018-04-14 15:09 UTC
Mixed MTU hosts on a network
2018-04-14 15:20 UTC (9+ messages)
[PATCH 03/12] libfdt: Safer access to strings section
2018-04-14 14:42 UTC (8+ messages)
` [U-Boot] "
remounted ro during operation, unmountable since
2018-04-14 14:41 UTC (4+ messages)
Important regression fix patch
2018-04-14 14:37 UTC (2+ messages)
[Qemu-trivial] [PATCH trivial for-2.12] Makefile: install gtk message catalogs if CONFIG_GTK=y too, not only =m
2018-04-14 14:27 UTC (2+ messages)
` [Qemu-devel] "
[PATCH][meta-gnome V3] metacity: add 3.38.0
2018-04-14 14:25 UTC
[PATCH 1/4] networkmanager: fix gobject-introspection/musl and cleanup
2018-04-14 14:22 UTC (4+ messages)
[Bug 199319] New: Flickering screen on AMDGPU and DC with Linux 4.16-2
2018-04-14 14:18 UTC (2+ messages)
` [Bug 199319] "
dropping commerical flags in mpg123 and lame recipes
2018-04-14 14:16 UTC (2+ messages)
[PATCH v2] watchdog: renesas-wdt: Add support for the R8A77965 WDT
2018-04-14 14:13 UTC (2+ messages)
[PATCH v11 00/63] Convert page cache to XArray
2018-04-14 14:13 UTC (64+ messages)
` [PATCH v11 01/63] xarray: Replace exceptional entries
` [PATCH v11 02/63] xarray: Change definition of sibling entries
` [PATCH v11 03/63] xarray: Add definition of struct xarray
` [PATCH v11 04/63] xarray: Define struct xa_node
` [PATCH v11 05/63] xarray: Add documentation
` [PATCH v11 06/63] xarray: Add xa_load
` [PATCH v11 07/63] xarray: Add xa_get_tag, xa_set_tag and xa_clear_tag
` [PATCH v11 08/63] xarray: Add xa_store
` [PATCH v11 09/63] xarray: Add xa_cmpxchg and xa_insert
` [PATCH v11 10/63] xarray: Add xa_for_each
` [PATCH v11 11/63] xarray: Add xa_extract
` [PATCH v11 12/63] xarray: Add xa_destroy
` [PATCH v11 13/63] xarray: Add xas_next and xas_prev
` [PATCH v11 14/63] xarray: Add xas_create_range
` [PATCH v11 15/63] xarray: Add MAINTAINERS entry
` [PATCH v11 16/63] page cache: Rearrange address_space
` [PATCH v11 17/63] page cache: Convert hole search to XArray
` [PATCH v11 18/63] page cache: Add and replace pages using the XArray
` [PATCH v11 19/63] page cache: Convert page deletion to XArray
` [PATCH v11 20/63] page cache: Convert page cache lookups "
` [PATCH v11 21/63] page cache: Convert delete_batch "
` [PATCH v11 22/63] page cache: Remove stray radix comment
` [PATCH v11 23/63] page cache: Convert filemap_range_has_page to XArray
` [PATCH v11 24/63] mm: Convert page-writeback "
` [PATCH v11 25/63] mm: Convert workingset "
` [PATCH v11 26/63] mm: Convert truncate "
` [PATCH v11 27/63] mm: Convert add_to_swap_cache "
` [PATCH v11 28/63] mm: Convert delete_from_swap_cache "
` [PATCH v11 29/63] mm: Convert __do_page_cache_readahead "
` [PATCH v11 30/63] mm: Convert page migration "
` [PATCH v11 31/63] mm: Convert huge_memory "
` [PATCH v11 32/63] mm: Convert collapse_shmem "
` [PATCH v11 33/63] mm: Convert khugepaged_scan_shmem "
` [PATCH v11 34/63] pagevec: Use xa_tag_t
` [PATCH v11 35/63] shmem: Convert replace to XArray
` [PATCH v11 36/63] shmem: Convert shmem_confirm_swap "
` [PATCH v11 37/63] shmem: Convert find_swap_entry "
` [PATCH v11 38/63] shmem: Convert shmem_add_to_page_cache "
` [PATCH v11 39/63] shmem: Convert shmem_alloc_hugepage "
` [PATCH v11 40/63] shmem: Convert shmem_free_swap "
` [PATCH v11 41/63] shmem: Convert shmem_partial_swap_usage "
` [PATCH v11 42/63] memfd: Convert shmem_wait_for_pins "
` [PATCH v11 43/63] memfd: Convert shmem_tag_pins "
` [PATCH v11 44/63] shmem: Comment fixups
` [PATCH v11 45/63] btrfs: Convert page cache to XArray
` [PATCH v11 46/63] fs: Convert buffer "
` [PATCH v11 47/63] fs: Convert writeback "
` [PATCH v11 48/63] nilfs2: Convert "
` [PATCH v11 49/63] f2fs: "
` [PATCH v11 50/63] lustre: "
` [PATCH v11 51/63] dax: Fix use of zero page
` [PATCH v11 52/63] dax: dax_insert_mapping_entry always succeeds
` [PATCH v11 53/63] dax: Rename some functions
` [PATCH v11 54/63] dax: Hash on XArray instead of mapping
` [PATCH v11 55/63] dax: Convert dax_insert_pfn_mkwrite to XArray
` [PATCH v11 56/63] dax: Convert __dax_invalidate_entry "
` [PATCH v11 57/63] dax: Convert dax writeback "
` [PATCH v11 58/63] dax: Convert page fault handlers "
` [PATCH v11 59/63] dax: Return fault code from dax_load_hole
` [PATCH v11 60/63] page cache: Finish XArray conversion
` [PATCH v11 61/63] radix tree: Remove unused functions
` [PATCH v11 62/63] radix tree: Remove radix_tree_update_node_t
` [PATCH v11 63/63] radix tree: Remove radix_tree_clear_tags
[Qemu-devel] [PATCH v4 0/2] Implement Hex file loader and add test case
2018-04-14 14:08 UTC (3+ messages)
` [Qemu-devel] [PATCH v4 1/2] Implement .hex file loader
[PATCH] Sparc
2018-04-14 14:05 UTC (3+ messages)
[PATCHES] Networking
2018-04-14 14:04 UTC (2+ messages)
[U-Boot] [RFC] rules for SPDX-License-Identifier
2018-04-14 13:57 UTC (2+ messages)
[PATCH 0/5] Add tda998x (HDMI) support to atmel-hlcdc
2018-04-14 13:54 UTC (5+ messages)
` [PATCH 2/5] dt-bindings: display: atmel: add optional output-mode property
non-coherence DMA run-time detection
2018-04-14 13:53 UTC
[PATCH v2 u-boot 1/2] reset: Add get/assert/deassert/release for bulk of reset signals
2018-04-14 13:51 UTC (5+ messages)
` [U-Boot, v2, u-boot, "
` [U-Boot] "
Revert "xhci: plat: Register shutdown for xhci_plat"
2018-04-14 13:48 UTC (6+ messages)
` [PATCH] "
[U-Boot] [PATCH 1/1] env: mmc/fat/ext4: undefined reference to `mmc_initialize'
2018-04-14 13:41 UTC
[PATCH] specify encoding for sed command
2018-04-14 13:27 UTC (5+ messages)
` [PATCH] completion: reduce overhead of clearing cached --options
Bug: rebase -i creates committer time inversions on 'reword'
2018-04-14 13:11 UTC (3+ messages)
How to disable tracing at runtime from the Linux kernel command line?
2018-04-14 13:09 UTC
[6/6] USB: phy: drop legacy board-file support
2018-04-14 13:06 UTC
[5/6] USB: renesas_usbhs: drop support for legacy phys
2018-04-14 13:06 UTC
[4/6] USB: musb: omap2430: drop non-DT support
2018-04-14 13:06 UTC
[3/6] USB: ehci-omap: drop unused legacy phy support
2018-04-14 13:06 UTC
[2/6] USB: core: hcd: drop support for legacy phys
2018-04-14 13:06 UTC
[1/6] USB: phy: drop unused legacy controller-phy bind helper
2018-04-14 13:06 UTC
[PATCH v3 04/14] net/mlx5: support Rx tunnel type identification
2018-04-14 12:57 UTC (3+ messages)
kernel menuconfig broken?
2018-04-14 12:55 UTC (8+ messages)
[xen-4.10-testing baseline-only test] 74609: trouble: blocked/broken
2018-04-14 12:41 UTC
[PATCH v8 0/9] NFSD support for async COPY
2018-04-14 12:32 UTC (3+ messages)
[RFC PATCH] tests: fix PATH for GIT_TEST_INSTALLED tests
2018-04-14 12:30 UTC (2+ messages)
[CI] drm/i915: Check whitelist registers across resets
2018-04-14 12:27 UTC
[PATCH v2 00/15] mlx5 Rx tunnel offloading
2018-04-14 12:25 UTC (3+ messages)
` [PATCH v2 07/15] net/mlx5: support tunnel RSS level
[PATCH] exofs: fix potential memory leak in mount option parsing
2018-04-14 12:19 UTC
[PATCH] isofs: fix potential memory leak in mount option parsing
2018-04-14 12:16 UTC
Donation
2018-04-14 4:04 UTC
[PATCH] nvme: fix potential memory leak in option parsing
2018-04-14 12:06 UTC
[PATCH v14 00/33] rcar-vin: Add Gen3 with media controller
2018-04-14 11:57 UTC (34+ messages)
` [PATCH v14 01/33] dt-bindings: media: rcar_vin: Reverse SoC part number list
` [PATCH v14 02/33] dt-bindings: media: rcar_vin: add device tree support for r8a774[35]
` [PATCH v14 03/33] rcar-vin: add Gen3 devicetree bindings documentation
` [PATCH v14 04/33] rcar-vin: rename poorly named initialize and cleanup functions
` [PATCH v14 05/33] rcar-vin: unregister video device on driver removal
` [PATCH v14 06/33] rcar-vin: move subdevice handling to async callbacks
` [PATCH v14 07/33] rcar-vin: move model information to own struct
` [PATCH v14 08/33] rcar-vin: move max width and height information to chip information
` [PATCH v14 09/33] rcar-vin: move functions regarding scaling
` [PATCH v14 10/33] rcar-vin: all Gen2 boards can scale simplify logic
` [PATCH v14 11/33] rcar-vin: set a default field to fallback on
` [PATCH v14 12/33] rcar-vin: fix handling of single field frames (top, bottom and alternate fields)
` [PATCH v14 13/33] rcar-vin: update bytesperline and sizeimage calculation
` [PATCH v14 14/33] rcar-vin: align pixelformat check
` [PATCH v14 15/33] rcar-vin: break out format alignment and checking
` [PATCH v14 16/33] rcar-vin: simplify how formats are set and reset
` [PATCH v14 17/33] rcar-vin: cache video standard
` [PATCH v14 18/33] rcar-vin: move media bus configuration to struct rvin_dev
` [PATCH v14 19/33] rcar-vin: enable Gen3 hardware configuration
` [PATCH v14 20/33] rcar-vin: add function to manipulate Gen3 chsel value
` [PATCH v14 21/33] rcar-vin: add flag to switch to media controller mode
` [PATCH v14 22/33] rcar-vin: use different v4l2 operations in "
` [PATCH v14 23/33] rcar-vin: force default colorspace for media centric mode
` [PATCH v14 24/33] rcar-vin: prepare for media controller mode initialization
` [PATCH v14 25/33] rcar-vin: add group allocator functions
` [PATCH v14 26/33] rcar-vin: change name of video device
` [PATCH v14 27/33] rcar-vin: add chsel information to rvin_info
` [PATCH v14 28/33] rcar-vin: parse Gen3 OF and setup media graph
` [PATCH v14 29/33] rcar-vin: add link notify for Gen3
` [PATCH v14 30/33] rcar-vin: extend {start,stop}_streaming to work with media controller
` [PATCH v14 31/33] rcar-vin: enable support for r8a7795
` [PATCH v14 32/33] rcar-vin: enable support for r8a7796
` [PATCH v14 33/33] rcar-vin: enable support for r8a77970
Recent changes (master)
2018-04-14 12:00 UTC
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.