All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-09-15 04:10:45 to 2015-09-15 06:43:38 UTC [more...]

[PATCH] arm64: dts: fsl-ls2085a: Add serial aliases
 2015-09-15  6:43 UTC  (7+ messages)
  ` [linuxppc-release] "

[Qemu-devel] [PATCH v4 0/4] Add 'blockdev-snapshot' command
 2015-09-15  6:42 UTC  (4+ messages)
` [Qemu-devel] [PATCH v4 2/4] block: support passing 'backing': '' to 'blockdev-add'

[PATCH v3 0/2] lib/string_helpers.c: fix infinite loop in string_get_size()
 2015-09-15  6:43 UTC  (4+ messages)
` [PATCH v3 2/2] lib/test-string_helpers.c: add string_get_size() tests

[PATCH V6 0/6] Fast mmio eventfd fixes
 2015-09-15  6:41 UTC  (7+ messages)
` [PATCH V6 1/6] kvm: don't try to register to KVM_FAST_MMIO_BUS for non mmio eventfd
` [PATCH V6 2/6] kvm: factor out core eventfd assign/deassign logic
` [PATCH V6 3/6] kvm: fix double free for fast mmio eventfd
` [PATCH V6 4/6] kvm: fix zero length mmio searching
` [PATCH V6 5/6] kvm: add tracepoint for fast mmio
` [PATCH V6 6/6] kvm: add fast mmio capabilitiy

[PATCH] perf: fix the install-python_ext on upstream kernel
 2015-09-15  6:34 UTC 

[PATCH 0/3] Mediatek SPI-NOR flash driver
 2015-09-15  6:39 UTC  (6+ messages)
` [PATCH 1/3] doc: dt: add documentation for Mediatek spi-nor controller

[PATCH V2] debugfs: don't assume sizeof(bool) to be 4 bytes
 2015-09-15  6:34 UTC  (9+ messages)
    ` [ath9k-devel] "

[PATCH 00/12] Fixes with clang
 2015-09-15  6:33 UTC  (3+ messages)
` [PATCH 02/12] hostap-utils: Use C99 stddefs in defining local typedefs

[Qemu-devel] [Question] QEMU 2.3 Assertion with `existing->mr->subpage || existing->mr == &io_mem_unassigned' failed
 2015-09-15  6:33 UTC  (4+ messages)

[U-Boot] [PATCH v3 00/13] sf: BAR/wait_ready logic updates
 2015-09-15  6:32 UTC  (3+ messages)
` [U-Boot] [PATCH v3 05/13] sf: Make flash->flags use for generic usage

DSA: phy polling
 2015-09-15  6:32 UTC  (6+ messages)

[Buildroot] [autobuild.buildroot.net] Build results for 2015-09-14
 2015-09-15  6:30 UTC 

[PATCH 0/7] remove wilc_errorsupport.h from the wilc driver
 2015-09-15  6:27 UTC  (2+ messages)

Professional injection mould factory in China
 2015-09-15  6:24 UTC 

[PATCH ipvs-next] ipvs: add sysctl to ignore tunneled packets
 2015-09-15  6:24 UTC  (5+ messages)

spi/bcm63xx: unknown CONFIG_BIG_ENDIAN
 2015-09-15  6:24 UTC 

[Buildroot] [PATCH 1/1] add python simple template module
 2015-09-15  6:23 UTC  (4+ messages)

[PATCH ipvs-next,v2] ipvs: add sysctl to ignore tunneled packets
 2015-09-15  6:23 UTC 

[Qemu-devel] virtio-gpu: cursor update not in sync with resource update
 2015-09-15  6:20 UTC  (7+ messages)

System with multiple arizona (wm5102) codecs
 2015-09-15  6:18 UTC  (3+ messages)

[Qemu-devel] [PATCH 0/2] PCI-e device multi-function hot-add support
 2015-09-15  6:23 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/2] "

[PATCH v2 0/2] mm:constify zpool/zs_pool char members
 2015-09-15  6:15 UTC  (4+ messages)
` [PATCH v2 2/2] mm:zsmalloc: constify struct zs_pool name

[Qemu-devel] [PATCH v6 00/14] block: incremental backup transactions using BlockJobTxn
 2015-09-15  6:11 UTC  (15+ messages)
` [Qemu-devel] [PATCH v6 01/14] qapi: Add transaction support to block-dirty-bitmap operations
` [Qemu-devel] [PATCH v6 02/14] iotests: add transactional incremental backup test
` [Qemu-devel] [PATCH v6 03/14] block: rename BlkTransactionState and BdrvActionOps
` [Qemu-devel] [PATCH v6 04/14] backup: Extract dirty bitmap handling as a separate function
` [Qemu-devel] [PATCH v6 05/14] blockjob: Introduce reference count
` [Qemu-devel] [PATCH v6 06/14] blockjob: Add .commit and .abort block job actions
` [Qemu-devel] [PATCH v6 07/14] blockjob: Add "completed" and "ret" in BlockJob
` [Qemu-devel] [PATCH v6 08/14] blockjob: Simplify block_job_finish_sync
` [Qemu-devel] [PATCH v6 09/14] block: Add block job transactions
` [Qemu-devel] [PATCH v6 10/14] blockdev: make BlockJobTxn available to qmp 'transaction'
` [Qemu-devel] [PATCH v6 11/14] block/backup: support block job transactions
` [Qemu-devel] [PATCH v6 12/14] iotests: 124 - transactional failure test
` [Qemu-devel] [PATCH v6 13/14] qmp-commands.hx: Update the supported 'transaction' operations
` [Qemu-devel] [PATCH v6 14/14] tests: add BlockJobTxn unit test

[U-Boot] [PATCH 00/28] dm: input: Move keyboard drivers to driver model
 2015-09-15  6:12 UTC  (37+ messages)
` [U-Boot] [PATCH 01/28] dm: input: Create a keyboard uclass
` [U-Boot] [PATCH 02/28] input: Add a device pointer to the input config
` [U-Boot] [PATCH 03/28] input: Return -ENOSPC when there is not space
` [U-Boot] [PATCH 04/28] input: Add the keycode translation tables separately
` [U-Boot] [PATCH 06/28] dm: stdio: Plumb in the new keyboard uclass
` [U-Boot] [PATCH 09/28] video: Drop unused console functions
` [U-Boot] [PATCH 10/28] i8042: Use functions to handle register access
` [U-Boot] [PATCH 11/28] i8042: Handle a duplicate power-on-reset response
` [U-Boot] [PATCH 12/28] i8042: Adjust kbd_reset() to collect all failures
` [U-Boot] [PATCH 13/28] i8042: Adjust keyboard init to assume success
` [U-Boot] [PATCH 15/28] input: Add a few more keyboard keycodes
` [U-Boot] [PATCH 18/28] input: Support the German keymap
` [U-Boot] [PATCH 22/28] input: i8042: Convert to use the input library
` [U-Boot] [PATCH 23/28] input: Add a Kconfig option for the i8042 keyboard
` [U-Boot] [PATCH 24/28] x86: Add an i8042 device for boards that have it
` [U-Boot] [PATCH 25/28] Drop CONFIG_ISA_KEYBOARD
` [U-Boot] [PATCH 26/28] input: Convert i8042 to driver model
` [U-Boot] [PATCH 27/28] video: input: Clean up after i8042 conversion

[PATCH 0/3] allow zram to use zbud as underlying allocator
 2015-09-15  6:13 UTC  (22+ messages)
` [PATCH 1/3] zram: make max_zpage_size configurable
` [PATCH 2/3] zpool/zsmalloc/zbud: align on interfaces
` [PATCH 3/3] zram: use common zpool interface

[Qemu-devel] [PATCH] q35: Remove old machine versions
 2015-09-15  6:03 UTC  (6+ messages)

[Qemu-devel] [PATCH v8 0/7] sPAPR: Support EEH Error Injection
 2015-09-15  6:03 UTC  (3+ messages)

[Qemu-devel] iotests failure of 128
 2015-09-15  6:03 UTC 

[PATCH v2 00/12] clk: samsung: exynos7: Cleanup of clock file
 2015-09-15  6:11 UTC  (7+ messages)
` [PATCH v2 01/12] clk: samsung: exynos7: Change the CMU_TOPC block clock names
` [PATCH v2 02/12] clk: samsung: exynos7: Adds missing clocks gates of CMU_TOPC
` [PATCH v2 5/12] clk: samsung: exynos7: Corrects CMU_CCORE clocks names

[llvmlinux] percpu | bitmap issue? (Cannot boot on bare metal due to a kernel NULL pointer dereference)
 2015-09-15  6:11 UTC  (11+ messages)

[RFC][PATCH] mm: make zbud znd zpool to depend on zswap
 2015-09-15  6:10 UTC  (5+ messages)

[PATCH 2.6.32 18/62] s390/hibernate: fix save and restore of kernel text section
 2015-09-15  6:09 UTC  (3+ messages)

[Buildroot] [git commit] faifa: fix musl build issue
 2015-09-15  6:09 UTC 

[PATCH RFC] rtlwifi: rtl8192cu: Add missing case in rtl92cu_get_hw_reg
 2015-09-15  6:01 UTC 

[PATCH v4 RESEND] x86/asm/entry/32, selftests: Add 'test_syscall_vdso' test
 2015-09-15  6:05 UTC  (7+ messages)

[U-Boot] [PATCH v2 1/4] imx: mx7: discard unused global variable
 2015-09-15  6:05 UTC  (4+ messages)
` [U-Boot] [PATCH v2 2/4] imx-common: wrap boot_mode_apply with CONFIG_CMD_BMODE
` [U-Boot] [PATCH v2 3/4] imx: mx7dsabresd: drop code for CONFIG_CMD_BMODE
` [U-Boot] [PATCH v2 4/4] imx: fix coding style

[Buildroot] [PATCH 0/2] openssl parallel build
 2015-09-15  6:01 UTC  (3+ messages)
` [Buildroot] [PATCH 2/2] openssl: enable parallel build and installation

Robert Yang : perf: fix for rebuilding
 2015-09-15  5:53 UTC  (3+ messages)
` [PATCH][master][fido][dizzy] Revert "perf: fix for rebuilding"

[PATCH v4 0/6] MT8173 IOMMU SUPPORT
 2015-09-15  5:53 UTC  (6+ messages)
` [PATCH v4 5/6] iommu/mediatek: Add mt8173 IOMMU driver

[Qemu-devel] [PATCH] ppc/spapr: Allow VIRTIO_VGA
 2015-09-15  5:51 UTC 

[PATCH v3 0/2] regulator: Fix pbias regulator enable
 2015-09-15  5:50 UTC  (5+ messages)

[PATCH] cxl: Fix build failure due to -Wunused-variable behaviour change
 2015-09-15  5:48 UTC 

osd: new pool flags: noscrub, nodeep-scrub
 2015-09-15  5:48 UTC  (6+ messages)

[PATCH] sched/fair: adjust the depth of a sched_entity when its parent changes
 2015-09-15  5:32 UTC 

[PATCH] nv50, nvc0: unlock tic and update address when invalidating resource
 2015-09-15  5:40 UTC 

pstate for NVS140
 2015-09-15  5:39 UTC 

[linux-3.18 test] 61882: regressions - FAIL
 2015-09-15  5:38 UTC 

[PATCH 2.6.32 42/62] fixing infinite OPEN loop in 4.0 stateid recovery
 2015-09-15  5:37 UTC  (3+ messages)

[PATCH 0/3] remoteproc: add CSRatlas7 remoteproc driver
 2015-09-15  5:37 UTC  (8+ messages)
  ` [PATCH 1/3] drivers:remoteproc:support predefined vq notifyid
  ` [PATCH 2/3] drivers:remoteproc:support always on remote processor
  ` [PATCH 3/3] remoteproc: add CSRatlas7 remoteproc driver

[Intel-wired-lan] [next-queue 0/8] Trivial fix-ups for Intel wired LAN drivers 09/10/2015
 2015-09-15  5:35 UTC  (4+ messages)
` [Intel-wired-lan] [next-queue 1/8] e1000: clean up the useless 'continue' statement

[PATCH 1/4] staging: wilc1000: remove unused variable g_num_total_switches
 2015-09-15  5:33 UTC  (4+ messages)
` [PATCH 2/4] staging: wilc1000: delete function declaration SendRawPacket
` [PATCH 3/4] staging: wilc1000: coreconfigurator.h: remove unused defines
` [PATCH 4/4] staging: wilc1000: remove unused variable g_flushing_in_progress

[GIT PULL] Ext3 removal, quota & udf fixes
 2015-09-15  5:31 UTC  (6+ messages)

[PATCH] staging: netlogic: platform: Fix miscellaneous coding style issues
 2015-09-15  5:27 UTC  (2+ messages)

nflog : We are losing events. Increasing buffer size to 1736704
 2015-09-15  5:24 UTC  (2+ messages)

[oe-commits] Aníbal Limón : systemd: Increase devices timeout in QEMU machines to avoid failures on serial-getty
 2015-09-15  5:23 UTC  (2+ messages)
  ` [PATCH] systemd: fix missing space in SRC_URI append

[RFC][PATCH 0/5] Fixes for abs() usage on 64bit values
 2015-09-15  5:22 UTC  (6+ messages)
` [RFC][PATCH 5/5] abs(): Provide build error on passing 64bit value to abs()

[PATCH] Remove #ifdef CONFIG_64BIT from all asm-generic/fcntl.h
 2015-09-15  5:19 UTC  (7+ messages)
` [PATCH v3] Remove #ifdef CONFIG_* from all userspace headers
  ` [PATCH 04/13] Always expose MAP_UNINITIALIZED to userspace

[PATCH] locking: Fix up the static keys documentation
 2015-09-15  5:15 UTC  (2+ messages)
` [tip:locking/urgent] locking/static_keys: "

[PATCH] drivers: stating: wilc1000: Add a check for SPI availability
 2015-09-15  5:13 UTC  (2+ messages)

[PATCH v2] cxl: Fix unbalanced pci_dev_get in cxl_probe
 2015-09-15  5:12 UTC  (2+ messages)

[Qemu-devel] [RFC PATCH] os-android: Add support to android platform, built by ndk-r10
 2015-09-15  5:11 UTC  (2+ messages)
`  "

[rgw] Multi-tenancy support in radosgw
 2015-09-15  5:10 UTC  (2+ messages)

[Qemu-devel] [PATCH v5 00/14] block: incremental backup transactions using BlockJobTxn
 2015-09-15  5:08 UTC  (10+ messages)
` [Qemu-devel] [PATCH v5 04/14] backup: Extract dirty bitmap handling as a separate function
` [Qemu-devel] [PATCH v5 09/14] block: Add block job transactions
` [Qemu-devel] [PATCH v5 11/14] block/backup: support "

[PATCH] Staging: lustre: lustre: lclient: lcommon_cl.c: Fixed coding style error
 2015-09-15  5:08 UTC  (2+ messages)

[PATCH 01/18] staging: wilc1000: remove duplicated include
 2015-09-15  5:06 UTC  (18+ messages)
` [PATCH 02/18] staging: wilc1000: rename WILC_WFI_cfg80211_ops
` [PATCH 03/18] staging: wilc1000: rename WILC_WFI_priv
` [PATCH 04/18] staging: wilc1000: use u8 instead of uint8_t
` [PATCH 05/18] staging: wilc1000: use u16 instead of uint16_t
` [PATCH 06/18] staging: wilc1000: use u32 instead of uint32_t
` [PATCH 07/18] staging: wilc1000: remove commented codes
` [PATCH 08/18] staging: wilc1000: remove useless extern declarations
` [PATCH 09/18] staging: wilc1000: use BIT macro
` [PATCH 10/18] staging: wilc1000: remove bit shift macro that is custom defined
` [PATCH 11/18] staging: wilc1000: remove unused defines
` [PATCH 12/18] staging: wilc1000: fix alignment of defines
` [PATCH 13/18] staging: wilc1000: fix alignment of enum
` [PATCH 14/18] staging: wilc1000: remove USE_SUPPLICANT_GO_INTENT
` [PATCH 15/18] staging: wilc1000: remove if defined codes of USE_SUPPLICANT_GO_INTENT
` [PATCH 16/18] staging: wilc1000: remove FORCE_P2P_CLIENT
` [PATCH 17/18] staging: wilc1000: remove if defined codes of FORCE_P2P_CLIENT
` [PATCH 18/18] staging: wilc1000: wilc_wfi_cfgoperations.h: align defines

Git configure/make does not honor ARFLAGS
 2015-09-15  4:56 UTC  (8+ messages)

[PATCH 1/4] Staging: rtl8192u: space required before open parentheses
 2015-09-15  4:54 UTC  (3+ messages)

[U-Boot] [PATCH 1/2] nios2: remap and translate reg address in device tree
 2015-09-15  4:48 UTC  (3+ messages)

[xen-4.5-testing test] 61844: regressions - FAIL
 2015-09-15  4:43 UTC 

[PATCH v2 0/2] git-p4: handle "Translation of file content failed"
 2015-09-15  4:40 UTC  (3+ messages)
` [PATCH v2 1/2] git-p4: add test case for "Translation of file content failed" error

Occasional channel swapping, rt5631 vs mmp2 sspa
 2015-09-15  4:36 UTC 

[PATCH 00/39] drop null test before destroy functions
 2015-09-15  4:36 UTC  (5+ messages)
` [PATCH 28/39] ecryptfs: "

bnx2x - occasional high packet loss (on LAN)
 2015-09-15  4:17 UTC 

[PATCH] kbuild: llvmlinux: Set appropriate compiler-flag for CONFIG_CC_OPTIMIZE_FOR_SIZE
 2015-09-15  4:29 UTC  (4+ messages)

[PATCH] arch/sh: provide unified syscall trap compatible with all SH models
 2015-09-15  4:28 UTC  (7+ messages)
` [PATCH v2] "

[PATCH v3] ppc/spapr: Implement H_RANDOM hypercall in QEMU
 2015-09-15  4:26 UTC  (5+ messages)
    ` [Qemu-devel] "

[PATCH] drm/i915: Check live status before reading edid
 2015-09-15  4:14 UTC  (2+ messages)

[PATCH RFC 0/4] arm64: cross cpu support
 2015-09-15  4:23 UTC  (5+ messages)
` [PATCH RFC 2/4] arm64: kvm: enable trapping of read access to regs in TID3 group
  ` [Qemu-devel] "

[Qemu-devel] [RFCv2 0/2] spapr: Cleanups to dynamic reconfiguration mechanism
 2015-09-15  4:21 UTC  (4+ messages)
` [Qemu-devel] [RFCv2 2/2] spapr: Don't use QOM [*] syntax for DR connectors

[PATCH] musb: sunxi: Ignore VBus errors in host-only mode
 2015-09-15  4:20 UTC  (11+ messages)
` [linux-sunxi] "

[linux-mingo-tip-master test] 61893: regressions - FAIL
 2015-09-15  4:19 UTC 

[Bug 91992] New: [NV4C] computer hangs after few minutes of use
 2015-09-15  4:18 UTC  (2+ messages)
  ` [Bug 91992] "

[PATCH RESEND 1/5] mfd: arizona: Add registers for ADC microphone detection
 2015-09-15  4:10 UTC  (4+ messages)
` [PATCH RESEND 5/5] mfd: arizona: Update DT doc for new mic detection bindings


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.