linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-05-05 16:56:29 to 2015-05-05 18:20:55 UTC [more...]

[PATCH 000/208] big x86 FPU code rewrite
 2015-05-05 18:16 UTC  (58+ messages)
` [PATCH 080/208] x86/fpu: Rename 'xstate_features' to 'xfeatures_nr'
` [PATCH 082/208] x86/fpu: Clean up regset functions
` [PATCH 083/208] x86/fpu: Rename 'xsave_hdr' to 'header'
` [PATCH 084/208] x86/fpu: Rename xsave.header::xstate_bv to 'xfeatures'
` [PATCH 087/208] x86/fpu: Explain the AVX register layout in the xsave area
` [PATCH 089/208] x86/fpu: Rename fpu->has_fpu to fpu->fpregs_active
` [PATCH 090/208] x86/fpu: Rename __thread_set_has_fpu() to __fpregs_activate()
` [PATCH 093/208] x86/fpu: Rename __thread_fpu_end() to fpregs_deactivate()
` [PATCH 094/208] x86/fpu: Remove fpstate_xstate_init_size() boot quirk
` [PATCH 097/208] x86/fpu: Remove 'init_xstate_buf' bootmem allocation
` [PATCH 101/208] x86/fpu: Move legacy check to fpu__init_system_xstate()
` [PATCH 103/208] x86/fpu: Remove xsave_init()
` [PATCH 105/208] x86/fpu: Set up the legacy FPU init image from fpu__init_system()
` [PATCH 106/208] x86/fpu: Remove setup_init_fpu_buf() call from eager_fpu_init()
` [PATCH 107/208] x86/fpu: Move all eager-fpu setup code to eager_fpu_init()
` [PATCH 114/208] x86/fpu: Do system-wide setup from fpu__detect()
` [PATCH 118/208] x86/fpu: Factor out fpu__init_system_generic()
` [PATCH 119/208] x86/fpu: Factor out fpu__init_system_early_generic()
` [PATCH 121/208] x86/fpu: Factor out FPU bug checks into fpu/bugs.c
` [PATCH 123/208] x86/fpu: Move fpu__init_system_early_generic() out of fpu__detect()
` [PATCH 125/208] x86/fpu: Rename fpstate_xstate_init_size() to fpu__init_system_xstate_size_legacy()
` [PATCH 126/208] x86/fpu: Reorder init methods
` [PATCH 128/208] x86/fpu: Move fpu__save() to fpu/internals.h
` [PATCH 131/208] x86/fpu: Uninline the irq_ts_save()/restore() functions
` [PATCH 132/208] x86/fpu: Rename fpu_save_init() to copy_fpregs_to_fpstate()
` [PATCH 133/208] x86/fpu: Optimize copy_fpregs_to_fpstate() by removing the FNCLEX synchronization with FP exceptions
` [PATCH 134/208] x86/fpu: Simplify FPU handling by embedding the fpstate in task_struct (again)
` [PATCH 135/208] x86/fpu: Remove failure paths from fpstate-alloc low level functions
` [PATCH 136/208] x86/fpu: Remove failure return from fpstate_alloc_init()
` [PATCH 137/208] x86/fpu: Rename fpstate_alloc_init() to fpstate_init_curr()
` [PATCH 138/208] x86/fpu: Simplify fpu__unlazy_stopped() error handling
` [PATCH 139/208] x86/fpu, kvm: Simplify fx_init()
` [PATCH 140/208] x86/fpu: Simplify fpstate_init_curr() usage
` [PATCH 141/208] x86/fpu: Rename fpu__unlazy_stopped() to fpu__activate_stopped()
` [PATCH 142/208] x86/fpu: Factor out FPU hw activation/deactivation
` [PATCH 143/208] x86/fpu: Simplify __save_fpu()
` [PATCH 144/208] x86/fpu: Eliminate __save_fpu()
` [PATCH 145/208] x86/fpu: Simplify fpu__save()
` [PATCH 146/208] x86/fpu: Optimize fpu__save()
` [PATCH 147/208] x86/fpu: Optimize fpu_copy()
` [PATCH 148/208] x86/fpu: Optimize fpu_copy() some more on lazy switching systems
` [PATCH 149/208] x86/fpu: Rename fpu/xsave.h to fpu/xstate.h
` [PATCH 150/208] x86/fpu: Rename fpu/xsave.c to fpu/xstate.c
` [PATCH 151/208] x86/fpu: Introduce cpu_has_xfeatures(xfeatures_mask, feature_name)
` [PATCH 152/208] x86/fpu: Simplify print_xstate_features()
` [PATCH 153/208] x86/fpu: Enumerate xfeature bits
` [PATCH 154/208] x86/fpu: Move xfeature type enumeration to fpu/types.h
` [PATCH 155/208] x86/fpu, crypto x86/camellia_aesni_avx: Simplify the camellia_aesni_init() xfeature checks
` [PATCH 156/208] x86/fpu, crypto x86/sha256_ssse3: Simplify the sha256_ssse3_mod_init() "
` [PATCH 157/208] x86/fpu, crypto x86/camellia_aesni_avx2: Simplify the camellia_aesni_init() "
` [PATCH 158/208] x86/fpu, crypto x86/twofish_avx: Simplify the twofish_init() "
` [PATCH 159/208] x86/fpu, crypto x86/serpent_avx: Simplify the serpent_init() "
` [PATCH 160/208] x86/fpu, crypto x86/cast5_avx: Simplify the cast5_init() "
` [PATCH 161/208] x86/fpu, crypto x86/sha512_ssse3: Simplify the sha512_ssse3_mod_init() "
` [PATCH 162/208] x86/fpu, crypto x86/cast6_avx: Simplify the cast6_init() "

[PATCH V2 0/3] Pistachio USB2.0 PHY
 2015-05-05 18:13 UTC  (2+ messages)

earlycon: no match?
 2015-05-05 18:15 UTC  (13+ messages)

[PATCH 000/208] big x86 FPU code rewrite
 2015-05-05 17:58 UTC  (48+ messages)
` [PATCH 162/208] x86/fpu, crypto x86/cast6_avx: Simplify the cast6_init() xfeature checks
` [PATCH 163/208] x86/fpu, crypto x86/sha1_ssse3: Simplify the sha1_ssse3_mod_init() "
` [PATCH 164/208] x86/fpu, crypto x86/serpent_avx2: Simplify the init() "
` [PATCH 165/208] x86/fpu, crypto x86/sha1_mb: Remove FPU internal headers from sha1_mb.c
` [PATCH 166/208] x86/fpu: Move asm/xcr.h to asm/fpu/internal.h
` [PATCH 167/208] x86/fpu: Rename sanitize_i387_state() to fpstate_sanitize_xstate()
` [PATCH 168/208] x86/fpu: Simplify fpstate_sanitize_xstate() calls
` [PATCH 169/208] x86/fpu: Pass 'struct fpu' to fpstate_sanitize_xstate()
` [PATCH 170/208] x86/fpu: Rename save_xstate_sig() to copy_fpstate_to_sigframe()
` [PATCH 171/208] x86/fpu: Rename save_user_xstate() to copy_fpregs_to_sigframe()
` [PATCH 172/208] x86/fpu: Clarify ancient comments in fpu__restore()
` [PATCH 173/208] x86/fpu: Rename user_has_fpu() to fpregs_active()
` [PATCH 174/208] x86/fpu: Initialize fpregs in fpu__init_cpu_generic()
` [PATCH 175/208] x86/fpu: Clean up fpu__clear() state handling
` [PATCH 176/208] x86/alternatives, x86/fpu: Add 'alternatives_patched' debug flag and use it in xsave_state()
` [PATCH 177/208] x86/fpu: Synchronize the naming of drop_fpu() and fpu_reset_state()
` [PATCH 178/208] x86/fpu: Rename restore_fpu_checking() to copy_fpstate_to_fpregs()
` [PATCH 179/208] x86/fpu: Move all the fpu__*() high level methods closer to each other
` [PATCH 180/208] x86/fpu: Move fpu__clear() to 'struct fpu *' parameter passing
` [PATCH 181/208] x86/fpu: Rename restore_xstate_sig() to fpu__restore_sig()
` [PATCH 182/208] x86/fpu: Move the signal frame handling code closer to each other
` [PATCH 183/208] x86/fpu: Merge fpu__reset() and fpu__clear()
` [PATCH 184/208] x86/fpu: Move is_ia32*frame() helpers out of fpu/internal.h
` [PATCH 185/208] x86/fpu: Split out fpu/signal.h from fpu/internal.h for signal frame handling functions
` [PATCH 186/208] x86/fpu: Factor out fpu/regset.h from fpu/internal.h
` [PATCH 187/208] x86/fpu: Remove run-once init quirks
` [PATCH 188/208] x86/fpu: Factor out the exception error code handling code
` [PATCH 189/208] x86/fpu: Harmonize the names of the fpstate_init() helper functions
` [PATCH 190/208] x86/fpu: Create 'union thread_xstate' helper for fpstate_init()
` [PATCH 191/208] x86/fpu: Generalize 'init_xstate_ctx'
` [PATCH 192/208] x86/fpu: Move restore_init_xstate() out of fpu/internal.h
` [PATCH 193/208] x86/fpu: Rename all the fpregs, xregs, fxregs and fregs handling functions
` [PATCH 194/208] x86/fpu: Factor out fpu/signal.c
` [PATCH 195/208] x86/fpu: Factor out the FPU regset code into fpu/regset.c
` [PATCH 196/208] x86/fpu: Harmonize FPU register state types
` [PATCH 197/208] x86/fpu: Change fpu->fpregs_active from 'int' to 'char', add lazy switching comments
` [PATCH 198/208] x86/fpu: Document the various fpregs state formats
` [PATCH 199/208] x86/fpu: Move debugging check from kernel_fpu_begin() to __kernel_fpu_begin()
` [PATCH 200/208] x86/fpu/xstate: Don't assume the first zero xfeatures zero bit means the end
` [PATCH 201/208] x86/fpu: Clean up xstate feature reservation
` [PATCH 202/208] x86/fpu/xstate: Clean up setup_xstate_comp() call
` [PATCH 203/208] x86/fpu/init: Propagate __init annotations
` [PATCH 204/208] x86/fpu: Pass 'struct fpu' to fpu__restore()
` [PATCH 205/208] x86/fpu: Fix the 'nofxsr' boot parameter to also clear X86_FEATURE_FXSR_OPT
` [PATCH 206/208] x86/fpu: Add CONFIG_X86_DEBUG_FPU=y FPU debugging code
` [PATCH 207/208] x86/fpu: Add FPU performance measurement subsystem
` [PATCH 208/208] x86/fpu: Reorganize fpu/internal.h

[PATCH v7 0/6] Add common clock support for Broadcom iProc architecture
 2015-05-05 18:13 UTC  (7+ messages)
` [PATCH v7 1/6] clk: iproc: define Broadcom iProc clock binding
` [PATCH v7 2/6] clk: iproc: add initial common clock support
` [PATCH v7 3/6] clk: Change bcm clocks build dependency
` [PATCH v7 4/6] clk: cygnus: add clock support for Broadcom Cygnus
` [PATCH v7 5/6] ARM: dts: enable "
` [PATCH v7 6/6] clk: cygnus: remove Cygnus dummy clock binding

[PATCH] ARM: dts: cros-ec-keyboard: Add support for some Japanese keys
 2015-05-05 18:10 UTC  (2+ messages)

how to have the kernel do udev's job and autoload the right modules ?
 2015-05-05 18:08 UTC  (7+ messages)

[PATCH 1/2 linux-next] fs/affs/inode.c: mark new inode before hashtable insertion
 2015-05-05 18:06 UTC  (2+ messages)
` [PATCH 2/2 linux-next] AFFS: add tmpfile support

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

A desktop environment[1] kernel wishlist
 2015-05-05 17:58 UTC  (3+ messages)

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

[PATCH 1/9] usb:fsl:otg: Add controller version based ULPI and UTMI phy
 2015-05-05 17:58 UTC  (7+ 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 7/9] usb:fsl:otg: Add host-gadget drv sync delay
` [PATCH 8/9] usb:fsl:otg: Resolve OTG crash issue with another host
` [PATCH 9/9] usb:fsl:otg: Make fsl otg driver as tristate

[PATCH 000/208] big x86 FPU code rewrite
 2015-05-05 17:50 UTC  (29+ 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 0/6] staging: comedi: gsc_hpdi: some clean-ups
 2015-05-05 17:47 UTC  (7+ messages)
` [PATCH 1/6] staging: comedi: gsc_hpdi: tidy up comments
` [PATCH 2/6] staging: comedi: gsc_hpdi: remove multiple board type support
` [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] sched: Handle priority boosted tasks proper in setscheduler()
 2015-05-05 17:49 UTC  (7+ messages)
          ` [PATCH V2] "

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

[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  (3+ messages)
` [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] drivers/tty/hvc/hvc_tile.c: properly return -EAGAIN
 2015-05-05 17:11 UTC 

[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


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