messages from 2013-09-24 16:49:07 to 2013-09-24 17:14:59 UTC [more...]
[PATCH 00/94] Webhob patches for DSI and Web modules
2013-09-24 17:14 UTC (96+ messages)
` [PATCH 01/94] webhob: create main WEBHOB project
` [PATCH 02/94] webhob: add system start/stop script
` [PATCH 03/94] webhob: create Django models for webhob
` [PATCH 04/94] bitbake: create Data Store Interface (DSI) file
` [PATCH 05/94] bitbake: webhob: updates to Django models
` [PATCH 06/94] bitbake: webhob: make DSI store build information
` [PATCH 07/94] bitbake: webhob: make DSI store task information
` [PATCH 08/94] bitbake: webhob: view a table with all builds
` [PATCH 09/94] bitbake: webhob: view a table with all the tasks of a build
` [PATCH 10/94] bitbake: webhob: use buildcompleted event as the end of a build operation
` [PATCH 11/94] bitbake: webhob: changes to build information table
` [PATCH 12/94] bitbake: webhob: gather buildstats for each executed task
` [PATCH 13/94] bitbake: webhob: set sane default settings
` [PATCH 14/94] bitbake: webhob: adds dsi support for observer mode
` [PATCH 15/94] bitbake: dsi: Translate runQueue events into Task data
` [PATCH 16/94] bitbake: webhob: disable synchronous sqlite connection
` [PATCH 17/94] bitbake: buildinfohelper: clean-up the imports
` [PATCH 18/94] bitbake: buildinfohelper: clearing up task order
` [PATCH 19/94] bitbake: dsi: saving prebuild task detailed information
` [PATCH 20/94] bitbake: dsi: clear up the state on build completion
` [PATCH 21/94] bitbake: webhob: add layer information to the database
` [PATCH 22/94] bitbake: webhob: mark private methods inside DSI
` [PATCH 23/94] bitbake: webhob: create basic structure for static files
` [PATCH 24/94] bitbake: dsi: event data change
` [PATCH 25/94] bitbake: webhob: fix and cleanup start script
` [PATCH 26/94] bitbake: dsi: refactor the BuildInfoHelper code
` [PATCH 27/94] bitbake: webhob: record dependency info
` [PATCH 28/94] bitbake: webhob: use defined constants for models
` [PATCH 29/94] bitbake: dsi: fix the reading of task event information
` [PATCH 30/94] bitbake: webhob: Setup API for build model
` [PATCH 31/94] bitbake: webhob: orm change to remove Target
` [PATCH 32/94] bitbake: webhob: clear up ORM relations
` [PATCH 33/94] bitbake: dsi: save detailed recipe information
` [PATCH 34/94] bitbake: webhob: determine if a build is an image
` [PATCH 35/94] bitbake: webhob: clean up URL structure
` [PATCH 36/94] bitbake: webhob: add simple pages for Recipes
` [PATCH 37/94] bitbake: webhob: add ordering capabilities to build api
` [PATCH 38/94] bitbake: webhob: validate inputs for "
` [PATCH 39/94] bitbake: webhob: generic view for multiple models
` [PATCH 40/94] bitbake: webhob: enhance Simple browser navigation
` [PATCH 41/94] bitbake: webhob: improve startup script
` [PATCH 42/94] bitbake: webhob: improve validation code flow
` [PATCH 43/94] bitbake: webhob: add more models to webhob API
` [PATCH 44/94] bitbake: webhob: add search for build model
` [PATCH 45/94] bitbake: webhob: fix ordering issue
` [PATCH 46/94] bitbake: webhob: extend search for multiple terms
` [PATCH 47/94] bitbake: webhob: force bitbake server stop
` [PATCH 48/94] bitbake: webhob: simple interface dependency list
` [PATCH 49/94] bitbake: dsi: add feature to store package information
` [PATCH 50/94] bitbake: webhob: add simple viewer for "
` [PATCH 51/94] bitbake: dsi: fix build stats data gathering
` [PATCH 52/94] bitbake: dsi: update build object on command end
` [PATCH 53/94] bitbake: dsi: fix sstate task information gathering
` [PATCH 54/94] bitbake: webhob: clean up starting script
` [PATCH 55/94] bitbake: dsi: store log information
` [PATCH 56/94] bitbake: webhob: add simple visualisation for build errors
` [PATCH 57/94] bitbake: webhob: store logfile and message for Tasks
` [PATCH 58/94] bitbake: webhob: display proper information in Simple
` [PATCH 59/94] bitbake: dsi: clear up global variables between builds
` [PATCH 60/94] bitbake: dsi: small bugfixes in data collection
` [PATCH 62/94] bitbake: webhob: add toggle column functionality to build page
` [PATCH 63/94] bitbake: webhob: add search functionality to the Simple interface
` [PATCH 64/94] bitbake: webhob: refactor column hiding code
` [PATCH 65/94] bitbake: webhob: improve search functionality
` [PATCH 66/94] bitbake: webhob: refactor Simple web interface
` [PATCH 67/94] bitbake: webhob: simple interface CSS
` [PATCH 68/94] bitbake: dsi: use get vars command to store configuration
` [PATCH 69/94] bitbake: webhob: refactor CSS display in Simple
` [PATCH 70/94] bitbake: webhob: add Configuration visualisation "
` [PATCH 71/94] bitbake: webhob: add navigation links Simple interface
` [PATCH 72/94] bitbake: webhob: startup script fixing
` [PATCH 73/94] bitbake: webhob: change database models and related
` [PATCH 74/94] bitbake: webhob: navigation in the Simple interface
` [PATCH 75/94] bitbake: dsi: save build-time package information
` [PATCH 76/94] bitbake: webhob: Simple visualisation for the build-time packages
` [PATCH 77/94] bitbake: webhob: store file size information
` [PATCH 78/94] bitbake: webhob: simple visualisation for package files
` [PATCH 79/94] bitbake: dsi: record recipe dependency
` [PATCH 80/94] bitbake: dsi: add exception dumping code
` [PATCH 81/94] bitbake: webhob: better help message in startup script
` [PATCH 82/94] bitbake: dsi: add build package dependency recording
` [PATCH 83/94] bitbake: webhob: clean up Machine table
` [PATCH 84/94] bitbake: webhob: update API endpoints
` [PATCH 85/94] bitbake: webhob: record task hash information
` [PATCH 86/94] bitbake: cooker: add the inherits attribute to the dependency tree
` [PATCH 87/94] bitbake: webhob: Clean up links in Simple UI
` [PATCH 88/94] bitbake: dsi: read correct recipe description field
` [PATCH 89/94] bitbake: cooker: send layer information with dependency tree
` [PATCH 90/94] bitbake: webhob: store and display layer priorities
` [PATCH 91/94] bitbake: webhob: collect recipe licensing info
` [PATCH 92/94] bitbake: webhob: Simple UI interface CSS fix
` [PATCH 93/94] bitbake: dsi: fix typos
` [PATCH 94/94] bitbake: webhob: do not set timezones
` [PATCH 61/94] bitbake: bldviewer: add jquery and bootstrap frameworks
[PATCH 0/5] xfs: fixes for 3.12-rc3
2013-09-24 17:14 UTC (3+ messages)
` [PATCH 5/5] xfs: log recovery lsn ordering needs uuid check
[PATCH] Thermal: change spin lock
2013-09-24 17:14 UTC (3+ messages)
[PATCH] powerpc/83xx: gianfar_ptp: select 1588 clock source through dts file
2013-09-24 17:14 UTC (3+ messages)
[PATCH 0/50] Basic scheduler support for automatic NUMA balancing V7
2013-09-24 17:06 UTC (21+ messages)
` [PATCH 37/50] sched: Introduce migrate_swap()
` [PATCH] hotplug: Optimize {get,put}_online_cpus()
[PATCH v2 0/4] perf: parse the dwarf backtrace info from .debug_frame section
2013-09-24 17:12 UTC (5+ messages)
` [PATCH 3/4] perf tools: Check libunwind for availability of dwarf parsing feature
[pchecks v2 2/2] percpu: Add preemption checks to __this_cpu ops
2013-09-24 17:10 UTC (2+ messages)
[PATCH v2] kernel.bbclass: Create symbolic link to add ${KERNEL_IMAGETYPE} to boot package
2013-09-24 17:05 UTC (3+ messages)
[Recovery] RAID10 hdd failureS help requested
2013-09-24 17:09 UTC (4+ messages)
[PATCH] perf tools: Use per-file CFLAGS in Makefile
2013-09-24 17:08 UTC (6+ messages)
[PATCH] ARM: Update SMP_ON_UP code to detect A9MPCore with 1 CPU devices
2013-09-24 17:08 UTC (10+ messages)
Porting to a new board
2013-09-24 17:06 UTC (5+ messages)
[PATCH 0/4] Add support for charging battery in Nokia RX-51
2013-09-24 17:05 UTC (5+ messages)
` [PATCH 4/4] RX-51: Add platform function and data for bq24150a charger
[RFC] binding for nvec mfd device
2013-09-24 17:04 UTC (6+ messages)
(no subject)
2013-09-24 17:04 UTC (13+ messages)
` [PATCH 02/13] xen/events: remove unnecessary init_evtchn_cpu_bindings()
` [PATCH 12/13] xen/events: Add the hypervisor interface for the FIFO-based event channels
` [PATCH 13/13] xen/events: use the FIFO-based ABI if available
[BUG] completely bonkers use of set_need_resched + VM_FAULT_NOPAGE
2013-09-24 17:04 UTC (15+ messages)
` [RFC PATCH] drm/nouveau: fix nested locking in mmap handler
[PATCH 1/2] net: Toeplitz library functions
2013-09-24 17:03 UTC (11+ messages)
[PATCH] arm omap4: fix arguments in writel
2013-09-24 17:02 UTC
[PATCH 1/2] net: Add function to get SW rxhash
2013-09-24 17:03 UTC (2+ messages)
Implement ACPI table overriding via initramfs
2013-09-24 17:02 UTC (4+ messages)
` [PATCH 1/3] dracut: Generlize microcode early cpio usage
` [PATCH 2/3] dracut: Do not create early_cpio if no suitable microcode exist in hostonly case
` [PATCH 3/3] dracut: Implement ACPI table overriding
[meta-fsl-arm PATCH 00/23] Dynamically choose of package architecture
2013-09-24 17:02 UTC (5+ messages)
` [meta-fsl-arm PATCH 01/23] fsl-dynamic-packagearch.bbclass: Dynamically set "
Understanding staggered spinup
2013-09-24 14:56 UTC
spi-devel-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org Repartez avec l'iPhone 5 C immediatement
2013-09-24 17:01 UTC
SMSC 9303 support
2013-09-24 16:59 UTC (3+ messages)
[PATCH v3] gpio: interrupt consistency check for OF GPIO IRQs
2013-09-24 16:59 UTC (21+ messages)
[RFC/PATCH] mmc: core: Signal wakeup event at card insert/removal
2013-09-24 16:58 UTC (4+ messages)
[PATCH 1/6] drm/i915: trace vm eviction instead of everything
2013-09-24 16:58 UTC (6+ messages)
` [PATCH 2/6] drm/i915: Provide a cheap ggtt vma lookup
` [PATCH 3/6] drm/i915: Convert active API to VMA
` [PATCH 4/6] drm/i915: Add bind/unbind object functions to VM
` [PATCH 5/6] drm/i915: Use the new vm [un]bind functions
` [PATCH 6/6] drm/i915: eliminate vm->insert_entries()
[Printing-architecture] CUPS 1.6.4
2013-09-24 16:57 UTC (2+ messages)
Vážení E-mail užívateľa;
2013-09-24 16:56 UTC (2+ messages)
[PATCH 01/10] can: Remove extern from function prototypes
2013-09-24 16:55 UTC (3+ messages)
` [PATCH 04/10] amd/7990: "
[PATCH 0/3] ARM: S5PC100: move to common clk framework
2013-09-24 16:55 UTC (2+ messages)
[PATCH 1/3] clk: samsung: pll: Add support for PLL6545a and PLL6522x
2013-09-24 16:53 UTC (8+ messages)
` [PATCH 2/3] clk: samsung: Add clock driver for s5pc100
` [PATCH 3/3] ARM: s5pc100: Migrate clock handling to Common Clock Framework
[selinux-testsuite RFC PATCH 0/4] selinux-testsuite patches
2013-09-24 16:53 UTC (9+ messages)
` [selinux-testsuite RFC PATCH 1/4] test_policy: test_global.te fix for Fedora Rawhide (Sept 24th, 2013)
` [selinux-testsuite RFC PATCH 2/4] test_policy: general Makefile cleanup
` [selinux-testsuite RFC PATCH 3/4] test_policy: use RHEL instead of REDHAT in Makefile
` [selinux-testsuite RFC PATCH 4/4] test_policy: create a "build" target
[PATCH 0/5] Organize intel_drv.h
2013-09-24 16:52 UTC (6+ messages)
` [PATCH 1/5] drm/i915: reorganize intel_drv.h
` [PATCH 2/5] drm/i915: make intel_pipe_has_type static
` [PATCH 3/5] drm/i915: make intel_crtc_load_lut static
` [PATCH 4/5] drm/i915: make intel_crtc_fb_gamma_{set, get} static
` [PATCH 5/5] drm/i915: make hsw_{disable, restore}_lcpll static
[PATCH] xen: fix DOMID_IO mapping permission checks
2013-09-24 16:53 UTC
[RFC 00/15] Device Tree schemas and validation
2013-09-24 16:52 UTC (17+ messages)
` [RFC 01/15] scripts/dtc: fix most memory leaks in dtc
` [RFC 04/15] scripts/dtc: add procedure to handle dts errors
` [RFC 05/15] scripts/dtc: check type on properties
` [RFC 07/15] scripts/dtc: can inherit properties
` [RFC 02/15] scripts/dtc: build schema index for dts validation
` [RFC 03/15] scripts/dtc: validate each nodes and properties
` [RFC 06/15] scripts/dtc: check for required properties
` [RFC 08/15] scripts/dtc: check array size
` [RFC 09/15] scripts/dtc: check value of properties
` [RFC 10/15] scripts/dtc: add count limit on nodes
` [RFC 11/15] scripts/dtc: check for children nodes
` [RFC 12/15] scripts/dtc: check constraints on parents
` [RFC 13/15] bindings: OMAP: add new schema files
` [RFC 14/15] scripts/dtc: validate dts against schema bindings
` [RFC 15/15] scripts/dtc: add verbose options
[PATCH 0/2] add LZ4 kernel decompression support
2013-09-24 16:53 UTC (9+ messages)
` [PATCH 2/2] libxc: add LZ4 "
` [PATCH v2] "
[PATCH v2 1/2] wayland : Add wayland 1.2.0 bb file
2013-09-24 16:51 UTC (3+ messages)
` [PATCH v2 2/2] weston : Add weston "
[U-Boot] [PATCH v3] ARM: mxs: tools: Use mkimage for BootStream generation
2013-09-24 16:51 UTC (4+ messages)
[PATCH] arm: omap: RX-51: ARM errata 430973 workaround
2013-09-24 16:51 UTC (8+ messages)
` [PATCH v2 2/2] "
[PATCH] apparmor: remove the "task" arg from may_change_ptraced_domain()
2013-09-24 16:44 UTC (3+ messages)
[PATCH] sysv: Add forgotten superblock lock init for v7 fs
2013-09-24 16:49 UTC (3+ messages)
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.