All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-02-06 14:52:42 to 2017-02-06 15:33:49 UTC [more...]

[PATCH v3 0/3] i.MX7 PCI support
 2017-02-06 15:33 UTC  (12+ messages)
` [PATCH v3 1/3] PCI: imx6: Fix a typo in error message
` [PATCH v3 2/3] PCI: imx6: Allow probe deferal by reset GPIO
` [PATCH v3 3/3] PCI: imx6: Add code to support i.MX7D

[U-Boot] [PATCH 0/3] arc: introduce timer driver and update device tree
 2017-02-06 15:33 UTC  (6+ messages)
` [U-Boot] [PATCH 1/3] drivers: timer: Introduce ARC timer driver

[U-Boot] [PATCH v4 0/5] Add FreeBSD kconfig options
 2017-02-06 15:33 UTC  (9+ messages)
` [U-Boot] [PATCH v4 1/5] kconfig: Add API kconfig file
` [U-Boot] [PATCH v4 2/5] api: Convert to Kconfig
` [U-Boot] [PATCH v4 3/5] api: bootelf: go: flush cache before starting
` [U-Boot] [PATCH v4 4/5] distro_bootcmd: Add command to run FreeBSD

CBT: New RGW getput benchmark and testing diary
 2017-02-06 15:33 UTC  (2+ messages)

[U-Boot] [PATCH] kbuild: beautify the log of config whitelist check
 2017-02-06 15:33 UTC  (2+ messages)

[U-Boot] [PATCH v1] cmd: gpt: backup boot code before writing MBR
 2017-02-06 15:33 UTC  (2+ messages)

[U-Boot] [PATCH v2 0/3] cmd: add "config" command, rework "license" command
 2017-02-06 15:33 UTC  (7+ messages)
` [U-Boot] [PATCH v2 1/3] scripts: import bin2c.c from Linux 4.10-rc6
` [U-Boot] [PATCH v2 2/3] cmd: add a new command "config" to show .config contents
` [U-Boot] [PATCH v2 3/3] cmd: rework "license" command

[U-Boot] [RFC PATCH 00/11] extend FIT loading support (plus Pine64/ATF support)
 2017-02-06 15:33 UTC  (4+ messages)

[U-Boot] [PATCH 1/2] arm64: use xzr to zero-out the bss section
 2017-02-06 15:33 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] arm64: use store with auto-increment

[PATCH -next] ASoC: sun4i-spdif: drop unnessary snd_soc_unregister_component()
 2017-02-06 15:32 UTC  (5+ messages)

[PATCH v2] libfdt: add helpers to read address and size from reg
 2017-02-06 15:32 UTC  (2+ messages)

[U-Boot] [RFC PATCH v3 00/11] IPv6 support
 2017-02-06 15:32 UTC  (14+ messages)
` [U-Boot] [RFC PATCH v3 02/11] lib: vsprintf: add IPv6 compressed format %pI6c
` [U-Boot] [RFC PATCH v3 03/11] lib: net_utils: add string_to_ip6
` [U-Boot] [RFC PATCH v3 06/11] net: IPv6 support
` [U-Boot] [RFC PATCH v3 07/11] net: Add ping6 command and implementation
` [U-Boot] [RFC PATCH v3 08/11] net: TFTP over IPv6
` [U-Boot] [RFC PATCH v3 09/11] net: IPv6 documentation

[U-Boot] patman and non-ascii names
 2017-02-06 15:32 UTC  (3+ messages)

[U-Boot] [PATCH v3] dm/mmc: gen_atmel_mci: Add driver model support for mci
 2017-02-06 15:32 UTC  (2+ messages)

[U-Boot] [PATCH v4 0/2] pinctrl: at91: Add pinctrl driver
 2017-02-06 15:32 UTC  (3+ messages)
` [U-Boot] [PATCH v4 1/2] gpio: at91_gpio: Remove CPU_HAS_PIO3 macro

[U-Boot] [PATCH 00/11] Move some init sequence options to Kconfig
 2017-02-06 15:32 UTC  (3+ messages)

[U-Boot] [PATCH v4 00/17] arm: rpi: Enable USB, Ethernet, MMC, Video driver model on Raspberry Pi
 2017-02-06 15:32 UTC  (3+ messages)

[Qemu-devel] [PATCH v10 00/23] MTTCG Base enabling patches with ARM enablement
 2017-02-06 15:31 UTC  (20+ messages)
` [Qemu-devel] [PATCH v10 01/23] docs: new design document multi-thread-tcg.txt
` [Qemu-devel] [PATCH v10 02/23] mttcg: translate-all: Enable locking debug in a debug build
` [Qemu-devel] [PATCH v10 03/23] mttcg: Add missing tb_lock/unlock() in cpu_exec_step()
` [Qemu-devel] [PATCH v10 04/23] tcg: move TCG_MO/BAR types into own file
` [Qemu-devel] [PATCH v10 05/23] tcg: add options for enabling MTTCG
` [Qemu-devel] [PATCH v10 06/23] tcg: add kick timer for single-threaded vCPU emulation
` [Qemu-devel] [PATCH v10 07/23] tcg: rename tcg_current_cpu to tcg_current_rr_cpu
` [Qemu-devel] [PATCH v10 08/23] tcg: drop global lock during TCG code execution
` [Qemu-devel] [PATCH v10 09/23] tcg: remove global exit_request
` [Qemu-devel] [PATCH v10 10/23] tcg: enable tb_lock() for SoftMMU
` [Qemu-devel] [PATCH v10 11/23] tcg: enable thread-per-vCPU
` [Qemu-devel] [PATCH v10 12/23] tcg: handle EXCP_ATOMIC exception for system emulation
` [Qemu-devel] [PATCH v10 13/23] cputlb: add assert_cpu_is_self checks
` [Qemu-devel] [PATCH v10 14/23] cputlb: tweak qemu_ram_addr_from_host_nofail reporting
` [Qemu-devel] [PATCH v10 15/23] cputlb: introduce tlb_flush_* async work
` [Qemu-devel] [PATCH v10 16/23] cputlb and arm/sparc targets: convert mmuidx flushes from varg to bitmap
` [Qemu-devel] [PATCH v10 17/23] cputlb: add tlb_flush_by_mmuidx async routines
` [Qemu-devel] [PATCH v10 18/23] cputlb: atomically update tlb fields used by tlb_reset_dirty
` [Qemu-devel] [PATCH v10 19/23] cputlb: introduce tlb_flush_*_all_cpus[_synced]

[PATCH v3 1/3] lib/string: introduce ascii2utf16le() helper
 2017-02-06 15:31 UTC  (5+ messages)

Fractional divider on the Atmel USART controller
 2017-02-06 15:30 UTC  (8+ messages)

[kernel-hardening] HARDENED_ATOMIC documentation
 2017-02-06 15:30 UTC  (4+ messages)
` [kernel-hardening] "

[PATCH 0/6 v4] scope GFP_NOFS api
 2017-02-06 15:30 UTC  (10+ messages)
` [PATCH 1/6] lockdep: allow to disable reclaim lockup detection
        ` [Cluster-devel] "

[PATCH] ARM: shmobile: r7s72100: Enable L2 cache
 2017-02-06 15:30 UTC  (6+ messages)

[PATCH net-next v1 1/7] bpf: Add missing header to the library
 2017-02-06 15:30 UTC  (3+ messages)
` [PATCH net-next v1 6/7] bpf: Use the bpf_load_program() from "

[bug report] ARM: Orion: fix driver probe error handling with respect to clk
 2017-02-06 15:29 UTC 

[PATCH v2 0/6] ceph: implement new-style ENOSPC handling in kcephfs
 2017-02-06 15:28 UTC  (4+ messages)
` [PATCH v2 6/6] libceph: allow requests to return immediately on full conditions if caller wishes

[PATCH] omapfb: dss: Handle return error in dss_init_ports
 2017-02-06 15:28 UTC  (3+ messages)

[RFC 0/8] eal: dynamic logs
 2017-02-06 15:27 UTC  (5+ messages)

[morty/master][PATCH] am335x-hs-evm: update UBOOT_MACHINE var for latest u-boot version
 2017-02-06 15:27 UTC 

[PATCH 0/4 v2] BDI lifetime fix
 2017-02-06 15:26 UTC  (3+ messages)

[PATCH -next] net: wan: slic_ds26522: Remove .owner field for driver
 2017-02-06 15:26 UTC  (2+ messages)
` [PATCH net-next v2] "

[PATCH -next] net: wan: slic_ds26522: Use module_spi_driver to simplify the code
 2017-02-06 15:25 UTC  (2+ messages)
` [PATCH net-next v2] "

[PATCH 1/2] DTS: dra7: Replace obsolete "operating-points" property with "operating-points-v2"
 2017-02-06 15:24 UTC  (6+ messages)
` [PATCH 2/2] DTS: dra7: Add "opp_high" opp node to support 1.5 GHz SoC operation

[Buildroot] [V2 1/1] ntp: security bump to verserion 4.2.8p9
 2017-02-06 15:23 UTC  (4+ messages)

[PATCH v2 0/4] stash: create filename argument
 2017-02-06 15:22 UTC  (6+ messages)
` [PATCH v3 0/5] stash: support pathspec argument
  ` [PATCH v3 1/5] Documentation/stash: remove mention of git reset --hard
  ` [PATCH v3 5/5] stash: teach 'push' (and 'create') to honor pathspec

[PATCH 0/6] staging: BCM2835 MMAL V4L2 camera driver
 2017-02-06 15:21 UTC  (10+ messages)
` [PATCH 1/6] staging: Import the BCM2835 MMAL-based "

[PATCH RESEND 0/3] arm64: Add ARCH_THUNDER2
 2017-02-06 15:21 UTC  (6+ messages)
` [PATCH RESEND 1/3] arm64: add THUNDER2 processor family

[patch net-next 0/8] mlxsw: cleanup neigh handling
 2017-02-06 15:20 UTC  (9+ messages)
` [patch net-next 1/8] mlxsw: core: Queue work immediately instead of delaying it
` [patch net-next 2/8] mlxsw: spectrum_router: Use ordered workqueue for neigh updates
` [patch net-next 3/8] mlxsw: spectrum_router: Remove unused variable
` [patch net-next 4/8] mlxsw: spectrum_router: Simplify neighbour reflection
` [patch net-next 5/8] net: remove ndo_neigh_{construct,destroy} from stacked devices
` [patch net-next 6/8] mlxsw: spectrum_router: Remove redundant check
` [patch net-next 7/8] mlxsw: spectrum_router: Don't read 'nud_state' without lock
` [patch net-next 8/8] mlxsw: spectrum_router: Fix typo in comment

[PATCH] asus-wireless: Fix identation
 2017-02-06 15:20 UTC  (2+ messages)
` [PATCHv3] platform/x86: "

[Buildroot] [PATCH 1/1] opkg-utils: new package
 2017-02-06 15:20 UTC  (2+ messages)

pull-request: wireless-drivers 2017-02-06
 2017-02-06 15:19 UTC 

[Qemu-devel] [PATCH 0/2 v16] fsdev: add IO throttle support to fsdev devices
 2017-02-06 15:19 UTC  (4+ messages)
` [Qemu-devel] [PATCH 2/2 v16] throttle: factor out duplicate code

[PATCH 0/4] Fixes for perf build and feature detection
 2017-02-06 15:19 UTC  (4+ messages)
` [PATCH 1/4] perf tools: pass PYTHON config to "

[PATCH v2 0/4] x86/vvmx: correctly emulate VMREAD and VMWRITE
 2017-02-06 15:19 UTC  (6+ messages)
` [PATCH v2 1/4] x86/vmx: introduce vmwrite_safe()
` [PATCH v2 2/4] x86/vmx: improve vmread_safe()
` [PATCH v2 3/4] x86/vvmx: correctly emulate VMWRITE
` [PATCH v2 4/4] x86/vvmx: correctly emulate VMREAD

[Buildroot] [git commit] DEVELOPERS: add Thomas De Schapheleire for opkg-utils
 2017-02-06 15:19 UTC 

linux-next: build failure after merge of the tty tree
 2017-02-06 15:18 UTC  (4+ messages)

[RFC 0/1] shiftfs: uid/gid shifting filesystem (s_user_ns version)
 2017-02-06 15:18 UTC  (6+ messages)
` [RFC 1/1] shiftfs: uid/gid shifting bind mount

[PATCH 00/13] Add HD44780 Character LCD support
 2017-02-06 15:18 UTC  (4+ messages)
` [PATCH 09/13] auxdisplay: charlcd: Extract character LCD core from misc/panel

[PATCH] drm/i915: Let execlist_update_context() cover !FULL_PPGTT mode
 2017-02-06 15:18 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "

do_populate_cve_db: Error in executing cve-check-update
 2017-02-06 15:17 UTC  (3+ messages)

[krogoth/morty][PATCH] parse-ip: fix for use with systemd
 2017-02-06 15:14 UTC 

[U-Boot] [PATCH 0/5] Add support for Adaptrum ACRS2 mainboard
 2017-02-06 15:15 UTC  (3+ messages)
` [U-Boot] [PATCH 1/5] configs: am335x_evm: Enable FASTBOOT based on kconfig

[tip:sched/core] sched/core: Add debugging code to catch missing update_rq_clock() calls
 2017-02-06 15:14 UTC  (12+ messages)

[OSSTEST PATCH] standalone-reset: use mkdir -p
 2017-02-06 15:13 UTC  (4+ messages)

[Xenomai] Porting Xenomai on iMX6SX
 2017-02-06 15:13 UTC  (5+ messages)

[PATCH 2/2] mm/memblock: switch to use NUMA_NO_NODE instead of MAX_NUMNODES in for_each_mem_pfn_range()
 2017-02-06 15:12 UTC  (5+ messages)
` [lkp-robot] [mm/memblock] cc4a913fa5: WARNING:at_mm/memblock.c:#__next_mem_pfn_range

[PATCH 1/2 v4] mm: vmscan: do not pass reclaimed slab to vmpressure
 2017-02-06 15:12 UTC  (11+ messages)
` [PATCH 2/2 RESEND] mm: vmpressure: fix sending wrong events on underflow

[PATCH 3.10 000/319] 3.10.105-stable review
 2017-02-06 15:10 UTC  (4+ messages)

[Bug 99637] VLC video has corrupted colors when using VDPAU output on Radeon SI
 2017-02-06 15:10 UTC  (2+ messages)

[GIT PULL for v4.10] CEC fixes
 2017-02-06 15:09 UTC 

[PATCH] reset: Add i.MX7 SRC reset driver
 2017-02-06 15:08 UTC  (2+ messages)

[PATCH -next v2] video: fbdev: sh_mobile_lcdcfb: fix error return code in sh_mobile_lcdc_probe()
 2017-02-06 15:08 UTC 

[PATCH 01/19] drm/i915: Micro-optimise i915_get_ggtt_vma_pages()
 2017-02-06 15:07 UTC  (3+ messages)
` [PATCH 05/19] drm/i915: Split ggtt/alasing_gtt unbind_vma

buf->hash.rss always empty with i40e
 2017-02-06 15:07 UTC  (6+ messages)

[PATCH v1] doc: add distributor library API change notice
 2017-02-06  8:08 UTC 

[Buildroot] [git commit] opkg-utils: new package
 2017-02-06 15:07 UTC 

[PATCH 01/21] drm/amdgpu:fix typo
 2017-02-06 15:07 UTC  (5+ messages)
` [PATCH 03/21] drm/amdgpu:fix scheduler hw reset&recovery

[Qemu-devel] [PATCH v2 0/2] target/arm: Support EL1 AArch32 guest under AArch64 EL2
 2017-02-06 15:06 UTC  (5+ messages)
` [Qemu-devel] [PATCH v2 2/2] target/arm: A32, T32: Create Instruction Syndromes for Data Aborts

[PATCH] acpica: Fix double-free in acpi_ns_repair_CID()
 2017-02-06 15:06 UTC  (4+ messages)

[PATCH] meta-yocto-bsp: bump to the latest linux stable kernel for the non-x86 BSPs
 2017-02-06 15:05 UTC  (2+ messages)

Missing XSM permission for livepatch sysctl
 2017-02-06 15:05 UTC  (5+ messages)

[PATCH] lockdep: Fix wrong condition to print bug msgs for MAX_LOCKDEP_CHAIN_HLOCKS
 2017-02-06 15:05 UTC  (2+ messages)

[PATCH 1/2] drm/i915: Mark the end of intel_ring_begin() and check in intel_ring_advance()
 2017-02-06 15:04 UTC  (5+ messages)
` [PATCH 2/2] drm/i915: Avoid unguarded reads from the request pointer

[PATCH] soc/imx: Add GPCv2 power gating driver
 2017-02-06 15:05 UTC  (3+ messages)

[Buildroot] [PATCHv3] package/libplatform: bump version to 2.1.0
 2017-02-06 15:05 UTC  (2+ messages)

[Buildroot] [PATCH v3] efl: do not force dependency on libudev by making eeze a config option
 2017-02-06 15:04 UTC  (2+ messages)

[PATCH v3 00/14] mm: page migration enhancement for thp
 2017-02-06 15:03 UTC  (5+ messages)
` [PATCH v3 01/14] mm: thp: make __split_huge_pmd_locked visible

[PATCH 0/7] Bibliography update round 4
 2017-02-06  3:17 UTC  (2+ messages)

[PATCH] SMPdesign/beyond: Remove redundant 'although'
 2017-02-06  3:20 UTC  (2+ messages)

[PATCH] arm64: Revert "arm64: kaslr: fix breakage with CONFIG_MODVERSIONS=y"
 2017-02-06 15:02 UTC 

[Bug 99683] Powerplay features request: manually set GPU (Fiji) frequency beyond default limits and per application
 2017-02-06 15:02 UTC  (2+ messages)

tisdk-rootfs-image recipe bitbake error on morty branch
 2017-02-06 15:00 UTC  (2+ messages)

[PATCH] iw_cxgb4: set correct FetchBurstMax for QPs
 2017-02-06 14:59 UTC  (5+ messages)

[PATCH 00/89] Major reorganization of <linux/sched.h>
 2017-02-06 14:59 UTC  (4+ messages)
` [PATCH 78/89] sched/core: Remove the tsk_cpus_allowed() wrapper

[PATCH 1/2] spi: davinci: Use SPI framework to handle DMA mapping
 2017-02-06 14:57 UTC  (4+ messages)
  ` [PATCH 2/2] spi: davinci: enable DMA when channels are defined in DT

[Qemu-devel] [PATCH v5 00/10] Add support for VM Generation ID
 2017-02-06 14:56 UTC  (3+ messages)
` [Qemu-devel] [PATCH v5 02/10] linker-loader: Add new 'write pointer' command

[PATCH] mm, slab: rename kmalloc-node cache to kmalloc-<size>
 2017-02-06 14:55 UTC  (4+ messages)

[Buildroot] [PATCH] libiio: Bump to version 0.9
 2017-02-06 14:55 UTC 

[PATCH 00/11] Add MFC v10.10 support
 2017-02-06 14:54 UTC  (4+ messages)
  ` [PATCH 10/11] [media] v4l2: Add v4l2 control IDs for HEVC encoder

[Buildroot] [git commit] wget: bump version to 1.19
 2017-02-06 14:54 UTC 

[PATCH 1/2] drm/amd/display: fix array lenth error
 2017-02-06 14:54 UTC  (2+ messages)

[Buildroot] [PATCH 1/5] linux-firmware: bump to version 6d3bc8886517d171068fd1263176b8b5c51df204
 2017-02-06 14:53 UTC  (2+ messages)


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.