messages from 2016-11-05 13:36:37 to 2016-11-05 16:25:57 UTC [more...]
[PATCH 0/5] drm/msm/mdp5: atomic smp + hwpipe assignment
2016-11-05 16:25 UTC (2+ messages)
` [PATCH 1/5] drm/msm/mdp5: introduce mdp5_hw_pipe
[PATCH 0/6] staging: iio: regulator clean-up
2016-11-05 16:23 UTC (17+ messages)
` [PATCH 1/6] staging: iio: set proper supply name to devm_regulator_get()
` [PATCH 2/6] staging: iio: rework regulator handling
` [PATCH 3/6] staging: iio: ad7192: add DVdd regulator
` [PATCH 4/6] staging: iio: ad7192: rename regulator 'reg' to 'avdd'
` [PATCH 5/6] staging: iio: ad9832: add DVDD regulator
` [PATCH 6/6] staging: iio: ad9832: clean-up regulator 'reg'
[PATCH 0/2] mfd: add Ricoh RC5T619 PMIC support
2016-11-05 16:19 UTC (5+ messages)
` [PATCH 1/2] mfd: rn5t618: Add "
` [PATCH 2/2] regulator: rn5t618: add "
[PATCH 4.9/scsi-fixes] libcxgbi: fix incorrect DDP resource cleanup
2016-11-05 16:19 UTC
[GIT pull] core fix for 4.9
2016-11-05 16:15 UTC
Problem with the commit "console: don't prefer first registered if DT specifies stdout-path"
2016-11-05 15:11 UTC
[git pull] FireWire fixes
2016-11-05 16:17 UTC
[Buildroot] freescale_imx31_3stack_defconfig fails to build
2016-11-05 16:16 UTC (5+ messages)
[GIT pull] scheduler fixes for 4.9
2016-11-05 16:13 UTC
[U-Boot] [PATCH] mkimage: Allow including a ramdisk in FIT auto mode
2016-11-05 16:12 UTC (2+ messages)
[U-Boot] [PATCH v3] gpio: dwapb: Add support for port B
2016-11-05 16:12 UTC (2+ messages)
[Buildroot] [PATCH v6] kodi: allow enablement of libamcodec as codec if selected
2016-11-05 16:12 UTC (2+ messages)
[U-Boot] [RFC PATCH 00/10] sunxi: Allwinner A64 SPL support
2016-11-05 16:11 UTC (7+ messages)
` [U-Boot] [RFC PATCH 02/10] Makefile: use "arm64" architecture for U-Boot image files
` [U-Boot] [RFC PATCH 08/10] SPL: read and store arch property from U-Boot image
` [U-Boot] [RFC PATCH 09/10] sunxi: introduce RMR switch to enter payloads in 64-bit mode
[U-Boot] [PATCH v5 00/21] sf: Updates on flash detection
2016-11-05 16:10 UTC (41+ messages)
` [U-Boot] [PATCH v5 02/21] sf: Simplify lock ops detection code
` [U-Boot] [PATCH v5 03/21] sf: sandbox: Use JEDEC_MFR|ID in id exctract
` [U-Boot] [PATCH v5 04/21] sf: Cleanup spi_flash_info{}
` [U-Boot] [PATCH v5 05/21] sf: Cleanup sf_params
` [U-Boot] [PATCH v5 06/21] sf: nr_sectors -> n_sectors
` [U-Boot] [PATCH v5 07/21] sf: Add SPI_FLASH_MAX_ID_LEN
` [U-Boot] [PATCH v5 08/21] sf: Increase max id length by 1 byte
` [U-Boot] [PATCH v5 09/21] sf: Add INFO6 flash_info macro
` [U-Boot] [PATCH v5 10/21] sf: params: Add S25FS256S_64K spi flash support
` [U-Boot] [PATCH v5 11/21] sf: Remove legacy idcode detection code
` [U-Boot] [PATCH v5 12/21] sf: Remove non-meaningful comments
` [U-Boot] [PATCH v5 13/21] sf: Rename sf_params.c to spi_flash_ids
` [U-Boot] [PATCH v5 14/21] sf: ids: Use small letter's with flash name
` [U-Boot] [PATCH v5 15/21] sf: ids: Use small letter in ext_jedec
` [U-Boot] [PATCH v5 16/21] sf: Rename few local functions
` [U-Boot] [PATCH v5 17/21] spi: Remove dual flash code
` [U-Boot] [PATCH v5 18/21] sf: dataflash: Remove unneeded spi data
` [U-Boot] [PATCH v5 19/21] sf: dataflash: Move flash id detection into jedec_probe
` [U-Boot] [PATCH v5 20/21] sf: dataflash: Fix add_dataflash return logic
` [U-Boot] [PATCH v5 21/21] sf: dataflash: Minor cleanups
[U-Boot] [PATCH v9 00/21] dm: Generic MTD Subsystem/SPI-NOR
2016-11-05 16:10 UTC (34+ messages)
` [U-Boot] [PATCH v9 01/21] dm: mtd: Add dm mtd core ops
` [U-Boot] [PATCH v9 02/21] mtd: Add SPI-NOR core support
` [U-Boot] [PATCH v9 03/21] mtd: spi-nor: Kconfig: Add MTD_SPI_NOR entry
` [U-Boot] [PATCH v9 04/21] mtd: spi-nor: Kconfig: Add MTD_SPI_NOR_USE_4K_SECTORS
` [U-Boot] [PATCH v9 05/21] mtd: spi-nor: Kconfig: Add SPI_NOR_MISC entry
` [U-Boot] [PATCH v9 06/21] mtd: spi-nor: Kconfig: Add SPI_NOR_MACRONIX entry
` [U-Boot] [PATCH v9 07/21] mtd: spi-nor: Kconfig: Add SPI_NOR_SPANSION entry
` [U-Boot] [PATCH v9 08/21] mtd: spi-nor: Kconfig: Add SPI_NOR_STMICRO entry
` [U-Boot] [PATCH v9 09/21] mtd: spi-nor: Kconfig: Add SPI_NOR_SST entry
` [U-Boot] [PATCH v9 10/21] mtd: spi-nor: Kconfig: Add SPI_NOR_WINBOND entry
` [U-Boot] [PATCH v9 11/21] spi: Add spi_write_then_read
` [U-Boot] [PATCH v9 12/21] mtd: spi-nor: Add m25p80 driver
` [U-Boot] [PATCH v9 13/21] mtd: spi-nor: Kconfig: Add MTD_M25P80 entry
` [U-Boot] [PATCH v9 17/21] dm: mtd: Add uclass_driver.flags
` [U-Boot] [PATCH v9 18/21] dm: mtd: Add post_bind
` [U-Boot] [PATCH v9 19/21] cmd: Add mtd command support
[U-Boot] [PATCH] buildman: Fix building based on 'options' field
2016-11-05 16:09 UTC (2+ messages)
[PATCH v15 00/13] support "task_isolation" mode
2016-11-05 16:05 UTC (3+ messages)
` task isolation discussion at Linux Plumbers
Bcachefs testing needed
2016-11-05 16:05 UTC
[PATCH V3 0/2] iio: adc: spmi-vadc: Changes to support different scaling
2016-11-05 15:59 UTC (8+ messages)
` [PATCH V3 1/2] iio: adc: spmi-vadc: Update changes to support reporting of Raw adc code
[PATCH] hid: sensor: fix input and feature attributes in HID sensor custom sysfs interface
2016-11-05 15:58 UTC (2+ messages)
[Buildroot] [PATCH/next 1/2] package/sudo: add optional support for zlib
2016-11-05 15:57 UTC (2+ messages)
` [Buildroot] [PATCH/next 2/2] package/sudo: bump version to 1.8.18p1
[PATCH v2 0/9] drm/sun4i: Introduce A33 display driver
2016-11-05 15:54 UTC (5+ messages)
` [PATCH v2 2/9] drm/sun4i: support A33 tcon
[Bug 93828] New: Xorg hangs randomly with nouveau driver
2016-11-05 15:52 UTC (2+ messages)
` [Bug 93828] "
[PATCH] ARM: S3C24XX: Add DMA slave maps for remaining s3c24xx SoCs
2016-11-05 15:50 UTC (3+ messages)
[PATCH v4] blackfin: bf609: let clk_disable() return immediately if clk is NULL
2016-11-05 15:47 UTC (2+ messages)
[PATCH 0/6] topology: Updates for PCM object in ABI v5
2016-11-05 15:45 UTC (4+ messages)
` [PATCH 3/6] topology: Parse flags for PCM
[PATCH v4] ARM: w90x900: let clk_disable() return immediately if clk is NULL
2016-11-05 15:45 UTC (3+ messages)
Low network throughput on i.MX28
2016-11-05 15:45 UTC (20+ messages)
[PATCH 00/10] Add support for STM32 ADC
2016-11-05 15:44 UTC (7+ messages)
` [PATCH 02/10] iio: adc: Add stm32 support
[PATCH v4] ARM: mmp: let clk_disable() return immediately if clk is NULL
2016-11-05 15:42 UTC (3+ messages)
[PATCH] scripts: ignore const struct checks
2016-11-05 15:42 UTC
[Buildroot] [PATCH] binutils: add upstream patch to fix open microblaze issue
2016-11-05 15:42 UTC
[PATCH 0/4] Add SCU device node support for Exynos4
2016-11-05 15:41 UTC (7+ messages)
` [PATCH 1/4] ARM: EXYNOS: Remove smp_init_cpus hook from platsmp.c
` [PATCH 2/4] ARM: dts: exynos: Add SCU device node to exynos4.dtsi
[libvirt test] 101948: tolerable all pass - PUSHED
2016-11-05 15:36 UTC
v4.8-rc1: thinkpad x60: running at low frequency even during kernel build
2016-11-05 15:34 UTC (15+ messages)
[Bug] ARM: mxs: STI: console can't wake up from freeze
2016-11-05 15:28 UTC (12+ messages)
[PATCH 1/1] watchdog: pcipcwd_show_card_info: wrong format string
2016-11-05 15:29 UTC (2+ messages)
[PATCH] scripts: show full headline with checkpatch
2016-11-05 15:28 UTC
[GIT PULL] arm64: dts: uniphier: UniPhier DT updates (64bit) for v4.10
2016-11-05 15:25 UTC
[Buildroot] [PATCH] ffmpeg: disable on Microblaze
2016-11-05 15:23 UTC
[Qemu-devel] virtIO question
2016-11-05 15:23 UTC
[Qemu-devel] Wiki documentation organization
2016-11-05 15:20 UTC (5+ messages)
Regarding "git log" on "git series" metadata
2016-11-05 15:18 UTC (6+ messages)
[GIT PULL] ARM: dts: uniphier: UniPhier DT updates for v4.10
2016-11-05 15:18 UTC
[PATCH] net: alteon: acenic: use new api ethtool_{get|set}_link_ksettings
2016-11-05 15:17 UTC
Does getaddrinfo() need to be rebuilt for SCTP support?
2016-11-05 15:15 UTC (2+ messages)
[PATCH] HID: intel-ish-hid: initialize ts_format.reserved
2016-11-05 15:15 UTC
[PATCH 1/2] fscrypto: don't use on-stack buffer for filename encryption
2016-11-05 15:13 UTC (3+ messages)
[PATCH v2] gr: fallback to legacy paths during firmware lookup
2016-11-05 15:12 UTC (2+ messages)
[PATCH] net: 3com: typhoon: fix typhoon_get_link_ksettings
2016-11-05 15:11 UTC
[Qemu-devel] virtIO question
2016-11-05 15:11 UTC (4+ messages)
an iomap-based direct I/O implementation V2
2016-11-05 15:10 UTC (3+ messages)
` [PATCH 4/5] iomap: implement direct I/O
[PATCH 0/7] drm: add atomic state logging and debugfs
2016-11-05 15:08 UTC (8+ messages)
` [PATCH 1/7] drm: helper macros to print composite types
` [PATCH 2/7] drm: add helper for printing to log or seq_file
` [PATCH 3/7] drm: add helpers to go from plane state to drm_rect
` [PATCH 4/7] drm/atomic: add new drm_debug bit to dump atomic state
` [PATCH 5/7] drm/atomic: add debugfs file to dump out "
` [PATCH 6/7] drm/msm/mdp5: add atomic_print_state support
` [PATCH 7/7] drm/msm: module param to dump state on error irq
[PATCH 1/3] tests: udevadm settle before losetup -d
2016-11-05 15:08 UTC (3+ messages)
` [PATCH 2/3] tests: replace sleep by udevadm
` [PATCH 3/3] tests: always quote $LODEV
[Buildroot] [PATCH 1/2] makedevs: resync device creation with upstream busybox
2016-11-05 15:04 UTC (4+ messages)
` [Buildroot] [PATCH 2/2] makedevs: make device node creation idempotent
ATH10K VLAN firmware issue
2016-11-05 14:35 UTC (11+ messages)
` [OpenWrt-Devel] "
[PATCH rdma-core 0/8] libpvrdma: userspace library for PVRDMA
2016-11-05 15:03 UTC (5+ messages)
[PATCH v2 0/4] ISH Fixes for module loading
2016-11-05 15:02 UTC (2+ messages)
Intel Cherry Trail platform sound issue
2016-11-05 15:01 UTC (2+ messages)
[Buildroot] qmx6_defconfig fails to build
2016-11-05 14:58 UTC (2+ messages)
[PATCH] scripts: add standard input to checkpatch
2016-11-05 14:58 UTC (2+ messages)
[PATCH] scripts: fix quiet checkpatch
2016-11-05 14:58 UTC (2+ messages)
[PATCH v3 0/8] Various fixes related to ptrace_may_access()
2016-11-05 14:56 UTC (10+ messages)
` [PATCH v3 1/8] exec: introduce cred_guard_light
[PATCH] RBD: Add support readv,writev for rbd
2016-11-05 14:46 UTC (2+ messages)
[PATCH] drm: don't override possible_crtcs for primary/cursor planes
2016-11-05 14:52 UTC
[PATCH] scripts: show fixes with release version of bug
2016-11-05 14:49 UTC (4+ messages)
` [PATCH v2] "
[Buildroot] [PATCH 1/3] configs: remove calao*_defconfig
2016-11-05 14:40 UTC (5+ messages)
` [Buildroot] [PATCH 3/3] snowball-{hdmiservice, init}: remove packages
[PATCH 1/2] arm64: dts: add USB1-related nodes of Allwinner A64
2016-11-05 14:38 UTC (4+ messages)
` [PATCH 2/2] arm64: dts: sunxi: enable EHCI1, OHCI1 and USB PHY nodes in Pine64
[Buildroot] [git commit] czmq: fix build with glibc 2.24
2016-11-05 14:37 UTC
aureport endless loop with specific input on Debian 8
2016-11-05 14:37 UTC (2+ messages)
[PATCH 1/1] pinctrl: st: st_pctl_dt_parse_groups simplify expression
2016-11-05 14:35 UTC (2+ messages)
[Buildroot] [PATCH v5] kodi: allow enablement of libamcodec as codec if selected
2016-11-05 14:32 UTC (3+ messages)
regmap and i2c_smbus_write_byte question
2016-11-05 14:29 UTC (3+ messages)
i have a question ? How many relay nodes can be supported at NetworkCoding ( mtu 1546 )
2016-11-05 14:28 UTC (2+ messages)
` [B.A.T.M.A.N.] "
[PATCH 1/1] pinctrl: st: st_pinconf_dbg_show wrong format string
2016-11-05 14:25 UTC (2+ messages)
[Buildroot] [PATCH] configs/mini2440_defconfig: remove defconfig
2016-11-05 14:24 UTC
[Buildroot] via_imx6_vab820_defconfig fails to build
2016-11-05 14:22 UTC
[Buildroot] telit_evk_pro3_defconfig fails to build
2016-11-05 14:20 UTC
[Buildroot] snps_aarch64_vdk_defconfig fails to build
2016-11-05 14:18 UTC
[U-Boot] [PATCH] engicam: icorem6: Fix config files
2016-11-05 14:10 UTC (4+ messages)
` [U-Boot] "
RAID10 with 2 drives auto-assembled as RAID1
2016-11-05 14:10 UTC
[Buildroot] roseapplepi_defconfig fails to build
2016-11-05 14:05 UTC
[Buildroot] olimex_a20_olinuxino_lime_mali_defconfig fails to build
2016-11-05 14:01 UTC
[Buildroot] olimex_a20_olinuxino_lime2_defconfig fails to build
2016-11-05 14:00 UTC
[Buildroot] minnowboard_defconfig fails to build
2016-11-05 13:57 UTC
[Buildroot] [PATCH] get-developers: fix parentheses for print
2016-11-05 13:55 UTC (3+ messages)
[Qemu-devel] [PATCH v1 1/1] cadence_uart: Check baud rate generator and divider values on migration
2016-11-05 13:51 UTC (2+ messages)
[PATCH/RFC] z3fold: use per-page read/write lock
2016-11-05 13:49 UTC (2+ messages)
[Buildroot] [PATCH] configs/kb9202_defconfig: remove defconfig
2016-11-05 13:49 UTC (2+ messages)
[Buildroot] pseudo: fix build for python3 based distros
2016-11-05 13:47 UTC (6+ messages)
` [Buildroot] [PATCH] "
Atomic modesetting + DisplayPort MST
2016-11-05 13:45 UTC (2+ messages)
[PATCH] drm: make drm_get_format_name atomic/irq safe again
2016-11-05 12:11 UTC (3+ messages)
` [PATCH] drm: move allocation out of drm_get_format_name()
[GIT PULL] phy: for 4.9 -rc
2016-11-05 13:43 UTC (5+ messages)
` [PATCH 1/4] phy: Add reset callback for not generic phy
` [PATCH 2/4] phy: da8xx-usb: rename the ohci device to ohci-da8xx
` [PATCH 3/4] phy-rockchip-pcie: remove deassert of phy_rst from exit callback
` [PATCH 4/4] phy: sun4i: check PMU presence when poking unknown bit of pmu
[Buildroot] freescale_p2020ds_defconfig fails to build
2016-11-05 13:36 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.