linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-05-05 16:14:32 to 2015-05-05 17:49:35 UTC [more...]

[PATCH] sched: Handle priority boosted tasks proper in setscheduler()
 2015-05-05 17:49 UTC  (7+ messages)
          ` [PATCH V2] "

[PATCH 0/6] staging: comedi: gsc_hpdi: some clean-ups
 2015-05-05 17:47 UTC  (5+ messages)
` [PATCH 3/6] staging: comedi: gsc_hpdi: usleep_range is preferred over udelay
` [PATCH 4/6] staging: comedi: gsc_hpdi: prefer using the BIT() macro
` [PATCH 5/6] staging: comedi: gsc_hpdi: use PCI_DEVICE_SUB()
` [PATCH 6/6] staging: comedi: gsc_hpdi: use a better MODULE_DESCRIPTION()

[PATCH 1/9] usb:fsl:otg: Add controller version based ULPI and UTMI phy
 2015-05-05 17:48 UTC  (3+ messages)

[PATCH 1/9] usb:fsl:otg: Add controller version based ULPI and UTMI phy
 2015-05-05 17:58 UTC  (5+ messages)
` [PATCH 3/9] usb:fsl:otg: Signal host drv when host is otg
` [PATCH 5/9] usb:fsl:otg: Combine host/gadget start/resume for ID change
` [PATCH 6/9] usb:fsl:otg: Remove host drv upon otg bring-up
` [PATCH 8/9] usb:fsl:otg: Resolve OTG crash issue with another host

[PATCH] tile: set up initial stack top to honor STACK_TOP_DELTA
 2015-05-05 17:46 UTC 

[PATCH] tile: support delivering NMIs for multicore backtrace
 2015-05-05 17:45 UTC 

[PATCH 1/1 linux-next] PNP: move EXPORT_SYMBOL after functions
 2015-05-05 17:39 UTC  (3+ messages)

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

[PATCH v2] hypervisor/x86/xen: Unset X86_BUG_SYSRET_SS_ATTRS on Xen PV guests
 2015-05-05 17:31 UTC  (3+ messages)

[PATCH v1] x86: punit_atom: punit device state debug driver
 2015-05-05 17:29 UTC  (4+ messages)

[PATCH] iio: mcp320x: Fix occasional incorrect readings
 2015-05-05 17:29 UTC  (2+ messages)

[PATCH 00/17] x86, mpx updates for 4.2 (take 5)
 2015-05-05 17:27 UTC  (4+ messages)
` [PATCH 01/17] x86, fpu: wrap get_xsave_addr() to make it safer

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

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

[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)

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

[PATCH V3 linux-next] gfs2: convert simple_str to kstr
 2015-05-05 17:18 UTC 

[RFC PATCH 00/13] KVM: x86: SMM support
 2015-05-05 17:17 UTC  (12+ messages)
` [PATCH 02/13] KVM: reuse memslot in kvm_write_guest_page
` [PATCH 06/13] KVM: x86: pass the whole hflags field to emulator and back
` [PATCH 07/13] KVM: x86: API changes for SMM support
` [PATCH 12/13] KVM: x86: add KVM_MEM_X86_SMRAM memory slot flag

[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

[PATCH V2 linux-next] gfs2: convert simple_str to kstr
 2015-05-05 17:14 UTC  (3+ messages)

[PATCH 000/208] big x86 FPU code rewrite
 2015-05-05 17:14 UTC  (81+ messages)
` [PATCH 001/208] x86/fpu: Rename unlazy_fpu() to fpu__save()
` [PATCH 002/208] x86/fpu: Add comments to fpu__save() and restrict its export
` [PATCH 003/208] x86/fpu: Add debugging check to fpu__save()
` [PATCH 004/208] x86/fpu: Rename fpu_detect() to fpu__detect()
` [PATCH 005/208] x86/fpu: Remove stale init_fpu() prototype
` [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 009/208] x86/fpu: Optimize fpu__unlazy_stopped()
` [PATCH 010/208] x86/fpu: Simplify fpu__unlazy_stopped()
` [PATCH 011/208] x86/fpu: Remove fpu_allocated()
` [PATCH 012/208] x86/fpu: Move fpu_alloc() out of line
` [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 016/208] x86/fpu: Rename fpu_init() to fpu__cpu_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 023/208] x86/fpu: Fix header file dependencies of fpu-internal.h
` [PATCH 024/208] x86/fpu: Split out the boot time FPU init code into fpu/init.c
` [PATCH 025/208] x86/fpu: Remove unnecessary includes from core.c
` [PATCH 026/208] x86/fpu: Move the no_387 handling and FPU detection code into 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 031/208] x86/fpu: Factor out the FPU bug detection code into fpu__init_check_bugs()
` [PATCH 032/208] x86/fpu: Simplify the xsave_state*() methods
` [PATCH 033/208] x86/fpu: Remove fpu_xsave()
` [PATCH 034/208] x86/fpu: Move task_xstate_cachep handling to core.c
` [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 038/208] x86/fpu: Make kernel_fpu_disable/enable() static
` [PATCH 039/208] x86/fpu: Add debug check to kernel_fpu_disable()
` [PATCH 040/208] x86/fpu: Add kernel_fpu_disabled()
` [PATCH 041/208] x86/fpu: Remove __save_init_fpu()
` [PATCH 042/208] x86/fpu: Move fpu_copy() to fpu/core.c
` [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 046/208] x86/fpu: Change __thread_clear_has_fpu() to 'struct fpu' parameter
` [PATCH 047/208] x86/fpu: Move 'PER_CPU(fpu_owner_task)' to fpu/core.c
` [PATCH 048/208] x86/fpu: Change fpu_owner_task to fpu_fpregs_owner_ctx
` [PATCH 049/208] x86/fpu: Remove 'struct task_struct' usage from __thread_set_has_fpu()
` [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 054/208] x86/fpu: Get rid of PF_USED_MATH usage, convert it to fpu->fpstate_active
` [PATCH 055/208] x86/fpu: Remove 'struct task_struct' usage from drop_fpu()
` [PATCH 056/208] x86/fpu: Remove task_disable_lazy_fpu_restore()
` [PATCH 057/208] x86/fpu: Use 'struct fpu' in fpu_lazy_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 060/208] x86/fpu: Use 'struct fpu' in switch_fpu_prepare()
` [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 064/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 067/208] x86/fpu: Use 'struct fpu' in fpstate_alloc_init()
` [PATCH 068/208] x86/fpu: Use 'struct fpu' in fpu__unlazy_stopped()
` [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 073/208] x86/fpu: Rename fpu-internal.h to fpu/internal.h
` [PATCH 074/208] x86/fpu: Move MXCSR_DEFAULT "
` [PATCH 075/208] x86/fpu: Remove xsave_init() __init obfuscation
` [PATCH 076/208] x86/fpu: Remove assembly guard from asm/fpu/api.h
` [PATCH 077/208] x86/fpu: Improve FPU detection kernel messages
` [PATCH 078/208] x86/fpu: Print supported xstate features in human readable way
` [PATCH 079/208] x86/fpu: Rename 'pcntxt_mask' to 'xfeatures_mask'

[PATCH] drivers/tty/hvc/hvc_tile.c: properly return -EAGAIN
 2015-05-05 17:11 UTC 

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

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

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

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

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

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

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

[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

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

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

[PATCH 0/6] get_maintainer/MAINTAINERS updates
 2015-05-05 16:40 UTC  (9+ messages)
` [PATCH 1/6] get_maintainer.pl: Add .get_maintainer.ignore file capability
` [PATCH 2/6] MAINTAINERS: Update sound soc intel patterns
` [PATCH 3/6] MAINTAINERS: Remove section BROADCOM BCM33XX MIPS ARCHITECTURE
` [PATCH 4/6] MAINTAINERS: Update brcm dts pattern
` [PATCH 5/6] MAINTAINERS: Update brcm gpio filename pattern
` [PATCH 6/6] MAINTAINERS: Remove unused nbd.h pattern

[PATCH 00/27] gpio: Allow compile test of GPIO consumers if !GPIOLIB
 2015-05-05 16:32 UTC  (28+ messages)
` [PATCH 01/27] drm/bridge: ptn3460: #include <linux/gpio/consumer.h>, depend on GPIOLIB
  ` [PATCH 02/27] drm/bridge: ps8622: "
  ` [PATCH 03/27] tpm: Allow compile test of GPIO consumers if !GPIOLIB
  ` [PATCH 04/27] extcon: "
  ` [PATCH 05/27] hwmon: "
  ` [PATCH 06/27] i2c: "
  ` [PATCH 07/27] iio: "
  ` [PATCH 08/27] input: "
  ` [PATCH 09/27] leds: "
  ` [PATCH 10/27] [media] wl128x: "
  ` [PATCH 11/27] mfd: "
  ` [PATCH 12/27] misc: ti-st: "
  ` [PATCH 13/27] mtd: "
  ` [PATCH 14/27] net: phy: "
  ` [PATCH 15/27] power: "
  ` [PATCH 16/27] regulator: "
  ` [PATCH 17/27] spi: "
  ` [PATCH 18/27] staging: android: "
  ` [PATCH 19/27] staging: fbtft: "
  ` [PATCH 20/27] Staging: iio: "
  ` [PATCH 21/27] serial: "
  ` [PATCH 22/27] usb: phy: "
  ` [PATCH 23/27] backlight: "
  ` [PATCH 24/27] fbdev: "
  ` [PATCH 25/27] w1: "
  ` [PATCH 26/27] watchdog: "
  ` [PATCH 27/27] net: rfkill: "

Device Tree Blob (DTB) licence
 2015-05-05 16:41 UTC  (2+ messages)

[PATCH 0/7] staging: fsl-mc: New functionality to the MC bus driver
 2015-05-05 16:40 UTC  (10+ messages)
` [PATCH 1/7] staging: fsl-mc: MC bus IRQ support
` [PATCH 6/7] staging: fsl-mc: Add locking to serialize mc_send_command() calls

[RFC PATCH 00/22] perf tools: introduce 'perf bpf' command to load eBPF programs
 2015-05-05 16:34 UTC  (7+ messages)
` [RFC PATCH 01/22] perf: probe: avoid segfault if passed with ''
` [RFC PATCH 21/22] perf bpf: probe at kprobe points

get_maintainers.pl is rude, was Re: [PATCH 05/19] USB: inode.c: move assignment out of if () block
 2015-05-05 16:32 UTC  (4+ messages)

[PATCH v3] power_supply: Add support for Richtek rt9455 battery charger
 2015-05-05 16:32 UTC 

[GIT PULL] EFI urgent fixes
 2015-05-05 16:27 UTC 

[PATCH RFC] Coccinelle: Check for return not matching function signature
 2015-05-05 16:25 UTC  (3+ messages)

[RFC kgr on klp 1/9] livepatch: make kobject in klp_object statically allocated
 2015-05-05 16:24 UTC  (7+ messages)
` [RFC kgr on klp 0/9] kGraft on the top of KLP

[PATCH 000/208] big x86 FPU code rewrite
 2015-05-05 16:19 UTC  (3+ messages)
` [PATCH 1/2] genirq: Set IRQCHIP_SKIP_SET_WAKE flag for dummy_irq_chip
` [PATCH 001/208] x86/fpu: Rename unlazy_fpu() to fpu__save()

[PATCH v6 0/6] arm64: Add kernel probes (kprobes) support
 2015-05-05 16:18 UTC  (9+ messages)

[PATCH v12] clk: Add common clock support for Mediatek MT8135 and MT8173
 2015-05-05 16:11 UTC  (4+ messages)
` [PATCH 4/6] clk: mediatek: Add basic clocks for Mediatek MT8135


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).