All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-09-10 02:08:05 to 2015-09-10 04:29:45 UTC [more...]

[PATCH v2 0/7] Make cpuid <-> nodeid mapping persistent
 2015-09-10  4:27 UTC  (9+ messages)
` [PATCH v2 1/7] x86, numa: Move definition of find_near_online_node() forward
` [PATCH v2 2/7] x86, numa: Introduce a node to node array to map a node to its best online node
` [PATCH v2 3/7] x86, gfp: Cache best near node for memory allocation
` [PATCH v2 4/7] x86, acpi, cpu-hotplug: Enable acpi to register all possible cpus at boot time
` [PATCH v2 5/7] x86, acpi, cpu-hotplug: Introduce apicid_to_cpuid[] array to store persistent cpuid <-> apicid mapping
` [PATCH v2 6/7] x86, acpi, cpu-hotplug: Enable MADT APIs to return disabled apicid
` [PATCH v2 7/7] x86, acpi, cpu-hotplug: Set persistent cpuid <-> nodeid mapping when booting

[PATCH net] cxgb4: changes for new firmware 1.14.4.0
 2015-09-10  4:25 UTC 

[PATCH 1/6] Staging: iio: addac: adt7316.c : Prefer using BIT macro
 2015-09-10  4:24 UTC  (7+ messages)
` [PATCH 2/6] Staging: iio: cdc: ad7152.c: Prefer using the "
` [PATCH 3/6] Staging: iio: meter: "
` [PATCH 4/6] Staging: iio: cdc: ad7746.c: "
` [PATCH 5/6] Staging: iio: impedance-analyzer: "
` [PATCH 6/6] Staging: iio: resolver: "

(unknown),
 2015-09-10  4:23 UTC 

[PATCH 00/17] thermal: add COMPILE_TEST (on drivers)
 2015-09-10  4:23 UTC  (21+ messages)
` [PATCH 01/17] thermal: hisi: allow compile test
` [PATCH 02/17] thermal: spear: "
` [PATCH 03/17] thermal: rockchip: "
` [PATCH 04/17] thermal: kirkwood: "
` [PATCH 05/17] thermal: dove: "
` [PATCH 06/17] thermal: u8500: "
` [PATCH 07/17] thermal: armada: "
` [PATCH 08/17] thermal: tegra: "
` [PATCH 09/17] thermal: powerclamp: "
` [PATCH 10/17] thermal: intel_soc_dts_iosf: "
` [PATCH 11/17] thermal: intel_soc_dts: "
` [PATCH 12/17] thermal: intel_quark: "
` [PATCH 13/17] thermal: int340x: "
` [PATCH 14/17] thermal: exynos: "
` [PATCH 15/17] thermal: st: "
` [PATCH 16/17] thermal: qcom_spmi: "
` [PATCH 17/17] thermal: ti-soc: "

(no subject)
 2015-09-10  4:22 UTC 

[Qemu-devel] [PATCH 0/3] monitor: throttle VSERPORT_CHANGED by "id"
 2015-09-10  4:22 UTC  (3+ messages)

[RFC PATCH] clocksource: exynos_mct: use container_of() instead of this_cpu_ptr()
 2015-09-10  4:21 UTC  (2+ messages)

[PATCH 1/1] thermal: ti-soc: Kconfig fix to avoid menu showing wrongly
 2015-09-10  4:17 UTC 

MacbookPro12,1 Bluetooth not found by Bluez
 2015-09-10  4:10 UTC  (5+ messages)

[PATCH 00/11] clk: samsung: exynos7: Cleanup of clock file
 2015-09-10  4:08 UTC  (15+ messages)
` [PATCH 05/11] clk: samsung: exynos7: Corrects CMU_PERIC0 clocks names
` [PATCH 06/11] clk: samsung: exynos7: Corrects CMU_PERIC1 "
` [PATCH 07/11] clk: samsung: exynos7: Corrects CMU_PERIS "
` [PATCH 08/11] clk: samsung: exynos7: Corrects CMU_FSYS0 "
` [PATCH 09/11] clk: samsung: exynos7: Corrects CMU_FSYS1 "
` [PATCH 10/11] clk: samsung: exynos7: Add missing fixed_clks to cmu_info
` [PATCH 11/11] clk: samsung: exynos7: Add required clock tree for UFS

[PATCH] igb: don't unmap hw_addr if its NULL
 2015-09-10  4:07 UTC  (2+ messages)
` [Intel-wired-lan] "

[Qemu-devel] [PATCH RFC v4 00/29] qapi-ify netdev_add, and other post-introspection cleanups
 2015-09-10  4:06 UTC  (30+ messages)
` [Qemu-devel] [PATCH RFC v4 01/29] qapi: Provide nicer array names in introspection
` [Qemu-devel] [PATCH RFC v4 02/29] net: use Netdev instead of NetClientOptions in client init
` [Qemu-devel] [PATCH RFC v4 03/29] qapi: use 'type' in generated C code to match QMP union wire form
` [Qemu-devel] [PATCH RFC v4 04/29] vnc: hoist allocation of VncBasicInfo to callers
` [Qemu-devel] [PATCH RFC v4 05/29] qapi: Unbox base members
` [Qemu-devel] [PATCH RFC v4 06/29] qapi-visit: Remove redundant functions for flat union base
` [Qemu-devel] [PATCH RFC v4 07/29] qapi: Test use of 'number' within alternates
` [Qemu-devel] [PATCH RFC v4 08/29] qapi: Simplify visiting of alternate types
` [Qemu-devel] [PATCH RFC v4 09/29] qapi: Hide tag_name data member of variants
` [Qemu-devel] [PATCH RFC v4 10/29] qapi: Fix alternates that accept 'number' but not 'int'
` [Qemu-devel] [PATCH RFC v4 11/29] qapi: Don't pass pre-existing error to later call
` [Qemu-devel] [PATCH RFC v4 12/29] qapi: Use consistent generated code patterns
` [Qemu-devel] [PATCH RFC v4 13/29] qapi: Add tests for empty unions
` [Qemu-devel] [PATCH RFC v4 14/29] qapi: Rework deallocation of partial struct
` [Qemu-devel] [PATCH RFC v4 15/29] qapi: Avoid use of 'data' member of qapi unions
` [Qemu-devel] [PATCH RFC v4 16/29] qapi: Forbid empty unions and useless alternates
` [Qemu-devel] [PATCH RFC v4 17/29] qapi: Drop useless 'data' member of unions
` [Qemu-devel] [PATCH RFC v4 18/29] qapi: Remove dead visitor code
` [Qemu-devel] [PATCH RFC v4 19/29] qapi: Document visitor interfaces
` [Qemu-devel] [PATCH RFC v4 20/29] qapi: Plug leaks in test-qmp-input-visitor
` [Qemu-devel] [PATCH RFC v4 21/29] qapi: Test failure in middle of array parse
` [Qemu-devel] [PATCH RFC v4 22/29] qapi: Change visit_type_FOO() to no longer return partial objects
` [Qemu-devel] [PATCH RFC v4 23/29] qapi: Plumb in 'box' to qapi generator lower levels
` [Qemu-devel] [PATCH RFC v4 24/29] qapi: Implement boxed structs for commands/events
` [Qemu-devel] [PATCH RFC v4 25/29] qapi: Support boxed unions
` [Qemu-devel] [PATCH RFC v4 26/29] qapi: Clean up qapi.py per pep8
` [Qemu-devel] [PATCH RFC v4 27/29] qapi: Change Netdev into a flat union
` [Qemu-devel] [PATCH RFC v4 28/29] net: Use correct type for bool flag
` [Qemu-devel] [PATCH RFC v4 29/29] net: Complete qapi-fication of netdev_add

[PATCH 0/6] sched/fair: Compute capacity invariant load/utilization tracking
 2015-09-09 20:15 UTC  (12+ messages)
` [PATCH 5/6] sched/fair: Get rid of scaling utilization by capacity_orig

linux-next: Tree for Sep 10
 2015-09-10  4:02 UTC 

[U-Boot] [PATCH v4 00/11] x86: quark: Convert to driver model
 2015-09-10  3:58 UTC  (5+ messages)
` [U-Boot] [PATCH v4 08/11] dm: pci: Add an inline API to test if a device is on a PCI bus
` [U-Boot] [PATCH v4 11/11] x86: quark: Add PCIe/USB static register programming after memory init

[U-Boot] [PATCH 0/8] x86: quark: Convert to driver model
 2015-09-10  3:58 UTC  (4+ messages)
` [U-Boot] [PATCH 3/8] x86: Convert to use driver model pci on quark/galileo

[U-Boot] [PATCH v2 00/11] x86: quark: Convert to driver model
 2015-09-10  3:58 UTC  (8+ messages)
` [U-Boot] [PATCH v2 09/11] net: designware: Add support to PCI designware devices

[Buildroot] [PATCH 00/14] Update Freescale packages to 3.14.28-1.0.0_ga
 2015-09-10  3:55 UTC  (3+ messages)
` [Buildroot] [PATCH 02/14] kobs-ng: remove obsolete package

[Qemu-devel] [PATCH 0/7 v7] vhost-user multiple queue support
 2015-09-10  3:57 UTC  (4+ messages)
` [Qemu-devel] [PATCH 5/7] vhost_net: move vhost_net_set_vq_index ahead at vhost_net_init

Early processes (daemons) do not report audit events
 2015-09-10  3:50 UTC 

New Surface 3 (atom x7) having problems with ACPI regions
 2015-09-10  3:46 UTC  (2+ messages)

[PATCH] x86/efi: Map EFI memmap entries in-order at runtime
 2015-09-10  3:38 UTC  (7+ messages)

[linux-3.14 bisection] complete test-amd64-i386-xl-vhd
 2015-09-10  3:38 UTC 

[U-Boot] [PATCH 1/2] ARM: tegra124: Clear IDDQ when enabling PLLC
 2015-09-10  3:37 UTC  (2+ messages)

[Qemu-devel] qmp_device_add() ret_data argument
 2015-09-10  3:36 UTC  (2+ messages)

[PATCH] x86: wmi: Remove private %pUL implementation
 2015-09-10  3:34 UTC  (3+ messages)

[LTP] Moving the mailing list
 2015-09-10  3:34 UTC  (2+ messages)

[PATCH 1/5] Staging: rtl8192u: ieee80211: Replace "#include <asm/uaccess>" with "#include <linux/uaccess>"
 2015-09-10  3:33 UTC  (5+ messages)
` [PATCH 2/5] Staging: rtl8192u: ieee80211: ieee80211_softmac.c: "
` [PATCH 3/5] Staging: rtl8192u: ieee80211: ieee80211_module.c: "
` [PATCH 4/5] Staging: rtl8192u: r8192U_core.c: "
` [PATCH 5/5] Staging: wilc1000: "

SH FDPIC ABI spec/binutils and kernel conflict on flag definitions
 2015-09-10  3:34 UTC 

[Qemu-devel] Status of auto-generated ID feature
 2015-09-10  3:32 UTC 

[PATCH 2/2 v2] net: Remove VRF change to udp_sendmsg
 2015-09-10  3:32 UTC  (5+ messages)

[PATCH v2] r8169: Fix sleeping function called during get_stats64
 2015-09-10  3:31 UTC  (2+ messages)

[PATCH net v2 1/1] net: fec: add netif status check before set mac address
 2015-09-10  3:30 UTC  (2+ messages)

[Qemu-devel] [PATCH] ui/cocoa.m: Add Mount image file menu item
 2015-09-10  3:28 UTC  (7+ messages)

[Qemu-devel] OVMF BoF @ KVM Forum 2015
 2015-09-10  3:26 UTC  (11+ messages)
  ` [Qemu-devel] EDK II & GPL - Re: [edk2] "
    ` [Qemu-devel] [edk2] EDK II & GPL - "
                `  "

Missing return check of of_property_read_*()
 2015-09-10  3:23 UTC  (10+ messages)

[Qemu-devel] [PATCH v4 00/38] blockdev: BlockBackend and media
 2015-09-10  3:22 UTC  (7+ messages)
` [Qemu-devel] [PATCH v4 29/38] blockdev: Add blockdev-insert-medium

OVMF/Xen, Debian wheezy can't boot with NX on stack (Was: Re: [edk2] [PATCH] OvmfPkg: prevent code execution from DXE stack)
 2015-09-10  3:21 UTC  (5+ messages)
                  ` [edk2] OVMF/Xen, Debian wheezy can't boot with NX on stack (Was: "

[PATCH] hp-wmi: limit hotkey enable
 2015-09-10  3:19 UTC  (8+ messages)

[U-Boot] DM: uclass for timer
 2015-09-10  3:11 UTC  (3+ messages)

[Bug 91954] New: "link training failed": nouveau does not recover from monitor suspend
 2015-09-10  3:10 UTC  (2+ messages)
  ` [Bug 91954] "

[nightly] Distroless meta-ti/master minimal build 2015-09-09_21-01-41
 2015-09-10  3:07 UTC 

[PATCH] NVMe: Force cancel commands on hot-removal
 2015-09-10  3:06 UTC  (7+ messages)

--progress option for git submodule update?
 2015-09-10  3:06 UTC  (3+ messages)

[PATCH 1/3] mmc: sd: Remove superfluous error code assignment
 2015-09-10  3:02 UTC  (4+ messages)
` [PATCH 2/3] mmc: sd: Allow calling sd mode switch with retries

[PATCH v2 1/2] staging: wilc1000: remove kmalloc wrapper
 2015-09-10  3:03 UTC  (2+ messages)
` [PATCH v2 2/2] staging: wilc1000: delete wilc_memory.c and wilc_memory.h

[PATCH]SCSI:Refine the way to fix NULL pointer dereference in runtime PM
 2015-09-10  2:23 UTC  (3+ messages)
` [PATCH 1/2]Revert "SCSI: Fix NULL pointer dereference in runtime PM"

[PATCH v2 0/1] USB DWC2 parity fix in isochronous mode
 2015-09-10  2:59 UTC  (10+ messages)
` [PATCH v2 1/1] usb: dwc2: gadget: "

[PATCH] staging: wilc1000: remove BROKEN status
 2015-09-10  2:59 UTC 

[lkp] [x86, fpu] 47a16b7635:
 2015-09-10  2:54 UTC  (2+ messages)
`  "

[PATCH V6] Report interrupt(s) that caused system wakeup
 2015-09-10  2:57 UTC  (4+ messages)

[PATCH net-next] Revert "net/ipv6: add sysctl option accept_ra_min_hop_limit"
 2015-09-10  2:54 UTC  (4+ messages)

cron job: media_tree daily build: OK
 2015-09-10  2:52 UTC 

[Qemu-devel] [PATCH v2] spapr_drc: don't allow 'empty' DRCs to be unisolated
 2015-09-10  2:50 UTC  (5+ messages)

[PATCH V3 0/4] PCI: ACPI: Setting up DMA coherency for PCI device from _CCA attribute
 2015-09-10  2:48 UTC  (6+ messages)

[PATCH V7] Report interrupt that caused system wakeup
 2015-09-10  2:48 UTC 

[U-Boot] [PATCH 0/5] RFC: usb: Drop requirement for USB unbinding
 2015-09-10  2:45 UTC  (4+ messages)
` [U-Boot] [PATCH 4/5] dm: usb: Add support for USB keyboards with driver model

[U-Boot] [PATCH v2 0/2] This series adds an ability to use pl01x for early debug output
 2015-09-10  2:45 UTC  (5+ messages)
` [U-Boot] [PATCH v2 1/2] arm: serial: Add debug UART capability to the pl01x driver
` [U-Boot] [PATCH v2 2/2] arm: serial: Add Kconfig entries to facilitate usage of the pl01x driver for early debug output

[Bug 91919] Black layout options in libreoffice impress
 2015-09-10  2:44 UTC  (2+ messages)

[Qemu-devel] [PATCH qemu v2 0/2] spapr_pci: Merge spapr-vfio-phb into spapr-phb
 2015-09-10  2:43 UTC  (3+ messages)
` [Qemu-devel] [PATCH qemu v2 2/2] spapr_pci: Remove constraints about VFIO-PCI devices

[PATCH 2/2] SCSI: Fix NULL pointer dereference in RTPM of block layer
 2015-09-10  2:24 UTC  (2+ messages)

[Bug 91951] [radeonsi] Arma 3 crashes: Too many fragment shader texture samplers
 2015-09-10  2:40 UTC  (2+ messages)

[PATCH 0/4] Fix for btrfs-convert chunk type and fsck support
 2015-09-10  2:37 UTC  (6+ messages)
` [PATCH v2 1/5] btrfs-progs: fsck: Add check for extent and parent chunk type
` [PATCH v2 2/5] btrfs-progs: utils: Check nodesize against features
` [PATCH v2 3/5] btrfs-progs: convert: force convert to used mixed block group
` [PATCH v2 4/5] btrfs-progs: util: add parameter for btrfs_list_all_fs_features
` [PATCH v2 5/5] btrfs-progs: convert-test: Disable different nodesize test

[Bug 91930] Program with GtkGLArea widget does not redraw
 2015-09-10  2:38 UTC  (2+ messages)

[PCC] d3c68f218f: PCCT header not found
 2015-09-10  2:38 UTC  (3+ messages)
` [lkp] "

[Intel-wired-lan] [jkirsher-next-queue:dev-queue] 0ed3cd04516311ba4cd872da7351436bebaa350b BUILD DONE
 2015-09-10  2:35 UTC 

[PATCH V7 1/3] genalloc:support memory-allocation with bytes-alignment to genalloc
 2015-09-10  2:34 UTC  (14+ messages)
` [PATCH V7 2/3] qe_common: add qe_muram_ functions to manage muram

[PATCH 1/2] ASoC: wm8960: correct the min gain value of some PGA
 2015-09-10  1:20 UTC  (6+ messages)
` [PATCH 2/2] ASoC: wm8960: correct gain value for input PGA and add microphone PGA

[PATCH 0/2] ASoC: atmel-classd: add the Audio Class D Amplifier
 2015-09-10  2:31 UTC  (12+ messages)
` [PATCH 1/2] ASoC: atmel-classd: add the Audio Class D Amplifier code

[PATCH 1/3] perf probe: Free perf probe event in cleanup_perf_probe_events()
 2015-09-10  2:27 UTC  (3+ messages)
` [PATCH 2/3] perf probe: Export init/exit_probe_symbol_maps()
` [PATCH 3/3] perf probe: Move init/exit_probe_symbol_maps() into callers

[lkp] [fs/file.c] 8a81252b77: 14.2% will-it-scale.per_thread_ops
 2015-09-10  2:30 UTC  (2+ messages)
`  "

socket can receive order
 2015-09-10  2:29 UTC  (6+ messages)

[PATCH RFC 0/3] Rework nfnetlink_queue conntrack support
 2015-09-10  2:26 UTC  (6+ messages)
  ` [PATCH lnf-queue] examples: attaching a conntrack information
        ` [PATCHv2 "

[PATCH v2 1/5] perf probe: Split add_perf_probe_events()
 2015-09-10  2:23 UTC  (3+ messages)

[lkp] [drm/i915] aaf5ec2e51: [drm:gen8_irq_handler [i915]] *ERROR* The master control interrupt lied (SDE)!
 2015-09-10  2:22 UTC  (2+ messages)
`  "

Thiết kế website trọn gói chuẩn Seo 3,000,000 vnđ - Tặng gói quảng cáo google 500k
 2015-09-10  2:21 UTC 

[qemu-upstream-4.5-testing test] 61618: regressions - trouble: broken/fail/pass
 2015-09-10  2:17 UTC 

[PATCH] Documentation: Remove misleading examples of the barriers in wake_*()
 2015-09-10  2:16 UTC  (3+ messages)

New CT firmware beta-15 available
 2015-09-10  2:14 UTC  (4+ messages)

[PATCH] fsl/powerpc/b4860: Removed LIODN register from sRIO node
 2015-09-10  2:01 UTC 

[4.2, Regression] Queued spinlocks cause major XFS performance regression
 2015-09-10  2:09 UTC  (16+ messages)

[sched/fair] 7ea241afbf: 2.9% ebizzy.throughput.per_thread.min, +218.0% unixbench.score
 2015-09-10  2:08 UTC 

[PATCH 1/4] staging: wilc1000: remove kmalloc wrapper
 2015-09-10  2:08 UTC  (4+ messages)
` [PATCH 3/4] staging: wilc1000: delete wilc_oswrapper.h and wilc_platform.h


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.