All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-05-05 16:43:19 to 2015-05-05 17:22:32 UTC [more...]

[PATCH] sched: Handle priority boosted tasks proper in setscheduler()
 2015-05-05 17:01 UTC  (6+ messages)

upstart init manager
 2015-05-05 17:22 UTC  (3+ messages)

[PATCH v7 00/15] Add support to STMicroelectronics STM32 family
 2015-05-05 17:22 UTC  (13+ messages)
` [PATCH v7 05/15] dt-bindings: Document the STM32 reset bindings

[PATCH v2 i-g-t 1/4] igt_kms: Avoid NULL ptr deref when commiting disabled planes
 2015-05-05 17:22 UTC  (3+ messages)
` [PATCH i-g-t 4/4] kms_plane_scaling: Find the image regardless how the test is run

[PATCH 0/6] x86: reduce paravirtualized spinlock overhead
 2015-05-05 17:21 UTC  (4+ messages)

[RESEND PATCH] xen: vcpu_info would be reset to wrong place on canceled suspend on PVOPS VM which has multi-cpu
 2015-05-05 17:21 UTC  (4+ messages)

[Xenomai] xenomai 3.0rc4 rt_heap_alloc replies with timeout
 2015-05-05 17:21 UTC  (7+ messages)

[PATCH] contrib/subtree: fix linefeeds trimming for cmd_split()
 2015-05-05 17:20 UTC 

i915 dma_map_sg return value
 2015-05-05 17:19 UTC  (3+ messages)

[Qemu-devel] [PATCH 0/7] disas: Unify target_disas and monitor_disas
 2015-05-05 17:19 UTC  (7+ messages)
` [Qemu-devel] [PATCH 6/7] monitor: "i": Add ARM specifics
` [Qemu-devel] [PATCH 7/7] disas: arm: Use target_disas impl for monitor

[PATCH 1/1 linux-next] iommu/msm: make msm_iommu_lock static
 2015-05-05 17:19 UTC  (4+ messages)

[PATCH] arm64: Preserve the user r/w register tpidr_el0 on context switch and fork in compat mode
 2015-05-05 17:19 UTC  (8+ messages)

[PATCH v2 01/15] pinctrl: sh-pfc: Add r8a7793 PFC support part 1: pinmux data
 2015-05-05 17:19 UTC  (3+ messages)

[PATCH V3 linux-next] gfs2: convert simple_str to kstr
 2015-05-05 17:18 UTC  (2+ messages)
` [Cluster-devel] "

hard lockup while balance was running killed my raid5
 2015-05-05 17:17 UTC  (3+ messages)

[RFC PATCH 00/13] KVM: x86: SMM support
 2015-05-05 17:17 UTC  (6+ messages)
` [PATCH 07/13] KVM: x86: API changes for "
` [PATCH 12/13] KVM: x86: add KVM_MEM_X86_SMRAM memory slot flag

[PATCH] OSSTEST: introduce a raisin build test
 2015-05-05 17:17 UTC  (5+ messages)

Configure dependencies can be the same as make dependencies
 2015-05-05 17:15 UTC  (3+ messages)

[PATCH v4 00/20] Tegra210 Clock Support
 2015-05-05 17:15 UTC  (3+ messages)
` [PATCH v4 11/20] clk: tegra: pll: Add code to handle if resets are supported by PLL

[Cluster-devel] [PATCH V2 linux-next] gfs2: convert simple_str to kstr
 2015-05-05 17:14 UTC  (4+ messages)
  `  "

[PATCH 000/208] big x86 FPU code rewrite
 2015-05-05 17:14 UTC  (48+ messages)
` [PATCH 003/208] x86/fpu: Add debugging check to fpu__save()
` [PATCH 006/208] x86/fpu: Split an fpstate_alloc_init() function out of init_fpu()
` [PATCH 007/208] x86/fpu: Make init_fpu() static
` [PATCH 008/208] x86/fpu: Rename init_fpu() to fpu__unlazy_stopped() and add debugging check
` [PATCH 013/208] x86/fpu: Rename fpu_alloc() to fpstate_alloc()
` [PATCH 014/208] x86/fpu: Rename fpu_free() to fpstate_free()
` [PATCH 015/208] x86/fpu: Rename fpu_finit() to fpstate_init()
` [PATCH 017/208] x86/fpu: Rename init_thread_xstate() to fpstate_xstate_init_size()
` [PATCH 018/208] x86/fpu: Move thread_info::fpu_counter into thread_info::fpu.counter
` [PATCH 019/208] x86/fpu: Improve the comment for the fpu::counter field
` [PATCH 020/208] x86/fpu: Move FPU data structures to asm/fpu_types.h
` [PATCH 021/208] x86/fpu: Clean up asm/fpu/types.h
` [PATCH 022/208] x86/fpu: Move i387.c and xsave.c to arch/x86/kernel/fpu/
` [PATCH 024/208] x86/fpu: Split out the boot time FPU init code into fpu/init.c
` [PATCH 027/208] x86/fpu: Remove the free_thread_xstate() complication
` [PATCH 028/208] x86/fpu: Factor out fpu__flush_thread() from flush_thread()
` [PATCH 029/208] x86/fpu: Move math_state_restore() to fpu/core.c
` [PATCH 030/208] x86/fpu: Rename math_state_restore() to fpu__restore()
` [PATCH 032/208] x86/fpu: Simplify the xsave_state*() methods
` [PATCH 035/208] x86/fpu: Factor out fpu__copy()
` [PATCH 036/208] x86/fpu: Uninline fpstate_free() and move it next to the allocation function
` [PATCH 037/208] x86/fpu: Make task_xstate_cachep static
` [PATCH 039/208] x86/fpu: Add debug check to kernel_fpu_disable()
` [PATCH 040/208] x86/fpu: Add kernel_fpu_disabled()
` [PATCH 043/208] x86/fpu: Add debugging check to fpu_copy()
` [PATCH 044/208] x86/fpu: Print out whether we are doing lazy/eager FPU context switches
` [PATCH 045/208] x86/fpu: Eliminate the __thread_has_fpu() wrapper
` [PATCH 047/208] x86/fpu: Move 'PER_CPU(fpu_owner_task)' to fpu/core.c
` [PATCH 050/208] x86/fpu: Remove 'struct task_struct' usage from __thread_fpu_end()
` [PATCH 051/208] x86/fpu: Remove 'struct task_struct' usage from __thread_fpu_begin()
` [PATCH 052/208] x86/fpu: Open code PF_USED_MATH usages
` [PATCH 053/208] x86/fpu: Document fpu__unlazy_stopped()
` [PATCH 056/208] x86/fpu: Remove task_disable_lazy_fpu_restore()
` [PATCH 058/208] x86/fpu: Use 'struct fpu' in restore_fpu_checking()
` [PATCH 059/208] x86/fpu: Use 'struct fpu' in fpu_reset_state()
` [PATCH 061/208] x86/fpu: Use 'struct fpu' in switch_fpu_finish()
` [PATCH 062/208] x86/fpu: Move __save_fpu() into fpu/core.c
` [PATCH 063/208] x86/fpu: Use 'struct fpu' in __fpu_save()
` [PATCH 065/208] x86/fpu: Use 'struct fpu' in fpu_copy()
` [PATCH 066/208] x86/fpu: Use 'struct fpu' in fpu__copy()
` [PATCH 069/208] x86/fpu: Rename fpu__flush_thread() to fpu__clear()
` [PATCH 070/208] x86/fpu: Clean up fpu__clear() a bit
` [PATCH 071/208] x86/fpu: Rename i387.h to fpu/api.h
` [PATCH 072/208] x86/fpu: Move xsave.h to fpu/xsave.h
` [PATCH 074/208] x86/fpu: Move MXCSR_DEFAULT to fpu/internal.h
` [PATCH 079/208] x86/fpu: Rename 'pcntxt_mask' to 'xfeatures_mask'

[PATCH v4 0/5] arm64,hi6220: Enable Hisilicon Hi6220 SoC
 2015-05-05 17:13 UTC  (4+ messages)
` [PATCH v4 5/5] arm64: dts: Add dts files for "

[PATCH V4 0/3] OPP: Introduce OPP (V2) bindings
 2015-05-05 17:12 UTC  (8+ messages)
` [PATCH V4 1/3] OPP: Redefine bindings to overcome shortcomings

[PATCH V2 0/6] regulator: enable regulator support for i.MX23/i.MX28
 2015-05-05 17:12 UTC  (6+ messages)
` [PATCH V2 4/6] DT: add binding for mxs on-chip regulators

[PATCH] systemd-systemctl-native: fix checksum error
 2015-05-05 17:10 UTC  (3+ messages)

[PATCH v4 0/7] mtrr, mm, x86: Enhance MTRR checks for huge I/O mapping
 2015-05-05 17:11 UTC  (4+ messages)
` [PATCH v4 2/7] mtrr, x86: Fix MTRR lookup to handle inclusive entry

[PATCH] SUNRPC: drop stale setup_socket doc comments
 2015-05-05 17:10 UTC  (2+ messages)

[Xenomai] X86 rebbot when i use latency
 2015-05-05 17:10 UTC  (2+ messages)

[V2 PATCH 0/5] Introduce ACPI _CCA support and device_dma_is_coherent API
 2015-05-05 16:09 UTC  (4+ messages)
` [V2 PATCH 2/5] arm64 : Introduce support for ACPI _CCA object

[PATCH V7 0/6] large PEBS interrupt threshold
 2015-05-05 17:08 UTC  (9+ messages)
` [PATCH V7 3/6] perf, x86: handle multiple records in PEBS buffer

earlycon: no match?
 2015-05-05 17:06 UTC  (10+ messages)

Question about driver category for submission
 2015-05-05 17:00 UTC 

[meta-selinux][PATCH] Fix setools building (-fPIC error)
 2015-05-05 17:06 UTC 

[RFC PATCH] iommu: add ARM short descriptor page table allocator
 2015-05-05 17:05 UTC  (5+ messages)

[PATCH v4 0/2] ata: ahci_xgene: Add support for 2nd HW version of APM X-Gene SoC AHCI SATA Host controller driver
 2015-05-05 17:04 UTC  (4+ messages)
` [PATCH v4 1/2] libahci: Add support to handle HOST_IRQ_STAT as edge trigger latch

[PATCH] xfs: fix quota block reservation leak when tp allocates and frees blocks
 2015-05-05 17:04 UTC 

[PATCH 00/21] ARCNET: Defibrillation
 2015-05-05 17:02 UTC  (8+ messages)

[Qemu-devel] qemu-img convert (vmdk)
 2015-05-05 17:01 UTC 

[PATCH V2 0/3] systemd and dbus: split modules into packages
 2015-05-05 17:00 UTC  (2+ messages)

wireless-drivers 2015-05-05
 2015-05-05 17:00 UTC 

[PATCH 0/3] Drop more omap3 legacy board-*.c files for v4.2
 2015-05-05 17:00 UTC  (8+ messages)

[PATCH v3 0/2] arm & arm64: perf: Fix callchain parse error with
 2015-05-05 17:00 UTC  (4+ messages)
` [PATCH v3 2/2] arm64: perf: Fix callchain parse error with kernel tracepoint events

[PATCH v4 0/3] x86/hvm: HVMOP_get/set_param improvements
 2015-05-05 16:53 UTC  (3+ messages)
` [PATCH v4 3/3] x86/hvm: Use white-lists for HVM param guest accessibility checks

[PATCH] prefix_path(): Unconditionally free result of prefix_path
 2015-05-05 16:28 UTC  (3+ messages)

low price,good quality!
 2015-05-05 16:57 UTC 

[U-Boot] [PATCH] powerpc/mpc85xx: Add board support for ucp1020
 2015-05-05 16:56 UTC  (3+ messages)

Preparing hammer v0.94.2 release
 2015-05-05 16:56 UTC  (3+ messages)

[PATCH 0/2] block: loop: fix stacked loop and performance regression
 2015-05-05 16:55 UTC  (5+ messages)
` [PATCH 2/2] block: loop: avoiding too many pending per work I/O

Lttng user application tracing
 2015-05-05 16:55 UTC 

[U-Boot] Please pull u-boot-mpc85xx master
 2015-05-05 16:55 UTC 

[Intel-wired-lan] [net-next S4 00/15] i40e/i40evf updates
 2015-05-05 16:55 UTC  (3+ messages)
` [Intel-wired-lan] [net-next S4 13/15] i40e/i40evf: force inline transmit functions

[PATCHv4 0/6] GoTView MasterHD 3 USB tuner
 2015-05-05 16:54 UTC  (7+ messages)
` [PATCH v4 1/6] si2168: add support for gapped clock
` [PATCH v4 2/6] dvbsky: use si2168 config option ts_clock_gapped
` [PATCH v4 3/6] si2168: add I2C error handling
` [PATCH v4 4/6] si2157: support selection of IF interface
` [PATCH v4 5/6] rtl28xxu: add I2C read without write
` [PATCH v4 6/6] rtl2832: add support for GoTView MasterHD 3 USB tuner

Future of installing GRUB to LVM volumes (and loop devices)
 2015-05-05 16:54 UTC 

[PATCH 4/5] btrfs-progs: remove BTRFS_SCAN_PROC scan method
 2015-05-05 16:54 UTC  (3+ messages)
` [PATCH] btrfs-progs: btrfs_scan_block_devices is unused function delete it

[v2,4/4] rtc: pcf85063Add support for different loads
 2015-05-05 16:54 UTC  (2+ messages)

[RFC] How implement Secure Data Path ?
 2015-05-05 16:54 UTC  (2+ messages)

[PATCH] drm/i915/skl: Add module parameter to select edp vswing table
 2015-05-05 16:52 UTC  (2+ messages)

The first infernalis dev release will be v9.0.0
 2015-05-05 16:52 UTC  (5+ messages)
          ` [ceph-users] "

File in JFFS2 corrupted after power loss during removal of other files
 2015-05-05 16:51 UTC  (5+ messages)
      ` File in JFFS2 corrupted after power loss during removal of otherfiles

device tree compiler with overlay support?
 2015-05-05 16:51 UTC  (2+ messages)

[PATCH] sched: Relax a restriction in sched_rt_can_attach()
 2015-05-05 16:50 UTC  (11+ messages)

[PATCH] drm/i915/bxt: Port PLL programming BUN
 2015-05-05 16:49 UTC  (4+ messages)

[PATCH 0/2] ARM: AM43xx: PRM: fix reset handling issues
 2015-05-05 16:47 UTC  (4+ messages)
` [PATCH 1/2] ARM: OMAP4+: PRM: add support for passing status register/bit info to reset

[Qemu-devel] [PULL 00/40] drop qapi nested structs
 2015-05-05 16:47 UTC  (41+ messages)
` [Qemu-devel] [PULL 01/40] qapi: Add copyright declaration on docs
` [Qemu-devel] [PULL 02/40] qapi: Document type-safety considerations
` [Qemu-devel] [PULL 03/40] qapi: Simplify builtin type handling
` [Qemu-devel] [PULL 04/40] qapi: Fix generation of 'size' builtin type
` [Qemu-devel] [PULL 05/40] qapi: Require ASCII in schema
` [Qemu-devel] [PULL 06/40] qapi: Add some enum tests
` [Qemu-devel] [PULL 07/40] qapi: Better error messages for bad enums
` [Qemu-devel] [PULL 08/40] qapi: Add some union tests
` [Qemu-devel] [PULL 09/40] qapi: Clean up test coverage of simple unions
` [Qemu-devel] [PULL 10/40] qapi: Forbid base without discriminator in unions
` [Qemu-devel] [PULL 11/40] qapi: Tighten checking of unions
` [Qemu-devel] [PULL 12/40] qapi: Prepare for catching more semantic parse errors
` [Qemu-devel] [PULL 13/40] qapi: Segregate anonymous unions into alternates in generator
` [Qemu-devel] [PULL 14/40] qapi: Rename anonymous union type in test
` [Qemu-devel] [PULL 15/40] qapi: Document new 'alternate' meta-type
` [Qemu-devel] [PULL 16/40] qapi: Use 'alternate' to replace anonymous union
` [Qemu-devel] [PULL 17/40] qapi: Add some expr tests
` [Qemu-devel] [PULL 18/40] qapi: Better error messages for bad expressions
` [Qemu-devel] [PULL 19/40] qapi: Add tests of redefined expressions
` [Qemu-devel] [PULL 20/40] qapi: Better error messages for duplicated expressions
` [Qemu-devel] [PULL 21/40] qapi: Allow true, false and null in schema json
` [Qemu-devel] [PULL 22/40] qapi: Unify type bypass and add tests
` [Qemu-devel] [PULL 23/40] qapi: Add some type check tests
` [Qemu-devel] [PULL 24/40] qapi: More rigourous checking of types
` [Qemu-devel] [PULL 25/40] qapi: Require valid names
` [Qemu-devel] [PULL 26/40] qapi: Whitelist commands that don't return dictionary
` [Qemu-devel] [PULL 27/40] qapi: More rigorous checking for type safety bypass
` [Qemu-devel] [PULL 28/40] qapi: Prefer 'struct' over 'type' in generator
` [Qemu-devel] [PULL 29/40] qapi: Document 'struct' metatype
` [Qemu-devel] [PULL 30/40] qapi: Use 'struct' instead of 'type' in schema
` [Qemu-devel] [PULL 31/40] qapi: Forbid "
` [Qemu-devel] [PULL 32/40] qapi: Merge UserDefTwo and UserDefNested in tests
` [Qemu-devel] [PULL 33/40] qapi: Drop tests for inline nested structs
` [Qemu-devel] [PULL 34/40] qapi: Drop inline nested struct in query-version
` [Qemu-devel] [PULL 35/40] qapi: Drop inline nested structs in query-pci
` [Qemu-devel] [PULL 36/40] qapi: Drop support for inline nested types
` [Qemu-devel] [PULL 37/40] qapi: Drop dead visitor code related to nested structs
` [Qemu-devel] [PULL 38/40] qapi: Tweak doc references to QMP when QGA is also meant
` [Qemu-devel] [PULL 39/40] qapi: Support (subset of) \u escapes in strings
` [Qemu-devel] [PULL 40/40] qapi: Check for member name conflicts with a base class

Front speakers doesn't work in multichannel output, regression in ALC888
 2015-05-05 16:47 UTC  (2+ messages)

[PATCH 0/6] get_maintainer/MAINTAINERS updates
 2015-05-05 16:32 UTC  (3+ messages)
` [PATCH 2/6] MAINTAINERS: Update sound soc intel patterns
` [PATCH 3/6] MAINTAINERS: Remove section BROADCOM BCM33XX MIPS ARCHITECTURE

[PATCH] xen/arm: p2m: Restrict preemption check in apply_p2m_changes
 2015-05-05 16:31 UTC  (3+ messages)

[Cluster-devel] [GFS2] gfs2: handle NULL rgd in set_rgrp_preferences
 2015-05-05 16:43 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.