All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-09-13 20:57:13 to 2015-09-13 23:58:42 UTC [more...]

[PATCH] xfs: add missing ilock around dio write last extent alignment
 2015-09-13 23:58 UTC  (2+ messages)

[PATCH] userfaultfd: add missing mmput() in error path
 2015-09-13 23:57 UTC  (2+ messages)

linux-next: bad base of the h8300 tree
 2015-09-13 23:54 UTC  (3+ messages)

v3.14.52 build: 0 failures 64 warnings (v3.14.52)
 2015-09-13 23:52 UTC 

[PATCH v5 0/2] can: Allwinner A10/A20 CAN Controller support - summary
 2015-09-13 23:51 UTC  (5+ messages)
` [PATCH v5 2/2] can: Allwinner A10/A20 CAN Controller support - controller code

[PATCH v5 0/10] Fix broken DMAFLUSHP on Rockchips platform
 2015-09-13 23:49 UTC  (26+ messages)
` [PATCH v5 01/10] DMA: pl330: support burst mode for dev-to-mem and mem-to-dev transmit
` [PATCH v5 02/10] Documentation: arm-pl330: add description of arm,pl330-broken-no-flushp
  ` [PATCH v5 02/10] Documentation: arm-pl330: add description of arm, pl330-broken-no-flushp
` [PATCH v5 03/10] DMA: pl330: add quirk for broken no flushp
` [PATCH v5 04/10] ARM: dts: Add arm,pl330-broken-no-flushp quirk for rk3288 platform
  ` [PATCH v5 04/10] ARM: dts: Add arm, pl330-broken-no-flushp "
` [PATCH v5 05/10] ARM: dts: Add arm,pl330-broken-no-flushp quirk for rk3xxx platform
  ` [PATCH v5 05/10] ARM: dts: Add arm, pl330-broken-no-flushp "
` [PATCH v5 06/10] dmaengine: add API for getting dma controller's quirk
` [PATCH v5 07/10] DMA: pl330: implement dmaengine_get_quirks hook
` [PATCH v5 08/10] spi: rockchip: modify DMA max burst to 1
` [PATCH v5 09/10] snd: dmaengine-pcm: add snd_dmaengine_pcm_get_quirks interface
` [PATCH v5 10/10] ASoC: rockchip_i2s: modify DMA max burst to 1

[RT XFS] BUG from lockdep in xfs
 2015-09-13 23:50 UTC  (4+ messages)

[Buildroot] [PATCH] linux-headers: bump 3.18.x series
 2015-09-13 23:45 UTC 

[PATCH] Ensure that MIPS target code is compiled for the O32 ABI
 2015-09-13 23:37 UTC  (12+ messages)

[PATCH v1 0/8] VFS: In-kernel copy system call
 2015-09-13 23:25 UTC  (11+ messages)

[PATCH] fs-writeback: drop wb->list_lock during blk_finish_plug()
 2015-09-13 23:12 UTC  (14+ messages)

[PATCH 1/3] reiser4: fix filesystem init error path
 2015-09-13 23:08 UTC  (3+ messages)
` [PATCH 2/3] reiser4: fix reiser4_init_csum_tfm() error path; return real (negative) error code
` [PATCH 3/3] reiser4: report an error on checksum engine load failure

OMAP baseline test results for v4.2
 2015-09-13 23:07 UTC  (2+ messages)

Please remove commit 6609b638353c99c5736e05abd17197f1cb776e0e as it makes me feel miserable
 2015-09-13 23:06 UTC 

OMAP baseline test results for v4.2-rc8
 2015-09-13 23:05 UTC  (2+ messages)

[RFC][PATCH 0/3] variuos perf fixes
 2015-09-13 23:10 UTC  (2+ messages)

[PATCH 1/2] pinctrl: rockchip: Define GPIO banks 7 and 8
 2015-09-13 23:00 UTC  (4+ messages)
` [PATCH 2/2] ARM: dts: rockchip: Add dtb for the Radxa Rock 2 Square board

[U-Boot] [PATCH 1/2] FIX: env: import: hashtable: Prevent buffer overrun when importing environment from file
 2015-09-13 22:57 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] FIX: env: import: hashtable: Free memory allocated before exiting from himport_r()

[PATCH 00/32] VSP: Add R-Car Gen3 support
 2015-09-13 22:53 UTC  (29+ messages)
` [PATCH 04/32] v4l: vsp1: Rename vsp1_video_buffer to vsp1_vb2_buffer
` [PATCH 05/32] v4l: vsp1: Move video device out of struct vsp1_rwpf
` [PATCH 06/32] v4l: vsp1: Make rwpf operations independent of video device
` [PATCH 08/32] v4l: vsp1: Move vsp1_video pointer from vsp1_entity to vsp1_rwpf
` [PATCH 09/32] v4l: vsp1: Remove struct vsp1_pipeline num_video field
` [PATCH 10/32] v4l: vsp1: Decouple pipeline end of frame processing from vsp1_video
` [PATCH 11/32] v4l: vsp1: Split pipeline management code from vsp1_video.c
` [PATCH 12/32] v4l: vsp1: Rename video pipeline functions to use vsp1_video prefix
` [PATCH 13/32] v4l: vsp1: Extract pipeline initialization code into a function
` [PATCH 14/32] v4l: vsp1: Reuse local variable instead of recomputing it
` [PATCH 15/32] v4l: vsp1: Extract link creation to separate function
` [PATCH 16/32] v4l: vsp1: Document the vsp1_pipeline structure
` [PATCH 17/32] v4l: vsp1: Fix typo in VI6_DISP_IRQ_STA_DST register name
` [PATCH 18/32] v4l: vsp1: Set the SRU CTRL0 register when starting the stream
` [PATCH 19/32] v4l: vsp1: Remove unused module write functions
` [PATCH 20/32] v4l: vsp1: Move entity route setup function to vsp1_entity.c
` [PATCH 21/32] v4l: vsp1: Make number of BRU inputs configurable
` [PATCH 23/32] v4l: vsp1: Move format info to vsp1_pipe.c
` [PATCH 24/32] v4l: vsp1: Make the userspace API optional
` [PATCH 25/32] v4l: vsp1: Make pipeline inputs array index by RPF index
` [PATCH 26/32] v4l: vsp1: Set the alpha value manually in RPF and WPF s_stream handlers
` [PATCH 27/32] v4l: vsp1: Don't validate links when the userspace API is disabled
` [PATCH 28/32] v4l: vsp1: Add VSP+DU support
` [PATCH 29/32] v4l: vsp1: Disconnect unused RPFs from the DRM pipeline
` [PATCH 30/32] v4l: vsp1: Implement atomic update for the DRM driver
` [PATCH 32/32] v4l: vsp1: Add display list support

[PATCH 00/22] R-Car DU: Add Gen3 support
 2015-09-13 22:51 UTC  (46+ messages)
` [PATCH 01/22] drm: rcar-du: Don't update planes on disabled CRTCs
` [PATCH 02/22] drm: rcar-du: Add support for the R8A7793 DU
` [PATCH 03/22] drm: rcar-du: Add support for the R8A7794 DU
` [PATCH 04/22] drm: rcar-du: Compute plane DDCR4 register value directly
` [PATCH 05/22] drm: rcar-du: Refactor plane setup
` [PATCH 06/22] drm: rcar-du: Add VSP1 support to the planes allocator
` [PATCH 07/22] drm: rcar-du: Add VSP1 compositor support
` [PATCH 08/22] drm: rcar-du: Restart the DU group when a plane source changes
` [PATCH 09/22] drm: rcar-du: Move plane allocator to rcar_du_plane.c
` [PATCH 10/22] drm: rcar-du: Expose the VSP1 compositor through KMS planes
` [PATCH 11/22] drm: rcar-du: Use the VSP atomic update API
` [PATCH 12/22] drm: rcar-du: Fix compile warning on 64-bit platforms
` [PATCH 13/22] drm: rcar-du: Enable compilation on ARM64
` [PATCH 14/22] drm: rcar-du: Drop LVDS double dependency on OF
` [PATCH 15/22] drm: rcar-du: Support up to 4 CRTCs
` [PATCH 16/22] drm: rcar-du: Output the DISP signal on the DISP pin
` [PATCH 17/22] drm: rcar-du: Output the DISP signal on the ODDF pin
` [PATCH 18/22] drm: rcar-du: Add R8A7795 device support
` [PATCH 19/22] drm: rcar-du: lvds: Avoid duplication of clock clamp code
` [PATCH 20/22] drm: rcar-du: lvds: Fix PLL frequency-related configuration
` [PATCH 21/22] drm: rcar-du: lvds: Rename PLLEN bit to PLLON
` [PATCH 22/22] drm: rcar-du: lvds: Add R-Car Gen3 support

[PATCH v2] atomics,cmpxchg: Privatize the inclusion of asm/cmpxchg.h
 2015-09-13 22:47 UTC  (2+ messages)

[Bug 66067] New: Trine 2 color problems on Radeon HD 6770 (Juniper)
 2015-09-13 22:47 UTC  (2+ messages)
` [Bug 66067] Trine 2's fragment normal buffer is mixtextured "

[PATCH] [media] lnbh25: Fix lnbh25_attach() function return type
 2015-09-13 22:45 UTC 

[Qemu-devel] [PATCH v2] hw/misc/zynq_slcr: Change CPU clock rate for Linux boots
 2015-09-13 22:42 UTC  (5+ messages)

[PATCH v2] [media] horus3a: Fix horus3a_attach() function parameters
 2015-09-13 22:39 UTC 

reducing package size / compression time
 2015-09-13 22:38 UTC 

[PATCH v7 0/2] path: implement common_dir handling in git_path_submodule()
 2015-09-13 22:32 UTC  (10+ messages)
` [PATCH v8 0/2] Submodule object path
  ` [PATCH v8 1/2] submodule refactor: use git_pathdup_submodule() in add_submodule_odb()
  ` [PATCH v9 0/2] Submodule object path
    ` [PATCH v9 1/2] submodule refactor: use strbuf_git_path_submodule() in add_submodule_odb()
    ` [PATCH v9 2/2] path: implement common_dir handling in git_pathdup_submodule()

[PATCH] [media] horus3a: Fix horus3a_attach() function parameters
 2015-09-13 22:25 UTC 

[Bug 91993] Graphical glitch in Astromenace (open-source game)
 2015-09-13 22:21 UTC  (2+ messages)

AGP cards in PCI mode (fake slots like AGPro, AGP Express, AGI, AGX, XGP)
 2015-09-13 22:17 UTC  (6+ messages)

[PATCH 4.3] ath10k: fix DMA related firmware crashes on multiple devices
 2015-09-13 22:16 UTC  (3+ messages)

[PATCH] strtoul_ui: actually report error in case of negative input
 2015-09-13 22:00 UTC 

[Buildroot] [PATCH 1/3] Experimental addition of the newlib library
 2015-09-13 22:00 UTC  (3+ messages)
` [Buildroot] [PATCH 3/3] Adding support for uclibcpp library

[Buildroot] [PATCH v2 1/1] package/libyuv: Fix aarch64 support
 2015-09-13 21:58 UTC  (2+ messages)

OMAP baseline test results for v4.2-rc7
 2015-09-13 21:53 UTC  (2+ messages)

[Buildroot] [PATCH v3 1/1] wpa_supplicant: fix static link with readline
 2015-09-13 21:52 UTC 

[Buildroot] [PATCH v2 1/1] wpa_supplicant: fix static link with readline
 2015-09-13 21:50 UTC 

[Buildroot] [PATCH 1/1] wpa_supplicant: fix static link with readline
 2015-09-13 21:50 UTC  (3+ messages)

v3.10.88 build: 0 failures 76 warnings (v3.10.88)
 2015-09-13 21:48 UTC 

vhost-net stops sending to virito pmd -- already fixed?
 2015-09-13 21:43 UTC  (2+ messages)

[Buildroot] [PATCHv2] package/kodi: needs .py modules
 2015-09-13 21:35 UTC  (3+ messages)

Advice on Linux Kernel Development
 2015-09-13 21:32 UTC  (2+ messages)

[Buildroot] [git commit] package/libyuv: Fix aarch64 support
 2015-09-13 21:30 UTC 

[Buildroot] [git commit] linux-headers: bump 3.10.x / 3.14.x / 4.1.x series
 2015-09-13 21:28 UTC 

[Buildroot] [git commit] blackbox: remove deprecated package
 2015-09-13 21:28 UTC 

[Buildroot] [git commit] linux-headers: remove deprecated versions 3.{0, 11, 13, 15}
 2015-09-13 21:28 UTC 

[U-Boot] Pull request: u-boot-sh/rmobile
 2015-09-13 21:27 UTC  (2+ messages)

[Buildroot] [PATCH 1/2] linux-headers: remove deprecated versions 3.{0, 11, 13, 15}
 2015-09-13 21:26 UTC  (5+ messages)
` [Buildroot] [PATCH 2/2] blackbox: remove deprecated package

[PATCH 0/6] scripts/kernel-doc: Kernel-doc improvements
 2015-09-13 21:17 UTC  (9+ messages)
` [PATCH 1/6] scripts/kernel-doc: Replacing highlights hash by an array

[Buildroot] using buildroot to statically build uclibc
 2015-09-13 21:23 UTC  (4+ messages)

[Buildroot] [PATCH] libtasn1: bump to version 4.6
 2015-09-13 21:20 UTC  (5+ messages)

No negotiation for repos on HTTP servers?
 2015-09-13 21:19 UTC  (2+ messages)

[PATCH v4 0/2] ethdev: add port speed capability bitmap
 2015-09-13 21:18 UTC  (4+ messages)

[PATCH] drm/atomic-helper: Don't skip plane disabling on active CRTC
 2015-09-13 21:22 UTC  (3+ messages)

[Qemu-devel] [PULL 0/6] sh4-next queue
 2015-09-13 21:18 UTC  (7+ messages)
` [Qemu-devel] [PULL 1/6] target-sh4: add flags markups for FP helpers
` [Qemu-devel] [PULL 2/6] target-sh4: use deposit in swap.b instruction
` [Qemu-devel] [PULL 3/6] target-sh4: improve cmp/str instruction
` [Qemu-devel] [PULL 4/6] target-sh4: improve shld instruction
` [Qemu-devel] [PULL 5/6] target-sh4: improve shad instruction
` [Qemu-devel] [PULL 6/6] sh4: Fix initramfs initialization for endiannes-mismatched targets

[Buildroot] [git commit] dhrystone: pass HZ=100 to fix build issue on musl
 2015-09-13 21:13 UTC 

[Buildroot] [PATCH 1/1] package/dhrystone: fix musl compilation issue
 2015-09-13 21:13 UTC  (2+ messages)

[PATCH v2] hwmon: (nct7802) hwmon: (nct7802) Add device tree support
 2015-09-13 21:11 UTC 

[Buildroot] [PATCH] package/kodi: needs .py modules
 2015-09-13 21:11 UTC 

[Qemu-devel] [PATCH 0/2] target-mips: get rid of old debugging code
 2015-09-13 21:07 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/2] target-mips: get rid of MIPS_DEBUG
` [Qemu-devel] [PATCH 2/2] target-mips: get rid of MIPS_DEBUG_SIGN_EXTENSIONS

post-receive: pub/scm/linux/kernel/git/vgupta/arc
 2015-09-13 21:06 UTC 

[Qemu-devel] [PATCH 0/2] target-ppc: vector instruction fixes
 2015-09-13 21:03 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/2] target-ppc: fix vcipher, vcipherlast, vncipherlast and vpermxor
` [Qemu-devel] [PATCH 2/2] target-ppc: fix xscmpodp and xscmpudp decoding

[Qemu-devel] [RFC 00/20] Do away with TB retranslation
 2015-09-13 21:00 UTC  (3+ messages)

[GIT] CIFS Fixes
 2015-09-13 20:59 UTC 


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.