All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-04-15 10:28:00 to 2014-04-15 11:36:54 UTC [more...]

[PATCH v1 5/6] VMX: Disable SMAP feature when guest is in non-paging mode
 2014-04-15 13:02 UTC  (2+ messages)

[PATCH v1 4/6] x86/hvm: Add SMAP support to HVM guest
 2014-04-15 13:02 UTC  (2+ messages)

[PATCH v1 3/6] x86: Enable Supervisor Mode Execution Prevention (SMAP) for Xen
 2014-04-15 13:01 UTC  (2+ messages)

[PATCH v1 2/6] x86: Temporary disable SMAP to legally access user pages in kernel mode
 2014-04-15 13:01 UTC  (3+ messages)

+ lib-stringc-strlcpy-might-read-too-far.patch added to -mm tree
 2014-04-15 11:36 UTC  (4+ messages)

[PATCH] usb: phy: mv_u3d: Remove usb phy driver for mv_u3d
 2014-04-15 11:36 UTC 

[RFC 0/5] perf: Create hist_entry groups
 2014-04-15 11:35 UTC  (4+ messages)

[GIT] kbuild/lto changes for 3.15-rc1
 2014-04-15 11:36 UTC  (12+ messages)

[LTP] [PATCH 1/2] runltp: fix errors when using getenv(3) to get environment variable LTP_BIG_DEV or LTP_BIG_DEV_FS_TYPE
 2014-04-15 11:33 UTC  (2+ messages)
` [LTP] [PATCH 2/2] syscalls/rename/rename11.c: add ELOOP, EMLINK and EROFS error value tests

[PATCH 0/7] fuse: fix handling mtime and cmtime in writeback_cache mode
 2014-04-15 11:33 UTC  (8+ messages)
` [PATCH 1/7] fuse: do not use uninitialized i_mode
` [PATCH 2/7] fuse: update mtime on truncate(2)
` [PATCH 3/7] fuse: update mtime on open(O_TRUNC) in atomic_o_trunc mode
` [PATCH 4/7] fuse: introduce FUSE_I_CTIME_DIRTY flag
` [PATCH 5/7] fuse: trust kernel i_ctime only
` [PATCH 6/7] fuse: clear FUSE_I_CTIME_DIRTY flag on setattr
` [PATCH 7/7] fuse: flush ctime in FUSE_FORGET requests

[PATCH] clocksource: vf_pit_timer: fix pit_read_sched_clock
 2014-04-15 10:48 UTC 

[PATCH] tools/hciattach: Fix missing includes
 2014-04-15 11:30 UTC 

[PATCH V2 0/4] libxl: fixes for JSON infrastructure
 2014-04-15 11:29 UTC  (8+ messages)
` [PATCH V2 3/4] libxl/gentypes.py: generate empty map for None field in keyed-union

[PATCH v2 0/5] Introduce keystone reset driver
 2014-04-15 11:25 UTC  (6+ messages)
` [PATCH v2 2/5] Power: reset: add bindings for "

[PATCH v9 00/12] In-kernel PSCI v0.2 emulation for KVM ARM/ARM64
 2014-04-15 11:26 UTC  (13+ messages)
` [PATCH v9 02/12] ARM/ARM64: KVM: Add common header for PSCI related defines
` [PATCH v9 05/12] ARM/ARM64: KVM: Make kvm_psci_call() return convention more flexible
` [PATCH v9 07/12] ARM/ARM64: KVM: Emulate PSCI v0.2 SYSTEM_OFF and SYSTEM_RESET
` [PATCH v9 08/12] ARM/ARM64: KVM: Emulate PSCI v0.2 AFFINITY_INFO

[PATCH] powerpc/85xx: Add OCA4080 board support
 2014-04-15 11:24 UTC  (3+ messages)

[PATCH 2/2] video: mmp: Remove references to CPU_PXA988
 2014-04-15 11:24 UTC  (2+ messages)

[PATCH v3 2/7] adv7180: add of match table
 2014-04-15 11:24 UTC  (2+ messages)

[PATCH 1/2] video: mmp: Remove references to CPU_MMP3
 2014-04-15 11:24 UTC  (2+ messages)

[PATCH 2/4] drm/i915: Enabling constant alpha drm property
 2014-04-15 11:23 UTC  (9+ messages)
` [PATCH v2 1/4] drm: Adding new flag to restrict bitmask drm properties as 32 bit type and 32 bit value pair
  ` [PATCH v2 3/4] drm/i915: Enabling constant alpha drm property

libblkid: Idea to force given cached entry to be invalidated?
 2014-04-15 11:21 UTC  (2+ messages)

[PATCH v2] spi: cadence: Add dependency on ARM
 2014-04-15 11:19 UTC  (2+ messages)

WARNING! WARNING! WARNING!
 2014-04-15 10:50 UTC 

WARNING! WARNING! WARNING!
 2014-04-15 10:50 UTC  (2+ messages)

Update seabios and upstream qemu versions used on xen-unstable
 2014-04-15 11:18 UTC  (2+ messages)

[PATCH v3 00/16] xen/arm: Add GICv3 support
 2014-04-15 11:17 UTC  (17+ messages)
` [PATCH v3 01/16] xen/arm: move io.h as mmio.h to include folder
` [PATCH v3 02/16] xen/arm: make mmio handlers domain specific
` [PATCH v3 03/16] xen/arm: make sgi handling generic
` [PATCH v3 04/16] xen/arm: remove unused parameter in do_sgi call
` [PATCH v3 05/16] xen/arm: move gic definitions to seperate file
` [PATCH v3 06/16] xen/arm: move gic lock out of gic data structure
` [PATCH v3 07/16] xen/arm: segregate and split GIC low level functionality
` [PATCH v3 08/16] arm/xen: move GIC context data structure to gic driver
` [PATCH v3 09/16] xen/arm: use device api to detect GIC version
` [PATCH v3 10/16] xen/arm: move vgic rank data to gic header file
` [PATCH v3 11/16] xen/arm: move vgic defines to vgic "
` [PATCH v3 12/16] xen/arm: split vgic driver into generic and vgic-v2 driver
` [PATCH v3 13/16] xen/arm: Add support for GIC v3
` [PATCH v3 14/16] xen/arm: Add virtual GICv3 support
` [PATCH v3 15/16] xen/arm: Update Dom0 GIC dt node with GICv3 information
` [PATCH v3 16/16] xen/arm: add SGI handling for GICv3

[PATCH v4 0/3] Make update refs more atomic
 2014-04-15 11:17 UTC  (3+ messages)
` [PATCH v4 1/3] refs.c: split writing and commiting a ref into two separate functions

[PATCH 0/9] pull: kill tests
 2014-04-15 11:15 UTC  (10+ messages)
` [PATCH 1/9] kill: make options --pid and --queue mutually exclusive
` [PATCH 2/9] kill: remove unnecessary indirection
` [PATCH 3/9] tests: add signal receiver program
` [PATCH 4/9] tests: check kill is converting signals names correctly
` [PATCH 5/9] tests: check various ways to specify kill signal
` [PATCH 6/9] tests: check kill print pid option
` [PATCH 7/9] tests: check kill all user processes
` [PATCH 8/9] kill: add --verbose option to display what is killed
` [PATCH 9/9] lib/procutils: reset errno before strtol() call

[PATCH v3 0/2] change ARM linux memory layout to support 32 CPUs
 2014-04-15 11:06 UTC  (6+ messages)
` [PATCH v3 1/2] ARM : fixmap : remove FIX_KMAP_BEGIN and FIX_KMAP_END
` [PATCH v3 2/2] ARM : change fixmap mapping region to support 32 CPUs

[PATCH 1/2] nohz: Only update sleeptime stats locally
 2014-04-15 11:14 UTC  (4+ messages)
` [PATCH 2/2] nohz: Synchronize sleep time stats with memory barriers

[PATCH] ASoC: Intel: Fix a self assignment in sst_mem_block_alloc_scratch()
 2014-04-15 11:13 UTC  (2+ messages)

[PATCH 0/4] mtd: Fix wrong bad block account in ECC stats
 2014-04-15 11:13 UTC  (5+ messages)
` [PATCH 1/4] mtd: Add sysfs attr to expose "

[PATCH] ASoC: Intel: Fix incorrect sizeof() in sst_hsw_stream_get_volume()
 2014-04-15 11:13 UTC  (2+ messages)

[PATCH] ASoC: fsl: Add explicit include of of.h
 2014-04-15 11:12 UTC 

[LTP] Problems with cross-compiling
 2014-04-15 11:10 UTC  (4+ messages)
` [LTP] [PATCH] utils/Makefile: Move ffsb configure to configure.ac

[Buildroot] [PATCH 1/1 v5] jquery-mobile : new package
 2014-04-15 11:11 UTC 

[PATCH v4 0/5] KVM: x86: flush tlb out of mmu-lock after write protection
 2014-04-15 11:11 UTC  (4+ messages)
` [PATCH 5/5] KVM: MMU: flush tlb out of mmu lock when write-protect the sptes

[U-Boot] [ANN] U-Boot v2014.04 released
 2014-04-15 11:09 UTC  (2+ messages)

ssh from host to guest using qemu to boot VM
 2014-04-15 11:09 UTC  (7+ messages)

[PATCH 0/7] kill: add regression tests
 2014-04-15 11:08 UTC  (9+ messages)
` [PATCH 4/7] tests: check kill is converting signals names correctly

[PATCH 0/2] Add more peripherals to the sam9rlek
 2014-04-15 11:07 UTC  (6+ messages)
` [PATCH 1/2] ARM: at91/dt: sam9rl: add lcd, adc, usb gadget and pwm support
` [PATCH 2/2] ARM: at91/dt: add peripherals to the at91sam9rlek board

f2fs: f2fs unmount hangs if f2fs_init_acl() fails during mkdir syscall
 2014-04-15 11:04 UTC  (4+ messages)
` f2fs: BUG_ON() is triggered when mount valid f2fs filesystem

[PATCH v2 0/2] change ARM linux memory layout to support 32 CPUs
 2014-04-15 11:04 UTC  (9+ messages)
` [PATCH v2 2/2] ARM : change fixmap mapping region "

[Buildroot] [PATCH] fdk-aac: Disable for MIPS I, II, III and IV
 2014-04-15 11:05 UTC 

[PATCH] ACPI/ERST: fix signed/unsigned type conflicts
 2014-04-15 11:05 UTC  (2+ messages)
` 答复: "

A problem with memory.oom_control
 2014-04-15 11:05 UTC  (4+ messages)

[U-Boot] [PATCH 1/9] mmc: mmc header fix
 2014-04-15 11:04 UTC  (5+ messages)
` [U-Boot] [PATCH v3 06/13] USB: gadget: added a saner gadget downloader registration API

[PATCH 00/20] Introduce new cpufreq helper macros
 2014-04-15 11:03 UTC  (3+ messages)

[PATCH v2 4/7] mmc: dw_mmc: exynos: incorporate ciu_div into timing property
 2014-04-15 11:03 UTC  (3+ messages)

Crash during driver startup
 2014-04-15 11:02 UTC  (11+ messages)
` [PATCH] ath10k: double check bmi xfer pointers
        ` load module ath10k: ieee80211 phy0: Failed to initialize wep: -2
              ` RE : "
                ` Report Firmware firmware-2.bin_10.1.467.2-1 Error

[PATCH] [media] s2255drv: fix memory leak s2255_probe()
 2014-04-15 10:54 UTC  (3+ messages)

[PATCH 08/20] cpufreq: exynos5440: Use cpufreq_for_each_entry macro for iteration
 2014-04-15 11:02 UTC  (5+ messages)

[PATCH 02/20] cpufreq: acpi-cpufreq: Use cpufreq_for_each_entry macro for iteration
 2014-04-15 11:00 UTC  (3+ messages)

[PATCH 1/3] f2fs: remove costly dirty_dir_inode operations
 2014-04-15 10:57 UTC  (6+ messages)
` [PATCH 2/3] f2fs: fix to decrease the number of dirty dentry page
` [PATCH 3/3] f2fs: flush dirty directory pages when scattered pages are gathered

[PATCH RFC v11 0/6] MPC512x DMA slave s/g support, OF DMA lookup
 2014-04-15 10:54 UTC  (11+ messages)
` [PATCH RFC v11 1/6] dma: mpc512x: reorder mpc8308 specific instructions
` [PATCH RFC v11 2/6] dma: mpc512x: add support for peripheral transfers
` [PATCH RFC v11 3/6] dma: mpc512x: fix freeing resources in mpc_dma_probe() and mpc_dma_remove()
` [PATCH RFC v11 4/6] dma: of: Add common xlate function for matching by channel id
` [PATCH RFC v11 5/6] dma: mpc512x: add device tree binding document
` [PATCH RFC v11 6/6] dma: mpc512x: register for device tree channel lookup

Hardware dependencies in Kconfig
 2014-04-15 10:54 UTC  (5+ messages)

[Query]: tick-sched: why don't we stop tick when we are running idle task?
 2014-04-15 10:53 UTC  (12+ messages)

[PATCH 0/2] ftrace: draw_funcgraph.py: Fix regex handling
 2014-04-15 10:53 UTC  (3+ messages)
` [PATCH 1/2] ftrace: draw_funcgraph.py: Handle dots in function names
` [PATCH 2/2] ftrace: draw_funcgraph.py: Allow reading input from files in addition to stdin

Problem with Eurotech COM1273 Dual Channel CAN PC104 Module
 2014-04-15 10:50 UTC  (2+ messages)

dma_alloc_coherent and cache?
 2014-04-15 10:49 UTC  (4+ messages)

[LTP] fs_ext4 fails
 2014-04-15 10:47 UTC 

[U-Boot] am33xx : bit-flip correction in oob
 2014-04-15 10:47 UTC 

Change of TEXT_OFFSET for multi_v7_defconfig
 2014-04-15 10:44 UTC  (2+ messages)

Possible fb ref count issue with drm_plane_force_disable()
 2014-04-15 10:44 UTC  (7+ messages)

[PATCH] cx23885: add support for Hauppauge ImpactVCB-e
 2014-04-15 10:43 UTC  (3+ messages)

3GB memory restriction for pv domU with NIC PCI Passthrough
 2014-04-15 10:43 UTC  (2+ messages)

[PATCH] send-email: recognize absolute path on Windows
 2014-04-15 10:42 UTC  (3+ messages)

[PATCH osstest.git v3] Add libvirt build and test jobs
 2014-04-15 10:42 UTC  (5+ messages)

[PATCH v2] x86: hpet: Don't default CONFIG_HPET_TIMER to be y for X86_64
 2014-04-15 10:42 UTC  (9+ messages)

[PATCH] arm64:kconfig: make default for CONFIG_COMPAT
 2014-04-15 10:41 UTC  (4+ messages)

[PATCH v2 1/2] Makefile: use curl-config to determine curl flags
 2014-04-15 10:40 UTC  (2+ messages)
` [PATCH v2 2/2] Makefile: allow static linking against libcurl

[PATCH v2] spi: cadence: Add dependency on ARCH_ARM
 2014-04-15 10:40 UTC  (4+ messages)

[new PV device]
 2014-04-15 10:39 UTC  (5+ messages)

[PATCH 0/6] [VERY RFC] Migration Stream v2
 2014-04-15 10:38 UTC  (7+ messages)

[PATCH] isdnloop: NUL-terminate strings from userspace
 2014-04-15 10:38 UTC  (4+ messages)
` [patch 2/2] lib/string.c: strlcpy() might read too far

[PATCHv3 00/15] iio: adc: at91 cleanups and atmel_tsadcc removal
 2014-04-15 10:28 UTC  (33+ messages)
` [PATCHv3 01/15] ARM: at91: sam9g45: remove unused platform_data
` [PATCHv3 02/15] ARM: at91: sam9260: "
` [PATCHv3 03/15] iio: adc: at91: cleanup platform_data
` [PATCHv3 04/15] iio: adc: at91_adc: Add support for touchscreens without TSMR
` [PATCHv3 05/15] ARM: at91: sam9m10g45ek: Add touchscreen support through at91_adc
` [PATCHv3 06/15] iio: adc: at91: remove unused include from include/mach
` [PATCHv3 07/15] iio: adc: at91: add sam9rl support
` [PATCHv3 08/15] ARM: at91: sam9rl: add at91_adc to support adc and touchscreen
` [PATCHv3 09/15] ARM: at91: sam9rlek add touchscreen support through at91_adc
` [PATCHv3 10/15] ARM: at91: sam9g45: switch from atmel_tsadcc to at91_adc
` [PATCHv3 11/15] ARM: at91: sam9rl: "
` [PATCHv3 12/15] ARM: at91: remove atmel_tsadcc from sama5_defconfig
` [PATCHv3 13/15] Input: atmel_tsadcc: remove driver
` [PATCHv3 14/15] ARM: at91: remove atmel_tsadcc platform_data
` [PATCHv3 15/15] ARM: at91/dt: at91-cosino_mega2560 remove useless tsadcc node

[PATCH] makedumpfile: fix a segmentation fault when pfn exceeds 2G boundary
 2014-04-15 10:32 UTC  (4+ messages)

[RFC PATCH 0/5] Use an alternative to _PAGE_PROTNONE for _PAGE_NUMA v2
 2014-04-15 10:27 UTC  (3+ messages)
` [PATCH 4/5] mm: use paravirt friendly ops for NUMA hinting ptes


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.