All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-11-23 08:41:12 to 2018-11-23 09:25:08 UTC [more...]

[PATCH v3 1/3] watchdog: Add pm8916 watchdog driver
 2018-11-23  8:44 UTC  (2+ messages)
` [PATCH v3 3/3] arm64: dts: qcom: pm8916: Add PON watchdog node

[PATCH v2 00/43] drm/sun4i: Support for linear and tiled YUV formats with the frontend
 2018-11-23  9:25 UTC  (73+ messages)
` [PATCH v2 03/43] drm/sun4i: Add TODO comment about supporting scaling with the backend
` [PATCH v2 09/43] drm/fourcc: Add format info helpers for checking YUV planes disposition
` [PATCH v2 14/43] drm/sun4i: backend: Avoid counting YUV planes that use the frontend
` [PATCH v2 18/43] drm/sun4i: frontend: Add proper definitions for format registers
  ` [PATCH v2 01/43] drm/sun4i: Cleanup video/YUV source before enabling a layer
  ` [PATCH v2 02/43] drm/sun4i: frontend: Replace ARGB with XRGB as supported format
  ` [PATCH v2 04/43] drm/sun4i: backend: Add a helper and a list for supported formats
  ` [PATCH v2 05/43] drm/sun4i: frontend: "
  ` [PATCH v2 06/43] drm/sun4i: backend: Refine the logic behind using the frontend
  ` [PATCH v2 07/43] drm/sun4i: backend: Use a specific function to check if a plane is supported
  ` [PATCH v2 08/43] drm/fourcc: Add helper to check if a format uses a YUV colorspace
  ` [PATCH v2 10/43] drm/fourcc: Add format helpers for checking YUV planes disposition
  ` [PATCH v2 11/43] drm/fourcc: Add format info helpers for checking YUV sub-sampling
  ` [PATCH v2 12/43] drm/fourcc: Add format "
  ` [PATCH v2 13/43] drm/sun4i: backend: Use explicit fourcc helpers for packed YUV422 check
  ` [PATCH v2 15/43] drm/sun4i: Rename sun4i_backend_layer_formats to sun4i_layer_formats
  ` [PATCH v2 16/43] drm/sun4i: frontend: Move CSC bypass setup to format update routine
  ` [PATCH v2 17/43] drm/sun4i: frontend: Add helpers for input data mode and pixel sequence
  ` [PATCH v2 19/43] drm/sun4i: frontend: Determine input mode based on the number of planes
  ` [PATCH v2 20/43] drm/sun4i: frontend: Determine input format based on colorspace
  ` [PATCH v2 21/43] drm/sun4i: frontend: Add support for the BGRX8888 input format
  ` [PATCH v2 22/43] drm/sun4i: frontend: Add support for the BGRX8888 output format
  ` [PATCH v2 23/43] drm/sun4i: backend: Detail the YUV to RGB values coding explanation
  ` [PATCH v2 24/43] drm/sun4i: frontend: Configure and enable YUV to RGB CSC when needed
  ` [PATCH v2 25/43] drm/sun4i: frontend: Apply format sub-sampling to CH1 dimensions
  ` [PATCH v2 26/43] drm/sun4i: frontend: Add support for packed YUV422 input formats
  ` [PATCH v2 27/43] drm/sun4i: frontend: Add support for semi-planar YUV "
  ` [PATCH v2 28/43] drm/sun4i: frontend: Add support for planar "
  ` [PATCH v2 29/43] drm/sun4i: Make pitch even for GEM dumb alloc as per hardware constraint
  ` [PATCH v2 30/43] drm/fourcc: Add definitions for Allwinner vendor and VPU tiled format
  ` [PATCH v2 31/43] drm/sun4i: Add a dedicated ioctl call for allocating tiled buffers
  ` [PATCH v2 32/43] drm/sun4i: Pass modifier to backend and frontend format support helpers
  ` [PATCH v2 33/43] drm/sun4i: frontend: Add support for tiled YUV input mode configuration
  ` [PATCH v2 34/43] drm/sun4i: Add buffer stride and offset configuration for tiling mode
  ` [PATCH v2 35/43] drm/sun4i: frontend: Add and use helper for checking tiling support
` [PATCH v2 36/43] drm/sun4i: layer: Add tiled modifier support and helper

[Qemu-arm] [PATCH v7 00/16] gdbstub: support for the multiprocess extension
 2018-11-23  9:17 UTC  (29+ messages)
` [Qemu-devel] "
` [Qemu-arm] [PATCH v7 01/16] hw/cpu: introduce CPU clusters
  ` [Qemu-devel] "
` [Qemu-arm] [PATCH v7 02/16] gdbstub: introduce GDB processes
  ` [Qemu-devel] "
` [Qemu-arm] [PATCH v7 03/16] gdbstub: add multiprocess support to '?' packets
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH v7 04/16] gdbstub: add multiprocess support to 'H' and 'T' packets
` [Qemu-arm] [PATCH v7 05/16] gdbstub: add multiprocess support to vCont packets
  ` [Qemu-devel] "
` [Qemu-arm] [PATCH v7 06/16] gdbstub: add multiprocess support to 'sC' packets
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH v7 07/16] gdbstub: add multiprocess support to (f|s)ThreadInfo and ThreadExtraInfo
` [Qemu-arm] [PATCH v7 08/16] gdbstub: add multiprocess support to Xfer:features:read:
  ` [Qemu-devel] "
` [Qemu-arm] [PATCH v7 09/16] gdbstub: add multiprocess support to gdb_vm_state_change()
  ` [Qemu-devel] "
` [Qemu-arm] [PATCH v7 10/16] gdbstub: add multiprocess support to 'D' packets
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH v7 11/16] gdbstub: add support for extended mode packet
` [Qemu-arm] [PATCH v7 12/16] gdbstub: add support for vAttach packets
  ` [Qemu-devel] "
` [Qemu-arm] [PATCH v7 13/16] gdbstub: processes initialization on new peer connection
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH v7 14/16] gdbstub: gdb_set_stop_cpu: ignore request when process is not attached
` [Qemu-devel] [PATCH v7 15/16] gdbstub: add multiprocess extension support
` [Qemu-devel] [PATCH v7 16/16] arm/xlnx-zynqmp: put APUs and RPUs in separate CPU clusters

[PATCH 1/3] regulator: wm8994: Revert back to using devres
 2018-11-23  9:24 UTC  (4+ messages)
    ` [PATCH 2/3] regulator: Only free GPIOs if the core requested them

[GIT PULL FOR v4.18] v2: Various fixes/improvements
 2018-11-22 22:43 UTC  (4+ messages)

[U-Boot] SPL for Cubietruck
 2018-11-23  9:24 UTC 

[PATCH] devbind: don't display non-existent device categories
 2018-11-23  9:23 UTC  (4+ messages)
` [PATCH v2] "

[U-Boot] [PATCH] usb: gadget: f_sdp: Provide filesize env variable for downloaded images
 2018-11-23  9:23 UTC  (2+ messages)

Linux 4.9.139
 2018-11-23  9:23 UTC  (3+ messages)

[xen-unstable-smoke test] 130712: regressions - trouble: blocked/broken/fail/pass
 2018-11-23  9:22 UTC 

[RESEND PATCH v17 0/5] iommu/arm-smmu: Add runtime pm/sleep support
 2018-11-23  9:22 UTC  (6+ messages)
` [RESEND PATCH v17 5/5] iommu/arm-smmu: Add support for qcom, smmu-v2 variant
    ` [RESEND PATCH v17 5/5] iommu/arm-smmu: Add support for qcom,smmu-v2 variant

[dm-crypt] Debian installer formatting LUKS2 devices by default?
 2018-11-23  9:21 UTC  (6+ messages)

[PATCH v2] arm64: dts: renesas: r8a77990: Add I2C-DVFS device node
 2018-11-23  9:21 UTC  (2+ messages)

[PATCH v2] phy: mvebu-cp110-comphy: fix spelling in structure name
 2018-11-23  9:21 UTC 

[PATCH] doc: document all EAL parameters in one place
 2018-11-23  9:20 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] drm/amdgpu: disable UVD/VCE for some polaris 12 variants
 2018-11-23  9:19 UTC  (2+ messages)

[U-Boot] [PATCH 0/9] Add support for loading FPGA bitstream
 2018-11-23  9:19 UTC  (4+ messages)
` [U-Boot] [PATCH 1/9] ARM: socfpga: Description on FPGA bitstream type and file name for Arria 10

[meta-oe][PATCH] ndctl: fix compile issue
 2018-11-23  9:16 UTC  (2+ messages)

Undefined behaviour in ac97_codec.c - shift exponent 68 is too large for 32-bit type 'int'
 2018-11-23  9:16 UTC 

[PATCH v5 6/8] mfd: lochnagar: Add support for the Cirrus Logic Lochnagar
 2018-11-23  9:15 UTC  (4+ messages)

[Qemu-devel] [RFC v9 00/17] VIRTIO-IOMMU device
 2018-11-23  9:14 UTC  (6+ messages)
` [Qemu-arm] [RFC v9 06/17] virtio-iommu: Endpoint and domains structs and helpers
    ` [Qemu-arm] [Qemu-devel] "
        `  "

[PATCH] ethdev: fix memory leak on removing eth rxtx callback
 2018-11-23  9:13 UTC  (3+ messages)

[U-Boot] [PATCH] x86: tsc: Add support for APL soc
 2018-11-23  9:13 UTC  (3+ messages)
  ` [U-Boot] Antwort: "

[PATCH] vfio: don't needlessly setup devices in secondary process
 2018-11-23  9:12 UTC  (2+ messages)

[PATCH 2/2] clk: core: link consumer with clock driver
 2018-11-23  9:11 UTC  (4+ messages)

[PATCH] brcmfmac: Call brcmf_dmi_probe before brcmf_of_probe
 2018-11-23  9:11 UTC 

[PATCH 0/4] PM / Domains: Allow performance state propagation
 2018-11-23  9:11 UTC  (8+ messages)
` [PATCH 1/4] OPP: Add dev_pm_opp_xlate_performance_state() helper

[PATCH] drm: should break if already get the best size
 2018-11-23  9:11 UTC  (4+ messages)
` FW: "

[PATCH v1] x86/hvm: Generic instruction re-execution mechanism for execute faults
 2018-11-23  9:10 UTC  (15+ messages)

[PATCH] dt-bindings: timer: gpt: update binding doc
 2018-11-23  9:10 UTC 

[v5, PATCH 0/2] add Ethernet driver support for mt2712
 2018-11-23  9:09 UTC  (8+ messages)
` [v5, PATCH 1/2] net:stmmac: dwmac-mediatek: add "

Document change in format of raw diff output format
 2018-11-23  9:09 UTC  (3+ messages)
  ` [PATCH] doc: update diff-format.txt for removed ellipses

[Qemu-arm] [PATCH for-3.1] MAINTAINERS: Add an ARM SMMU section
 2018-11-23  9:08 UTC  (5+ messages)
` [Qemu-devel] "
  ` [Qemu-arm] "

[PATCH] Add block_high_watermark sysfs tunable
 2018-11-22 22:25 UTC 

[for-next][PATCH 08/18] parisc: function_graph: Simplify with function_graph_entry()
 2018-11-23  9:06 UTC  (2+ messages)

[Buildroot] [PATCH 1/5] boot/optee-os: OP-TEE secure world
 2018-11-23  9:05 UTC  (3+ messages)

[PATCH] hfs: do not free node before using
 2018-11-23  9:04 UTC 

Support Mac address pass through on Dell DS1000 dock
 2018-11-23  9:04 UTC 

[PATCH net-next v2 0/5] Ease to interpret net-nsid
 2018-11-22 22:22 UTC  (7+ messages)
` [PATCH net-next v3 "
  ` [PATCH net-next v3 1/5] netns: remove net arg from rtnl_net_fill()
  ` [PATCH net-next v3 2/5] netns: introduce 'struct net_fill_args'
  ` [PATCH net-next v3 3/5] netns: add support of NETNSA_TARGET_NSID
  ` [PATCH net-next v3 4/5] netns: enable to specify a nsid for a get request
  ` [PATCH net-next v3 5/5] netns: enable to dump full nsid translation table

[Qemu-devel] [PATCH 00/22] QOM'ify SysBusDeviceClass->init
 2018-11-23  9:02 UTC  (5+ messages)
` [Qemu-devel] [PATCH 22/22] core/sysbus: remove the SysBusDeviceClass::init path
    ` [Qemu-devel] [PATCH 22/22] core/sysbus: remove the SysBusDeviceClass::initpath

[Qemu-arm] How to select specific qemu net 'nic' device
 2018-11-23  8:59 UTC  (3+ messages)
` [Qemu-devel] [Qemu-discuss] "

[PATCH] mm: debug: Fix a width vs precision bug in printk
 2018-11-23  9:01 UTC  (3+ messages)

[Qemu-devel] [PATCH] configure: fix elf2dmp check
 2018-11-23  9:01 UTC 

[PATCH v9 00/13] arch/resctrl: AMD QoS support
 2018-11-23  9:00 UTC  (6+ messages)
` [PATCH v9 01/13] x86/resctrl: Rename and move rdt files to new directory

[PATCH] ext4: add ext4_sb_bread() to disambiguate ENOMEM cases
 2018-11-22 22:18 UTC  (2+ messages)
` [PATCH -v2] "

[PATCH 00/17] Add support for TI PRU ICSS
 2018-11-23  8:58 UTC  (5+ messages)
` [PATCH 11/17] soc: ti: pruss: add pruss_get()/put() API

[v3,net-next,13/21] net: usb: aqc111: Add support for TSO
 2018-11-23  8:58 UTC 

[PATCH] drm/i915/gvt: Use after free in intel_vgpu_destroy_ggtt_mm()
 2018-11-23  8:58 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for "

[Qemu-devel] [RFC PATCH v2 0/3] target/ppc: single step for KVM HV
 2018-11-23  8:57 UTC  (3+ messages)
` [Qemu-devel] [RFC PATCH v2 2/3] kvm-all: Introduce kvm_set_singlestep

[PATCH 01/13] locking/lockdep: restore cross-release checks
 2018-11-23  8:57 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for series starting with [01/13] locking/lockdep: restore cross-release checks (rev5)

[git pull] clk: renesas: Updates for v4.21
 2018-11-23  8:56 UTC 

[PATCH V6 0/2] can: flexcan: add can self wakeup support
 2018-11-23  8:56 UTC  (2+ messages)

[PATCH v2] samples: bpf: fix: error handling regarding kprobe_events
 2018-11-22 22:14 UTC 

meta-mono: QA Error building mono-5.12.0.226
 2018-11-23  8:55 UTC  (3+ messages)

[v2] USB: serial: ftdi_sio: Use rounding instead of truncating when calculating baud rate divisors
 2018-11-23  8:53 UTC 

[PATCH] mm: convert totalram_pages, totalhigh_pages and managed_pages to atomic
 2018-11-22  1:33 UTC  (2+ messages)

[U-Boot] [PATCH] armv8: lx2160a: Modify dspi1 controller intrrupts property
 2018-11-23  8:53 UTC 

[PATCH] HAX FOR CI: Enable cross-release
 2018-11-23  8:53 UTC  (2+ messages)

[linux-3.18 test] 130643: regressions - trouble: blocked/broken/fail/pass
 2018-11-23  8:51 UTC 

[PATCH] ARM: socfpga: generate smaller images when multiple boards are selected
 2018-11-23  8:49 UTC  (2+ messages)

[PATCH 0/3] RFC: mmu notifier debug checks
 2018-11-23  8:49 UTC  (9+ messages)
` [PATCH 1/3] mm: Check if mmu notifier callbacks are allowed to fail
    ` [Intel-gfx] "
` [PATCH 2/3] mm, notifier: Catch sleeping/blocking for !blockable

[PATCH v8 0/7] mm: Merge hmm into devm_memremap_pages, mark GPL-only
 2018-11-23  8:47 UTC  (5+ messages)
` [PATCH v8 1/7] mm, devm_memremap_pages: Mark devm_memremap_pages() EXPORT_SYMBOL_GPL

[PATCH] mm, hotplug: protect nr_zones with pgdat_resize_lock()
 2018-11-23  8:46 UTC  (5+ messages)
` [PATCH v2] mm, hotplug: move init_currently_empty_zone() under zone_span_lock protection

[PATCH] btrfs: remove btrfs_bio_end_io_t
 2018-11-23  8:45 UTC  (2+ messages)

[PATCH v2] btrfs: improve error handling of btrfs_add_link()
 2018-11-23  8:42 UTC 

[PATCH] USB: usb-storage: Add new IDs to ums-realtek
 2018-11-23  8:42 UTC  (2+ messages)
`  "

lightnvm: pblk: avoid ref warning on cache creation
 2018-11-23  8:41 UTC  (6+ messages)

NO_BOOTMEM breaks alpha pc164
 2018-11-23  8:41 UTC  (3+ 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.