All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-02-23 17:53:41 to 2017-02-23 18:42:36 UTC [more...]

post-receive: pub/scm/linux/kernel/git/tytso/ext4
 2017-02-23 18:42 UTC 

[PATCH] MAINTAINERS: remove swarren from bcm2835
 2017-02-23 18:42 UTC  (2+ messages)

[meta-qt5][PATCH] qtbase: remove absolute binary paths from mkspec files
 2017-02-23 18:41 UTC 

[PATCH umr] Allow * for ipname in --read/--write/--write-bit
 2017-02-23 18:41 UTC  (2+ messages)

[PATCH 1/4] f2fs: avoid very large discard command
 2017-02-23 18:41 UTC  (3+ messages)

[PATCH 00/11] drm/sun4i: Various fixes and cleanups part 2
 2017-02-23 18:30 UTC  (29+ messages)
` [PATCH 01/11] drm/sun4i: Make sunxi_rgb2yuv_coef constant
` [PATCH 02/11] drm/sun4i: Set drm_crtc.port to the underlying TCON's output port node
` [PATCH 03/11] drm/sun4i: Add end of list element for sun4i_layers_init's returned list
` [PATCH 04/11] drm/sun4i: Move layers from sun4i_drv to sun4i_crtc
` [PATCH 05/11] drm/sun4i: Initialize crtc from tcon bind function
` [PATCH 06/11] drm/sun4i: Drop primary layer pointer from sun4i_drv
` [PATCH 11/11] drm/sun4i: Add backend and tcon pointers to sun4i_crtc

SHA1 collisions found
 2017-02-23 18:40 UTC  (11+ messages)

[PATCH net] bpf: Fix bpf_xdp_event_output
 2017-02-23 18:40 UTC 

v4.10-rc6 boot regression on Intel desktop, maybe related to EHCI hadnoff?
 2017-02-23 18:40 UTC  (8+ messages)
  ` v4.10-rc6 boot regression on Intel desktop, does not boot after cold boots, boots after reboot
      ` v4.10-rc8 (-rc6) "

[PATCH net-next 0/2] sctp: support MSG_MORE flag when sending msg
 2017-02-23 18:39 UTC  (10+ messages)
` [PATCH net-next 2/2] sctp: add support for MSG_MORE

post-receive: pub/scm/linux/kernel/git/acme/linux
 2017-02-23 18:40 UTC 

Radeon driver hang with 4.9.0-rt
 2017-02-23 18:15 UTC 

[Bug 99907] linux-firmware 2017-02-17 update causes varying breaks in AMDGPU for recent cards
 2017-02-23 18:38 UTC  (2+ messages)

[Qemu-devel] [PATCH v9 0/5] GICv3 live migration support
 2017-02-23 18:37 UTC  (7+ messages)
` [Qemu-devel] [PATCH v9 1/5] kernel: Add definitions for GICv3 attributes
` [Qemu-devel] [PATCH v9 2/5] hw/intc/arm_gicv3_kvm: Add ICC_SRE_EL1 register to vmstate
` [Qemu-devel] [PATCH v9 5/5] hw/intc/arm_gicv3_kvm: Reset GICv3 cpu interface registers

[PATCH] ARM: dts: sunxi: Add regulators for Sinovoip BPI-M2
 2017-02-23 18:37 UTC  (4+ messages)

[PATCH V3 1/2] firmware: add more flexible request_firmware_async function
 2017-02-23 18:30 UTC  (3+ messages)
` [PATCH V4 "
  ` [PATCH V4 2/2] brcmfmac: don't warn user about NVRAM if fallback to platform one succeeds

[Qemu-devel] [PATCH v14 00/24] MTTCG Base enabling patches with ARM enablement
 2017-02-23 18:29 UTC  (25+ messages)
` [Qemu-devel] [PATCH v14 01/24] docs: new design document multi-thread-tcg.txt
` [Qemu-devel] [PATCH v14 02/24] mttcg: translate-all: Enable locking debug in a debug build
` [Qemu-devel] [PATCH v14 03/24] mttcg: Add missing tb_lock/unlock() in cpu_exec_step()
` [Qemu-devel] [PATCH v14 04/24] tcg: move TCG_MO/BAR types into own file
` [Qemu-devel] [PATCH v14 05/24] tcg: add options for enabling MTTCG
` [Qemu-devel] [PATCH v14 06/24] tcg: add kick timer for single-threaded vCPU emulation
` [Qemu-devel] [PATCH v14 07/24] tcg: rename tcg_current_cpu to tcg_current_rr_cpu
` [Qemu-devel] [PATCH v14 08/24] tcg: drop global lock during TCG code execution
` [Qemu-devel] [PATCH v14 09/24] tcg: remove global exit_request
` [Qemu-devel] [PATCH v14 10/24] tcg: enable tb_lock() for SoftMMU
` [Qemu-devel] [PATCH v14 11/24] tcg: enable thread-per-vCPU
` [Qemu-devel] [PATCH v14 12/24] tcg: handle EXCP_ATOMIC exception for system emulation
` [Qemu-devel] [PATCH v14 13/24] cputlb: add assert_cpu_is_self checks
` [Qemu-devel] [PATCH v14 14/24] cputlb: tweak qemu_ram_addr_from_host_nofail reporting
` [Qemu-devel] [PATCH v14 15/24] cputlb: introduce tlb_flush_* async work
` [Qemu-devel] [PATCH v14 16/24] cputlb and arm/sparc targets: convert mmuidx flushes from varg to bitmap
` [Qemu-devel] [PATCH v14 17/24] cputlb: add tlb_flush_by_mmuidx async routines
` [Qemu-devel] [PATCH v14 18/24] cputlb: atomically update tlb fields used by tlb_reset_dirty
` [Qemu-devel] [PATCH v14 19/24] cputlb: introduce tlb_flush_*_all_cpus[_synced]
` [Qemu-devel] [PATCH v14 20/24] target-arm/powerctl: defer cpu reset work to CPU context
` [Qemu-devel] [PATCH v14 21/24] target-arm: don't generate WFE/YIELD calls for MTTCG
` [Qemu-devel] [PATCH v14 22/24] target-arm: ensure all cross vCPUs TLB flushes complete
` [Qemu-devel] [PATCH v14 23/24] hw/misc/imx6_src: defer clearing of SRC_SCR reset bits
` [Qemu-devel] [PATCH v14 24/24] tcg: enable MTTCG by default for ARM on x86 hosts

[PATCH linux dev-4.7 1/2] ARM: dts: aspeed: Fix RAM size in Romulus and Witherspoon
 2017-02-23 18:36 UTC  (4+ messages)
` [PATCH linux dev-4.7 2/2] ARM: dts: aspeed: Reserve memory on all P9 machines

[PATCH 00/50] LiquidIO PMD
 2017-02-23 18:35 UTC  (4+ messages)
` [PATCH 16/50] net/liquidio: add APIs to allocate and free IQ

State of bitbake world, Failed tasks 2017-02-22
 2017-02-23 18:35 UTC 

[PATCH 1/2] libmount: add mnt_fs_is_btrfs()
 2017-02-23 18:15 UTC  (3+ messages)

[ wireguard-dev ] dmesg when using ipv6
 2017-02-23 18:34 UTC  (3+ messages)

[PATCH 1/3] HID: wacom: generic: add 3 tablet touch keys
 2017-02-23 18:25 UTC  (2+ messages)

[meta-browser][PATCH v2] chromium: disable generate_character_data for x86
 2017-02-23 18:32 UTC 

[Buildroot] [PATCH] poco: disable for or1k, not supported
 2017-02-23 18:32 UTC  (2+ messages)

Coccinelle Challenge Problem 3
 2017-02-23 18:29 UTC 

kprobes vs __ex_table[]
 2017-02-23 18:30 UTC 

[Qemu-devel] Hang in aio/multi/mutex/mcs
 2017-02-23 18:29 UTC 

Radeon driver hang with 4.9.0-rt
 2017-02-23 18:03 UTC 

[ovmf test] 106004: regressions - trouble: broken/fail/pass
 2017-02-23 18:28 UTC 

[PATCH V4 0/6] mm: fix some MADV_FREE issues
 2017-02-23 18:22 UTC  (5+ messages)
` [PATCH V4 3/6] mm: move MADV_FREE pages into LRU_INACTIVE_FILE list

[BUG] msr-trace.h:42 suspicious rcu_dereference_check() usage!
 2017-02-23 17:56 UTC  (5+ messages)

[PATCH 0/7] net: stmmac: Fixes and Tegra186 support
 2017-02-23 17:57 UTC  (2+ messages)

[PATCH] staging: speakup: Keep logical continuations on the previous line
 2017-02-23 18:21 UTC 

[meta-browser][PATCH] chromium: disable generate_character_data for qemux86
 2017-02-23 18:21 UTC  (3+ messages)

[PATCH v8 0/9] perf/amd/iommu: Enable multi-IOMMU support
 2017-02-23 18:20 UTC  (9+ messages)
` [PATCH v8 9/9] perf/amd/iommu: Enable support for multiple IOMMUs

[xen-unstable-smoke test] 106025: trouble: broken/fail/pass
 2017-02-23 18:20 UTC 

[PATCH 1/3] f2fs: remove build_free_nids() during checkpoint
 2017-02-23 18:20 UTC  (4+ messages)
` [PATCH 3/3] f2fs: avoid reading NAT page by get_node_info
    ` [f2fs-dev] "

[GIT PULL] PCI changes for v4.11
 2017-02-23 18:15 UTC 

[PATCH] arm64: Fix the kernel panic() on QDF2400 platform
 2017-02-23 17:57 UTC  (3+ messages)
`  "

[PATCH] staging: vc04_services: Fixed "space prohibited after that open/close parenthesis" erros
 2017-02-23 18:15 UTC  (2+ messages)

[ARM] SMC (and HVC) handling in hypervisor
 2017-02-23 18:16 UTC  (14+ messages)

[PATCH] drm/i915/lspcon: Switch back to PCON mode after output replug
 2017-02-23 18:15 UTC  (3+ messages)
` [PATCH v2] "

[RFC PATCH] memory-hotplug: Use dev_online for memhp_auto_offline
 2017-02-23 18:14 UTC  (11+ messages)

RE:
 2017-02-23 15:09 UTC 

RE:
 2017-02-23 15:09 UTC 

RE:
 2017-02-23 15:09 UTC 

RE:
 2017-02-23 15:09 UTC 

RE:
 2017-02-23 15:09 UTC 

RE:
 2017-02-23 15:09 UTC 

RE:
 2017-02-23 15:09 UTC  (3+ messages)

RE:
 2017-02-23 15:09 UTC 

RE:
 2017-02-23 15:09 UTC 

[U-Boot] Complete verified uboot example
 2017-02-23 18:12 UTC  (6+ messages)

[PATCH] wic: Prevent duplicate entries on fstab
 2017-02-23 18:13 UTC 

post-receive: pub/scm/linux/kernel/git/jaegeuk/f2fs-tools
 2017-02-23 18:11 UTC 

RK3288 USB OTG controller in peripheral mode
 2017-02-23 18:11 UTC  (2+ messages)

RE:
 2017-02-23 15:09 UTC 

RE:
 2017-02-23 15:09 UTC 

RE:
 2017-02-23 15:09 UTC 

RE:
 2017-02-23 15:09 UTC 

RE:
 2017-02-23 15:09 UTC 

RE:
 2017-02-23 15:09 UTC 

RE:
 2017-02-23 15:09 UTC 

[U-Boot] [PATCH v2 0/6] sunxi: DM pinctrl implementation
 2017-02-23 18:10 UTC  (5+ messages)
` [U-Boot] [PATCH v2 1/6] sunxi: add pinctrl (UCLASS_PINCTRL) support for sunxi

RE:
 2017-02-23 15:13 UTC 

RE:
 2017-02-23 15:10 UTC 

RE:
 2017-02-23 15:10 UTC 

RE:
 2017-02-23 15:09 UTC 

RE:
 2017-02-23 15:09 UTC 

RE:
 2017-02-23 15:09 UTC 

RE:
 2017-02-23 15:09 UTC 

RE:
 2017-02-23 15:09 UTC 

RE:
 2017-02-23 15:09 UTC 

[Qemu-devel] [PULL v2 0/8] target-mips queue
 2017-02-23 18:09 UTC  (3+ messages)
` [Qemu-devel] [PULL v2 8/8] hw/mips: MIPS Boston board support

[Buildroot] [PATCH v2] ncurses: remove BR2_PACKAGE_NCURSES_TARGET_{FORM, MENU, PANEL} options
 2017-02-23 18:08 UTC 

[PATCH net-next v4 0/7] gtp: misc improvements
 2017-02-23 18:07 UTC  (7+ messages)
` [PATCH net-next v4 4/7] gtp: consolidate gtp socket rx path

[PATCH] arch/x86/kernel/tsc.c : set X86_FEATURE_ART for TSC on CPUs like i7-4910MQ : bug #194609
 2017-02-23 18:05 UTC  (10+ messages)

[PATCH v1] oeqa/sdk/cases:Adds validation for SDK compatibility tests
 2017-02-23 18:02 UTC 

[PATCH v7 0/9] devicetree battery support and client bq27xxx_battery
 2017-02-23 18:02 UTC  (13+ messages)
` [PATCH v7 7/9] power: bq27xxx_battery: Add power_supply_battery_info support

[PATCH v3 0/6] Enable DMA for daVinci SPI controller
 2017-02-23 18:02 UTC  (14+ messages)
  ` [PATCH v3 1/6] spi: davinci: Use SPI framework to handle DMA mapping
  ` [PATCH v3 2/6] spi: davinci: enable DMA when channels are defined in DT
  ` [PATCH v3 3/6] spi: davinci: use rx buffer as dummy tx buffer
  ` [PATCH v3 4/6] spi: davinci: do not use DMA if transfer length is less than 16
  ` [PATCH v3 5/6] spi: davinci: do not use DMA for vmalloc'ed buffers
  ` [PATCH v3 6/6] spi: loopback-test: add option to use "

[GIT PULL] drm/rockchip: some fixes
 2017-02-23 18:01 UTC  (4+ messages)

NO_HZ and ktimersoftd
 2017-02-23 18:01 UTC  (3+ messages)

[PATCH] checkpatch.pl: Add SPDX license tag check for dts files and headers
 2017-02-23 17:51 UTC  (2+ messages)

[PATCH] vfs: hoist {XFS,EXT4,F2FS}_IOC_{GOING,SHUT}DOWN to the VFS
 2017-02-23 17:59 UTC  (2+ messages)
` [PATCH] vfs: hoist {XFS, EXT4, F2FS}_IOC_{GOING, SHUT}DOWN "

Please cherry-pick 5edabca9d4cf (CVE-2017-6074) for all stable kernels
 2017-02-23 17:57 UTC  (3+ messages)
` Please cherry-pick 5edabca9d4cf (CVE-2017-6074) for all stable kernels,Please "

[PULL REQUEST] Please pull rdma.git
 2017-02-23 17:57 UTC  (6+ messages)

[PATCH v2 0/3] Add Northstar Plus support to PDC mailbox driver
 2017-02-23 17:54 UTC  (4+ messages)

[PATCH] sched: Optimize pick_next_task for idle_sched_class too
 2017-02-23 17:54 UTC  (10+ messages)

[PATCH 1/1] ax25: Fix segfault after sock connection timeout
 2017-02-23 17:56 UTC  (2+ messages)
                ` [BUG] AX.25 sockets not destroyed

[libvirt test] 106006: trouble: blocked/broken/fail/pass
 2017-02-23 17:56 UTC 

[U-Boot] [PATCH v2 00/10] Rewrite ARMv8 layerscape MMU
 2017-02-23 17:55 UTC  (5+ messages)
` [U-Boot] [PATCH v2 04/10] efi: Add a hook to allow adding memory mapping
` [U-Boot] [PATCH v2 09/10] armv8: mmu: Add a function to change mapping attributes

[PATCH 00/35] treewide trivial patches converting pr_warning to pr_warn
 2017-02-23 17:53 UTC  (11+ messages)

[PATCH v2 2/4] pinctrl: samsung: Register pinctrl before GPIO
 2017-02-23 17:54 UTC  (3+ messages)
` [PATCH] pinctrl: samsung: Calculate GPIO base for pinctrl_add_gpio_range

post-receive: pub/scm/linux/kernel/git/jaegeuk/f2fs-stable
 2017-02-23 17:54 UTC 

[U-Boot] [PATCH 0/9] Add support for secure boot on Keystone2 SoCs
 2017-02-23 17:54 UTC  (10+ messages)
` [U-Boot] [PATCH 1/9] image: Fixes build warning with CONFIG_FIT_IMAGE_POST_PROCESS
` [U-Boot] [PATCH 2/9] arm: mach-keystone: Implements FIT post-processing call for keystone SoCs
` [U-Boot] [PATCH 3/9] arm: mach-omap2: Enable Kconfig support for K2 HS devices
` [U-Boot] [PATCH 4/9] arm: mach-omap2: Add secure image name common to OMAP and keystone
` [U-Boot] [PATCH 5/9] ARM: Keystone2: Build secure images for K2
` [U-Boot] [PATCH 6/9] doc: Updates info on using Keystone2 secure devices
` [U-Boot] [PATCH 7/9] Kconfig: Adds SYS_TEXT_BASE config option for Keystone2
` [U-Boot] [PATCH 8/9] defconfig: k2e_hs_evm: Add k2e_hs_evm_defconfig
` [U-Boot] [PATCH 9/9] defconfig: k2hk_hs_evm: Add k2hk_hs_evm_defconfig

[PULL REQUEST] Please pull rdma.git
 2017-02-23 17:54 UTC 

[PATCH net-next] net/gtp: Add udp source port generation according to flow hash
 2017-02-23 17:54 UTC  (4+ 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.