All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-01-16 10:26:51 to 2015-01-16 10:57:33 UTC [more...]

[PATCH v5 0/5] Add Spreadtrum Sharkl64 Platform support
 2015-01-16 10:48 UTC  (9+ messages)
  ` [PATCH v5 3/5] arm64: dts: Add support for Spreadtrum SC9836 SoC in dts and Makefile
  ` [PATCH v5 4/5] arm64: Add support for Spreadtrum's Sharkl64 Platform in Kconfig and defconfig

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

[RFC PATCH] fs: file freeze support
 2015-01-16 10:57 UTC  (4+ messages)

Does I210 NIC support Flow director filters?
 2015-01-16 10:56 UTC  (6+ messages)

[PATCH] gpu: ipu-v3: wait_for_completion_timeout does not return negativ status
 2015-01-16 10:48 UTC 

'Immutable bit' on pools to prevent deletion
 2015-01-16 10:55 UTC  (5+ messages)

[LTP] [PATCH] truncate03: impose max file size limit for EFBIG test
 2015-01-16  9:33 UTC  (4+ messages)

[patch 00/23] x86: Cleanup apic/ioapic/x2apic setup code
 2015-01-16 10:55 UTC  (8+ messages)
` [patch 02/23] x86/apic: Make x2apic_mode depend on CONFIG_X86_X2APIC
` [patch 03/23] x86/apic: Move x2apic code to one place

[PATCH] media: pci: solo6x10: solo6x10-enc.c: Remove unused function
 2015-01-16 10:55 UTC  (3+ messages)

[PATCH] btrfs: cleanup init for list in free-space-cache
 2015-01-16 10:55 UTC  (2+ messages)

[RFCv2 1/6] mac80211: ibss, fix chandef setup for HT40
 2015-01-16 10:55 UTC  (9+ messages)
` [RFCv2 2/6] cfg80211: add VHT support for IBSS
` [RFCv2 3/6] mac80211: "
` [RFCv2 4/6] mac80211: IBSS fix scan request
` [RFCv2 5/6] mac80211: ibss/mesh move bw checking
` [RFCv2 6/6] mac80211: IBSS setup correctly BW for VHT

[PATCH v8 1/2] Bluetooth: Add le_scan_restart
 2015-01-16 10:53 UTC  (4+ messages)
` [PATCH v8 2/2] Bluetooth: Add restarting to service discovery

Q on Support for I217 and I218 Intel chipsets
 2015-01-16 10:52 UTC  (7+ messages)

[PATCH 0/2] Enable DRM/KMS support for STiH407 and STiH410 boards
 2015-01-16 10:52 UTC  (3+ messages)
` [STLinux Kernel] "

[PATCH 1/2] tty: serial: 8250_core: Remove trailing whitespaces
 2015-01-16 10:51 UTC  (6+ messages)
` [PATCH 2/2] tty: serial: 8250_core: Check that port->line is >=0

[PATCH] dts: vt8500: Add SDHC node to DTS file for WM8650
 2015-01-16 10:42 UTC  (2+ messages)

apache2-native_2.4.6.bb build crash
 2015-01-16 10:51 UTC  (2+ messages)

[PATCH] Btrfs: fix typo of variable in scrub_stripe
 2015-01-16 10:51 UTC  (2+ messages)

[RFC 1/2] nl80211: support per-rate/per-station statistics
 2015-01-16 10:50 UTC  (3+ messages)

[PATCH] x86/boot/edd: return from query_edd so early as we can if EDD disabled
 2015-01-16 10:50 UTC 

[bisected] xfrm: TCP connection initiating PMTU discovery stalls on v3.12+
 2015-01-16 10:50 UTC  (5+ messages)
  ` tcp: Do not apply TSO segment limit to non-TSO packets

[PATCH] i915: reuse %ph to dump small buffers
 2015-01-16 10:42 UTC  (2+ messages)

[RFC 0/2] clocksource: don't suspend/resume when unused
 2015-01-16 10:48 UTC  (12+ messages)
` [RFC 1/2] clocksource: track usage
` [RFC 2/2] clocksource: don't suspend/resume when unused

[PATCHv1] grant-table: defer releasing pages acquired in a grant copy
 2015-01-16 10:42 UTC  (3+ messages)

[PATCH V3 0/4] mmc: core: Add support for MMC power sequences
 2015-01-16 10:47 UTC  (10+ messages)
` [PATCH V3 1/4] mmc: core: Initial "
` [PATCH V3 2/4] mmc: pwrseq: Document DT bindings for the simple MMC power sequence
` [PATCH V3 3/4] mmc: pwrseq: Initial support for the simple MMC power sequence provider
` [PATCH V3 4/4] mmc: pwrseq_simple: Add support for a reset GPIO pin

perf fuzzer crash [PATCH] perf: Get group events reference before moving the group
 2015-01-16 10:46 UTC  (2+ messages)

about the funtion call memory_type_changed()
 2015-01-16 10:46 UTC  (2+ messages)

[PATCH v7 00/17] Introduce ACPI for ARM64 based on ACPI 5.1
 2015-01-16 10:45 UTC  (5+ messages)
` [PATCH v7 12/17] ARM64 / ACPI: Introduce ACPI_IRQ_MODEL_GIC and register device's gsi

[PATCH v2 0/4] Add support for kosagi novena
 2015-01-16 10:44 UTC  (5+ messages)

[patch] drm/tegra: gem: oops in error handling
 2015-01-16 10:43 UTC  (2+ messages)

[PATCH 0/3] Add STiH418 SoC and reference board support
 2015-01-16 10:43 UTC  (3+ messages)

[PATCH] AT91, DT, usb gadget: disable pull-up on vbus-gpio (PB16) to reduce power consumption
 2015-01-16 10:43 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 00/11] Alternate p2m: support multiple copies of host p2m
 2015-01-16 10:43 UTC  (13+ messages)

[PATCH 3.19] ath9k: fix race condition in irq processing during hardware reset
 2015-01-16 10:41 UTC  (3+ messages)

[diamon-discuss] [BUG] perf data convert to ctf fail
 2015-01-16 10:40 UTC  (5+ messages)

[PATCH v5] x86/hvm: Add per-vcpu evtchn upcalls
 2015-01-16 10:39 UTC  (2+ messages)

[LSF/MM TOPIC] ext4 Encryption Update: Policies, File Names, and Integrity
 2015-01-16 10:39 UTC  (4+ messages)
` [Lsf-pc] "

[PATCH v3 1/3] genetlink: document parallel_ops
 2015-01-16 10:37 UTC  (3+ messages)
` [PATCH v3 2/3] genetlink: disallow subscribing to unknown mcast groups
` [PATCH v3 3/3] genetlink: synchronize socket closing and family removal

man 4 tty_ioctl fixes
 2015-01-16 10:36 UTC  (2+ messages)

[PATCH v4 0/2] ARM: mediatek: Add driver for Mediatek I2C controller
 2015-01-16 10:33 UTC  (9+ messages)
` [PATCH v4 1/2] dt-bindings: Add I2C bindings for mt65xx/mt81xx
` [PATCH v4 2/2] I2C: mediatek: Add driver for MediaTek I2C controller

alsa-lib support for compress offload
 2015-01-16 10:34 UTC  (2+ messages)

[PATCH v3 00/19] Exynos SYSMMU (IOMMU) integration with DT and DMA-mapping subsystem
 2015-01-16 10:33 UTC  (4+ messages)

[PATCH] ipvsadm: Enable to work display host name of IPv6
 2015-01-16 10:30 UTC  (3+ messages)

QEMU 2.2.0 in Xen 4.6
 2015-01-16 10:30 UTC  (2+ messages)

[Buildroot] Python: ctype: find_library support
 2015-01-16 10:29 UTC  (2+ messages)

[U-Boot] u-boot serial console
 2015-01-16 10:28 UTC 

[PATCH v5 5/5] tty/serial: Add Spreadtrum sc9836-uart driver support
 2015-01-16 10:26 UTC  (2+ messages)

[PATCH v2 0/8] AT91 cleanup for 3.20 #2
 2015-01-16 10:26 UTC  (5+ messages)
` [PATCH v2 1/8] ARM: at91: pm: rework cpu detection


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.