All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-05-05 17:32:07 to 2015-05-05 18:03:03 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  (26+ messages)
` [PATCH 162/208] x86/fpu, crypto x86/cast6_avx: Simplify the cast6_init() xfeature checks
` [PATCH 164/208] x86/fpu, crypto x86/serpent_avx2: Simplify the init() "
` [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 170/208] x86/fpu: Rename save_xstate_sig() to copy_fpstate_to_sigframe()
` [PATCH 176/208] x86/alternatives, x86/fpu: Add 'alternatives_patched' debug flag and use it in xsave_state()
` [PATCH 179/208] x86/fpu: Move all the fpu__*() high level methods closer to each other
` [PATCH 182/208] x86/fpu: Move the signal frame handling code "
` [PATCH 183/208] x86/fpu: Merge fpu__reset() and fpu__clear()
` [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 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 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

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

[Buildroot] [PATCHv2] package/at: fix glibcism
 2015-05-05 17:57 UTC 

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)

[PATCH] prefix_path(): Unconditionally free result of prefix_path
 2015-05-05 17:56 UTC  (5+ messages)

[BUG] deamon.c does not compile when NO_IPV6 is used
 2015-05-05 17:55 UTC  (2+ 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  (9+ messages)
` [Intel-wired-lan] [net-next S4 01/15] i40e: Collect PFC XOFF RX stats even in single TC case
` [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
` [Intel-wired-lan] [net-next S4 07/15] i40evf: restore state

[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 

forcing a user@ into the URL if not present
 2015-05-05 17:45 UTC  (7+ messages)

[PATCH net-next v5 00/21] switchdev: spring cleanup
 2015-05-05 17:45 UTC  (23+ messages)
` [PATCH net-next v5 01/21] switchdev: s/netdev_switch_/switchdev_/ and s/NETDEV_SWITCH_/SWITCHDEV_/
` [PATCH net-next v5 02/21] switchdev: s/swdev_/switchdev_/
` [PATCH net-next v5 03/21] switchdev: introduce get/set attrs ops
` [PATCH net-next v5 04/21] switchdev: convert parent_id_get to switchdev attr get
` [PATCH net-next v5 05/21] switchdev: convert STP update to switchdev attr set
` [PATCH net-next v5 06/21] switchdev: introduce switchdev add/del obj ops
` [PATCH net-next v5 07/21] switchdev: add port vlan obj
` [PATCH net-next v5 08/21] rocker: use switchdev add/del obj for bridge port vlans
` [PATCH net-next v5 09/21] switchdev: add bridge port flags attr
` [PATCH net-next v5 10/21] switchdev: add new switchdev bridge setlink
` [PATCH net-next v5 11/21] switchdev: cut over to new switchdev_port_bridge_setlink
` [PATCH net-next v5 12/21] switchdev: remove old switchdev_port_bridge_setlink
` [PATCH net-next v5 13/21] switchdev: add new switchdev_port_bridge_dellink
` [PATCH net-next v5 14/21] switchdev: cut over to "
` [PATCH net-next v5 15/21] switchdev: remove unused switchdev_port_bridge_dellink
` [PATCH net-next v5 16/21] switchdev: add new switchdev_port_bridge_getlink
` [PATCH net-next v5 17/21] switchdev: cut over to "
` [PATCH net-next v5 18/21] switchdev: convert fib_ipv4_add/del over to switchdev_port_obj_add/del
` [PATCH net-next v5 19/21] switchdev: remove NETIF_F_HW_SWITCH_OFFLOAD feature flag
` [PATCH net-next v5 20/21] rocker: make checkpatch -f clean
` [PATCH net-next v5 21/21] switchdev: bring documentation up-to-date

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

Question about driver category for submission
 2015-05-05 17:43 UTC  (4+ messages)

[Qemu-devel] [PATCH 0/7] disas: Unify target_disas and monitor_disas
 2015-05-05 17:43 UTC  (4+ messages)
` [Qemu-devel] [PATCH 6/7] monitor: "i": Add ARM specifics

newstore performance update
 2015-05-05 17:43 UTC  (12+ messages)
      `  "

[PATCH v7] st implement tape statistics
 2015-05-05 17:42 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/5] Extend TPM support with a QEMU-external TPM
 2015-05-05 17:42 UTC  (12+ messages)

[U-Boot] Compile x86 minnowboard max got error
 2015-05-05 17:42 UTC  (4+ messages)

[U-Boot] [PATCH v4 0/9] dm usb fixes + sunxi dm ehci support
 2015-05-05 17:42 UTC  (20+ messages)
` [U-Boot] [PATCH v4 1/9] dm: usb: Make usb_get_bus easier to use for callers
` [U-Boot] [PATCH v4 2/9] dm: usb: Copy over usb_device values from usb_scan_device() to final usb_device
` [U-Boot] [PATCH v4 3/9] dm: usb: Use usb_get_bus in dm ehci code
` [U-Boot] [PATCH v4 4/9] dm: usb: Fix finding of first upstream usb-2 hub in the ehci dm code
` [U-Boot] [PATCH v4 5/9] dm: usb: Set desc_before_addr from "
` [U-Boot] [PATCH v4 6/9] dm: usb: Add support for interrupt queues to the dm usb code
` [U-Boot] [PATCH v4 7/9] dm: usb: Prefix ehci interrupt-queue functions with _ehci_
` [U-Boot] [PATCH v4 8/9] dm: usb: Add support for interrupt queues to the dm ehci code
` [U-Boot] [PATCH v4 9/9] sunxi: ehci: Convert to the driver-model

[Qemu-devel] [PATCH v6 00/17] s390 cpu model implementation
 2015-05-05 17:41 UTC  (5+ messages)
` [Qemu-devel] [PATCH v6 01/17] Introduce stub routine cpu_desc_avail

[PATCH] systemd-systemctl-native: fix checksum error
 2015-05-05 17:39 UTC  (4+ messages)

[PATCH] completion: remove credential helpers from porcelain commands
 2015-05-05 14:28 UTC  (2+ messages)

[PATCH 00/18] Improve handling of D/F conflicts
 2015-05-05 15:27 UTC  (7+ messages)
` [PATCH 01/18] t1404: new tests of D/F conflicts within ref transactions
` [PATCH 02/18] is_refname_available(): explain the reason for an early exit

[PATCH 0/7] Improve git-pull test coverage
 2015-05-05 16:00 UTC  (4+ messages)
` [PATCH 5/7] t5520: test --rebase with multiple branches

strange error during image build for i.MX6Q based VIA Embedded VAB-820 board
 2015-05-05 17:38 UTC  (2+ messages)

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

Future of installing GRUB to LVM volumes (and loop devices)
 2015-05-05 17:38 UTC  (2+ messages)

[nightly] Core TISDK 2015.05 build 2015-05-05_12-22-14
 2015-05-05 17:38 UTC 

Training page on openembedded.org
 2015-05-05 17:38 UTC 

[PATCH 1/2] powerpc/qman: Change fsl,qman-channel-id to cell-index
 2015-05-05 16:04 UTC  (2+ messages)

[Bug 90320] Lenovo ThinkPad E455 (Kaveri A10-7300): Blank built-in screen with radeon kms driver
 2015-05-05 17:37 UTC 

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

[U-Boot] [PATCH 1/3] net: Implement random ethaddr fallback in eth.c
 2015-05-05 17:36 UTC  (8+ messages)
` [U-Boot] [PATCH 2/3] net: Remove all references to CONFIG_ETHADDR and friends
` [U-Boot] [PATCH 3/3] net: Remove all calls to net_random_ethaddr()

[PATCH] ARM: multi_v7_defconfig: Select more FSL SoCs
 2015-05-05 17:35 UTC 

[PATCHES] NETWORKING
 2015-05-05 17:34 UTC 

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

RFC: combine xprtrdma and svcrdma
 2015-05-05 17:32 UTC  (2+ messages)


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.