All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-05-23 15:17:42 to 2014-05-23 15:53:03 UTC [more...]

[PATCH v2 00/11] sched: consolidation of cpu_power
 2014-05-23 15:53 UTC  (10+ messages)
` [PATCH v2 01/11] sched: fix imbalance flag reset
` [PATCH v2 02/11] sched: remove a wake_affine condition
` [PATCH v2 03/11] sched: fix avg_load computation
` [PATCH v2 04/11] sched: Allow all archs to set the power_orig
` [PATCH v2 05/11] ARM: topology: use new cpu_power interface
` [PATCH v2 06/11] sched: add per rq cpu_power_orig
` [PATCH v2 07/11] Revert "sched: Put rq's sched_avg under CONFIG_FAIR_GROUP_SCHED"
` [PATCH v2 08/11] sched: get CPU's activity statistic
` [PATCH v2 09/11] sched: test the cpu's capacity in wake affine

[PATCHv2 1/2] ibmvscsi: Abort init sequence during error recovery
 2014-05-23 15:52 UTC 

[PATCHv2 2/2] ibmvscsi: Add memory barriers for send / receive
 2014-05-23 15:52 UTC 

xen-hypervisor-4.3-amd64 4.3.0-3+b1 -> Intel M/B, I/O virt. enabled, start vm -> Kernel panic
 2014-05-23 15:50 UTC  (7+ messages)

[PATCH 1/2] ibmvscsi: Abort init sequence during error recovery
 2014-05-23 15:49 UTC  (2+ messages)

[PATCH v6 0/3] CPU hotplug: Fix the long-standing "IPI to offline CPU" issue
 2014-05-23 15:48 UTC  (14+ messages)
` [PATCH v6 2/3] CPU hotplug, stop-machine: Plug race-window that leads to "IPI-to-offline-CPU"

send/receive and bedup
 2014-05-23 15:48 UTC  (12+ messages)

Significance of SELinux user and roles on objects
 2014-05-23 15:45 UTC  (6+ messages)

[PATCH 5/5 v3] l2tp: Add support for zero IPv6 checksums
 2014-05-23 15:47 UTC 

[PATCH 4/5 v3] net: Make enabling of zero UDP6 csums more restrictive
 2014-05-23 15:47 UTC 

[PATCH 2/2] ibmvscsi: Add memory barriers for send / receive
 2014-05-23 15:47 UTC 

[PATCH 3/5 v3] net: Split sk_no_check into sk_no_check_{rx,tx}
 2014-05-23 15:47 UTC 

[PATCH 2/5 v3] net: Eliminate no_check from protosw
 2014-05-23 15:47 UTC 

[PATCH 1/5 v3] sunrpc: Remove sk_no_check setting
 2014-05-23 15:46 UTC 

Flexcan is not working on I.MX 6Q SABRE SD board
 2014-05-23 15:46 UTC  (8+ messages)

[PATCH 0/5 v3] net: Checksum offload changes - Part III
 2014-05-23 15:46 UTC 

[Patch v7 0/7] Introduce keystone reset driver
 2014-05-23 15:43 UTC  (24+ messages)
` [Patch v7 1/7] power: reset: keystone-reset: introduce "
` [Patch v7 2/7] clock: keystone-pllctrl: add bindings for keystone pll controller
` [Patch v7 3/7] mfd: ti-keystone-devctrl: add bindings for device state control
` [Patch v7 4/7] power: reset: add bindings for keystone reset driver
` [Patch v7 5/7] ARM: keystone: remove redundant reset stuff
` [Patch v7 6/7] ARM: dts: keystone: update reset node to work with reset driver
` [Patch v7 7/7] ARM: keystone: enable reset driver support

oops on cubix-i
 2014-05-23 15:44 UTC  (6+ messages)
` oops on cubox-i (v3.15-rc4)

EFI_STUB fails to boot non-EFI on arm64
 2014-05-23 15:45 UTC  (7+ messages)

[Buildroot] [PATCH] Add support for Ariag25 and Terra board from Acmesystems
 2014-05-23 15:45 UTC 

[xen-4.2-testing test] 26422: regressions - FAIL
 2014-05-23 15:45 UTC 

Setting default system python version
 2014-05-23 15:45 UTC  (3+ messages)

[PATCH] regulator: Constify the pointer to alias name array
 2014-05-23 15:44 UTC  (2+ messages)

skbuff truesize incorrect
 2014-05-23 15:44 UTC  (16+ messages)

[Qemu-devel] [PULL 00/33] Block patches
 2014-05-23 15:42 UTC  (33+ messages)
` [Qemu-devel] [PULL 01/33] qemu-iotests: Handle cache mode option in 091
` [Qemu-devel] [PULL 02/33] QemuOpt: add unit tests
` [Qemu-devel] [PULL 03/33] qcow2: Fix memory leak in COW error path
` [Qemu-devel] [PULL 04/33] aio: Fix use-after-free in cancellation path
` [Qemu-devel] [PULL 05/33] iotests: Use _img_info in test 089
` [Qemu-devel] [PULL 06/33] block: Add BlockOpType enum
` [Qemu-devel] [PULL 07/33] block: Introduce op_blockers to BlockDriverState
` [Qemu-devel] [PULL 08/33] block: Replace in_use with operation blocker
` [Qemu-devel] [PULL 09/33] block: Move op_blocker check from block_job_create to its caller
` [Qemu-devel] [PULL 10/33] block: Add bdrv_set_backing_hd()
` [Qemu-devel] [PULL 11/33] block: Use bdrv_set_backing_hd everywhere
` [Qemu-devel] [PULL 12/33] block: Add backing_blocker in BlockDriverState
` [Qemu-devel] [PULL 13/33] block: Drop redundant bdrv_refresh_limits
` [Qemu-devel] [PULL 14/33] docs: Define refcount_bits value
` [Qemu-devel] [PULL 15/33] blockdev: Don't use qerror_report_err() in drive_init()
` [Qemu-devel] [PULL 16/33] blockdev: Don't use qerror_report() in do_drive_del()
` [Qemu-devel] [PULL 17/33] qemu-nbd: Don't use qerror_report()
` [Qemu-devel] [PULL 18/33] block/rbd: Propagate errors to open and create methods
` [Qemu-devel] [PULL 19/33] block/ssh: Drop superfluous libssh2_session_last_errno() calls
` [Qemu-devel] [PULL 20/33] block/ssh: Propagate errors through check_host_key()
` [Qemu-devel] [PULL 21/33] block/ssh: Propagate errors through authenticate()
` [Qemu-devel] [PULL 23/33] block/ssh: Propagate errors to open and create methods
` [Qemu-devel] [PULL 24/33] block/vvfat: Propagate errors through enable_write_target()
` [Qemu-devel] [PULL 25/33] block/vvfat: Propagate errors through init_directories()
` [Qemu-devel] [PULL 26/33] block/sheepdog: Propagate errors through connect_to_sdog()
` [Qemu-devel] [PULL 27/33] block/sheepdog: Propagate errors through get_sheep_fd()
` [Qemu-devel] [PULL 28/33] block/sheepdog: Propagate errors through sd_prealloc()
` [Qemu-devel] [PULL 29/33] block/sheepdog: Propagate errors through do_sd_create()
` [Qemu-devel] [PULL 30/33] block/sheepdog: Propagate errors through find_vdi_name()
` [Qemu-devel] [PULL 31/33] block/sheepdog: Propagate errors to open and create methods
` [Qemu-devel] [PULL 32/33] block/sheepdog: Fix silent sd_open(), sd_create() failures
` [Qemu-devel] [PULL 33/33] block/sheepdog: Don't use qerror_report()

[PATCH v2 00/18] Cross-architecture definitions of relaxed MMIO accessors
 2014-05-23 15:43 UTC  (9+ messages)
` [PATCH v2 16/18] x86: io: implement dummy relaxed accessor macros for writes

[Qemu-devel] [PATCH v2 00/31] pc: ACPI memory hotplug
 2014-05-23 15:41 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 26/31] pc: migrate piix4 & ich9 MemHotplugState

[Qemu-devel] [PATCH v2 00/19] block: Purge qerror_report()
 2014-05-23 15:40 UTC  (2+ messages)

[Qemu-devel] [PATCH v4 00/21] target-arm: Preparations for A64 EL2 and 3
 2014-05-23 15:39 UTC  (3+ messages)

how to create a new layer
 2014-05-23 15:37 UTC  (6+ messages)

[PATCH v2 2/2] ath10k: support get/set antenna configurations
 2014-05-23 15:36 UTC  (11+ messages)
` RE : "
        ` ath10k: set channel by command "iw" not from hostapd and DFS support of firmware-2.bin_10.1.467.2-1
          ` ath10k: firmware crash in station mode
              ` RE : "
                ` TR "

[RESEND PATCH v5 0/5] arm: Fix DEBUG_LL for multi-platform kernels (without PL01X)
 2014-05-23 15:35 UTC  (5+ messages)
  ` [RESEND PATCH v5 3/5] ARM: Conceal DEBUG_LL_UART_NONE from unsupported platforms

linux-next: manual merge of the vfs tree with the cifs tree
 2014-05-23 15:35 UTC  (6+ messages)
` [PATCH] cifs: revalidate mapping prior to satisfying read_iter request with cache=loose

[PATCH] x86: Expose hypervisor's PVH support via xen_caps
 2014-05-23 15:35 UTC  (6+ messages)

Rtl8192CU: regular disconnect in managed mode after a short while
 2014-05-23 15:32 UTC  (3+ messages)

[PATCH V5 00/20] ARM: exynos: cpuidle: Move the driver to drivers/cpuidle
 2014-05-23 15:32 UTC  (7+ messages)

[PATCH] cmdline: finish at EOF
 2014-05-23 15:32 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/5] mmu index cleanup/fixes
 2014-05-23 15:31 UTC  (6+ messages)
` [Qemu-devel] [PATCH 1/5] target-arm: Move get_mem_index to translate.h
` [Qemu-devel] [PATCH 2/5] target-arm/translate.c: Clean up mmu index handling for ldrt/strt
` [Qemu-devel] [PATCH 3/5] target-arm/translate.c: Use get_mem_index() for SRS memory accesses
` [Qemu-devel] [PATCH 4/5] target-arm: A32: Use get_mem_index for load/stores
` [Qemu-devel] [PATCH 5/5] target-arm: Use a 1:1 mapping between EL and MMU index

Only one week left to submit talks to Xen Project User Summit
 2014-05-23 15:31 UTC 

[PATCH 0/7] Enable RC6/Turbo on CHV
 2014-05-23 15:30 UTC  (8+ messages)
` [PATCH 1/7] drm/i915/chv: Enable Render Standby (RC6) for Cherryview
` [PATCH 2/7] drm/i915/chv: Added CHV specific register read and write and Streamline CHV forcewake stuff
` [PATCH 3/7] drm/i915/chv: Enable RPS (Turbo) for Cherryview
` [PATCH 4/7] drm/i915/chv: CHV doesn't need WaRsForcewakeWaitTC0
` [PATCH 5/7] drm/i915/chv: Skip gen6_gt_check_fifodbg() on CHV
` [PATCH 6/7] drm/i915/chv: Added CHV specific DDR fetch into init_clock_gating
` [PATCH 7/7] drm/i915/chv: Freq(opcode) request for CHV

[Bug 78453] New: [HAWAII] Get acceleration working
 2014-05-23 15:29 UTC  (4+ messages)
` [Bug 78453] "

[PATCH v3] xen: fix setup of PVH Dom0 memory map
 2014-05-23 15:27 UTC 

[PATCH RFC 3/3] slub: reparent memcg caches' slabs on memcg offline
 2014-05-23 15:26 UTC  (12+ messages)

[Ksummit-discuss] [TECH TOPIC] PM dependencies
 2014-05-23 15:26 UTC  (7+ messages)

[Qemu-devel] [PATCH 0/4] standalone libcacard
 2014-05-23 15:24 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/4] glib-compat.h: add new thread API emulation on top of pre-2.31 API

[PATCH v8 00/44] Use ref transactions for all ref updates
 2014-05-23 15:23 UTC  (3+ messages)
` [PATCH v8 41/44] refs.c: add a new flag for transaction delete for refs we know are packed only

[PATCH] ath9k: fix build error with disabled debug
 2014-05-23 15:22 UTC  (2+ messages)
` [PATCH] ath9k: simplify DFS pulse interval debug printing

Seeking help fixing a failed array
 2014-05-23 15:22 UTC  (2+ messages)

[PATCH 0/4] bitbake-layers show-cross-depends improvements
 2014-05-23 15:22 UTC  (5+ messages)
` [PATCH 1/4] bitbake-layers: show-cross-depends: add option to ignore a layer
` [PATCH 2/4] bitbake-layers: show-cross-depends: ignore global inherits
` [PATCH 3/4] bitbake-layers: show-cross-depends: ignore self-satisfied RDEPENDS
` [PATCH 4/4] bitbake-layers: show-cross-depends: add support for RRECOMMENDS

[PATCH] cpufreq: exynos: Fix driver compilation with ARCH_MULTIPLATFORM
 2014-05-23 15:22 UTC  (3+ messages)
` [PATCH v2] "

[Qemu-devel] [PATCH] docs: Define refcount_bits value
 2014-05-23 15:21 UTC  (4+ messages)

[PATCH v2 0/3] Exynos multi-platform support
 2014-05-23 15:19 UTC  (8+ messages)
` [PATCH v2 1/3] ARM: EXYNOS: Consolidate Kconfig entries
` [PATCH v2 2/3] ARM: EXYNOS: Enable multi-platform build support
` [PATCH v2 3/3] ARM: multi_v7_defconfig: Enable Exynos platform

[Qemu-devel] [PATCH 00/13] Cleanup load/store functions in headers and C files
 2014-05-23 15:20 UTC  (14+ messages)
` [Qemu-devel] [PATCH 01/13] cputlb: Fix regression with TCG interpreter (bug 1310324)
` [Qemu-devel] [PATCH 02/13] nseries: clean up coding style
` [Qemu-devel] [PATCH 03/13] hw: use ld_p/st_p instead of ld_raw/st_raw
` [Qemu-devel] [PATCH 04/13] softmmu: start introducing SOFTMMU_CODE_ACCESS in softmmu_header.h
` [Qemu-devel] [PATCH 05/13] softmmu: move MMUSUFFIX under SOFTMMU_CODE_ACCESS
` [Qemu-devel] [PATCH 06/13] softmmu: move definition of CPU_MMU_INDEX to inclusion site, drop ACCESS_TYPE
` [Qemu-devel] [PATCH 07/13] softmmu: make do_unaligned_access a method of CPU
` [Qemu-devel] [PATCH 08/13] softmmu: move ALIGNED_ONLY to cpu.h
` [Qemu-devel] [PATCH 09/13] softmmu: commonize helper definitions
` [Qemu-devel] [PATCH 10/13] softmmu: move softmmu_template.h out of include/
` [Qemu-devel] [PATCH 11/13] target-arm: move arm_*_code to a separate file
` [Qemu-devel] [PATCH 12/13] softmmu: introduce cpu_ldst.h
` [Qemu-devel] [PATCH 13/13] softmmu: move all load/store functions to cpu_ldst.h

[PATCH RFC 00/12] Add Qualcomm SD Card Controller support
 2014-05-23 15:20 UTC  (6+ messages)
` [PATCH v2 00/14] "

[PATCH] ARM: EXYNOS: Fix core ID used by platsmp and hotplug code
 2014-05-23 15:20 UTC  (2+ messages)

question: Any way to trigger DHCP renewal from kernel code?
 2014-05-23 15:19 UTC  (3+ messages)

[meta-fsl-arm][PATCH] linux-imx: enable CONFIG_FHANDLE
 2014-05-23 15:19 UTC  (6+ messages)

[PATCH] efi: arm64: memory node handling cleanup
 2014-05-23 15:19 UTC  (2+ messages)

[patch 0/9] mm: memcontrol: naturalize charge lifetime
 2014-05-23 15:18 UTC  (6+ messages)
` [patch 8/9] mm: memcontrol: rewrite charge API

[Qemu-devel] [PATCH v2 0/8] block: Drop in_use with op blocker
 2014-05-23 15:18 UTC  (2+ messages)

[PATCH V3 0/3] Add new PowerPC specific ELF core notes
 2014-05-23 15:15 UTC  (4+ messages)
` [PATCH V3 2/3] powerpc, ptrace: Enable support for transactional memory register sets
` [PATCH V3 3/3] powerpc, ptrace: Enable support for miscellaneous registers


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.