messages from 2015-07-22 15:20:15 to 2015-07-22 15:49:25 UTC [more...]
[U-Boot] [PATCH 00/48] Add support for running U-Boot as an EFI payload/application
2015-07-22 15:49 UTC (34+ messages)
` [U-Boot] [PATCH 01/48] Support removing default assembler flags
` [U-Boot] [PATCH 02/48] dm: core: Check for empty list in uclass_find_device()
` [U-Boot] [PATCH 03/48] dm: serial: Correct logic in serial_find_console_or_panic()
` [U-Boot] [PATCH 04/48] elf: Add a few definitions for 64-bit relocation
` [U-Boot] [PATCH 05/48] Add a way to skip relocation
` [U-Boot] [PATCH 06/48] Allow objcopy to work without filling gaps with 0xff
` [U-Boot] [PATCH 07/48] Bring in __aligned_u64 and friends to linux/types.h
` [U-Boot] [PATCH 08/48] x86: Add various minor tidy-ups to the 32-bit startup code
` [U-Boot] [PATCH 09/48] x86: Use CR0 constants in CPU init
` [U-Boot] [PATCH 10/48] x86: Tidy up global_data flags
` [U-Boot] [PATCH 11/48] x86: Drop unused copy_fdt_to_ram()
` [U-Boot] [PATCH 12/48] x86: Tidy up the 64-bit calling code
` [U-Boot] [PATCH 13/48] x86: Add some missing global_data declarations in files that use gd
` [U-Boot] [PATCH 14/48] x86: Tidy up a few minor issues with interrupts
` [U-Boot] [PATCH 15/48] pci: Use debug() instead of DEBUGF() in pci_auto.c
` [U-Boot] [PATCH 16/48] pci: Fix up code for CONFIG_PCI_ENUM_ONLY
` [U-Boot] [PATCH 17/48] efi: Avoid using non-existent text base
` [U-Boot] [PATCH 18/48] efi: Add start-up library code
` [U-Boot] [PATCH 19/48] efi: Display the correct initcall pre-relocation values
` [U-Boot] [PATCH 20/48] efi: Add a serial driver
` [U-Boot] [PATCH 21/48] efi: Drop CONFIG_SYS_TEXT_BASE for EFI
` [U-Boot] [PATCH 22/48] efi: Support building a u-boot.efi executable
` [U-Boot] [PATCH 23/48] x86: Support skipping relocation for EFI
` [U-Boot] [PATCH 24/48] x86: Add asm/elf.h for x86-specific ELF definitions
` [U-Boot] [PATCH 25/48] x86: Add support for U-Boot as an EFI application
` [U-Boot] [PATCH 26/48] x86: Add EFI board code
` [U-Boot] [PATCH 27/48] x86: dts: Add a device tree file for EFI
` [U-Boot] [PATCH 28/48] x86: Allow use of global_data with EFI
` [U-Boot] [PATCH 29/48] x86: Allow relocation code to build without text base
` [U-Boot] [PATCH 30/48] x86: Set up tool chain flags for running as EFI application
` [U-Boot] [PATCH 31/48] x86: Add definitions for the x86-efi board and plumb it in
` [U-Boot] [PATCH 32/48] x86: Add a link script entry for U-Boot as a payload
` [U-Boot] [PATCH 33/48] x86: Add relocation and link script for a 64-bit EFI application
[PATCH v3 00/11] Introduce Intel Trace Hub support
2015-07-22 15:49 UTC (2+ messages)
[PATCH 0/4] Fix builds for MIPS64 N32
2015-07-22 15:48 UTC (9+ messages)
[PATCH] Makefile: Force gzip and xz on module install
2015-07-22 15:47 UTC (2+ messages)
[PATCH] lpfc: Use && instead of & for boolean expression
2015-07-22 15:47 UTC (2+ messages)
[PATCH v2] pulseaudio: add systemd to PACKAGECONFIG if enabled in DISTRO_FEATURES
2015-07-22 15:46 UTC (13+ messages)
[PATCH v2] x86/HVM: avoid pointer wraparound in bufioreq handling
2015-07-22 15:45 UTC (6+ messages)
[PATCH v5 0/4] Support for creating/using Stolen memory backed objects
2015-07-22 15:46 UTC (11+ messages)
` [PATCH 1/4] drm/i915: Clearing buffer objects via CPU/GTT
` [PATCH 2/4] drm/i915: Support for creating Stolen memory backed objects
` [PATCH 4/4] drm/i915: Support for pread/pwrite from/to non shmem "
[PATCH V4 0/6] Allow user to request memory to be locked on page fault
2015-07-22 15:45 UTC (7+ messages)
` [PATCH V4 5/6] mm: mmap: Add mmap flag to request VM_LOCKONFAULT
[U-Boot] [PATCH 0/8] ARM: keystone2: Clocls and PLLs cleanup
2015-07-22 15:45 UTC (10+ messages)
` [U-Boot] [PATCH 1/8] ARM: keystone2: Cleanup SoC detection
` [U-Boot] [PATCH 2/8] ARM: keystone2: Enable CONFIG_DISPLAY_CPUINFO
` [U-Boot] [PATCH 3/8] ARM: keystone2: Cleanup PLL init code
` [U-Boot] [PATCH 4/8] ARM: keystone2: Fix dev and arm speed detection
` [U-Boot] [PATCH 5/8] ARM: keystone2: Use common structure for PLLs
` [U-Boot] [PATCH 6/8] ARM: keystone2: Cleanup init_pll definition
` [U-Boot] [PATCH 7/8] ARM: keystone2: Remove unsed external clocks
` [U-Boot] [PATCH 8/8] ARM: keystone2: Use common definition for clk_get_rate
[Buildroot] [autobuild.buildroot.net] Build results for 2015-07-21
2015-07-22 15:44 UTC (16+ messages)
` [Buildroot] Analysis of build failures
[PATCH v13 00/16] Fix RMRR (avoid RDM)
2015-07-22 15:44 UTC (17+ messages)
` [PATCH 01/16] introduce XENMEM_reserved_device_memory_map
` [PATCH 02/16] xen/vtd: create RMRR mapping
` [PATCH 03/16] xen/passthrough: extend hypercall to support rdm reservation policy
` [PATCH 04/16] xen: enable XENMEM_memory_map in hvm
` [PATCH 05/16] hvmloader: get guest memory map into memory_map[]
` [PATCH 06/16] hvmloader/pci: try to avoid placing BARs in RMRRs
` [PATCH 07/16] hvmloader/e820: construct guest e820 table
` [PATCH 08/16] tools/libxc: Expose new hypercall xc_reserved_device_memory_map
` [PATCH 09/16] tools: extend xc_assign_device() to support rdm reservation policy
` [PATCH 10/16] tools: introduce some new parameters to set rdm policy
` [PATCH 11/16] tools/libxl: detect and avoid conflicts with RDM
` [PATCH 12/16] tools: introduce a new parameter to set a predefined rdm boundary
` [PATCH 13/16] libxl: construct e820 map with RDM information for HVM guest
` [PATCH 14/16] xen/vtd: enable USB device assignment
` [PATCH 15/16] xen/vtd: prevent from assign the device with shared rmrr
` [PATCH 16/16] tools: parse to enable new rdm policy parameters
[PATCH net-next 00/22 v2] Lightweight & flow based encapsulation
2015-07-22 15:43 UTC (3+ messages)
[4/6] pseries: Add CPU dlpar remove functionality
2015-07-22 15:42 UTC (4+ messages)
perf: multiplexing broken on amd fam16h?
2015-07-22 15:41 UTC (8+ messages)
[PATCH] x86: adjust default caching mode translation tables
2015-07-22 15:41 UTC (5+ messages)
[PATCH WIP 00/43] New fast registration API
2015-07-22 15:41 UTC (4+ messages)
` [PATCH WIP 37/43] xprtrdma: Port to new memory "
[Bug 101811] New: Club 3D Radeon R9 270 royalQueen hangs on startup (opensource driver)
2015-07-22 15:41 UTC
[Ksummit-discuss] [CORE TOPIC] Recruitment (Reviewers, Testers, Maintainers, Hobbyists)
2015-07-22 15:41 UTC (23+ messages)
[U-Boot] [PATCH 1/2] zynqmp: mp: Simplify set_r5_start handling
2015-07-22 15:40 UTC (2+ messages)
` [U-Boot] [PATCH 2/2] zynqmp: Add support for IP detection via SLCR
Parallel file locking quite slow with vers=4.0 compared to vers=3
2015-07-22 15:40 UTC (7+ messages)
[PATCH v4 0/8] ARM64: juno: add SCPI mailbox protocol, clock and CPUFreq support
2015-07-22 15:40 UTC (5+ messages)
` [PATCH v4 6/8] arm64: dts: add SRAM, MHU mailbox and SCPI support on Juno
[U-Boot] [PATCH 01/19] ARM: zynq: DT: Use the right names for nodes
2015-07-22 15:38 UTC (19+ messages)
` [U-Boot] [PATCH 02/19] ARM: zynq: DT: Add missing nodes to DTSI
` [U-Boot] [PATCH 03/19] ARM: zynq: DT: Add a fixed regulator for CPU voltage
` [U-Boot] [PATCH 04/19] ARM: zynq: DT: Migrate UART to Cadence binding
` [U-Boot] [PATCH 05/19] ARM: zynq: DT: Remove 222 MHz OPP
` [U-Boot] [PATCH 06/19] spi: Fix zynq SPI binding
` [U-Boot] [PATCH 07/19] ARM: zynq: DT: Fix GEM register area size
` [U-Boot] [PATCH 08/19] ARM: zynq: DT: Use the zynq binding with macb
` [U-Boot] [PATCH 09/19] ARM: zynq: DT: Clean up timer device tree nodes
` [U-Boot] [PATCH 10/19] ARM: zynq: DT: Cleanup address-cells and size-cells
` [U-Boot] [PATCH 11/19] ARM: zynq: DT: Add pinctrl node
` [U-Boot] [PATCH 12/19] ARM: zynq: DT: Add reference to bus node
` [U-Boot] [PATCH 13/19] ARM: zynq: DT: Sync zc702/zc706/zed/zybo DT with kernel
` [U-Boot] [PATCH 14/19] ARM: zynq: DT: Update years in copyright
` [U-Boot] [PATCH 15/19] ARM: zynq: DT: Get rid of ps-clk-frequency
` [U-Boot] [PATCH 16/19] ARM: zynq: DT: Add missing interrupt for L2 pl310
` [U-Boot] [PATCH 17/19] ARM: zynq: DT: Add zc702 pushbuttons to DT as gpio-keys
` [U-Boot] [PATCH 18/19] ARM: zynq: DT: Update zc770 dtses
` [U-Boot] [PATCH 19/19] ARM: zynq: Add support for zc770-xm011
[PATCH RESEND 1/3] mm, x86: Fix warning in ioremap RAM check
2015-07-22 15:36 UTC (3+ messages)
` [tip:x86/urgent] x86/mm: Move warning from __ioremap_check_ram() to the call site
[PATCHv2 1/6] recipetool: catch BBHandledException from parsing
2015-07-22 15:36 UTC (7+ messages)
` [PATCHv2 3/6] recipetool: also load plugins from BBPATH
` [PATCHv2 4/6] devtool: "
[U-Boot] [PATCH V3 0/8] configs: make keystone2 config to start using arm_v7_common header
2015-07-22 15:35 UTC (25+ messages)
` [U-Boot] [PATCH V3 1/8] configs: split ti_armv7_common into a omap generic header
` [U-Boot] [PATCH V3 2/8] board: ks2_evm: get rid of bogus CONFIG_LINUX_BOOT_PARAM_ADDR
` [U-Boot] [PATCH V3 3/8] configs: rename ks2_evm into ti_armv7_keystone2
` [U-Boot] [PATCH V3 4/8] configs: ti_armv7_keystone2: start using armv7_common
` [U-Boot] [PATCH V3 5/8] configs: ti_armv7_keystone2: switch addresses to generic addresses
` [U-Boot] [PATCH V3 6/8] ti_armv7_keystone2: switch to using kernel zImage
` [U-Boot] [PATCH V3 7/8] configs: k2*_evm: rename skernel binary names to generated file names
` [U-Boot] [PATCH V3 8/8] configs: keystone2: remove distro specific ramdisk name
nfs4_put_lock_state() wants some nfs4_state on cleanup
2015-07-22 15:34 UTC
[Qemu-devel] [PATCH] xen/HVM: atomically access pointers in bufioreq handling
2015-07-22 15:34 UTC (6+ messages)
` "
[PATCH 0/9] Platform support for thermal management on Junoe
2015-07-22 15:33 UTC (4+ messages)
` [PATCH 6/9] hwmon: Support sensors exported via ARM SCP interface
` [lm-sensors] "
PV-vNUMA issue: topology is misinterpreted by the guest
2015-07-22 15:32 UTC (21+ messages)
[Bug 91416] vsync limits fps but still tearing in picture
2015-07-22 15:33 UTC (2+ messages)
[PATCH] x86/mm, efi: Check for valid image type
2015-07-22 15:32 UTC (2+ messages)
[PATCH 1/2] drm/atomic-helper: Add option to update planes only on active crtc
2015-07-22 15:32 UTC (2+ messages)
[PATCH -next] serial: etraxfs-uart: Update gpiod API
2015-07-22 15:31 UTC (5+ messages)
reproducable panic eviction work queue
2015-07-22 15:31 UTC (14+ messages)
[PATCH] [v2] x86_64/efi: Use all 64 bit of efi_memmap in setup_e820()
2015-07-22 15:31 UTC
[PATCH] x86_64/efi: Use all 64 bit of efi_memmap in setup_e820()
2015-07-22 15:30 UTC (3+ messages)
[PATCHv2 0/6] recipetool/devtool/oe-selftest: pull from BBPATH
2015-07-22 15:29 UTC (3+ messages)
[PATCH v2 0/4] i915 to call hda driver on HDMI plug/unplug
2015-07-22 15:28 UTC (5+ messages)
` [PATCH 1/4] drm/i915: Add audio hotplug info struct
` [PATCH 2/4] drm/i915: Call audio hotplug notify function
` [PATCH 3/4] ALSA: hda - Dispatch incoming HDMI hotplug i915 callback
` [PATCH 4/4] ALSA: hda - Wake the codec up on hotplug notify events
[PATCH 1/2] ARM: rockchip: set correct stabilization thresholds in suspend
2015-07-22 15:28 UTC (4+ messages)
` [PATCH 2/2] ARM: rockchip: enable PMU_GPIOINT_WAKEUP_EN when entering shallow suspend
[v3, 9/9] fsl/fman: Add FMan MAC driver
2015-07-22 11:22 UTC
[v3, 8/9] fsl/fman: Add FMan Port Support
2015-07-22 11:22 UTC
[meta-oe][PATCH] cronie: Upgrade v1.4.12 to v1.5.0
2015-07-22 15:27 UTC (2+ messages)
[v3, 7/9] fsl/fman: Add FMan SP support
2015-07-22 11:22 UTC
[v3, 6/9] fsl/fman: Add FMan MAC support
2015-07-22 11:22 UTC
[v3, 5/9] fsl/fman: Add Frame Manager support
2015-07-22 11:22 UTC
[v3, 4/9] fsl/fman: Add FMan MURAM support
2015-07-22 11:22 UTC
[v3, 3/9] fsl/fman: Add the FMan MAC FLIB
2015-07-22 11:21 UTC
[PATCH RESEND 2/3] mm, x86: Remove region_is_ram() call from ioremap
2015-07-22 15:25 UTC (2+ messages)
` [tip:x86/urgent] x86/mm: "
[PATCH RESEND 3/3] mm: Fix bugs in region_is_ram()
2015-07-22 15:26 UTC (2+ messages)
` [tip:x86/urgent] "
[v3, 1/9] fsl/fman: Add the FMan FLIB
2015-07-22 11:21 UTC
[v3, 0/9] Freescale DPAA FMan
2015-07-22 11:21 UTC
[Buildroot] [PATCH 0/4 v8] linux-backports (new package) and misc related fixes (branch yem/linux-backports)
2015-07-22 15:25 UTC (2+ messages)
Yocto + pointcloud library/eigen?
2015-07-22 14:53 UTC
[Buildroot] [git commit] package/linux: trash stderr in LINUX_VERSION_PROBED
2015-07-22 15:25 UTC
how to delete kernels cleanly
2015-07-22 15:25 UTC (4+ messages)
[Buildroot] [git commit] core/pkg-kconfig: do not override @D
2015-07-22 15:25 UTC
[RFC] workqueue: avoiding unbounded wq on isolated CPUs by default
2015-07-22 15:25 UTC (11+ messages)
` [patch] workqueue: schedule WORK_CPU_UNBOUND work on wq_unbound_cpumask CPUs
[Buildroot] [PATCH] dbus: bump to version 1.8.20
2015-07-22 15:24 UTC (3+ messages)
[Buildroot] [git commit] linux: bump default to version 4.1.3
2015-07-22 15:24 UTC
[Buildroot] [git commit] linux-headers: bump 3.18.x and 4.{0, 1}.x series
2015-07-22 15:24 UTC
[Buildroot] [git commit] dbus: bump to version 1.8.20
2015-07-22 15:23 UTC
[RFC v2 0/4] Outsourcing compaction for THP allocations to kcompactd
2015-07-22 15:23 UTC (7+ messages)
` [RFC 1/4] mm, compaction: introduce kcompactd
[Buildroot] [PATCH 1/2] package/qpid-proton: disable for static build only
2015-07-22 15:23 UTC (2+ messages)
[Buildroot] [PATCH] netperf: bump to version 2.7.0
2015-07-22 15:23 UTC (2+ messages)
[Buildroot] [git commit] netperf: bump to version 2.7.0
2015-07-22 15:23 UTC
[PATCH] xfs/078: omit -m crc=0 mkfs option if mkfs.xfs has no meta support
2015-07-22 15:22 UTC (2+ messages)
[Buildroot] [git commit] package/qpid-proton: disable languages bindings
2015-07-22 15:22 UTC
[Buildroot] [git commit] package/qpid-proton: disable for static build only
2015-07-22 15:22 UTC
[Buildroot] [PATCH] binutils: bump 2.25.x series to 2.25.1
2015-07-22 15:22 UTC (6+ messages)
v4.0.9 build: 0 failures 25 warnings (v4.0.9)
2015-07-22 15:21 UTC
[PATCH 1/1] cyclictest: Fix long priority help text option
2015-07-22 15:21 UTC (2+ messages)
[Buildroot] [PATCH] heimdal: disable parallel build
2015-07-22 15:21 UTC (2+ messages)
[v11][PATCH 00/16] Fix RMRR
2015-07-22 15:21 UTC (8+ messages)
` [v11][PATCH 11/16] tools/libxl: detect and avoid conflicts with RDM
[PATCH -mm v9 0/8] idle memory tracking
2015-07-22 15:20 UTC (6+ messages)
` [PATCH -mm v9 6/8] proc: add kpageidle file
[Buildroot] [git commit] heimdal: disable parallel build
2015-07-22 15:20 UTC
[Bug 91371] Tonga HDMI Audio none on TV working on monitor - possible eld issue
2015-07-22 15:20 UTC (2+ messages)
[Buildroot] [PATCH] boost: fix build for sparc
2015-07-22 15:20 UTC (3+ messages)
[PATCH 00/11] hpsa updates
2015-07-22 15:20 UTC (3+ messages)
` [PATCH 11/11] hpsa: fix rmmod issues
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.