All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-05-05 16:24:04 to 2015-05-05 16:47:58 UTC [more...]

[PATCH] sched: Handle priority boosted tasks proper in setscheduler()
 2015-05-05 16:42 UTC  (4+ messages)

[Qemu-devel] [PULL 00/40] drop qapi nested structs
 2015-05-05 16:47 UTC  (30+ messages)
` [Qemu-devel] [PULL 01/40] qapi: Add copyright declaration on docs
` [Qemu-devel] [PULL 02/40] qapi: Document type-safety considerations
` [Qemu-devel] [PULL 03/40] qapi: Simplify builtin type handling
` [Qemu-devel] [PULL 04/40] qapi: Fix generation of 'size' builtin type
` [Qemu-devel] [PULL 05/40] qapi: Require ASCII in schema
` [Qemu-devel] [PULL 06/40] qapi: Add some enum tests
` [Qemu-devel] [PULL 07/40] qapi: Better error messages for bad enums
` [Qemu-devel] [PULL 08/40] qapi: Add some union tests
` [Qemu-devel] [PULL 09/40] qapi: Clean up test coverage of simple unions
` [Qemu-devel] [PULL 10/40] qapi: Forbid base without discriminator in unions
` [Qemu-devel] [PULL 11/40] qapi: Tighten checking of unions
` [Qemu-devel] [PULL 12/40] qapi: Prepare for catching more semantic parse errors
` [Qemu-devel] [PULL 13/40] qapi: Segregate anonymous unions into alternates in generator
` [Qemu-devel] [PULL 14/40] qapi: Rename anonymous union type in test
` [Qemu-devel] [PULL 15/40] qapi: Document new 'alternate' meta-type
` [Qemu-devel] [PULL 16/40] qapi: Use 'alternate' to replace anonymous union
` [Qemu-devel] [PULL 17/40] qapi: Add some expr tests
` [Qemu-devel] [PULL 18/40] qapi: Better error messages for bad expressions
` [Qemu-devel] [PULL 19/40] qapi: Add tests of redefined expressions
` [Qemu-devel] [PULL 20/40] qapi: Better error messages for duplicated expressions
` [Qemu-devel] [PULL 21/40] qapi: Allow true, false and null in schema json
` [Qemu-devel] [PULL 22/40] qapi: Unify type bypass and add tests
` [Qemu-devel] [PULL 24/40] qapi: More rigourous checking of types
` [Qemu-devel] [PULL 25/40] qapi: Require valid names
` [Qemu-devel] [PULL 26/40] qapi: Whitelist commands that don't return dictionary
` [Qemu-devel] [PULL 27/40] qapi: More rigorous checking for type safety bypass
` [Qemu-devel] [PULL 29/40] qapi: Document 'struct' metatype
` [Qemu-devel] [PULL 31/40] qapi: Forbid 'type' in schema
` [Qemu-devel] [PULL 40/40] qapi: Check for member name conflicts with a base class

[PATCH 0/2] ARM: AM43xx: PRM: fix reset handling issues
 2015-05-05 16:47 UTC  (5+ messages)
` [PATCH 1/2] ARM: OMAP4+: PRM: add support for passing status register/bit info to reset

[PATCH 000/208] big x86 FPU code rewrite
 2015-05-05 16:24 UTC  (37+ 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 004/208] x86/fpu: Rename fpu_detect() to fpu__detect()
` [PATCH 005/208] x86/fpu: Remove stale init_fpu() prototype
` [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 016/208] x86/fpu: Rename fpu_init() to fpu__cpu_init()
` [PATCH 023/208] x86/fpu: Fix header file dependencies of fpu-internal.h
` [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 031/208] x86/fpu: Factor out the FPU bug detection code into fpu__init_check_bugs()
` [PATCH 033/208] x86/fpu: Remove fpu_xsave()
` [PATCH 034/208] x86/fpu: Move task_xstate_cachep handling to core.c
` [PATCH 038/208] x86/fpu: Make kernel_fpu_disable/enable() static
` [PATCH 041/208] x86/fpu: Remove __save_init_fpu()
` [PATCH 042/208] x86/fpu: Move fpu_copy() to fpu/core.c
` [PATCH 046/208] x86/fpu: Change __thread_clear_has_fpu() to 'struct fpu' parameter
` [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 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 057/208] x86/fpu: Use 'struct fpu' in fpu_lazy_restore()
` [PATCH 060/208] x86/fpu: Use 'struct fpu' in switch_fpu_prepare()
` [PATCH 064/208] x86/fpu: Use 'struct fpu' in fpu__save()
` [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 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'

Front speakers doesn't work in multichannel output, regression in ALC888
 2015-05-05 16:47 UTC  (2+ messages)

The first infernalis dev release will be v9.0.0
 2015-05-05 16:45 UTC  (3+ messages)

[RFC PATCH 00/13] KVM: x86: SMM support
 2015-05-05 16:45 UTC  (7+ messages)
` [PATCH 02/13] KVM: reuse memslot in kvm_write_guest_page
` [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] drm/i915/bxt: Port PLL programming BUN
 2015-05-05 16:44 UTC  (3+ messages)

[PATCH] xen/arm: p2m: Restrict preemption check in apply_p2m_changes
 2015-05-05 16:31 UTC  (3+ messages)

[Cluster-devel] [GFS2] gfs2: handle NULL rgd in set_rgrp_preferences
 2015-05-05 16:43 UTC  (2+ messages)

[PATCH 00/21] ARCNET: Defibrillation
 2015-05-05 16:43 UTC  (7+ messages)

GitHub sandbox for the DPDK community
 2015-05-05 16:43 UTC  (9+ messages)

[PATCH 00/27] gpio: Allow compile test of GPIO consumers if !GPIOLIB
 2015-05-05 16:32 UTC  (39+ 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: "
    ` [lm-sensors] "
  ` [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: "

Removed disk vs. failed disk?
 2015-05-05 16:42 UTC 

[U-Boot] [PATCH] powerpc/mpc85xx: Add board support for ucp1020
 2015-05-05 16:42 UTC  (2+ messages)

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

[U-Boot] [PATCH] powerpc/mpc85xx: Fix compiling error for common/cmd_gpio.c
 2015-05-05 16:41 UTC  (2+ messages)

Device Tree Blob (DTB) licence
 2015-05-05 16:41 UTC  (3+ messages)

[U-Boot] [PATCH] t4240qds: apply some updates
 2015-05-05 16:40 UTC  (4+ messages)

[PATCH 0/7] staging: fsl-mc: New functionality to the MC bus driver
 2015-05-05 16:40 UTC  (7+ messages)
` [PATCH 1/7] staging: fsl-mc: MC bus IRQ support

[U-Boot] [PATCH] t2080rdb/rcw: update ddr frequency from 1600MT/s to 1867MT/s
 2015-05-05 16:40 UTC  (2+ messages)

[PATCH 0/3] Drop more omap3 legacy board-*.c files for v4.2
 2015-05-05 16:39 UTC  (5+ messages)

[U-Boot] [PATCH v3 4/4] powerpc/t2080qds: enable eSDHC peripheral clock support
 2015-05-05 16:39 UTC  (2+ messages)

[U-Boot] [PATCH v3 3/4] mmc: fsl_esdhc: Add peripheral clock support
 2015-05-05 16:39 UTC  (2+ messages)

[update report]proc.5: account pmd page tables to the process
 2015-05-05 16:39 UTC  (3+ messages)

[PATCH] add documentation for get_phys_pages and get_av_phys_pages
 2015-05-05 16:39 UTC  (3+ messages)

[U-Boot] [PATCH v3 2/4] powerpc/t2080qds: enable eSDHC adapter card type identification
 2015-05-05 16:38 UTC  (2+ messages)

[PATCH net-next V7 0/2] openvswitch: Add support for 802.1AD
 2015-05-05 16:38 UTC  (4+ messages)
` [PATCH net-next V7 2/2] openvswitch: 802.1ad: Flow handling, actions, and vlan parsing

[U-Boot] [PATCH v3 1/4] mmc: fsl_esdhc: Add adapter card type identification support
 2015-05-05 16:38 UTC  (2+ messages)

Renaming Xen Project Hackathons
 2015-05-05 16:38 UTC 

[U-Boot] [PATCH] board/t2080rdb: reset cs4315 phy
 2015-05-05 16:37 UTC  (2+ messages)

[PATCH V7 0/6] large PEBS interrupt threshold
 2015-05-05 16:36 UTC  (7+ messages)
` [PATCH V7 3/6] perf, x86: handle multiple records in PEBS buffer

[U-Boot] [PATCH] fsl/deepsleep: avoid the DDR restore from being optimized out
 2015-05-05 16:36 UTC  (2+ messages)

[U-Boot] [PATCH] powerpc/mpc85xx: Don't deref NULL if qman portal lacks cell-index
 2015-05-05 16:36 UTC  (2+ messages)

hard lockup while balance was running killed my raid5
 2015-05-05 16:36 UTC 

[U-Boot] [PATCH] board/t102x: use fdt_setprop_string instead of fdt_setprop
 2015-05-05 16:35 UTC  (2+ messages)

[U-Boot] [RFC] powerpc: add 2 common dcache assembly functions
 2015-05-05 16:35 UTC  (2+ messages)
` [U-Boot] [U-Boot, RFC] "

[RFC PATCH 00/22] perf tools: introduce 'perf bpf' command to load eBPF programs
 2015-05-05 16:34 UTC  (7+ messages)
` [RFC PATCH 01/22] perf: probe: avoid segfault if passed with ''
` [RFC PATCH 21/22] perf bpf: probe at kprobe points

[PATCH v3 0/6] ARM: l2c / shmobile: r8a7740 : Shared Override
 2015-05-05 16:34 UTC  (8+ messages)
` [PATCH v3 1/6] ARM: l2c: Add DT support for "

[PATCH 1/4] dw2102: remove unnecessary printing of MAC address
 2015-05-05 16:33 UTC  (4+ messages)
` [PATCH 2/4] dw2102: remove unnecessary newline from log printouts
` [PATCH 3/4] dw2102: debugging improvements
` [PATCH 4/4] dw2102: resync fifo when demod locks

[U-Boot] [PATCH v4] powerpc/t1023rdb: Add T1023 RDB board support
 2015-05-05 16:33 UTC  (2+ messages)

[PATCH v2] completion: remove credential helpers from porcelain commands
 2015-05-05 16:33 UTC 

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)

earlycon: no match?
 2015-05-05 16:32 UTC  (11+ messages)

[U-Boot] [PATCH] fsl/pci: Set CFG_READY for PCIe v3.0 and later
 2015-05-05 16:32 UTC  (2+ messages)

[PATCH v3] power_supply: Add support for Richtek rt9455 battery charger
 2015-05-05 16:32 UTC 

Preparing hammer v0.94.2 release
 2015-05-05 16:30 UTC  (2+ messages)

[PATCH] sched: Relax a restriction in sched_rt_can_attach()
 2015-05-05 16:31 UTC  (11+ messages)

[U-Boot] [PATCH v3] T2080QDS/PCIe: Soft Reset PCIe on T2080QDS for down-training issue
 2015-05-05 16:30 UTC  (2+ messages)

[PATCH] iio: mcp320x: Fix occasional incorrect readings
 2015-05-05 16:29 UTC 

[Qemu-devel] [PATCH v8 00/40] drop qapi nested structs
 2015-05-05 16:28 UTC  (5+ messages)
` [Qemu-devel] [PATCH v8 20/40] qapi: Better error messages for duplicated expressions

[U-Boot] [PATCH] powerpc/t4rdb: Add SD boot support for T4240RDB board
 2015-05-05 16:29 UTC  (2+ messages)

[PATCH] drm/amdkfd: allow unregister process with queues
 2015-05-05 16:28 UTC  (2+ messages)

[U-Boot] [PATCH] drivers: usb: fsl: Workaround for Erratum A004477
 2015-05-05 16:28 UTC  (6+ messages)

[PATCH 1/2] drm/amdkfd: Use new struct for asic specific ops
 2015-05-05 16:28 UTC  (3+ messages)
` [PATCH 2/2] drm/amdkfd: make the sdma vm init to be asic specific

[GIT PULL] EFI urgent fixes
 2015-05-05 16:27 UTC 

[RFC] How implement Secure Data Path ?
 2015-05-05 16:27 UTC  (3+ messages)

Xen/arm: Virtual ITS command queue handling
 2015-05-05 16:27 UTC  (4+ messages)

[U-Boot] [PATCH] mpc85xx/T4240EMU: Remove T4240EMU board
 2015-05-05 16:27 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 0/4] qtest: base64 r/w and faster memset
 2015-05-05 16:26 UTC  (8+ messages)
` [Qemu-devel] [PATCH v2 4/4] libqos/ahci: Swap memread/write with bufread/write

[U-Boot] [PATCH 01/24] usb: add device connection/disconnection detection
 2015-05-05 16:26 UTC  (6+ messages)
` [U-Boot] [PATCH 24/24] tegra124: Expand SPL space by 8KB

[U-Boot] [PATCH] powerpc/mpc85xx: Use GOT when loading IVORs post-relocation
 2015-05-05 16:26 UTC  (3+ messages)

[meta-security][PATCH] suricata: Fix QA warnings
 2015-05-05 16:25 UTC  (3+ messages)

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

Ahoj!
 2015-05-05 16:24 UTC 

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

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


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.