All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-07-24 01:14:29 to 2017-07-24 03:46:40 UTC [more...]

[PATCH 0/4] [v2] Blobifiers (FKA GET_PLANE2)
 2017-07-24  3:46 UTC  (4+ messages)
` [PATCH 1/4] drm: Plumb modifiers through plane init
` [PATCH 2/4] drm: Create a format/modifier blob
` [PATCH 3/4] drm/i915: Add format modifiers for Intel

Should I store large text files on Git LFS?
 2017-07-24  3:46 UTC  (3+ messages)

cron job: media_tree daily build: ERRORS
 2017-07-24  3:40 UTC 

[PATCH 00/10] A trial to Allwinner H3 DVFS support
 2017-07-24  3:38 UTC  (31+ messages)
` [PATCH 01/10] dt-bindings: add binding for the SY8160A voltage regulator
  ` [linux-sunxi] "
` [PATCH 02/10] regulator: add support for SY8106A regulator
  ` [linux-sunxi] "
` [PATCH 03/10] ARM: sunxi: h3/h5: Add r_i2c pinmux node
  ` [linux-sunxi] "
` [PATCH 04/10] ARM: sunxi: h3/h5: Add r_i2c I2C controller
  ` [linux-sunxi] "
` [PATCH 06/10] clk: sunxi-ng: allow set parent clock (PLL_CPUX) for CPUX clock on H3
  ` [linux-sunxi] "

[PATCH] spice: Fix build failures
 2017-07-24  3:27 UTC 

[PATCH] qe: fix compile issue for arm64
 2017-07-24  3:32 UTC  (5+ messages)

[PATCH 0/2] Fix NFS issues with posix_fallocate() in locked file
 2017-07-24  3:18 UTC  (3+ messages)
` [PATCH 2/2] NFS: Optimize fallocate by refreshing mapping when needed
` [PATCH 1/2] NFS: invalidate file size when taking a lock

[PATCH 1/4] e2fsck: update quota inode accounting for ea_inode feature
 2017-07-24  3:30 UTC  (8+ messages)
` [PATCH 2/4] libext2fs: rename ext2_xattr_handle->length to capacity
` [PATCH 3/4] libext2fs: eliminate empty element holes in ext2_xattr_handle->attrs
` [PATCH 4/4] libext2fs: add ea_inode support to set xattr

[Qemu-devel] [RFC PATCH 00/26] guest exploitation of the XIVE interrupt controller (POWER9)
 2017-07-24  3:28 UTC  (7+ messages)
` [Qemu-devel] [RFC PATCH 04/26] ppc/xive: introduce a skeleton for the XIVE interrupt controller model

[PATCH v2 0/2] x86/amd: Refactor and fixup family17h cpu_core_id
 2017-07-24  3:28 UTC  (4+ messages)
` [PATCH v2 1/2] x86/amd: Refactor topology extension related code

Fixing Direct firmware load for amdgpu/polaris12_mc.bin failed with error -2
 2017-07-24  3:25 UTC  (6+ messages)
            ` Fixing Direct firmware load for amdgpu/polaris12_mc.bin failed with error -2 [RESOLVED]

[PATCH] staging: pi433: fix sparse warning: missing static
 2017-07-24  3:24 UTC  (2+ messages)

[PATCH 1/3] rtc: sun6i: Remove double init of spinlock in sun6i_rtc_clk_init()
 2017-07-24  3:24 UTC  (6+ messages)
` [PATCH 2/3] rtc: sun6i: fix memleaks and add error-path "
` [PATCH 3/3] rtc: sun6i: Remove unneeded initalization of ret in sun6i_rtc_setalarm()

[PATCH 0/2] ASoC: Intel: Add Kabylake machine driver for RT5663
 2017-07-24  3:23 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] ASoC: Intel: Add Kabylake RT5663 machine driver entry

[U-Boot] [PATCH v2 00/34] env: Move environment code to use location drivers
 2017-07-24  3:20 UTC  (35+ messages)
` [U-Boot] [PATCH v2 01/34] configs: Resync with savedefconfig
` [U-Boot] [PATCH v2 02/34] Makefile: Rename 'env' target to 'environ'
` [U-Boot] [PATCH v2 03/34] Move environment files from common/ to env/
` [U-Boot] [PATCH v2 04/34] Convert CONFIG_ENV_IS_IN_MMC et al to Kconfig
` [U-Boot] [PATCH v2 05/34] env: Move help from README "
` [U-Boot] [PATCH v2 06/34] Convert CONFIG_ENV_IS_IN_FLASH "
` [U-Boot] [PATCH v2 07/34] Convert CONFIG_ENV_IS_IN_NVRAM "
` [U-Boot] [PATCH v2 08/34] Convert CONFIG_ENV_IS_IN_EEPROM "
` [U-Boot] [PATCH v2 09/34] Convert CONFIG_ENV_IS_IN_DATAFLASH "
` [U-Boot] [PATCH v2 10/34] Convert CONFIG_ENV_IS_IN_SPI_FLASH "
` [U-Boot] [PATCH v2 11/34] Convert CONFIG_ENV_IS_IN_REMOTE "
` [U-Boot] [PATCH v2 12/34] Convert CONFIG_ENV_IS_IN_FAT "
` [U-Boot] [PATCH v2 13/34] Convert CONFIG_ENV_IS_IN_ONENAND "
` [U-Boot] [PATCH v2 14/34] env: common: Make env_get_addr/get_char_memory() static
` [U-Boot] [PATCH v2 15/34] env: common: Drop env_get_addr()
` [U-Boot] [PATCH v2 16/34] env: common: Factor out the common env_valid check
` [U-Boot] [PATCH v2 17/34] env: common: Drop env_get_char_init()
` [U-Boot] [PATCH v2 18/34] env: common: Drop env_get_char_memory()
` [U-Boot] [PATCH v2 19/34] env: Add an enum for environment state
` [U-Boot] [PATCH v2 20/34] env: Rename nand env_location to nand_env_location
` [U-Boot] [PATCH v2 21/34] env: Create a location driver for each location
` [U-Boot] [PATCH v2 22/34] env: Add a new implementation of environment access
` [U-Boot] [PATCH v2 23/34] env: Switch over to use environment location drivers
` [U-Boot] [PATCH v2 24/34] env: Drop common init() functions
` [U-Boot] [PATCH v2 25/34] env: Drop the env_name_spec global
` [U-Boot] [PATCH v2 26/34] env: Drop unused env_ptr variables
` [U-Boot] [PATCH v2 27/34] env: Drop env_init_new()
` [U-Boot] [PATCH v2 28/34] env: Drop env_get_char_spec()
` [U-Boot] [PATCH v2 29/34] env: Drop env_relocate_spec() in favour of env_load()
` [U-Boot] [PATCH v2 30/34] env: Drop saveenv() in favour of env_save()
` [U-Boot] [PATCH v2 31/34] env: Rename setenv() and friends to env_set()
` [U-Boot] [PATCH v2 32/34] env: Rename getenv() and friends to env_get()
` [U-Boot] [PATCH v2 33/34] env: Adjust the get_char() method to return an int
` [U-Boot] [PATCH v2 34/34] env: Adjust the load() method to return an error

[PATCH] lib: test_rhashtable: fix for large entry counts
 2017-07-24  3:18 UTC  (2+ messages)

[Qemu-devel] Unified Datagram Socket Transport
 2017-07-24  3:17 UTC  (4+ messages)

[Qemu-devel] [PATCH v1 0/6] target/s390x: tcg improvments + MSA functions
 2017-07-24  3:16 UTC  (2+ messages)

[Qemu-devel] [FIX PATCH v2] spapr: Fix QEMU abort during memory unplug
 2017-07-24  2:49 UTC  (4+ messages)
  ` [Qemu-devel] [Qemu-ppc] "

[xen-unstable test] 112210: regressions - FAIL
 2017-07-24  3:14 UTC 

[PATCH] perf report: Tag branch type/flag on "to" and tag cycles on "from"
 2017-07-24 11:09 UTC 

[PATCH net] ipv6: no need to return rt->dst.error if it is not null entry
 2017-07-24  3:09 UTC  (7+ messages)

[PATCH 1/1] mlx4_en: remove unnecessary returned value
 2017-07-24  3:02 UTC 

[PATCH] IB/IPoIB: Fix error code in ipoib_add_port()
 2017-07-24  2:53 UTC  (3+ messages)

[PATCH -mm -v2 00/12] mm, THP, swap: Delay splitting THP after swapped out
 2017-07-24  2:46 UTC  (6+ messages)

LACP bond link broken chain due to the timeout
 2017-07-24  2:46 UTC 

[PATCH] backport: add some new kv[mz]alloc function
 2017-07-24  2:40 UTC  (5+ messages)

[PATCH V3 1/3] Docs: dt: rockchip: add rockchip,disable-mmu-reset property
 2017-07-24  2:37 UTC  (6+ messages)
` [PATCH V3 1/3] Docs: dt: rockchip: add rockchip, disable-mmu-reset property
` [PATCH V3 2/3] iommu/rockchip: add multi irqs support
` [PATCH V3 3/3] iommu/rockchip: ignore isp mmu reset operation

A buggy behavior for Linux TCP Reno and HTCP
 2017-07-24  2:37 UTC  (8+ messages)

[PATCH V3 1/4] ARM64: dts: rockchip: rk3328 add iommu nodes
 2017-07-24  2:32 UTC  (8+ messages)
` [PATCH V3 2/4] ARM: dts: rockchip: rk322x "
` [PATCH V3 3/4] ARM64: dts: rockchip: rk3368 "
` [PATCH V3 4/4] ARM64: dts: rockchip: rk3399 "

[PATCH 0/2] Support MUSL-x32 build for openssl and libffi
 2017-07-24  2:28 UTC  (4+ messages)
` [PATCH 1/2] openssl: Support musl-x32 build

[U-Boot] [PATCH 1/2] x86: Use default stack boundary alignment
 2017-07-24  2:24 UTC  (12+ messages)
` [U-Boot] [PATCH 2/2] x86: Allow 32-bit toolchain to compile 64-bit U-Boot

[PATCH 1/2] fsl/qe: NULL dereference on error in ucc_of_parse_tdm()
 2017-07-24  2:24 UTC  (3+ messages)

[lkp-robot] [KEYS] 5649645d72: ltp.add_key02.fail
 2017-07-24  2:22 UTC  (3+ messages)
` [LTP] "

[lkp-robot] [mdio_bus] 95b80bf3db: WARNING:at_include/linux/gpio/consumer.h:#mdiobus_unregister
 2017-07-24  2:20 UTC  (2+ messages)

[PATCH] Staging : unisys : visorbus : visorbus_main: Fixed a brace cdoing style issue
 2017-07-24  2:20 UTC  (2+ messages)

[PATCH v3 2/8] MIPS: ranchu: Add Goldfish RTC driver
 2017-07-24  2:14 UTC  (2+ messages)

[PATCH 1/2] mm/swap: Fix race conditions in swap_slots cache init
 2017-07-24  2:15 UTC  (4+ messages)
` [PATCH 2/2] mm/swap: Remove lock_initialized flag from swap_slots_cache

[lkp-robot] [x86/mm] 94b1b03b51: hackbench.throughput -20% regression
 2017-07-24  2:15 UTC 

[lkp-robot] [x86/refcount] b631e535c6: WARNING:at_net/netlink/af_netlink.c:#netlink_sock_destruct
 2017-07-24  2:13 UTC  (2+ messages)

[RFC PATCH 0/5] revive runtime/cases/_ptest.py
 2017-07-24  2:11 UTC  (4+ messages)

[PATCH] regulator: pwm-regulator: Remove unneeded gpiod NULL check
 2017-07-24  2:10 UTC 

[PATCH v1] mm/vmalloc: add a node corresponding to cached_hole_size
 2017-07-24  2:09 UTC  (3+ messages)
` [lkp-robot] [mm/vmalloc] 3fef5b604a: kernel_BUG_at_mm/vmalloc.c

linux-next: manual merge of the drm tree with Linus' tree
 2017-07-24  2:09 UTC  (2+ messages)

[PATCH v4] mm/vmalloc: terminate searching since one node found
 2017-07-24  2:07 UTC  (3+ messages)
` [lkp-robot] [mm/vmalloc] dec0553d31: WARNING:at_mm/vmalloc.c:#vmap_page_range_noflush

[PATCH V2] pci: quirk: Apply APM ACS quirk to XGene devices
 2017-07-24  2:06 UTC  (4+ messages)

[PATCH 0/2] Avoid crashes by early (boot) consoles using init memory
 2017-07-24  2:03 UTC  (5+ messages)
` [PATCH 2/2] printk/console: Enhance the check for "

[L10N] Kickoff of translation for Git 2.14.0 round 1
 2017-07-24  2:02 UTC  (20+ messages)
` [PATCH] PRItime: wrap PRItime for better l10n compatibility

[PATCH] [RESEND] drm/rockchip: fix Kconfig dependencies
 2017-07-24  1:58 UTC  (4+ messages)

[PATCH v1] net/i40e: fix sync phy type by adding retry
 2017-07-24  1:55 UTC  (2+ messages)

[PATCH v3 3/9] perf annotate: Fix wrong --show-total-period option showing number of samples
 2017-07-24  1:51 UTC  (5+ messages)

[Qemu-devel] Can I mount encrypt qcow2?
 2017-07-24  1:49 UTC  (13+ messages)

linux-next: build warning after merge of the l2-mtd tree
 2017-07-24  1:48 UTC 

[Qemu-devel] About virtio device hotplug in Q35!
 2017-07-24  1:47 UTC 

Linux 4.13-rc2
 2017-07-24  1:46 UTC  (2+ messages)

[PATCH] ASoC: rsnd: don't use private_value on rsnd_kctrl_new()
 2017-07-24  1:45 UTC  (2+ messages)

[PATCH] ceph: kernel client startsync can be removed
 2017-07-24  1:47 UTC  (2+ messages)

[PATCH 0/2] multipath-tools/libmultipath: Support for the native NVMe Ioctl command and add args min_avg_latency for path_latency
 2017-07-24  1:45 UTC  (6+ messages)
` [PATCH 2/2] multipath-tools/libmultipath: Add "

Linux kernel 4.13-rc2 released
 2017-07-24  1:45 UTC 

[PATCH v8 00/22] xfs: online scrub support
 2017-07-24  1:43 UTC  (3+ messages)
` [PATCH 05/22] xfs: scrub in-memory metadata buffers

[PATCH Y.A. RESEND] MAINTAINERS: fix alpha. ordering
 2017-07-24  1:38 UTC  (5+ messages)

[PATCH 0/3][resend] use of_graph_get_remote_endpoint()
 2017-07-24  1:37 UTC  (13+ messages)
` [PATCH 1/3][resend] drm: rcar-du: "
` [PATCH 2/3][resend] media: ti-vpe: cal: "
` [PATCH 3/3][resend] omapfb: "

[PATCH] powerpc/tm: fix TM SPRs in code dump file
 2017-07-24  1:36 UTC  (2+ messages)

[PATCH net-next v11 0/4] net sched actions: improve dump performance
 2017-07-24  1:35 UTC  (5+ messages)
` [PATCH net-next v11 1/4] net netlink: Add new type NLA_BITFIELD_32
` [PATCH net-next v11 2/4] net sched actions: Use proper root attribute table for actions
` [PATCH net-next v11 3/4] net sched actions: dump more than TCA_ACT_MAX_PRIO actions per batch
` [PATCH net-next v11 4/4] net sched actions: add time filter for action dumping

[PATCH] f2fs: preserve i_mode if __f2fs_set_acl() fails
 2017-07-24  1:32 UTC 

af_packet: use after free in prb_retire_rx_blk_timer_expired
 2017-07-24  1:28 UTC  (11+ messages)

[RESEND PATCH 0/2] crypto/rockchip: fix some issue which causes crypto failed
 2017-07-24  1:23 UTC  (6+ messages)
` [RESEND PATCH 1/2] crypto: rockchip - move the crypto completion from interrupt context
` [RESEND PATCH 2/2] crypto: rockchip - return the err code when unable dequeue the crypto request

[PATCH 1/2] dt-bindings: qoriq-clock: Add coreclk
 2017-07-24  1:20 UTC  (7+ messages)

[PATCH][resend] drm: dw-hdmi-i2s: add missing company name on Copyright
 2017-07-24  1:20 UTC  (2+ 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.