All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-06-11 14:36:21 to 2014-06-11 15:31:58 UTC [more...]

[PATCH 0/5] Handle non-secure L2C initialization on Exynos4
 2014-06-11 15:30 UTC  (14+ messages)
` [PATCH 1/5] ARM: mm: cache-l2x0: Add base address argument to write_sec callback
` [PATCH 2/5] ARM: Get outer cache .write_sec callback from mach_desc only if not NULL
` [PATCH 3/5] ARM: mm: cache-l2x0: Use l2c_write_sec() for LATENCY_CTRL registers
` [PATCH 4/5] ARM: EXYNOS: Add .write_sec outer cache callback for L2C-310
` [PATCH 5/5] ARM: dts: exynos4: Add nodes for L2 cache controller

[RFC] irqchip: gic: always mask interrupts during suspend
 2014-06-11 15:31 UTC  (5+ messages)

[PATCH v2] leds: USB: Add support for MSI GT683R led panels
 2014-06-11 15:30 UTC  (4+ messages)
` [PATCH v3] leds: USB: HID: "

[PATCH] ARM: EXYNOS: mcpm: Don't rely on firmware's secondary_cpu_start
 2014-06-11 15:28 UTC  (12+ messages)

[PATCH] random: mix all saved registers into entropy pool
 2014-06-11 15:27 UTC  (4+ messages)

[PATCH 00/10] Zsh prompt tests
 2014-06-11 15:27 UTC  (6+ messages)
` [PATCH v2 00/11] "

Linux kernel 3.12.22 released
 2014-06-11 15:27 UTC 

[PATCH 00/43] i.MX6 Video capture
 2014-06-11 15:27 UTC  (3+ messages)
` [PATCH 39/43] media: Add new camera interface driver for i.MX6

[U-Boot] [PATCH] macb: make checkpatch clean
 2014-06-11 15:26 UTC  (3+ messages)

[PATCH v7 0/5] efuse driver for Tegra
 2014-06-11 15:25 UTC  (6+ messages)
` [PATCH v7 3/5] misc: fuse: Add "

[Qemu-devel] [PATCH RFC] char: fix avail_connections init in qemu_chr_open_eventfd()
 2014-06-11 15:25 UTC  (4+ messages)
` [Qemu-devel] [PATCH] "
    ` [Qemu-devel] [PATCH v2] "

[PATCH 0/2] scanning fixes
 2014-06-11 15:25 UTC  (8+ messages)
` [PATCH 1/2] scsi_scan: Send TEST UNIT READY to the LUN before scanning

[PATCH v2 net-next 0/5] SCTP update
 2014-06-11 15:25 UTC  (16+ messages)
` [PATCH v2 net-next 1/5] ktime: add ktime_after and ktime_before helper
` [PATCH v2 net-next 2/5] net: sctp: refactor active path selection
` [PATCH v2 net-next 3/5] net: sctp: migrate most recently used transport to ktime
` [PATCH v2 net-next 4/5] net: sctp: improve sctp_select_active_and_retran_path selection
` [PATCH v2 net-next 5/5] net: sctp: fix incorrect type in gfp initializer

vdso_install target broken post-3.15
 2014-06-11 15:24 UTC  (8+ messages)

[PATCH v2] usb: host: uhci-grlib.c : use devm_ functions
 2014-06-11 15:24 UTC 

[PATCH] fix trailing whitespace
 2014-06-11 15:24 UTC  (4+ messages)

[PATCH 00/50] Execlists v2
 2014-06-11 15:23 UTC  (5+ messages)
` [PATCH 40/50] drm/i915/bdw: Handle context switch events

[Buildroot] [git commit] libinput: bump version
 2014-06-11 15:24 UTC 

[PATCH] devres: remove devm_request_and_ioremap()
 2014-06-11 15:27 UTC  (2+ messages)

[PATCH] staging: rtl8723au: Add compiler check for -Wtype-limits
 2014-06-11 15:22 UTC  (2+ messages)

[PATCH] drm/i915/bdw: Do not write the Semaphore Sync Registers in GEN8+
 2014-06-11 15:17 UTC 

[PATCH 1/1] xhci: clear root port wake on bits if controller isn't wake-up capable
 2014-06-11 15:26 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 00/22] target-mips: add MIPS64R6 Instruction Set support
 2014-06-11 15:19 UTC  (23+ messages)
` [Qemu-devel] [PATCH v2 01/22] target-mips: define ISA_MIPS64R6
` [Qemu-devel] [PATCH v2 02/22] target-mips: signal RI Exception on instructions removed in R6
` [Qemu-devel] [PATCH v2 03/22] target-mips: add SELEQZ and SELNEZ instructions
` [Qemu-devel] [PATCH v2 04/22] target-mips: move LL and SC instructions
` [Qemu-devel] [PATCH v2 05/22] target-mips: extract decode_opc_special* from decode_opc
` [Qemu-devel] [PATCH v2 06/22] target-mips: split decode_opc_special* into *_r6 and *_legacy
` [Qemu-devel] [PATCH v2 07/22] target-mips: signal RI Exception on DSP and Loongson instructions
` [Qemu-devel] [PATCH v2 08/22] target-mips: move PREF, CACHE, LLD and SCD instructions
` [Qemu-devel] [PATCH v2 09/22] target-mips: redefine Integer Multiply and Divide instructions
` [Qemu-devel] [PATCH v2 10/22] target-mips: move CLO, DCLO, CLZ, DCLZ, SDBBP and free special2 in R6
` [Qemu-devel] [PATCH v2 11/22] target-mips: Status.UX/SX/KX enable 32-bit address wrapping
` [Qemu-devel] [PATCH v2 12/22] target-mips: add ALIGN, DALIGN, BITSWAP and DBITSWAP instructions
` [Qemu-devel] [PATCH v2 13/22] target-mips: add Compact Branches
` [Qemu-devel] [PATCH v2 14/22] target-mips: add Addressing and PC-relative instructions
` [Qemu-devel] [PATCH v2 15/22] softfloat: add functions corresponding to IEEE-2008 min/maxNumMag
` [Qemu-devel] [PATCH v2 16/22] target-mips: add new Floating Point instructions
` [Qemu-devel] [PATCH v2 17/22] target-mips: add new Floating Point Comparison instructions
` [Qemu-devel] [PATCH v2 18/22] target-mips: do not allow Status.FR=0 mode in 64-bit FPU
` [Qemu-devel] [PATCH v2 19/22] target-mips: remove JR, BLTZAL, BGEZAL and add NAL, BAL instructions
` [Qemu-devel] [PATCH v2 20/22] mips_malta: update malta's pseudo-bootloader - replace JR with JALR
` [Qemu-devel] [PATCH v2 21/22] target-mips: use pointers referring to appropriate decoding function
` [Qemu-devel] [PATCH v2 22/22] target-mips: define a new generic CPU supporting MIPS64R6

[PATCH 0/4] KEYS: validate key trust with owner and builtin keys only
 2014-06-11 15:20 UTC  (11+ messages)

[PATCH 2/2] memcg: Allow hard guarantee mode for low limit reclaim
 2014-06-11 15:20 UTC  (4+ messages)
` [PATCH 1/2] mm, memcg: allow OOM if no memcg is eligible during direct reclaim

[PATCH 1/2] asus-wmi: Add a no backlight quirk
 2014-06-11 15:19 UTC  (6+ messages)
` [PATCH 2/2] eeepc-wmi: Add no backlight quirk for Asus H87I-PLUS Motherboard

[PATCH] Do not set default 'before.layout' when reshaping from RAID4 to RAID4
 2014-06-11 15:18 UTC  (3+ messages)

[RFC 2/2] x86_64: expand kernel stack to 16K
 2014-06-11 15:16 UTC  (4+ messages)
` [PATCH 0/2] Per-task wait_queue_t
  ` [PATCH 1/2] wait: Introduce per-task wait_queue_t

xserver-xorg build failure
 2014-06-11 15:01 UTC 

Possible netns creation and execution performance/scalability regression since v3.8 due to rcu callbacks being offloaded to multiple cpus
 2014-06-11 15:17 UTC  (3+ messages)

using hash table in a MP environment
 2014-06-11 15:16 UTC  (5+ messages)

[PATCH v2 0/4] memcg: Low-limit reclaim
 2014-06-11 15:15 UTC  (10+ messages)
` [PATCH 1/4] memcg, mm: introduce lowlimit reclaim

[PATCH v4 0/4] vgic emulation and GICD_ITARGETSR
 2014-06-11 15:16 UTC  (11+ messages)
` [PATCH v4 2/4] xen/arm: inflight irqs during migration
` [PATCH v4 4/4] xen/arm: physical irq follow virtual irq

[PATCH] KVM: PPC: Book3s HV: Fix tlbie compile error
 2014-06-11 15:16 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 00/17] target-arm: Parts of the AArch64 EL2/3 exception model
 2014-06-11 15:15 UTC  (7+ messages)
` [Qemu-devel] [PATCH v2 04/17] target-arm: Make far_el1 an array
` [Qemu-devel] [PATCH v2 05/17] target-arm: Add ESR_EL2 and 3
` [Qemu-devel] [PATCH v2 06/17] target-arm: Add FAR_EL2 "

[PATCH] ARM: ux500: add some DB8500 DMA channel info
 2014-06-11 15:15 UTC  (2+ messages)

recvmmsg/sendmmsg result types inconsistent, integer overflows?
 2014-06-11 15:15 UTC  (4+ messages)

[PATCH] ARM: Exynos : Fix build error with thumb2
 2014-06-11 15:13 UTC  (5+ messages)

[meta-oe][PATCH] id3lib: fix autoheader warning due to missing AC_DEFINE template
 2014-06-11 15:13 UTC 

[PATCH 1/5] drm/i915: preserve SSC if previously set v2
 2014-06-11 15:13 UTC  (8+ messages)
` [PATCH 2/5] drm/i915: preserve swizzle settings if necessary v3

[PATCH][RESEND] powerpc/85xx: drop hypervisor specific board compatibles
 2014-06-11 15:13 UTC 

How does kvm support x2apic?
 2014-06-11 15:12 UTC  (9+ messages)

[PATCH v3 0/7] Add cros_ec changes for newer boards
 2014-06-11 15:11 UTC  (6+ messages)
` [PATCH v3 5/7] mfd: cros_ec: Sync to the latest cros_ec_commands.h from EC sources

Best way to "freeze" Yocto for production
 2014-06-11 15:10 UTC  (3+ messages)

[PATCH net-next 0/5] SCTP update
 2014-06-11 15:09 UTC  (5+ messages)
` [PATCH net-next 5/5] net: sctp: fix incorrect type in gfp initializer

Automotive PV drivers project request
 2014-06-11 15:08 UTC  (8+ messages)
            ` Automotive PV drivers project request (need more input)

[RFC PATCH 0/3] Add trace to thermal framework
 2014-06-11 15:08 UTC  (9+ messages)
` [RFC PATCH 3/3] thermal: trace: Trace when temperature is above a trip point

[PATCH libibverbs V4 0/5] Add support for UD QPs under RoCE IP addressing
 2014-06-11 15:05 UTC  (6+ messages)
` [PATCH libibverbs V4 2/5] Extend create_ah in order to pass L2 parameters to the provider

cdc-wdm: unable to connect after suspend
 2014-06-11 15:05 UTC  (10+ messages)

How do I create a recipe for laying down post-build config files?
 2014-06-11 15:04 UTC  (3+ messages)

missing icmp redirects
 2014-06-11 15:04 UTC  (6+ messages)

[PATCH] [media] staging: allow omap4iss to be modular
 2014-06-11 15:02 UTC  (13+ messages)

[PATCH] cpufreq: intel_pstate: Fix rounding of core_pct
 2014-06-11 15:02 UTC  (5+ messages)

[PATCH v2] ARM: mvebu: Don't apply the thermal quirk if the SoC revision is unknown
 2014-06-11 15:02 UTC  (2+ messages)

[U-Boot] What file formats can be loaded and launched by u-boot
 2014-06-11 15:00 UTC  (2+ messages)

[PATCH] iswblank.3: ATTRIBUTES: Note function that is thread safe with exceptions
 2014-06-11 14:59 UTC  (8+ messages)

Atheros AR6103 imx28evk
 2014-06-11 14:57 UTC  (3+ messages)

[PATCH 01/10] mm, compaction: do not recheck suitable_migration_target under lock
 2014-06-11 14:56 UTC  (4+ messages)
` [RFC PATCH 09/10] mm, compaction: try to capture the just-created high-order freepage

console: lockup on boot
 2014-06-11 14:55 UTC  (6+ messages)

[U-Boot] [Patch v4 1/5] Added 64-bit MMIO accessors for ARMv8
 2014-06-11 14:55 UTC  (4+ messages)
` [U-Boot] [Patch v4 3/5] ARMv8/FSL_LSCH3: Add FSL_LSCH3 SoC

[lm-sensors] [lm85] Sensors yields triplicate output
 2014-06-11 14:55 UTC  (2+ messages)

Beginner guide
 2014-06-11 14:55 UTC  (3+ messages)

[refpolicy] [PATCH v2] apache.te: Add labelling support for /var/log/mlogc
 2014-06-11 14:55 UTC  (3+ messages)

XFS data lost recover
 2014-06-11 14:53 UTC  (4+ messages)

populate_sdk WARNING messages?
 2014-06-11 14:53 UTC  (2+ messages)
` [Yocto] "

[Qemu-devel] [PULL 00/17] QMP queue
 2014-06-11 14:51 UTC  (18+ messages)
` [Qemu-devel] [PULL 01/17] dump: fill in the flat header signature more pleasingly to the eye
` [Qemu-devel] [PULL 02/17] dump: simplify write_start_flat_header()
` [Qemu-devel] [PULL 03/17] dump: eliminate DumpState.page_shift ("guest's page shift")
` [Qemu-devel] [PULL 04/17] dump: eliminate DumpState.page_size ("guest's page size")
` [Qemu-devel] [PULL 05/17] dump: select header bitness based on ELF class, not ELF architecture
` [Qemu-devel] [PULL 06/17] dump: hoist lzo_init() from get_len_buf_out() to dump_init()
` [Qemu-devel] [PULL 07/17] dump: simplify get_len_buf_out()
` [Qemu-devel] [PULL 08/17] monitor: Add ringbuf_write and ringbuf_read argument completion
` [Qemu-devel] [PULL 09/17] monitor: Add watchdog_action "
` [Qemu-devel] [PULL 10/17] monitor: Add migrate_set_capability completion
` [Qemu-devel] [PULL 11/17] net: Export valid host network devices list
` [Qemu-devel] [PULL 12/17] monitor: Add host_net_add device argument completion
` [Qemu-devel] [PULL 13/17] readline: Make completion strings always unique
` [Qemu-devel] [PULL 14/17] monitor: Add host_net_remove arguments completion
` [Qemu-devel] [PULL 15/17] monitor: Add delvm and loadvm argument completion
` [Qemu-devel] [PULL 16/17] readline: Clear screen on form feed
` [Qemu-devel] [PULL 17/17] json-parser: drop superfluous assignment for token variable

pci adapter not working in dom0. works under plain Linux
 2014-06-11 14:50 UTC  (9+ messages)

[PATCH 1/2] BDW: Adding Reserved PCI IDs
 2014-06-11 14:49 UTC  (3+ messages)

[i-g-t 4/7] docs: add the sections file
 2014-06-11 14:49 UTC  (2+ messages)
` [PATCH i-g-t] docs: always rebuild "

INFO: task bcache_writebac:1582 blocked for more than 120 seconds
 2014-06-11 14:48 UTC 

[Qemu-devel] [RFC PATCH 00/13] "Light" memory region QOMification
 2014-06-11 14:48 UTC  (6+ messages)
` [Qemu-devel] [RFC PATCH 09/13] memory: MemoryRegion: QOMify

[ANNOUNCE] iproute2 3.15.0 release
 2014-06-11 14:44 UTC  (2+ messages)

[PATCH] block: virtio_blk: don't hold spin lock during world switch
 2014-06-11 14:44 UTC  (10+ messages)

[PATCH lttng-modules] Fix: correct typo in kernel version number
 2014-06-11 14:45 UTC 

[PATCH lttng-modules] Fix: correct typo in kernel version number range
 2014-06-11 14:43 UTC 

[Qemu-devel] [PATCH V2 0/3] virtio-net: announce self by guest
 2014-06-11 14:42 UTC  (2+ messages)

[Bug 77201] CPU online hangs, works when powernow-k8 is UN-loaded
 2014-06-11 14:42 UTC 

[patch] iio: adc: at91: signedness bug in at91_adc_get_trigger_value_by_name()
 2014-06-11 14:41 UTC  (4+ messages)
` [patch v2] "

[PATCH] dual-camera-demo: Grab latest commit and update Matrix files installation
 2014-06-11 14:41 UTC  (4+ messages)
` [PATCH] ptpd: Add latest version of ptpd 2.3.0

[PATCH] net/core: Add VF link state control policy
 2014-06-11 14:38 UTC 

[net-next 00/13][pull request] Intel Wired LAN Driver Updates 2014-06-09
 2014-06-11 14:37 UTC  (6+ messages)
` [net-next 06/13] i40e: implement anti-spoofing for VFs

[Qemu-devel] [PATCH v4 00/21] block: Handle failure for potentially large allocations
 2014-06-11 14:36 UTC  (2+ messages)

[PATCH net] net: fix UDP tunnel GSO of frag_list GRO packets
 2014-06-11 14:36 UTC  (4+ 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.