linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-05-05 16:10:34 to 2015-05-05 17:11:24 UTC [more...]

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

[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

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

[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] "

[PATCH 000/208] big x86 FPU code rewrite
 2015-05-05 16:24 UTC  (80+ 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 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  (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)

[RFC PATCH 00/13] KVM: x86: SMM support
 2015-05-05 16:45 UTC  (10+ 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 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  (12+ 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] iio: mcp320x: Fix occasional incorrect readings
 2015-05-05 16:29 UTC 

[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  (4+ 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

[PATCH 1/2] gfp: add __GFP_NOACCOUNT
 2015-05-05 16:04 UTC  (4+ messages)
` [PATCH 2/2] kernfs: do not account ino_ida allocations to memcg

[PATCH 1/1 linux-next] iommu/msm: make msm_iommu_lock static
 2015-05-05 16:03 UTC  (2+ messages)

[PATCH] Added device id to usb serial cypress_m8 for Prior Scientific OptiScan2
 2015-05-05 16:01 UTC 

[PATCH v2 10/10] perf tools: Move TUI-specific fields out of map_symbol
 2015-05-05 16:00 UTC  (3+ messages)
` [PATCH v3 "

[RESEND PATCH 0/8] cros_ec: Add multiple EC and protocol v3 support
 2015-05-05 15:59 UTC  (12+ messages)
` [RESEND PATCH 4/8] mfd: cros_ec: Use a zero-length array for command data
` [RESEND PATCH 5/8] mfd: cros-ec: Support multiple EC in a system
` [RESEND PATCH 7/8] mfd: cros_ec: add proto v3 skeleton

[PATCH v4 00/20] Tegra210 Clock Support
 2015-05-05 15:55 UTC  (3+ messages)

[PATCH v2] tty: serial: 8250_mtk: Add support for second clock
 2015-05-05 15:50 UTC  (4+ messages)
` [PATCH 4/4] tty: serial: 8250_mtk: Add support for bus clock

[PATCH kernel] commit 4fbdf9cb ("lpfc: Fix for lun discovery issue with saturn adapter.")
 2015-05-05 15:33 UTC  (2+ messages)

[PATCH] IOMMU: Removed checkpatch warnings for Missing a blank line after declarations
 2015-05-05 15:49 UTC  (2+ messages)

[PATCH 0/6] Fix of_io_request_and_map error handling code
 2015-05-05 15:44 UTC  (3+ messages)
` [PATCH 2/6] clk: sunxi: Fix of_io_request_and_map error check

[PATCH RFC] checkpatch: flag split arithmetic operations with CHECK
 2015-05-05 15:44 UTC  (4+ messages)

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

[PATCH 1/8] drivers/gpio/gpiolib: Add support for removing registered consumer lookup table
 2015-05-05 15:44 UTC  (4+ messages)
` [PATCH 1/8] gpiolib: "
    ` [Intel-gfx] "

[PATCH] MODSIGN: Change default key details [ver #2]
 2015-05-05 15:41 UTC  (8+ messages)

[PATCH] USB: usbmon: Remove timeval usage for timestamp
 2015-05-05 15:40 UTC  (4+ messages)

[PATCH perf/core v4 0/4] perf-probe: Add filtering features
 2015-05-05 15:40 UTC  (9+ messages)
` [PATCH perf/core v4 2/4] perf probe: Accept filter argument for --funcs
` [PATCH perf/core v4 4/4] perf probe: Cleanup and consolidate command parsers
      `  "

[PATCH] x86: Optimize variable_test_bit()
 2015-05-05 15:37 UTC  (9+ messages)
          ` [RFC] Design for flag bit outputs from asms

[PATCH] mpt2sas: mpt3sas: Fix memory corruption during initialization
 2015-05-05 15:35 UTC  (2+ messages)

[PATCH] x86/spinlocks: Fix regression in spinlock contention detection
 2015-05-05 15:38 UTC  (7+ messages)

[PATCH] USB: usbmon: Remove timeval usage for timestamp
 2015-05-05 15:33 UTC  (2+ messages)


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