All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-05-05 17:51:17 to 2015-05-05 18:28:18 UTC [more...]

[PATCH 000/208] big x86 FPU code rewrite
 2015-05-05 18:25 UTC  (74+ 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 108/208] x86/fpu: Move eager_fpu_init() to fpu/init.c
` [PATCH 109/208] x86/fpu: Clean up eager_fpu_init() and rename it to fpu__ctx_switch_init()
` [PATCH 110/208] x86/fpu: Split fpu__ctx_switch_init() into _cpu() and _system() portions
` [PATCH 111/208] x86/fpu: Do CLTS fpu__init_system()
` [PATCH 112/208] x86/fpu: Move the fpstate_xstate_init_size() call into fpu__init_system()
` [PATCH 113/208] x86/fpu: Call fpu__init_cpu_ctx_switch() from fpu__init_cpu()
` [PATCH 114/208] x86/fpu: Do system-wide setup from fpu__detect()
` [PATCH 115/208] x86/fpu: Remove fpu__init_cpu_ctx_switch() call from fpu__init_system()
` [PATCH 116/208] x86/fpu: Simplify fpu__cpu_init()
` [PATCH 117/208] x86/fpu: Factor out fpu__init_cpu_generic()
` [PATCH 118/208] x86/fpu: Factor out fpu__init_system_generic()
` [PATCH 119/208] x86/fpu: Factor out fpu__init_system_early_generic()
` [PATCH 120/208] x86/fpu: Move !FPU check ingo fpu__init_system_early_generic()
` [PATCH 121/208] x86/fpu: Factor out FPU bug checks into fpu/bugs.c
` [PATCH 122/208] x86/fpu: Make check_fpu() init ordering independent
` [PATCH 123/208] x86/fpu: Move fpu__init_system_early_generic() out of fpu__detect()
` [PATCH 124/208] x86/fpu: Remove the extra fpu__detect() layer
` [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 127/208] x86/fpu: Add more comments to the FPU init code
` [PATCH 128/208] x86/fpu: Move fpu__save() to fpu/internals.h
` [PATCH 129/208] x86/fpu: Uninline kernel_fpu_begin()/end()
` [PATCH 130/208] x86/fpu: Move various internal function prototypes to fpu/internal.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 v17 for 4.2 0/2] sys_membarrier()
 2015-05-05 18:25 UTC  (4+ messages)
` [PATCH v17 1/2] sys_membarrier(): system-wide memory barrier (generic, x86)

[merged] m68k-use-for_each_sg.patch removed from -mm tree
 2015-05-05 18:24 UTC 

[PATCH net-next v5 00/21] switchdev: spring cleanup
 2015-05-05 18:22 UTC  (5+ messages)
` [PATCH net-next v5 20/21] rocker: make checkpatch -f clean

Re-consideration
 2015-05-05 18:22 UTC 

[git pull] IOMMU Updates for Linux v4.1
 2015-05-05 18:22 UTC  (6+ messages)

pull request: update for -12.ucode firmware for Intel WiFi devices driven by iwlmvm
 2015-05-05 18:21 UTC  (4+ messages)

[U-Boot] [PATCH 01/24] usb: add device connection/disconnection detection
 2015-05-05 18:20 UTC  (13+ messages)
` [U-Boot] [PATCH 21/24] tegra124: Implement spl_was_boot_source()
` [U-Boot] [PATCH 24/24] tegra124: Expand SPL space by 8KB

[PATCH v2] btrfs: add missing discards when unpinning extents with -o discard
 2015-05-05 18:19 UTC 

[PATCH v2] btrfs: iterate over unused chunk space in FITRIM
 2015-05-05 18:19 UTC 

Added information about PID namespace to tracepoints
 2015-05-05 18:17 UTC 

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

[PATCH v3 net-next] pktgen: introduce 'rx' mode
 2015-05-05 18:15 UTC  (6+ messages)

earlycon: no match?
 2015-05-05 18:15 UTC  (12+ 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

[Buildroot] [PATCH] freerdp: fix build with uClibc
 2015-05-05 18:15 UTC 

RFC: combine xprtrdma and svcrdma
 2015-05-05 18:15 UTC  (3+ messages)

[PATCH v1 00/16] NFS/RDMA patches proposed for 4.1
 2015-05-05 18:14 UTC  (6+ messages)

[PATCH v7 0/6] Add common clock support for Broadcom iProc architecture
 2015-05-05 18:13 UTC  (21+ 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

Getting RSSI per antenna
 2015-05-05 18:11 UTC  (2+ messages)

[ANNOUNCE] libfabric release 1.0
 2015-05-05 18:11 UTC  (3+ messages)

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

[Buildroot] [PATCHv2] package/at: fix glibcism
 2015-05-05 18:10 UTC  (2+ messages)

[U-Boot] Command to Assign a RAM value to a variable
 2015-05-05 18:10 UTC  (2+ messages)

[PATCH] prefix_path(): Unconditionally free result of prefix_path
 2015-05-05 18:09 UTC  (6+ messages)

Yocto-Poky: bbclass file for SPDX1.2 data generation
 2015-05-05 18:08 UTC 

[PATCH] can: janz-ican3: add support for CAL/CANopen firmware
 2015-05-05 18:08 UTC  (5+ messages)

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

[BUG] deamon.c does not compile when NO_IPV6 is used
 2015-05-05 18:07 UTC  (3+ messages)
  ` [PATCH] daemon: unbreak NO_IPV6 build regression

[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

bug: ExpressCard type USB3.0 adapter does not work on hotplug
 2015-05-05 18:05 UTC  (2+ messages)

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

[PATCH v6 0/4] scsi: ufs & ums-* & esp_scsi: fix module reference counting
 2015-05-05 18:05 UTC  (2+ messages)

[PATCH] Btrfs: fix panic when starting bg cache writeout after IO error
 2015-05-05 18:03 UTC 

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

[PATCH] ARM: OMAP2+: Fix bogus struct clk comparison for timer clock
 2015-05-05 18:02 UTC  (2+ messages)

[Bug 55371] New: printf: a conversion specifier doesn't necessarily ask for an argument
 2015-05-05 18:01 UTC  (2+ messages)
  ` [Bug 55371] "

[Buildroot] [PATCH] package/at: needs uClibc or (e)glibc
 2015-05-05 17:59 UTC  (3+ messages)

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

[PATCH] Documentation/devicetree: document OCTEON USB bindings
 2015-05-05 17:57 UTC  (3+ messages)

GitHub sandbox for the DPDK community
 2015-05-05 17:57 UTC  (10+ messages)

[Buildroot] [PATCH 1/2] package/libtirpc: remove host-pkgconf dependency
 2015-05-05 17:57 UTC  (4+ messages)
` [Buildroot] [PATCH 2/2] package/libtirpc: Add patches to fix musl build

[iommu:ppc/pamu 1/1] drivers/iommu/fsl_pamu.h:24:32: fatal error: asm/fsl_pamu_stash.h: No such file or directory
 2015-05-05 17:57 UTC  (9+ messages)

[Qemu-devel] [Bug 1349972] [NEW] qcow2-refcount: qemu-io crashes on 'discard' command
 2015-05-05 17:47 UTC  (2+ messages)
` [Qemu-devel] [Bug 1349972] "

[PATCH] libsepol/cil: Verify users prior to evaluating users
 2015-05-05 17:53 UTC 

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

[Intel-wired-lan] [net-next S4 00/15] i40e/i40evf updates
 2015-05-05 17:53 UTC  (5+ messages)
` [Intel-wired-lan] [net-next S4 02/15] i40e: Disable offline diagnostics if VFs are enabled
` [Intel-wired-lan] [net-next S4 06/15] i40e/i40evf: Remove unneeded TODO

[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


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.