messages from 2015-11-26 12:00:47 to 2015-11-26 12:43:47 UTC [more...]
[Qemu-devel] [PATCH] target-arm: Fix and improve AA32 singlestep translation completion code
2015-11-26 12:43 UTC (5+ messages)
` [Qemu-arm] "
[PATCH] drm: adv7511: really enable interrupts for EDID detection
2015-11-26 12:43 UTC (8+ messages)
[PATCH 2/4] drm/i915: Fix possible null dereference in two debugfs functions
2015-11-26 12:43 UTC (3+ messages)
` [PATCH] drm/i915: Fix possible null dereference in framebuffer_info debugfs function
[RFC PATCH nft] proto: add missing fields for ARP with IPv4/Ethernet
2015-11-26 12:43 UTC
[LTP] [PATCH v2 2/2] Fix the order between 2>&1 and >/dev/null
2015-11-26 12:43 UTC (4+ messages)
` [LTP] [PATCH v3 1/2] kernel/io/disktest: cleanup upon failure occurs
` [LTP] [PATCH v3 2/2] fix the redirection order
[PATCH v2 0/2] ARM: Use udiv/sdiv for __aeabi_{u}idiv library functions
2015-11-26 12:41 UTC (12+ messages)
` [PATCH v2 2/2] ARM: Replace calls to __aeabi_{u}idiv with udiv/sdiv instructions
(bug report) b43: precendence error
2015-11-26 12:40 UTC (3+ messages)
next-20151126 build: 3 failures 15 warnings (next-20151126)
2015-11-26 12:39 UTC (7+ messages)
[PATCH] powerpc/cell: Remove the Cell QPACE code
2015-11-26 12:39 UTC (4+ messages)
[U-Boot] [PATCH] dm: serial: Minor coding style cleanup of some comments
2015-11-26 12:38 UTC
[PATCH v3] clk: rockchip: switch PLLs to slow mode before reboot for rk3288
2015-11-26 12:38 UTC (3+ messages)
[U-Boot] [PATCH] common/Makefile: Compile fdt_support is enabled in SPL
2015-11-26 12:38 UTC
(bug report) iwlwifi: inconsitent NULL checking
2015-11-26 12:37 UTC (3+ messages)
[U-Boot] [PATCH] dm: core: Fix Kconfig text to mention SPL in SPL_OF_TRANSLATE
2015-11-26 12:38 UTC
Deadlock in n_hdlc_buf_put
2015-11-26 12:37 UTC
[patch] rt2x00: type bug in _rt2500usb_register_read()
2015-11-26 12:36 UTC (5+ messages)
[PATCH v2] mmc: core: fix __mmc_switch timeout caused by preempt
2015-11-26 12:36 UTC (3+ messages)
[LTP] [PATCH v3] hugetlb: checking if hugepage is supported on target system
2015-11-26 12:35 UTC
faulty context for sched_stat_ tracepoints?
2015-11-26 12:34 UTC
[PATCH v3 00/62] Add ACPI support for arm64 on Xen
2015-11-26 12:33 UTC (13+ messages)
` [PATCH v3 28/62] arm/gic: Add ACPI support for GIC preinit
` [PATCH v3 29/62] arm/acpi: Add GTDT support updated by ACPI 5.1
` [Xen-devel] "
` [PATCH v3 30/62] arm/irq: Add helper function for setting interrupt type
` [PATCH v3 31/62] arm/acpi: Add a helper function to get "
` [Xen-devel] "
[PATCH 0/2] Exynos4210: fix power domain for MDMA1 device
2015-11-26 12:33 UTC (11+ messages)
` [PATCH 1/2] drivers: amba: properly handle devices with power domains
[Qemu-devel] [PATCH] Fix memory leak on error
2015-11-26 12:33 UTC (2+ messages)
[PATCH] arm64/dma-mapping: Fix sizes in __iommu_{alloc,free}_attrs
2015-11-26 12:32 UTC (3+ messages)
(bug report) b43: impossible conditions in debugfs
2015-11-26 12:32 UTC (3+ messages)
[char-misc-next 0/6] mei: create proper iAMT watchdog driver
2015-11-26 12:31 UTC (7+ messages)
` [char-misc-next 1/6] mei: drop nfc leftovers from the mei driver
` [char-misc-next 2/6] mei: wd: drop the watchdog code from the core "
` [char-misc-next 3/6] mei: wd: implement MEI iAMT watchdog driver
` [char-misc-next 4/6] mei: bus: whitelist the watchdog client
` [char-misc-next 5/6] mei: wd: register wd device only if required
` [char-misc-next 6/6] mei: wd: re-register device on event
[PATCH 0/7] Let user specify the kernel version for features
2015-11-26 12:31 UTC (6+ messages)
[U-Boot] [PATCH v7 00/34] sf: MTD support
2015-11-26 12:32 UTC (37+ messages)
` [U-Boot] [PATCH v7 01/34] sf: spi_flash_validate_params => spi_flash_scan
` [U-Boot] [PATCH v7 02/34] sf: Move spi_flash_scan code to sf_ops
` [U-Boot] [PATCH v7 03/34] sf: Move read_id "
` [U-Boot] [PATCH v7 04/34] sf: probe: Code cleanup
` [U-Boot] [PATCH v7 05/34] sf: Use static for file-scope functions
` [U-Boot] [PATCH v7 06/34] sf: Fix Makefile
` [U-Boot] [PATCH v7 07/34] sf: Use simple name for register access functions
` [U-Boot] [PATCH v7 08/34] sf: Use flash function pointers in dm_spi_flash_ops
` [U-Boot] [PATCH v7 09/34] sf: Flash power up read-only based on idcode0
` [U-Boot] [PATCH v7 10/34] sf: Use static for file-scope functions
` [U-Boot] [PATCH v7 11/34] sf: Remove unneeded header includes
` [U-Boot] [PATCH v7 12/34] sf: probe: Use spi_flash_scan in dm-spi-flash
` [U-Boot] [PATCH v7 13/34] sf: Re-factorize spi_flash_probe_tail code
` [U-Boot] [PATCH v7 14/34] dm-sf: Re-factorize spi_flash_std_probe code
` [U-Boot] [PATCH v7 15/34] zynq: Enable CONFIG_SPL_MTD_SUPPORT
` [U-Boot] [PATCH v7 16/34] sf: Add MTD support to spi_flash
` [U-Boot] [PATCH v7 17/34] sf: Use mtd_info ops instead of spi_flash ops
` [U-Boot] [PATCH v7 18/34] cmd_sf: Use mtd->size instead of flash->size
` [U-Boot] [PATCH v7 19/34] sf: Use mtd->erasesize instead of flash->erase_size
` [U-Boot] [PATCH v7 20/34] dm-sf: use mtd_ops, drop dm_spi_flash_ops
` [U-Boot] [PATCH v7 21/34] sf: Use MTD lock operations
` [U-Boot] [PATCH v7 22/34] sf: Add MTD support for non-dm spi_flash interface
` [U-Boot] [PATCH v7 23/34] sf: probe: Minor cleanup
` [U-Boot] [PATCH v7 24/34] sf: Drop SNOR_F_SST_WR flash->flags
` [U-Boot] [PATCH v7 25/34] sf: Remove unneeded SST_BP and SST_WP
` [U-Boot] [PATCH v7 26/34] sf: ops: Fix missing break on spansion read_bar
` [U-Boot] [PATCH v7 27/34] sf: Drop SPI_FLASH_MTD driver
` [U-Boot] [PATCH v7 28/34] configs: Remove CONFIG_SPI_FLASH_MTD
` [U-Boot] [PATCH v7 29/34] sf: dataflash: Remove unneeded spi data
` [U-Boot] [PATCH v7 30/34] sf: dataflash: Move flash id detection into jedec_probe
` [U-Boot] [PATCH v7 31/34] sf: dataflash: Fix add_dataflash return logic
` [U-Boot] [PATCH v7 32/34] sf: dataflash: Add MTD core support
` [U-Boot] [PATCH v7 33/34] sf: dataflash: Rename sf_dataflash.c to mtd_dataflash.c
` [U-Boot] [PATCH v7 34/34] mtd: dataflash: Minor cleanups
[meta-fsl-demos][PATCH v3 1/6] fsl-gpu-sdk: Use wayland backend whenever it is availiable
2015-11-26 12:29 UTC (4+ messages)
` [meta-fsl-demos][PATCH v3 5/6] packagegroup-core-x11-base: Remove matchbox packages for xwayland
` [meta-freescale] "
[PATCH 1/1] AHCI: Fix softreset failed issue of Port Multiplier
2015-11-26 12:27 UTC
Which xfsprogs version to which kernel version
2015-11-26 12:26 UTC (2+ messages)
[LTP] [PATCH v2] hugetlb/hugemmap: add new testcase hugemmap06.c
2015-11-26 12:25 UTC (3+ messages)
[PATCH v2] clockevents/drivers/arm_global_timer: Use writel_relaxed in gt_compare_set
2015-11-26 12:20 UTC (2+ messages)
[meta-fsl-arm][PATCH v3 1/7] imx-gpu-viv: Add a new DISTRO check to support XWayland
2015-11-26 12:24 UTC (7+ messages)
` [meta-fsl-arm][PATCH v3 2/7] weston: Add xwayland changes
` [meta-fsl-arm][PATCH v3 4/7] mesa-demos: Use wayland backend whenever it is availiable
` [meta-fsl-arm][PATCH v3 5/7] chromium: Use Wayland backend whenever it is available
[PATCH v7 0/4] KASAN for arm64
2015-11-26 12:22 UTC (12+ messages)
[PATCH tip v4 0/5] Simple wait queue support
2015-11-26 12:22 UTC (3+ messages)
` [PATCH tip v4 2/5] [s]wait: Add compile time type check assertion
NV50 compute support questions
2015-11-26 12:21 UTC (5+ messages)
[U-Boot] [PATCH] pmic: Fix pfuze100 bit definitions
2015-11-26 12:21 UTC (2+ messages)
[Qemu-devel] [PULL 0/9] Misc patches for QEMU 2.5-rc2 (2015-11-25)
2015-11-26 12:19 UTC (8+ messages)
spi: tests driver to test basic alignment/length issues via loopback
2015-11-26 12:18 UTC (2+ messages)
[PATCH i-g-t v2] lib/igt_core: Add kmsg capture and dumping
2015-11-26 12:17 UTC (2+ messages)
` [PATCH i-g-t v4] "
[PATCHv2 0/3] Implement per-cpu reader-writer locks
2015-11-26 12:17 UTC (3+ messages)
` [PATCHv2 1/3] rwlock: Add "
[U-Boot] [RFC] Removal of superfluous gd assignments
2015-11-26 12:17 UTC (3+ messages)
[PATCH V4 0/3] KVM: x86: MMU: Clean up x86's mmu code for future work - part2
2015-11-26 12:16 UTC (4+ messages)
` [PATCH 1/3] KVM: x86: MMU: Move parent_pte handling from kvm_mmu_get_page() to link_shadow_page()
` [PATCH 2/3] KVM: x86: MMU: Use for_each_rmap_spte macro instead of pte_list_walk()
` [PATCH 3/3] KVM: x86: MMU: Remove unused parameter parent_pte from kvm_mmu_get_page()
[PATCH] ath10k: Fix check for !THERMAL case
2015-11-26 12:15 UTC (2+ messages)
[PATCH] powerpc: Standardise on NR_syscalls rather than __NR_syscalls
2015-11-26 12:15 UTC (2+ messages)
` "
[PATCH] powerpc: set IRQF_NO_THREAD for xmon/cascade handlers
2015-11-26 12:15 UTC (2+ messages)
` "
[RESEND PATCH] powerpc: rackmeter: Fix module autoload for OF platform driver
2015-11-26 12:15 UTC (2+ messages)
` [RESEND] "
[PATCH] powerpc: Remove unused function trace_syscall()
2015-11-26 12:15 UTC (2+ messages)
` "
[PATCH] powerpc: IRQF_NO_SUSPEND not IRQF_TIMER for non-timer
2015-11-26 12:15 UTC (2+ messages)
` "
[PATCH] powerpc: Add rN aliases to the pt_regs_offset table
2015-11-26 12:15 UTC (2+ messages)
` "
[RESEND PATCH] powerpc/powernv: Drop owner assignment from platform_driver
2015-11-26 12:15 UTC (2+ messages)
` [RESEND] "
[PATCH] cxl: use correct operator when writing pcie config space values
2015-11-26 12:15 UTC (2+ messages)
` "
[PATCH] cxl: Fix possible idr warning when contexts are released
2015-11-26 12:15 UTC (2+ messages)
` "
[RESEND PATCH 2/2] powerpc: axonram: Fix module autoload for OF platform driver
2015-11-26 12:15 UTC (2+ messages)
` [RESEND, "
[PATCH] powerpc/boot: allow wrapper to work on non-english system
2015-11-26 12:15 UTC (2+ messages)
` "
[kernel-hardening] [PATCH 0/2] introduce post-init read-only memory
2015-11-26 12:14 UTC (5+ messages)
` "
org.bluez.Adapter1 Powered API causes UnknownMethod: Method "Set" with signature "ssb"
2015-11-26 12:13 UTC
[PATCH] ocaml/xc: add softreset shutdown reason
2015-11-26 12:13 UTC (3+ messages)
[PATCH v2 2/2] powerpc/tm: Check for already reclaimed tasks
2015-11-26 12:13 UTC (2+ messages)
` [v2,2/2] "
[PATCH v2 1/2] powerpc/tm: Block signal return setting invalid MSR state
2015-11-26 12:13 UTC (2+ messages)
` [v2, "
Updates to meta-fsl-arm-extra (jethro) in 2015-11-26
2015-11-26 12:12 UTC
[PATCH v3 1/2] phy-sun4i-usb: Use of_match_node to get model specific config data
2015-11-26 12:11 UTC (8+ messages)
` [PATCH v3 2/2] phy-sun4i-usb: Add support for the host usb-phys found on the H3 SoC
` "
` [linux-sunxi] "
` [linux-sunxi] Re: [PATCH v3 1/2] phy-sun4i-usb: Use of_match_node to get model specific config data
[PATCH] cpuset: Replace all instances of time_t with time64_t
2015-11-26 12:08 UTC (4+ messages)
Updates to meta-fsl-arm-extra (master) in 2015-11-26
2015-11-26 12:11 UTC
[GIT PULL] Please pull powerpc/linux.git powerpc-4.4-3 tag
2015-11-26 12:11 UTC
Triggering BUG on SIGSEGV signaling
2015-11-26 12:10 UTC (2+ messages)
[PATCH] cgroups: move cpuset specific checks from generic code to cpuset_can_attach
2015-11-26 12:09 UTC (2+ messages)
[PATCH 0/4] efi: run UEFI services with interrupts enabled
2015-11-26 12:09 UTC (7+ messages)
` [PATCH 2/4] efi: efivars: don't rely on blocking operations in non-blocking set_var()
` [PATCH 4/4] efi: runtime-wrappers: run UEFI Runtime Services with interrupts enabled
[Qemu-devel] [RESEND RFC 0/6] AMD XGBE KVM platform passthrough
2015-11-26 12:06 UTC (4+ messages)
` [Qemu-devel] [RESEND RFC 3/6] device_tree: introduce qemu_fdt_node_path
[ath9k-devel] [patch] ath9k_htc: check for underflow in ath9k_htc_rx_msg()
2015-11-26 12:05 UTC (4+ messages)
` "
` [ath9k-devel] "
[jethro][PATCH v2] license.bbclass: fix host contamination warnings for license files
2015-11-26 12:05 UTC (2+ messages)
[patch] libertas: cleanup a variable name
2015-11-26 12:04 UTC (2+ messages)
[PATCH] net: brcm80211: Delete an unnecessary check before the function call "release_firmware"
2015-11-26 12:04 UTC (4+ messages)
` brcm80211: Delete an unnecessary check before the function call"release_firmware"
[PATCH 0/7] mmc: Some fixes
2015-11-26 12:00 UTC (8+ messages)
` [PATCH 1/7] mmc: mmc: Fix incorrect use of driver strength switching HS200 and HS400
` [PATCH 2/7] mmc: sdhci-pci: Do not default to 33 Ohm driver strength for Intel SPT
` [PATCH 3/7] mmc: sdhci: Do not BUG on invalid vdd
` [PATCH 4/7] mmc: sdio: Fix invalid vdd in voltage switch power cycle
` [PATCH 5/7] mmc: sdhc: Fix DMA descriptor with zero data length
` [PATCH 6/7] mmc: sdhci: 64-bit DMA actually has 4-byte alignment
` [PATCH 7/7] mmc: sdhci: Fix sdhci_runtime_pm_bus_on/off()
[PATCH v5] x86/hvm/viridian: flush remote tlbs by hypercall
2015-11-26 12:03 UTC (2+ messages)
[PATCH v6 00/30] toaster: 8279: Provide a single way of starting Toaster
2015-11-26 11:27 UTC (18+ messages)
` [PATCH 12/30] toaster: implement start_bitbake function
` [PATCH 15/30] toaster: reimplemented startBBServer method
` [PATCH 16/30] toaster: remove stopBBServer API
` [PATCH 17/30] toaster: do not terminate bb server
` [PATCH 18/30] toaster: remove usage of BUILD_MODE variable
` [PATCH 19/30] toaster: do not create duplicate HelpText objects
` [PATCH 20/30] toaster: buildinfohelper Broaden the toaster created recipe data case
` [PATCH 21/30] toaster: implement BitbakeController.getVariable
` [PATCH 22/30] toaster: set varibales on bitbake server
` [PATCH 23/30] toaster: remove writeConfFile API
` [PATCH 24/30] toaster: stop using toaster-pre.conf
` [PATCH 25/30] toaster: remove SDKMACHINE from project variables
` [PATCH 26/30] toaster: get rid of complicated heuristics
` [PATCH 27/30] toaster: unset environment variables
` [PATCH 28/30] command: add CommandStarted event
` [PATCH 29/30] bb/ui: ignore "
` [PATCH 30/30] toasterui: process "
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.