messages from 2014-12-18 14:49:49 to 2014-12-18 15:21:37 UTC [more...]
[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
[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 (15+ messages)
` [v3 12/26] KVM: Initialize VT-d Posted-Interrupts Descriptor
` [v3 13/26] KVM: Define a new interface kvm_find_dest_vcpu() for VT-d PI
` [v3 21/26] x86, irq: Define a global vector for VT-d Posted-Interrupts
` [v3 25/26] KVM: Suppress posted-interrupt when 'SN' is set
[PATCH v3 0/8] doc: patch set to update release notes
2014-12-18 15:20 UTC (11+ 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 3/8] doc: added to known issue 6.10 and removed fixed issue 6.29 from rel_notes
[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)
[RFC PATCH net-next v2 1/1] net: Support for switch port configuration
2014-12-18 15:16 UTC (4+ messages)
[RFC V9 0/4] domain snapshot document
2014-12-18 15:15 UTC (7+ messages)
` [RFC V9 1/4] domain snapshot terms
` [RFC V9 2/4] domain snapshot overview
` [RFC V9 3/4] domain snapshot design: xl
[PATCH 00/10] Split UFO into v4 and v6 versions
2014-12-18 15:15 UTC (15+ messages)
` [PATCH 01/10] core: Split out UFO6 support
` [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] "
changes to Linux wireless maintenance
2014-12-18 15:13 UTC (2+ messages)
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 (8+ messages)
` [OSSTEST PATCH 1/2] ts-cpupools: new test script
` [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 (9+ 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()
[Xenomai] [xenomai-forge] timer-internal consume a lot of cpu
2014-12-18 15:04 UTC (11+ messages)
[Qemu-devel] [PATCH v6 0/4] qmp: Add "blockdev-backup"
2014-12-18 15:02 UTC (3+ messages)
` [Qemu-devel] [PATCH v6 2/4] qmp: Add command 'blockdev-backup'
[PATCH 1/3] powerpc: Don't use local named register variable in current_thread_info
2014-12-18 15:02 UTC (5+ messages)
Extra info
2014-12-18 15:02 UTC
[PATCH] efi: mv efi_guid_unparse -> efi_guid_to_str
2014-12-18 15:02 UTC
[PATCH 00/17] ACL: New AVX2 classify method and several other enhancements
2014-12-18 15:01 UTC (10+ messages)
` [PATCH 10/17] librte_acl: add AVX2 as new rte_acl_classify() method
[PATCH] doc:add udp info to prog_guide for vxlan
2014-12-18 15:01 UTC
fq_codel, htb and quantum parameter
2014-12-18 15:00 UTC (2+ messages)
btrfs is using 25% more disk than it should
2014-12-18 14:59 UTC
[[PATCH] ALSA: In Freescale ESAI driver xDxDC bits in xCCR registers is 5 bits width not 4
2014-12-18 14:59 UTC (2+ messages)
[U-Boot] [PATCH 1/1] kikwood: uboot-envtools: add plugs boards
2014-12-18 14:59 UTC
[PATCH v16 00/23] x86/PMU: Xen PMU PV(H) support
2014-12-18 14:57 UTC (5+ messages)
` [PATCH v16 14/23] x86/VPMU: Initialize VPMUs with __initcall
` [PATCH v16 19/23] x86/VPMU: Handle PMU interrupts for PV guests
[Qemu-devel] [PATCH v5 0/5] Geometry and blocksize detection for backing devices
2014-12-18 14:55 UTC (3+ messages)
` [Qemu-devel] [PATCH v5 5/5] BlockConf: Call backend functions to detect geometry and blocksizes
[PATCH] vhost: add interface name to virtio-net struct
2014-12-18 14:55 UTC
[PATCH] powertop: Fix build for !uclibc
2014-12-18 14:54 UTC
[PATCH 0/2] target: Fixes for AllRegistrants reservation handling
2014-12-18 14:54 UTC (2+ messages)
DT on s3c24xx
2014-12-18 14:53 UTC (5+ messages)
[PATCH v2] X86-32: Allocate 256 bytes for pgd in PAE paging
2014-12-18 14:52 UTC (3+ messages)
[PATCH 0/2] doc: update to release notes
2014-12-18 14:52 UTC (3+ messages)
` [PATCH 1/2] doc: add vxlan support "
` [PATCH 2/2] doc: updating from 1.7 to 1.8 release note
[PATCH 0/2] python: use stdlib argparse
2014-12-18 14:51 UTC (3+ messages)
` [PATCH 1/2] python-argparse: remove external argparse module
` [PATCH 2/2] python-2.7-manifest.inc: add stdlib "
[PATCH v3 1/2] acpi: Add "acpi_osi=" for ASUS X200MA to enable, brightness keys
2014-12-18 14:50 UTC (11+ messages)
[RFC PATCH 0/5] media: rcar_vin: Fixes for buffer management
2014-12-18 14:50 UTC (4+ messages)
` [RFC PATCH 3/5] media: rcar_vin: Fix race condition terminating stream
` [RFC PATCH 4/5] media: rcar_vin: Clean up rcar_vin_irq
` [RFC PATCH 5/5] media: rcar_vin: move buffer management to .stop_streaming handler
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.