messages from 2015-07-07 17:18:38 to 2015-07-07 18:26:47 UTC [more...]
[3.19.y-ckt stable] Linux 3.19.8-ckt3 stable review
2015-07-07 18:22 UTC (4+ messages)
` [PATCH 3.19.y-ckt 001/102] [3.19-stable only] Revert "Drivers: hv: vmbus: Correcting truncation error for constant HV_CRASH_CTL_CRASH_NOTIFY"
` [PATCH 3.19.y-ckt 054/102] MIPS: ralink: Fix clearing the illegal access interrupt
` [PATCH 3.19.y-ckt 065/102] MIPS: Fix enabling of DEBUG_STACKOVERFLOW
[Qemu-devel] [PATCH 1/6] ARM: add Cortex-M3/M4 exception configuration and status registers
2015-07-07 18:25 UTC (5+ messages)
` [Qemu-devel] [PATCH 3/6] ARM: Cortex-M3/M4: honor STKALIGN in CCR
` [Qemu-devel] [PATCH 4/6] ARM: Cortex-M3/M4: on exception, set basic bits in exhandling registers
` [Qemu-devel] [PATCH 5/6] ARM: enable ARM_FEATURE_MPU for Cortex-M3/M4
` [Qemu-devel] [PATCH 6/6] ARM: enable PMSAv7-style MPU on Cortex-M3/M4
[PATCH 0/6] FBC bikesheds
2015-07-07 18:26 UTC
[PATCH] vmxnet3: prevent receive getting out of sequence on napi poll
2015-07-07 18:26 UTC (3+ messages)
[Qemu-devel] [PATCH 0/6] ARM: MPU support for Cortex-M3/M4 emulation
2015-07-07 18:25 UTC
[RFC PATCH] arm64: force CONFIG_SMP=y and remove redundant #ifdefs
2015-07-07 18:26 UTC
[Bug 91141] Lots of *ERROR* Couldn't update BO_VA (-22) since drm/radeon: stop using addr to check for BO move
2015-07-07 18:25 UTC (2+ messages)
[PATCH 1/2] mmc: omap_hsmmc: call omap_hsmmc_set_power directly
2015-07-07 18:24 UTC (2+ messages)
` [PATCH 2/2] mmc: omap_hsmmc: regulator automatically released by devm
[RFCv5 PATCH 00/46] sched: Energy cost model for energy-aware scheduling
2015-07-07 18:24 UTC (47+ messages)
` [RFCv5 PATCH 01/46] arm: Frequency invariant scheduler load-tracking support
` [RFCv5 PATCH 02/46] sched: Make load tracking frequency scale-invariant
` [RFCv5 PATCH 03/46] arm: vexpress: Add CPU clock-frequencies to TC2 device-tree
` [RFCv5 PATCH 04/46] sched: Convert arch_scale_cpu_capacity() from weak function to #define
` [RFCv5 PATCH 05/46] arm: Update arch_scale_cpu_capacity() to reflect change to define
` [RFCv5 PATCH 06/46] sched: Make usage tracking cpu scale-invariant
` [RFCv5 PATCH 07/46] arm: Cpu invariant scheduler load-tracking support
` [RFCv5 PATCH 08/46] sched: Get rid of scaling usage by cpu_capacity_orig
` [RFCv5 PATCH 09/46] sched: Track blocked utilization contributions
` [RFCv5 PATCH 10/46] sched: Include blocked utilization in usage tracking
` [RFCv5 PATCH 11/46] sched: Remove blocked load and utilization contributions of dying tasks
` [RFCv5 PATCH 12/46] sched: Initialize CFS task load and usage before placing task on rq
` [RFCv5 PATCH 13/46] sched: Documentation for scheduler energy cost model
` [RFCv5 PATCH 14/46] sched: Make energy awareness a sched feature
` [RFCv5 PATCH 15/46] sched: Introduce energy data structures
` [RFCv5 PATCH 16/46] sched: Allocate and initialize "
` [RFCv5 PATCH 17/46] sched: Introduce SD_SHARE_CAP_STATES sched_domain flag
` [RFCv5 PATCH 18/46] arm: topology: Define TC2 energy and provide it to the scheduler
` [RFCv5 PATCH 19/46] sched: Compute cpu capacity available at current frequency
` [RFCv5 PATCH 20/46] sched: Relocated get_cpu_usage() and change return type
` [RFCv5 PATCH 21/46] sched: Highest energy aware balancing sched_domain level pointer
` [RFCv5 PATCH 22/46] sched: Calculate energy consumption of sched_group
` [RFCv5 PATCH 23/46] sched: Extend sched_group_energy to test load-balancing decisions
` [RFCv5 PATCH 24/46] sched: Estimate energy impact of scheduling decisions
` [RFCv5 PATCH 25/46] sched: Add over-utilization/tipping point indicator
` [RFCv5 PATCH 26/46] sched: Store system-wide maximum cpu capacity in root domain
` [RFCv5 PATCH 27/46] sched, cpuidle: Track cpuidle state index in the scheduler
` [RFCv5 PATCH 28/46] sched: Count number of shallower idle-states in struct sched_group_energy
` [RFCv5 PATCH 29/46] sched: Determine the current sched_group idle-state
` [RFCv5 PATCH 30/46] sched: Add cpu capacity awareness to wakeup balancing
` [RFCv5 PATCH 31/46] sched: Consider spare cpu capacity at task wake-up
` [RFCv5 PATCH 32/46] sched: Energy-aware wake-up task placement
` [RFCv5 PATCH 33/46] sched: Consider a not over-utilized energy-aware system as balanced
` [RFCv5 PATCH 34/46] sched: Enable idle balance to pull single task towards cpu with higher capacity
` [RFCv5 PATCH 35/46] sched: Disable energy-unfriendly nohz kicks
` [RFCv5 PATCH 36/46] sched: Prevent unnecessary active balance of single task in sched group
` [RFCv5 PATCH 37/46] cpufreq: introduce cpufreq_driver_might_sleep
` [RFCv5 PATCH 38/46] sched: scheduler-driven cpu frequency selection
` [RFCv5 PATCH 39/46] sched/cpufreq_sched: use static key for "
` [RFCv5 PATCH 40/46] sched/cpufreq_sched: compute freq_new based on capacity_orig_of()
` [RFCv5 PATCH 41/46] sched/fair: add triggers for OPP change requests
` [RFCv5 PATCH 42/46] sched/{core,fair}: trigger OPP change request on fork()
` [RFCv5 PATCH 43/46] sched/{fair,cpufreq_sched}: add reset_capacity interface
` [RFCv5 PATCH 44/46] sched/fair: jump to max OPP when crossing UP threshold
` [RFCv5 PATCH 45/46] sched/cpufreq_sched: modify pcpu_capacity handling
` [RFCv5 PATCH 46/46] sched/fair: cpufreq_sched triggers for load balancing
UST Create Channel Failed, Why?
2015-07-07 18:23 UTC
[PATCH] arm64: lib: use pair accessors for copy_*_user routines
2015-07-07 18:21 UTC
[PATCH 0/9] locking/qrwlock: get qrwlocks up and running on arm64
2015-07-07 18:19 UTC (24+ messages)
` [PATCH 1/9] locking/qrwlock: include <linux/spinlock.h> for arch_spin_{lock,unlock}
` [PATCH 1/9] locking/qrwlock: include <linux/spinlock.h> for arch_spin_{lock, unlock}
` [PATCH 2/9] locking/qrwlock: avoid redundant atomic_add_return on read_lock_slowpath
` [PATCH 3/9] locking/qrwlock: tidy up rspin_until_writer_unlock
` [PATCH 4/9] locking/qrwlock: implement queue_write_unlock using smp_store_release
` [PATCH 5/9] locking/qrwlock: remove redundant cmpxchg barriers on writer slow-path
` [PATCH 6/9] locking/qrwlock: allow architectures to hook in to contended paths
` [PATCH 7/9] locking/qrwlock: expose internal lock structure in qrwlock definition
` [PATCH 8/9] arm64: cmpxchg: implement cmpxchg_relaxed
` [PATCH 9/9] arm64: locking: replace read/write locks with generic qrwlock code
[U-Boot] [PATCH 00/11 v2] Add more commands for VSC9953 L2 Switch
2015-07-07 18:18 UTC (7+ messages)
` [U-Boot] [PATCH 04/11 v2] drivers/net/vsc9953: Refractor the parser for VSC9953 commands
SDHCI: mdelay() in hot path in esdhc_pltfm_set_clock looses CAN (!) frames
2015-07-07 18:17 UTC (2+ messages)
Performance bottleneck with ndo_start_xmit
2015-07-07 18:14 UTC (3+ messages)
[PATCH] Input/evdev: Add 64bit timestamp support
2015-07-07 18:14 UTC (4+ messages)
[ANNOUNCE] iproute2 4.1.1
2015-07-07 18:14 UTC
[PATCH] Documentation: drm: Fix tablulation in KMS properties table
2015-07-07 18:13 UTC
[PATCH] PCI: Only enable IO window if supported
2015-07-07 18:13 UTC (10+ messages)
[Qemu-devel] [PULL v3 00/28] Migration pull request
2015-07-07 18:12 UTC (2+ messages)
[PATCH 0/2] I2C/SMBus: add support for Host Notify in i2c_i801
2015-07-07 18:11 UTC (9+ messages)
` [PATCH 1/2] i2c: add SMBus Host Notify support
` [PATCH 2/2] i2c: i801: add support of Host Notify
[RFC PATCH v2] PCI: Only enable IO window if supported
2015-07-07 18:11 UTC
[PATCH 0/4] locking/qrwlock: Improve qrwlock performance
2015-07-07 18:10 UTC (10+ messages)
` [PATCH 2/4] locking/qrwlock: Reduce reader/writer to reader lock transfer latency
[PATCH] IB/srp: Avoid using uninitialized variable
2015-07-07 18:10 UTC (3+ messages)
[Qemu-devel] [PATCH] pc: Fix resue of pc-i440fx-2.4 on pc-i440fx-2.3 machine_options
2015-07-07 18:09 UTC (2+ messages)
[Buildroot] Next Buildroot developer meeting: October 3-4 in Dublin, Ireland
2015-07-07 18:08 UTC
[Bug 66963] New: r600: linux 3.11RC1 isn't booting with radeon.dpm=1 option in grub
2015-07-07 18:08 UTC (4+ messages)
` [Bug 66963] Rv6xx dpm problems
Git grep does not support multi-byte characters (like UTF-8)
2015-07-07 18:08 UTC (5+ messages)
[PATCH] freescale:Make receive and transmit functions have a return type of void
2015-07-07 18:07 UTC (2+ messages)
[Qemu-devel] [PULL 00/10] qemu-ga patches for 2.4.0
2015-07-07 18:06 UTC (3+ messages)
` [Qemu-devel] [PATCH] qga: fix build for older versions of mingw
[PATCH] udf: Don't corrupt unalloc spacetable when writing it
2015-07-07 18:06 UTC
[PATCH] Input: elan_i2c - Change the hover event from MT to ST
2015-07-07 18:06 UTC (2+ messages)
[PATCH v4 0/4] virtio: PCI Port Hotplug
2015-07-07 18:04 UTC (3+ messages)
` [PATCH v4 3/4] virtio: free queue memory in virtio_dev_close()
[PATCH 00/12] Color Manager Implementation
2015-07-07 18:01 UTC (3+ messages)
` [PATCH 07/12] drm: Add structures to set/get a palette color property
[Printing-architecture] NOW! - OP Call Tuesday (7 July 2015) - NEW TIME
2015-07-07 18:01 UTC
4.2-rc2 perf build error builtin-stat.c:346: error: declaration of ‘close’ shadows a global declaration
2015-07-07 18:01 UTC
perf, kprobes: fuzzer generates huge number of WARNings
2015-07-07 18:06 UTC (7+ messages)
[PATCH v4] IB/ipoib: Scatter-Gather support in connected mode
2015-07-07 17:59 UTC (2+ messages)
[PATCH net-next v2] ipv4: add support for linkdown sysctl to netconf
2015-07-07 17:56 UTC
[Buildroot] Buildroot hackaton this WE
2015-07-07 17:57 UTC
[PATCH v5 00/17] x86: Rewrite exit-to-userspace code
2015-07-07 17:55 UTC (2+ messages)
` [PATCH] x86/entry/64: Fix warning on compat syscalls with CONFIG_AUDITSYSCALL=n
[Intel-wired-lan] [PATCH 3/3] ipmr_free_table() should be called under taken rtnl_lock
2015-07-07 17:53 UTC (8+ messages)
` "
[PATCH] clk: at91: Silence warnings and cleanup __init usage
2015-07-07 17:54 UTC (4+ messages)
[PATCH] Documentation: dt: update ti,am33xx-hsmmc swakeup workaround
2015-07-07 17:53 UTC
[Ksummit-discuss] [CORE TOPIC] Testing
2015-07-07 17:52 UTC (7+ messages)
[PATCH 0/3] On knotty, Make sure bitbake.lock is unlocked before exiting
2015-07-07 9:46 UTC (4+ messages)
` [PATCH 1/3] cooker.py: Lock/Unlock members function into BBCooker
` [PATCH 2/3] command.py: Unlock function included into CommandsSync class
` [PATCH 3/3] knotty.py: Make sure bitbake.lock is unlocked before exiting
[PATCH v2] doc: announce ABI changes planned for unified packet type
2015-07-07 17:45 UTC (2+ messages)
` [PATCH v3] "
No one understands diff3 "Temporary merge branch" conflict markers
2015-07-07 17:44 UTC (3+ messages)
[PATCH v2 4/4] drm/i915/gen9: Add WaSetDisablePixMaskCammingAndRhwoInCommonSliceChicken
2015-07-07 17:43 UTC (2+ messages)
[PATCH 0/3] ath10k: update data path to support QCA99X0
2015-07-07 17:09 UTC (3+ messages)
` [PATCH 3/3] ath10k: add support for qca99x0 Rx descriptors
[RFC PATCH net-next] sctp: fix src address selection if using secondary addresses
2015-07-07 17:42 UTC (2+ messages)
[PATCH 0/3] drm/ttm: hard to swim in an empty pool
2015-07-07 17:41 UTC (6+ messages)
` [PATCH 2/3] drm/ttm: fix object deallocation to properly fill in the page pool
[PATCH v2 2/4] drm/i915/gen9: Add WaDisableCtxRestoreArbitration workaround
2015-07-07 17:41 UTC (2+ messages)
[PATCH 1/2] include, lib: add __printf attributes to several function prototypes
2015-07-07 17:39 UTC (3+ messages)
` [PATCH 2/2] configfs: fix kernel infoleak through user-controlled format string
[PATCH 0/3] kmod: Make nohz-full friendly + cleanups
2015-07-07 17:38 UTC (6+ messages)
` [PATCH 3/3] kmod: Remove unecessary explicit wide CPU affinity setting
[PATCH v3 0/3] Remove non-existing GPIO pins for R8A7790/1
2015-07-07 17:39 UTC (4+ messages)
` [PATCH v3 1/3] sh-pfc: fix sparse GPIOs for R-Car SoCs
[PATCH 0/2] User-space Ethtool
2015-07-07 17:39 UTC (6+ messages)
` [PATCH v12 0/4] "
` [PATCH v12 1/4] ethdev: add apis to support access device info
` [PATCH v12 2/4] ixgbe: add ops to support ethtool ops
` [PATCH v12 3/4] igb: "
` [PATCH v12 4/4] examples: new example: l2fwd-ethtool
[PATCH] trivial: fix typos and remove double words
2015-07-07 17:38 UTC (2+ messages)
[PATCH v2 00/12] Alternate p2m: support multiple copies of host p2m
2015-07-07 17:38 UTC (16+ messages)
` [PATCH v2 07/12] x86/altp2m: add control of suppress_ve
Broadcom BCM54610 Linux support
2015-07-07 17:34 UTC (2+ messages)
External toolchains
2015-07-07 17:35 UTC
ceph-objectstore-tool import failures
2015-07-07 17:34 UTC (9+ messages)
Patch "usb: gadget: f_fs: add extra check before unregister_gadget_item" has been added to the 4.1-stable tree
2015-07-07 17:33 UTC
[PATCH RFC V2 0/5] partial callgrap and time support
2015-07-07 10:19 UTC (6+ messages)
` [PATCH RFC V2 1/5] perf,tools: introduce OPT_CALLBACK_SET/OPT_CALLBACK_NOOPT_SET
` [PATCH RFC V2 2/5] perf/documentation: Add description for period
` [PATCH RFC V2 3/5] perf,tool: partial time support
` [PATCH RFC V2 4/5] perf,tool: partial callgrap support
` [PATCH RFC V2 5/5] perf,tests: Add tests to callgrap and time parse
Patch "usb: gadget: f_fs: fix check in read operation" has been added to the 4.0-stable tree
2015-07-07 17:33 UTC
Patch "usb: gadget: f_fs: add extra check before unregister_gadget_item" has been added to the 4.0-stable tree
2015-07-07 17:33 UTC
[Qemu-devel] [PATCH] raw-posix.c: Make physical devices usable in QEMU
2015-07-07 17:33 UTC
[GIT PULL] USB fixes for v4.2-rc2
2015-07-07 17:30 UTC
[Bug 91231] New: [NV92] Psychonauts (native) segfaults on start when DRI3 enabled
2015-07-07 17:29 UTC (2+ messages)
` [Bug 91231] "
[PATCH v2 0/7] IOMMU/DMA map_resource support for peer-to-peer
2015-07-07 17:28 UTC (7+ messages)
` [PATCH v2 4/7] DMA-API: Add dma_(un)map_resource() documentation
CUDA fixed VA allocations and sparse mappings
2015-07-07 17:27 UTC (3+ messages)
` [Nouveau] "
[meta-browser][PATCH] chromium, cef: fetch chromium source from git
2015-07-07 17:27 UTC (2+ messages)
[PATCH 0/5] enable I2C on Renesas EMEV2 and KZM9D board
2015-07-07 17:26 UTC (4+ messages)
` [PATCH 2/5] i2c: emev2: add binding documentation
About Fio backend with ObjectStore API
2015-07-07 17:25 UTC (8+ messages)
Cloud images for OpenStack & libvirt
2015-07-07 17:25 UTC (2+ messages)
linux-4.2-rc1/drivers/staging/wilc1000/linux_wlan.c:1874: bad test ?
2015-07-07 17:22 UTC (2+ messages)
[Qemu-devel] [PATCH rebased for-2.4] target-i386: add ABM to Haswell* and Broadwell* CPU models
2015-07-07 17:21 UTC (2+ messages)
[Qemu-devel] using MSIX for virtio-blk
2015-07-07 17:20 UTC
[Qemu-devel] [PATCH 0/2] ahci: Fix CD-ROM signature
2015-07-07 17:19 UTC (3+ messages)
` [Qemu-devel] [PATCH 1/2] "
[linux-lvm] resize2fs results in "permission denied"
2015-07-07 17:19 UTC
[PATCH v3 00/15] Introducing per-device MSI domain
2015-07-07 17:18 UTC (6+ messages)
` [PATCH v3 09/15] irqchip: gicv3-its: Split PCI/MSI code from the core ITS driver
` [PATCH v3 11/15] irqchip: GICv2m: Get rid of struct msi_controller
` [PATCH v3 12/15] irqchip: gicv3-its: "
` [PATCH v3 13/15] irqchip: gicv3-its: Make the PCI/MSI code standalone
` [PATCH v3 15/15] PCI/MSI: Drop domain field from msi_controller
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.