All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-06-16 22:47:40 to 2015-06-17 01:31:35 UTC [more...]

[PATCH 1/2] apei/*.c: use pr_warn instead of pr_warning
 2015-06-17  1:31 UTC  (4+ messages)
` [PATCH 2/2] apei/erst-dbg: Define pr_fmt macro to avoid the duplication of ERST_DBG_PFX

[PATCH 00/27] Libxl migration v2
 2015-06-17  1:31 UTC  (3+ messages)
` [PATCH 20/27] tools/libxl: Infrastructure for writing a v2 stream

[PATCH v2 1/3] dt-bindings: Add Raspberry Pi compatible string for watchdog
 2015-06-17  1:28 UTC  (7+ messages)
` [PATCH v2 2/3] watchdog: bcm2835: Add poweroff code for the Raspberry Pi

[PATCH v2 0/2] virtio: PCI Port Hotplug
 2015-06-17  1:27 UTC  (5+ messages)
  ` [PATCH v3 1/2] virtio: add support for "
  ` [PATCH v3 2/2] virtio: check vq parameter

[RFC PATCH] perf/kvm: Guest Symbol Resolution for powerpc
 2015-06-17  1:24 UTC  (3+ messages)

[Qemu-devel] [PATCH 0/9] Optional toplevel sections
 2015-06-17  1:25 UTC  (17+ messages)
` [Qemu-devel] [PATCH 3/9] runstate: Add runstate store
` [Qemu-devel] [PATCH 4/9] runstate: create runstate_index function
` [Qemu-devel] [PATCH 6/9] migration: create new section to store global state
` [Qemu-devel] [PATCH 7/9] global_state: Make section optional

[PATCH 0/3] aio: ctx->dead cleanups
 2015-06-17  1:22 UTC  (10+ messages)
` [PATCH 1/3] aio_ring_remap: turn the ctx->dead check into WARN_ON()
` [PATCH 2/3] aio: make aio_ring->dead boolean
  ` [PATCH v2 "
` [PATCH 3/3] aio_free_ring: don't do page_count(NULL)

[Qemu-devel] [PATCH target-arm v3 0/7] ARM Cortex R5 Support
 2015-06-17  1:21 UTC  (14+ messages)
` [Qemu-devel] [PATCH target-arm v3 1/7] target-arm/helper.c: define MPUIR register
` [Qemu-devel] [PATCH target-arm v3 2/7] target-arm: Add registers for PMSAv7
` [Qemu-devel] [PATCH target-arm v3 3/7] target-arm: Implement PMSAv7 MPU
` [Qemu-devel] [PATCH target-arm v3 4/7] target-arm: Add support for Cortex-R5
` [Qemu-devel] [PATCH target-arm v3 5/7] arm: xlnx-zynqmp: Preface CPU variables with "apu"
` [Qemu-devel] [PATCH target-arm v3 6/7] arm: xlnx-zynqmp: Add boot-cpu property
` [Qemu-devel] [PATCH target-arm v3 7/7] arm: xlnx-zynqmp: Add 2xCortexR5 CPUs

[PATCH v2 1/2] vTPM: support little endian guests
 2015-06-17  1:20 UTC  (4+ messages)
` [PATCH v2 2/2] TPM: remove unnecessary little endian conversion

call_rcu from trace_preempt
 2015-06-17  1:19 UTC  (13+ messages)

[qemu-mainline test] 58625: regressions - FAIL
 2015-06-17  1:18 UTC 

[PATCH] notes: Use get_sha1_committish instead of read_ref in init_notes()
 2015-06-17  1:15 UTC 

[xen-4.2-testing test] 58616: trouble: blocked/broken/fail/pass
 2015-06-17  1:13 UTC 

[meta-oe][PATCH 0/7] add samba4 and required recipe
 2015-06-17  1:13 UTC  (4+ messages)
` [meta-oe][PATCH 6/7] libtdb: add new recipe

[Bug 91001] lock-ups with video playback in mpv and vlc with vdpau enabled
 2015-06-17  1:12 UTC  (3+ messages)

[Qemu-devel] [PATCH v3 0/2] ACPI: ARM: add SPCR table
 2015-06-17  1:06 UTC  (10+ messages)
` [Qemu-devel] [PATCH v3 2/2] hw/arm/virt-acpi-build: Add "

[PATCH 5/6][RFC] arm64: renesas: Add r8a7795 SoC support
 2015-06-17  1:05 UTC  (2+ messages)

[PATCH] isdn: disable HiSax NetJet driver on microblaze arch
 2015-06-17  1:05 UTC 

[PATCH v3 00/18] x86/tsc: Clean up rdtsc helpers
 2015-06-17  0:49 UTC  (21+ messages)
` [PATCH v3 01/18] x86/tsc: Inline native_read_tsc and remove __native_read_tsc
` [PATCH v3 02/18] x86/msr/kvm: Remove vget_cycles()
` [PATCH v3 03/18] x86/tsc/paravirt: Remove the read_tsc and read_tscp paravirt hooks
` [PATCH v3 04/18] x86/tsc: Replace rdtscll with native_read_tsc
` [PATCH v3 05/18] x86/tsc: Remove the rdtscp and rdtscpll macros
` [PATCH v3 06/18] x86/tsc: Use the full 64-bit tsc in tsc_delay
` [PATCH v3 07/18] x86/cpu/amd: Use the full 64-bit TSC to detect the 2.6.2 bug
` [PATCH v3 08/18] baycom_epp: Replace rdtscl() with native_read_tsc()
` [PATCH v3 09/18] staging/lirc_serial: Remove TSC-based timing
` [PATCH v3 10/18] input/joystick/analog: Switch from rdtscl() to native_read_tsc()
` [PATCH v3 11/18] drivers/input/gameport: Replace rdtscl() with native_read_tsc()
` [PATCH v3 12/18] x86/tsc: Remove rdtscl()
` [PATCH v3 13/18] x86/tsc: Rename native_read_tsc() to rdtsc()
` [PATCH v3 14/18] x86: Add rdtsc_ordered() and use it in trivial call sites
` [PATCH v3 15/18] x86/tsc: Use rdtsc_ordered() in check_tsc_warp() and drop extra barriers
` [PATCH v3 16/18] x86/tsc: In read_tsc, use rdtsc_ordered() instead of get_cycles()
` [PATCH v3 17/18] x86/kvm/tsc: Drop extra barrier and use rdtsc_ordered in kvmclock
` [PATCH v3 18/18] x86/tsc: Remove rdtsc_barrier()

[PATCH] scripts/tags.sh: Include trace_*_rcuidle() in tags
 2015-06-17  1:00 UTC 

Missing Xen ARM documentation on the website
 2015-06-17  1:00 UTC  (2+ messages)

[PATCH nf-next 0/3] netfilter: socket lookup function refactoring, cgroup match fixes
 2015-06-17  1:03 UTC  (5+ messages)
` [PATCH nf-next 1/3] netfilter: factor out helpers from xt_socket into separate modules
` [PATCH nf-next 2/3] netfilter: x_tables: fix cgroup's NF_INET_LOCAL_IN sk lookups
` [PATCH nf-next 3/3] netfilter: nft_meta: fix cgroup socket lookups

Replacing a drive from a RAID 1 array
 2015-06-17  0:51 UTC  (3+ messages)

[Qemu-devel] linux-user crashes on clone(2) when run on ppc host
 2015-06-17  0:52 UTC 

[PATCH] regulator: qcom_spmi: Fix missing parenthesis
 2015-06-17  0:42 UTC  (2+ messages)

Suspicious RCU usage at boot w/ arm ipi trace events?
 2015-06-17  0:41 UTC  (3+ messages)

[PATCH v2 0/2] Add R8A7790 EtherAVB DT support
 2015-06-17  0:39 UTC  (7+ messages)

[PATCH] ipmi: Convert the IPMI SI ACPI handling to a platform device
 2015-06-17  0:39 UTC  (2+ messages)

[PATCH 0/3 v2] remove code marked as deprecated in 2.0
 2015-06-17  0:39 UTC  (6+ messages)
` [PATCH 1/3] pmd_ring: remove deprecated functions

[PATCH] ASoC: rsrc-card: remove unused ret
 2015-06-17  0:36 UTC 

[PATCHv3 09/11][auh] upgradehelper.py: Change policy for send emails and fix error handling
 2015-06-17  0:35 UTC 

[PATCH 00/11] Fix implicit includes of <module.h> that will break
 2015-06-17  0:36 UTC  (7+ messages)
` [PATCH] drivers/cpufreq: include <module.h> for modular exynos-cpufreq.c code

[PATCH] powerpc/include: Add opal-prd to installed uapi headers
 2015-06-17  0:35 UTC 

[PATCH V3] Report interrupt(s) that caused system wakeup
 2015-06-17  0:33 UTC  (2+ messages)

[PATCH] fuse: initialize fc->release before calling it
 2015-06-17  0:30 UTC 

[PATCH] fuse: initialize fc->release before calling it
 2015-06-17  0:28 UTC 

[Bug 90871] New: NV30: Xfwm4 use_compositing - garbled display
 2015-06-17  0:27 UTC  (2+ messages)
  ` [Bug 90871] "

[Qemu-devel] [RFC] generic-gpio-led & stm32-gpio-led
 2015-06-17  0:25 UTC  (4+ messages)

[nightly] Core TISDK 2015.06 build 2015-06-16_10-39-28
 2015-06-17  0:24 UTC 

[Qemu-devel] [PATCH v4 0/3] Migration Events
 2015-06-17  0:20 UTC  (6+ messages)
` [Qemu-devel] [PATCH 2/3] migration: create migration event

[PATCH] Modified RTDS scheduler to use an event-driven model instead of polling
 2015-06-17  0:20 UTC  (7+ messages)

RAID10 Balancing Request for Comments and Advices
 2015-06-17  0:14 UTC  (5+ messages)

[meta-oe][PATCH V2 2/8] polkit-gnome: Upgrade 0.102 -> 0.105
 2015-06-17  0:12 UTC  (5+ messages)

[fido][PATCH 1/2] polkit-gnome: Upgrade 0.102 -> 0.105
 2015-06-17  0:11 UTC  (2+ messages)
` [fido][PATCH 2/2] gdm: Whitelist it

[PATCH 0/5] staging: unisys: add visornic driver
 2015-06-17  0:08 UTC  (4+ messages)
` [PATCH 5/5] staging: unisys: add error messages to visornic

v9.0.1 released
 2015-06-17  0:06 UTC  (3+ messages)

[PATCH] input: improve usage of gpiod API
 2015-06-17  0:06 UTC  (3+ messages)

[PATCH 1/3] drm/nouveau: Use drm_vblank_on/off consistently
 2015-06-17  0:01 UTC  (3+ messages)
` [PATCH] "

Help using bitbake to compile a custom package
 2015-06-16 23:58 UTC 

[PATCH] input: zforce_ts: add DT support for reset GPIO polarity
 2015-06-16 23:57 UTC  (2+ messages)

[PATCH v4 0/3] net/xen: Clean up
 2015-06-16 23:55 UTC  (7+ messages)
` [PATCH v4 3/3] net/xen-netback: Don't mix hexa and decimal with 0x in the printf format

Cavium Liquidio: select on undefined option LIBCRC32
 2015-06-16 23:51 UTC  (2+ messages)
` [PATCH net-next] Modify Liquidio Kconfig for crc lib

[PATCHv2 09/11][auh] upgradehelper.py: Change policy for send emails and fix error passing
 2015-06-16 23:56 UTC  (3+ messages)

[RFC PATCH net-next 0/4] switchdev: avoid duplicate packet forwarding
 2015-06-16 23:53 UTC  (6+ messages)

[PATCH 00/11] mdadm tool: add the support for cluster-md
 2015-06-16 23:54 UTC  (3+ messages)
` [PATCH 11/11] Reuse the write_bitmap for update uuid

[PATCH 0/4 v5] bnx2x: poll mode driver
 2015-06-16 23:51 UTC  (5+ messages)
` [PATCH 1/4] eal: provide functions to access PCI config
` [PATCH 2/4] bnx2x: driver core
` [PATCH 3/4] bnx2x: driver support routines
` [PATCH 4/4] bnx2x: enable PMD build

Business proposition
 2015-06-16 22:39 UTC 

Hello!!!
 2015-06-16 18:05 UTC 

Hello!!!
 2015-06-16 18:05 UTC 

[PATCH] mailmap: add rdunlap email auto-correction
 2015-06-16 23:45 UTC 

[Qemu-devel] [PATCH V16 0/4] Virtual Machine Generation ID
 2015-06-16 23:41 UTC  (8+ messages)
` [Qemu-devel] [PATCH V16 2/4] acpi: add a vm_generation_id_changed method
` [Qemu-devel] [PATCH V16 3/4] i386: add a Virtual Machine Generation ID device
` [Qemu-devel] [PATCH V16 4/4] tests: add a unit test for the vmgenid device

'git status -z' missing separators on OSX
 2015-06-16 23:21 UTC 

[dpdk-announce] important design choices - statistics - ABI
 2015-06-16 23:29 UTC 

[PATCH 00/12] Remove mach-msm and associated code
 2015-06-16 23:27 UTC  (7+ messages)
` [PATCH 12/12] msm: msm_fb: Remove dead code

[PATCH v4] ARM: early fixmap support for earlycon
 2015-06-16 23:22 UTC  (3+ messages)

[GIT PULL] SoCFPGA updates for v4.2, part 3
 2015-06-16 23:21 UTC  (2+ messages)

[PATCH] pull.c: fix some sparse warnings
 2015-06-16 23:18 UTC 

[PATCH 0/6] support watch/notify version 2
 2015-06-16 23:18 UTC  (3+ messages)
` [PATCH 4/6] osd_client, rbd: update event interface for watch/notify2

[PATCH v2 00/17] x86/tsc: Clean up rdtsc helpers
 2015-06-16 23:15 UTC  (7+ messages)
` [PATCH v2 10/17] input/joystick/analog: Switch from rdtscl() to native_read_tsc()
` [PATCH v2 11/17] drivers/input/gameport: Replace rdtscl() with native_read_tsc()

Android Kernel
 2015-06-16 23:13 UTC  (2+ messages)

[PATCH] Documentation: ARM: EXYNOS: Describe boot loaders interface
 2015-06-16 23:12 UTC  (3+ messages)

[PATCH BACKPORT TO 3.18 ] sched, numa: do not hint for NUMA balancing on VM_MIXEDMAP mappings
 2015-06-16 23:10 UTC 

[PATCH 0/3] ARM: Allow SPARSEMEM on multiplatform build
 2015-06-16 23:08 UTC  (3+ messages)

[PATCH] time.c::timespec_trunc: fix nanosecond file time rounding
 2015-06-16 23:08 UTC  (4+ messages)

[RFC][PATCH] net/tipc: initialize security state for new connection socket
 2015-06-16 23:07 UTC  (2+ messages)

[PATCH] iSCSI: let session recovery_tmo sysfs writes persist across recovery
 2015-06-16 23:07 UTC 

Question on beacon-miss offloading
 2015-06-16 23:06 UTC  (11+ messages)

[BUG,BISECTED] mvneta: second interface no more usable on mirabox
 2015-06-16 23:05 UTC  (2+ messages)

bitbake error when using arago-fido-config
 2015-06-16 23:04 UTC  (4+ messages)

[PATCH v5 00/11] Add simple NVMEM Framework via regmap
 2015-06-16 23:04 UTC  (22+ messages)
` [PATCH v5 05/11] nvmem: Add nvmem_device based consumer apis
` [PATCH v5 06/11] nvmem: Add bindings for simple nvmem framework
` [PATCH v5 07/11] nvmem: Add simple nvmem-mmio consumer helper functions
` [PATCH v5 08/11] nvmem: qfprom: Add Qualcomm QFPROM support
` [PATCH v5 09/11] nvmem: qfprom: Add bindings for qfprom
` [PATCH v5 10/11] nvmem: sunxi: Move the SID driver to the nvmem framework

[prelink-cross] error while loading shared libraries: ld-linux.so.3
 2015-06-16 22:56 UTC  (3+ messages)

[PATCHSET v2 block/for-4.2/writeback] ext4: implement cgroup writeback support
 2015-06-16 22:53 UTC  (4+ messages)
` [PATCH 1/2] ext4: replace ext4_io_submit->io_op with ->io_wbc
` [PATCH 2/2] ext4: implement cgroup writeback support

[PATCHSET v2 block/for-4.2/writeback] cgroup, writeback: misc updates for cgroup writeback support
 2015-06-16 22:48 UTC  (7+ messages)
` [PATCH 1/3] writeback: do foreign inode detection iff cgroup writeback is enabled
` [PATCH 2/3] vfs, writeback: replace FS_CGROUP_WRITEBACK with SB_I_CGROUPWB
` [PATCH 3/3] writeback, blkio: add documentation for cgroup writeback support

[Buildroot] Problem with package efl 1.14.1
 2015-06-16 22:47 UTC  (3+ 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.