All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-12-18 15:05:56 to 2014-12-18 15:30:58 UTC [more...]

changes to Linux wireless maintenance
 2014-12-18 15:30 UTC  (3+ messages)

[PATCH RFC 00/67] Add MIPS R6 support
 2014-12-18 15:10 UTC  (136+ messages)
` [PATCH RFC 01/67] MIPS: Add generic QEMU R6 PRid and cpu type identifiers
` [PATCH RFC 02/67] MIPS: Add cases for CPU_QEMUR6
` [PATCH RFC 03/67] MIPS: Add MIPS QEMUR6 probe support
` [PATCH RFC 04/67] MIPS: Add build support for the MIPS R6 ISA
` [PATCH RFC 05/67] MIPS: mm: uasm: Add signed 9-bit immediate related macros
` [PATCH RFC 06/67] MIPS: mm: Add MIPS R6 instruction encodings
` [PATCH RFC 07/67] MIPS: asm: asm: Add new macros to set ISA and arch asm annotations
` [PATCH RFC 08/67] MIPS: asm: module: define MODULE_PROC_FAMILY for MIPS R6
` [PATCH RFC 09/67] MIPS: asm: stackframe: Do not preserve the HI/LO registers on "
` [PATCH RFC 10/67] MIPS: asm: asmmacro: Drop unused 'reg' argument on MIPSR2
` [PATCH RFC 11/67] MIPS: asm: asmmacro: Add MIPS R6 support to the simple EI/DI variants
` [PATCH RFC 12/67] MIPS: asm: asmmacro: Replace add instructions with "addui"
` [PATCH RFC 13/67] MIPS: Use generic checksum functions for MIPS R6
` [PATCH RFC 14/67] MIPS: asm: cpu: Add MIPSR6 ISA definitions
` [PATCH RFC 15/67] MIPS: asm: hazards: Add MIPSR6 definitions
` [PATCH RFC 16/67] MIPS: asm: irqflags: Add MIPS R6 related definitions
` [PATCH RFC 17/67] MIPS: asm: r4kcache: Add MIPS R6 cache unroll functions
` [PATCH RFC 18/67] MIPS: asm: spram: Add MIPS R6 related definitions
` [PATCH RFC 19/67] MIPS: asm: atomic: Update asm and ISA constrains for MIPS R6 support
` [PATCH RFC 20/67] MIPS: asm: cmpxchg: "
` [PATCH RFC 21/67] MIPS: asm: bitops: "
` [PATCH RFC 22/67] MIPS: asm: futex: "
` [PATCH RFC 23/67] MIPS: asm: spinlock: Update asm "
` [PATCH RFC 24/67] MIPS: asm: spinlock: Replace sub instruction with addiu
` [PATCH RFC 25/67] MIPS: kernel: cpu-bugs64: Do not check R6 cores for existing 64-bit bugs
` [PATCH RFC 26/67] MIPS: kernel: cevt-r4k: Add MIPS R6 to the c0_compare_interrupt handler
` [PATCH RFC 27/67] MIPS: kernel: cpu-probe.c: Add support for MIPS R6
` [PATCH RFC 28/67] MIPS: kernel: entry.S: Add MIPS R6 related definitions
` [PATCH RFC 29/67] MIPS: kernel: proc: Add MIPS R6 support to /proc/cpuinfo
` [PATCH RFC 30/67] MIPS: kernel: traps: Add MIPS R6 related definitions
` [PATCH RFC 31/67] MIPS: kernel: r4k_switch: Add support for MIPS R6
` [PATCH RFC 32/67] MIPS: kernel: r4k_fpu: "
` [PATCH RFC 33/67] MIPS: kernel: genex: Set correct ISA level
` [PATCH RFC 34/67] MIPS: kernel: cps-vec: Replace addi with addiu
` [PATCH RFC 35/67] MIPS: uapi: inst: Add new opcodes for COP2 instructions
` [PATCH RFC 36/67] MIPS: kernel: unaligned: Add support for the MIPS R6
` [PATCH RFC 37/67] MIPS: lib: memcpy: Add MIPS R6 support
` [PATCH RFC 38/67] MIPS: lib: memset: "
` [PATCH RFC 39/67] MIPS: mm: page: "
` [PATCH RFC 40/67] MIPS: mm: tlbex: Add MIPS R6 case for the EHB instruction
` [PATCH RFC 41/67] MIPS: mm: c-r4k: Set the correct ISA level
` [PATCH RFC 42/67] MIPS: kernel: branch: Prepare the JR instruction for emulation on MIPS R6
` [PATCH RFC 43/67] MIPS: kernel: branch: Prevent BLTZL emulation for "
` [PATCH RFC 44/67] MIPS: kernel: branch: Prevent BGEZL "
` [PATCH RFC 45/67] MIPS: kernel: branch: Prevent BLTZAL "
` [PATCH RFC 46/67] MIPS: kernel: branch: Prevent BGEZAL "
` [PATCH RFC 47/67] MIPS: kernel: branch: Prevent BEQL "
` [PATCH RFC 48/67] MIPS: kernel: branch: Prevent BNEL "
` [PATCH RFC 49/67] MIPS: kernel: branch: Prevent BLEZL "
` [PATCH RFC 50/67] MIPS: kernel: branch: Prevent BGTZL "
` [PATCH RFC 51/67] MIPS: uapi: inst: Add new BC1EQZ and BC1NEZ MIPS R6 opcodes
` [PATCH RFC 52/67] MIPS: kernel: branch: Add support for the BC1{EQ,NE}Z FPU branches
` [PATCH RFC 53/67] MIPS: kernel: branch: Add new MIPS R6 B{L,G}ΕZ{AL,}C emulation
` [PATCH RFC 54/67] MIPS: kernel: branch: Add new MIPS R6 B{L,G}TZ{AL,}C emulation
` [PATCH RFC 55/67] MIPS: kernel: branch: Emulate the branch compact (BC) on MIPS R6
` [PATCH RFC 56/67] MIPS: kernel: branch: Emulate the BOVC, BEQC and BEQZALC R6 instructions
` [PATCH RFC 57/67] MIPS: kernel: branch: Emulate the BNVC, BNEC and BNEZLAC "
` [PATCH RFC 58/67] MIPS: kernel: branch: Emulate the BALC R6 instruction
` [PATCH RFC 59/67] MIPS: kernel: branch: Emulate the BEQZC and JIC instructions
` [PATCH RFC 60/67] MIPS: math-emu: cp1emu: Move the fpucondbit struct to a header
` [PATCH RFC 61/67] MIPS: Add LLB bit and related feature for the Config 5 CP0 register
` [PATCH RFC 62/67] MIPS: asm: mipsregs: Add support for the LLADDR register
` [PATCH RFC 63/67] MIPS: kernel: mips-r2-to-r6-emul: Add R2 emulator for MIPS R6
` [PATCH RFC 64/67] MIPS: Make use of the ERETNC instruction on "
` [PATCH RFC 65/67] MIPS: Malta: malta-int: Set correct asm ISA level
` [PATCH RFC 66/67] MIPS: Malta: Add support for building MIPS R6 kernel
` [PATCH RFC 67/67] MIPS: Add Malta QEMU 32R6 defconfig

[PATCH 00/29] drm/exynos: clean up + atomic phases 1 and 2
 2014-12-18 15:30 UTC  (3+ messages)
` [PATCH 25/29] drm/exynos: atomic phase 1: use drm_plane_helper_disable()

[Xenomai] [xenomai-forge] timer-internal consume a lot of cpu
 2014-12-18 15:30 UTC  (13+ messages)

imx53: SDL2 +directfb video render Problem
 2014-12-18 15:28 UTC 

Latency measurement with oscilloscope, randomly high latency times
 2014-12-18 15:12 UTC 

[U-Boot] [PATCH 1/1] kikwood: uboot-envtools: add plugs boards
 2014-12-18 15:27 UTC  (2+ messages)

[RFC V9 0/4] domain snapshot document
 2014-12-18 15:27 UTC  (7+ messages)
` [RFC V9 2/4] domain snapshot overview
` [RFC V9 3/4] domain snapshot design: xl
` [RFC V9 4/4] domain snapshot design: libxl/libxlu

[PATCH v3] drm/i915: Disable the mmio.debug WARN after it fires
 2014-12-18 15:25 UTC  (2+ messages)

[Qemu-devel] Review of monitor commands identifying BDS / BB by name
 2014-12-18 15:25 UTC  (2+ messages)
` [Qemu-devel] Review of ways to create BDSes (was: Review of monitor commands identifying BDS / BB by name)

[PATCH v3 0/8] doc: patch set to update release notes
 2014-12-18 15:25 UTC  (19+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/8] doc: moved 1.7 new features to supported features for 1.8 in Rel_Notes
  ` [PATCH v4 2/8] doc: added new features to release notes
  ` [PATCH v4 4/8] doc: moved known issue 6.29 to resolved issues in rel notes
  ` [PATCH v4 5/8] doc: remove appendix a from release notes
  ` [PATCH v4 6/8] doc: removed reference to Intel DPDK in Rel Notes
  ` [PATCH v4 7/8] doc: updated resolved issues with old known issues
  ` [PATCH v4 8/8] doc: updating the list of sample apps in rel notes
  ` [PATCH v4 3/8] doc: added to known issue 6.10 and removed fixed issue 6.29 from rel_notes

How to submit for eudyptula-challenge
 2014-12-18 15:24 UTC  (6+ messages)
      ` Best way for PCI memory allocation?

[linux-next test] 32438: tolerable trouble: broken/fail/pass
 2014-12-18 15:24 UTC 

Is it possible to get source code annotation for kernel modules ?
 2014-12-18 15:23 UTC  (4+ messages)

AT commands timeout
 2014-12-18 15:23 UTC 

[RFC PATCH net-next v2 1/1] net: Support for switch port configuration
 2014-12-18 15:20 UTC  (6+ messages)

[RFC] cfg80211: Add feature flag for 4-way handshake offload
 2014-12-18 15:21 UTC  (3+ messages)

[U-Boot] [PATCH] fs: fat: read: fix fat16 ls/read issue
 2014-12-18 15:21 UTC  (8+ messages)
` [U-Boot] [PATCH v2] "

[v3 00/26] Add VT-d Posted-Interrupts support
 2014-12-18 15:19 UTC  (10+ messages)
` [v3 12/26] KVM: Initialize VT-d Posted-Interrupts Descriptor
` [v3 25/26] KVM: Suppress posted-interrupt when 'SN' is set

[PATCH] python: remove modules moved to meta-python
 2014-12-18 15:20 UTC  (3+ messages)

[Qemu-devel] [PATCH 00/14] block: Remove "growable", add blk_new_open()
 2014-12-18 15:19 UTC  (4+ messages)
` [Qemu-devel] [PATCH 02/14] block: Add blk_new_open()

3.18.1: broken directory with one file too many
 2014-12-18 15:19 UTC  (6+ messages)

[PATCH] xfs_repair: fix max block offset test
 2014-12-18 15:18 UTC  (2+ messages)

[PATCH 00/10] Split UFO into v4 and v6 versions
 2014-12-18 15:15 UTC  (10+ messages)
` [PATCH 08/10] tun: Re-uanble UFO support
` [PATCH 09/10] macvtap: Re-enable "

[PATCH v2 0/8] eDP DRRS based on frontbuffer tracking
 2014-12-18 15:32 UTC  (8+ messages)
` [PATCH 1/7] drm/i915: Modifying structures related to DRRS
` [PATCH 2/7] drm/i915: Initialize DRRS delayed work
` [PATCH 3/7] drm/i915: Enable/disable DRRS
` [PATCH 4/7] drm/i915: DRRS calls based on frontbuffer
` [PATCH 5/7] drm/i915/bdw: Add support for DRRS to switch RR
` [PATCH 6/7] drm/i915: Support for RR switching on VLV
` [PATCH 7/7] drm/i915: Enable eDP DRRS for CHV

[Qemu-devel] Unable to loadvm on qemu-system-ppc -M g3beige (keyboard freeze)
 2014-12-18 15:13 UTC  (8+ messages)
` [Qemu-devel] [Qemu-ppc] "

Synchronization in UBIFS (zero length files)
 2014-12-18 15:12 UTC  (4+ messages)

[PATCH] xfs_repair: do not check symlink component lengths
 2014-12-18 15:12 UTC  (2+ messages)

[RFC PATCH 0/7] support multi-phtread per lcore
 2014-12-18 15:11 UTC  (8+ messages)

[PATCH] tools lib traceevent: Add support for IP address formats
 2014-12-18 15:10 UTC 

[PATCH] perf: Avoid horrible stack usage
 2014-12-18 15:10 UTC  (8+ messages)
      ` [PATCH] perf ftrace: Factor regs retrieval for function tracer

[OSSTEST PATCH 0/2] Test case for cpupools
 2014-12-18 15:10 UTC  (5+ messages)
` [OSSTEST PATCH 2/2] Testing cpupools: recipe for it and job definition

[Qemu-devel] [RFC PATCH] target-arm: protect cpu_exclusive_*
 2014-12-18 15:09 UTC  (21+ messages)

[PATCH 0/3] i8k: Rework fan_mult and fan_max code
 2014-12-18 15:08 UTC  (5+ messages)
` [PATCH 3/3] i8k: Remove laptop specific config data (fan_mult, fan_max) from driver

[PATCH 0/7] slub: Fastpath optimization (especially for RT) V1
 2014-12-18 15:08 UTC  (8+ messages)

[PATCH v2] sound/soc/adi/axi-spdif.c: Support programmable master clock
 2014-12-18 15:07 UTC  (3+ messages)
` [PATCH v3] "

[GIT PULL REQUEST] watchdog - v3.19 merge window
 2014-12-18 15:05 UTC 

[PATCH 0/8] Resend of drm/i915: Keep drm_crtc->state in sync
 2014-12-18 15:06 UTC  (5+ messages)
` [PATCH 5/8] drm/i915: Don't access to crtc->new_config from intel_mode_max_pixclk()


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.