All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-04-15 11:24:04 to 2014-04-15 12:12:11 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 3/6] x86: Enable Supervisor Mode Execution Prevention (SMAP) for Xen
 2014-04-15 13:01 UTC  (3+ messages)

[PATCH] Configure FSL eSPI CSBEF, CSAFT, and whether to send all received data to user
 2014-04-15 12:11 UTC  (7+ messages)

[RFC PATCH] regmap: smbus: add support for regmap over SMBus
 2014-04-15 12:10 UTC  (9+ messages)
` [RFC PATCH v2] "

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

[PATCH v9 00/12] In-kernel PSCI v0.2 emulation for KVM ARM/ARM64
 2014-04-15 12:10 UTC  (8+ messages)
` [PATCH v9 07/12] ARM/ARM64: KVM: Emulate PSCI v0.2 SYSTEM_OFF and SYSTEM_RESET
` [PATCH v9 09/12] ARM/ARM64: KVM: Emulate PSCI v0.2 MIGRATE_INFO_TYPE and related functions
` [PATCH v9 10/12] ARM/ARM64: KVM: Fix CPU_ON emulation for PSCI v0.2

[PATCH resend - v2 0/2] procfs: make /proc/*/{stack,syscall,pagemap} 0400
 2014-04-15 12:09 UTC  (4+ messages)
` [PATCH v2 1/2] procfs: make /proc/*/{stack,syscall,personality} 0400

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

15-rc1: radeon modesetting fails
 2014-04-15 12:07 UTC  (4+ messages)

[PATCH] drm/plane-helper: Don't fake-implement primary plane disabling
 2014-04-15 12:07 UTC  (3+ messages)

[PATCH] qlcnic: Fix MSI-X initialization code
 2014-04-15 12:06 UTC  (3+ messages)

[PATCH] builddeb: fix missing headers in linux-headers package on arm architecture
 2014-04-15 12:06 UTC  (4+ messages)

[PATCH 0/5] Add platform support for LSI AXM55xx
 2014-04-15 12:06 UTC  (6+ messages)
` [PATCH 1/5] ARM: Add platform support for LSI AXM55xx SoC
` [PATCH 2/5] ARM: dts: Device tree for AXM55xx
` [PATCH 3/5] ARM: axxia: Adding defconfig "
` [PATCH 4/5] power: reset: Add Axxia system reset driver
` [PATCH 5/5] ARM: dts: axxia: Add reset controller

[PATCH RESEND 1/2] staging: binder: add __user annotation in binder.c
 2014-04-15 12:04 UTC  (5+ messages)
` [PATCH RESEND 2/2] staging: binder: Code simplification

[PATCH v6] ASoC: add RT286 CODEC driver
 2014-04-15 12:04 UTC  (2+ messages)

[PATCH] builddeb: clean up the linux-headers package by using tar exclude option
 2014-04-15 12:03 UTC 

[PATCH 00/06] staging: dgap: Digi International dgap driver
 2014-04-15 12:02 UTC  (4+ messages)
` [PATCH 02/06] staging: dgap: Only read config file dgap.conf once

[PATCH 00/47] KVM: s390: additional features and fixes
 2014-04-15 12:00 UTC  (48+ messages)
` [PATCH 01/47] KVM: s390: Per-vm kvm device controls
` [PATCH 02/47] KVM: s390: make cmma usage conditionally
` [PATCH 03/47] KVM: s390: Exploiting generic userspace interface for cmma
` [PATCH 04/47] KVM: s390: allow injecting every kind of interrupt
` [PATCH 05/47] KVM: add kvm_is_error_gpa() helper
` [PATCH 06/47] KVM: s390: export test_vfacility()
` [PATCH 07/47] s390/ptrace: add struct psw and accessor function
` [PATCH 08/47] s390/ctl_reg: add union type for control register 0
` [PATCH 09/47] KVM: s390: add kvm_s390_logical_to_effective() helper
` [PATCH 10/47] KVM: s390: add 'pgm' member to kvm_vcpu_arch and helper function
` [PATCH 11/47] KVM: s390: add lowcore access functions
` [PATCH 12/47] KVM: s390: add architecture compliant guest "
` [PATCH 13/47] KVM: s390/sclp: correctly set eca siif bit
` [PATCH 14/47] KVM: s390: make use of ipte lock
` [PATCH 15/47] KVM: s390: convert __do_deliver_interrupt()
` [PATCH 16/47] KVM: s390: convert local irqs in __do_deliver_interrupt()
` [PATCH 17/47] KVM: s390: convert handle_stfl()
` [PATCH 18/47] KVM: s390: convert pfault code
` [PATCH 19/47] KVM: s390: convert handle_prog()
` [PATCH 20/47] KVM: s390: convert kvm_s390_store_status_unloaded()
` [PATCH 21/47] KVM: s390: convert __sigp_set_prefix()/handle_set_prefix()
` [PATCH 22/47] KVM: s390: convert handle_set_clock()
` [PATCH 23/47] KVM: s390: convert handle_store_prefix()
` [PATCH 24/47] KVM: s390: convert handle_store_cpu_address()
` [PATCH 25/47] KVM: s390: convert handle_test_block()
` [PATCH 26/47] KVM: s390: convert handle_tpi()
` [PATCH 27/47] KVM: s390: reinject io interrupt on tpi failure
` [PATCH 28/47] KVM: s390: convert handle_lpsw[e]()
` [PATCH 29/47] KVM: s390: convert handle_stidp()
` [PATCH 30/47] KVM: s390: convert handle lctl[g]()
` [PATCH 31/47] KVM: s390: convert handle_stsi()
` [PATCH 32/47] KVM: s390: remove old guest access functions
` [PATCH 33/47] KVM: s390: cleanup kvm_s390_real_to_abs()
` [PATCH 34/47] s390: fix name of lowcore field at offset 0xa3
` [PATCH 35/47] s390: rename and split lowcore field per_perc_atmid
` [PATCH 36/47] s390: add fields to lowcore definition
` [PATCH 37/47] KVM: s390: extract irq parameters of intercepted program irqs
` [PATCH 38/47] KVM: s390: deliver program irq parameters and use correct ilc
` [PATCH 39/47] KVM: s390: emulate stctl and stctg
` [PATCH 40/47] KVM: s390: kernel header addition for guest debugging
` [PATCH 41/47] KVM: s390: hardware support "
` [PATCH 42/47] KVM: s390: add documentation for diag 501
` [PATCH 43/47] KVM: s390: move timer interrupt checks into own functions
` [PATCH 44/47] KVM: s390: no timer interrupts when single-stepping a guest
` [PATCH 45/47] KVM: s390: Drop pending interrupts on guest exit
` [PATCH 46/47] KVM: s390: replace TDB_ADDR by __LC_PGM_TDB
` [PATCH 47/47] KVM: s390: Factor out handle_itdb to handle TX aborts

Problem with Eurotech COM1273 Dual Channel CAN PC104 Module
 2014-04-15 12:00 UTC  (4+ messages)

Possible fb ref count issue with drm_plane_force_disable()
 2014-04-15 12:00 UTC  (6+ messages)

[PATCHv2 0/7] Add Allwinner SoCs PWM support
 2014-04-15 11:56 UTC  (4+ messages)
` [PATCHv2 1/7] pwm: Add Allwinner SoC support

Recent changes (master)
 2014-04-15 12:00 UTC 

[PATCHv2] Unable to boot very old Linux kernels
 2014-04-15 11:58 UTC 

TCP checksum problem
 2014-04-15 11:44 UTC  (4+ messages)

[PATCH 1/1] driver/net: add missing rtnl lock/unlock for benet
 2014-04-15 11:57 UTC  (4+ messages)

[PATCH] perf machine: Search for modules in %s/lib/modules/%s
 2014-04-15 11:56 UTC  (3+ messages)

[PATCH] pata_samsung_cf: fix ata_host_activate() failure handling
 2014-04-15 11:45 UTC  (5+ messages)

[PATCH v7] PCI: Try best to allocate pref mmio 64bit above 4g
 2014-04-15 11:54 UTC  (7+ messages)

[libnetfilter_conntrack/ulogd PATCH 0/3] add mark filter
 2014-04-15 11:54 UTC  (4+ messages)
` [libnetfilter_conntrack PATCH 1/3] conntrack: add mark event filter
    ` [libnetfilter_conntrack PATCH 1/3 resend] "

[PATCH V8 0/9] PCI: Add SPEAr13xx PCie support
 2014-04-15 11:49 UTC  (44+ messages)
` [PATCH V8 1/9] clk: SPEAr13XX: Fix pcie clock name
` [PATCH V8 2/9] SPEAr13XX: Fix static mapping table
` [PATCH V8 3/9] phy: SPEAr1310/40-miphy: Add binding information
` [PATCH V8 4/9] SPEAr: misc: "
` [PATCH V8 5/9] phy: SPEAr1310/40-miphy: Add phy driver for PCIe and SATA
  ` [PATCH V8 7/9] SPEAr13XX: dts: Add PCIe node information
  ` [PATCH V8 8/9] pcie: SPEAr13xx: Add designware wrapper support
  ` [PATCH V8 9/9] SPEAr13xx: defconfig: Update
` [PATCH V8 6/9] SPEAr13XX: Add binding information for PCIe controller

BBB doesn't boot
 2014-04-15 11:52 UTC  (13+ messages)

Renesas clock clk-mstp updates for clock-indices
 2014-04-15 11:52 UTC  (8+ messages)

[PATCH v2] builddeb: fix missing headers in linux-headers package
 2014-04-15 11:51 UTC 

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

Hardware dependencies in Kconfig
 2014-04-15 11:50 UTC  (5+ messages)

[PATCH 0/2] ARM: berlin: add GPIO support for the BG2Q
 2014-04-15 11:48 UTC  (8+ messages)
` [PATCH 2/2] ARM: dts: berlin: add GPIO nodes "

[PATCH] regulator: tps65217: Remove *rdev[] from struct tps65217
 2014-04-15 11:47 UTC 

[PATCH 2/4] drm/i915: Enabling constant alpha drm property
 2014-04-15 11:44 UTC  (10+ 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

Build regressions/improvements in v3.15-rc1
 2014-04-15 11:44 UTC  (3+ messages)

Where can I get a arm cross toolchain for oe-core?
 2014-04-15 11:42 UTC 

[PATCH v2 0/7] usb: gadget: gr_udc: OF and ep.maxpacket_limit improvements and fix of GFP_KERNEL in atomic context
 2014-04-15 11:41 UTC  (3+ messages)

[PATCH 1/2] spi: sirf: refactor spi transfer functions
 2014-04-15 11:40 UTC  (6+ messages)
` [PATCH 2/2] spi: sirf: decrease the interrupt count and latency of PIO mode

[PATCH] mfd: tps65218: Remove unused *rdev[] from struct tps65218
 2014-04-15 11:40 UTC 

[PATCH] drm/i915/vlv: assert and de-assert sideband reset on resume
 2014-04-15 11:39 UTC  (6+ messages)

[LTP] fs_ext4 fails
 2014-04-15 11:37 UTC  (2+ messages)

[Xenomai] Porting xenomai 2.6.3 and ipipe to 3.12 kernel
 2014-04-15 11:39 UTC  (12+ messages)

[PATCH v3] pcie: Add Xilinx PCIe Host Bridge IP driver
 2014-04-15 11:38 UTC  (3+ messages)

[Xenomai] OMAP L138
 2014-04-15 11:37 UTC  (20+ 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  (11+ 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] powerpc/85xx: Add OCA4080 board support
 2014-04-15 11:24 UTC  (3+ messages)

[PATCH v3 2/7] adv7180: add of match table
 2014-04-15 11:24 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.