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

[PATCH 000/208] big x86 FPU code rewrite
 2015-05-05 17:57 UTC  (47+ 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 140/208] x86/fpu: Simplify fpstate_init_curr() usage
` [PATCH 142/208] x86/fpu: Factor out FPU hw activation/deactivation
` [PATCH 144/208] x86/fpu: Eliminate __save_fpu()
` [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 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 net-next v5 00/21] switchdev: spring cleanup
 2015-05-05 18:13 UTC  (4+ messages)
` [PATCH net-next v5 20/21] rocker: make checkpatch -f clean

[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

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

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

[U-Boot] [PATCH 01/24] usb: add device connection/disconnection detection
 2015-05-05 18:07 UTC  (7+ messages)
` [U-Boot] [PATCH 21/24] tegra124: Implement spl_was_boot_source()

[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  (7+ 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  (5+ 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  (3+ messages)

[PATCH 1/4] libata: Allow NCQ TRIM to be enabled or disabled with a module parameter
 2015-05-05 17:50 UTC  (3+ messages)
` [PATCH 2/4] libata: Expose TRIM capability in sysfs

About bootmem allocation/freeing flow
 2015-05-05 17:50 UTC  (2+ messages)

[PATCH 0/6] staging: comedi: gsc_hpdi: some clean-ups
 2015-05-05 17:47 UTC  (14+ 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 0/5] target/rbd: distributed lun reset support
 2015-05-05 17:49 UTC  (2+ messages)

[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 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:48 UTC  (5+ messages)
` [PATCH v4 1/2] libahci: Add support to handle HOST_IRQ_STAT as edge trigger latch

linux-rdma repository url
 2015-05-05 17:47 UTC 

[Qemu-devel] [PATCH 0/5] TriCore bugfixes
 2015-05-05 17:47 UTC  (6+ messages)
` [Qemu-devel] [PATCH 1/5] target-tricore: Fix LOOP using wrong register for compare
` [Qemu-devel] [PATCH 2/5] target-tricore: fix SLR_LD_W and SLR_LD_W_POSTINC insn being a 2 byte memory access insted of 4
` [Qemu-devel] [PATCH 3/5] target-tricore: fix BO_OFF10_SEXT calculating the wrong offset
` [Qemu-devel] [PATCH 4/5] target-tricore: fix rslcx restoring the upper context instead of the lower
` [Qemu-devel] [PATCH 5/5] target-tricore: fix rfe not restoring the PC

Layer/recipes configure: Different versions adapted
 2015-05-05 17:47 UTC  (2+ messages)

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


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.