All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-05-24 22:53:00 to 2016-05-25 02:02:49 UTC [more...]

[PATCH v2 1/2] ip6_gre: Fix MTU setting for ip6gretap
 2016-05-31 22:32 UTC  (8+ messages)
` [PATCH v2 2/2] ip6_gre: Set flowi6_proto as IPPROTO_GRE in xmit path
  ` [PATCH] ARM: shmobile: rcar-gen2: Use ICRAM1 for jump stub on all SoCs
      ` [PATCH 12/13] ARM: dts: blanche: initial device tree
        ` [PATCH v2 2/2] ip6_gre: Set flowi6_proto as IPPROTO_GRE in xmit path., Re: [PATCH] ARM: shmobile: rcar-gen2: Use ICRAM1 for jump stub on all SoCs, "
    ` [PATCH 00/13] Add R8A7794/SILK board eMMC DT support

assert failing with latency log
 2016-05-25  2:02 UTC  (3+ messages)

[PATCH] hwrng: stm32 - fix build warning
 2016-05-25  2:00 UTC  (7+ messages)

[PATCH] cheatsheet: QEMU commandline for palmetto-bmc
 2016-05-25  1:57 UTC  (2+ messages)

[PATCH] format_commit_message: honor `color=auto` for `%C(auto)`
 2016-05-25  1:56 UTC 

[Qemu-devel] [PATCH v2 00/14] block jobs: Convert I/O to BlockBackend
 2016-05-25  1:56 UTC  (13+ messages)
` [Qemu-devel] [PATCH v2 04/14] block: Convert block job core "
` [Qemu-devel] [PATCH v2 05/14] block: Make blk_co_preadv/pwritev() public
` [Qemu-devel] [PATCH v2 06/14] stream: Use BlockBackend for I/O
` [Qemu-devel] [PATCH v2 08/14] mirror: "
` [Qemu-devel] [PATCH v2 12/14] backup: "
` [Qemu-devel] [PATCH v2 13/14] commit: "

[Ocfs2-devel] [patch 1/6] ocfs2: o2hb: add negotiate timer
 2016-05-25  1:44 UTC  (3+ messages)

hash.h warning - left shift count
 2016-05-25  1:38 UTC 

[PATCH 1/2] drm/rockchip: vop: Do check if an update is pending during disable
 2016-05-25  1:33 UTC  (10+ messages)

[PATCH v4] KVM: halt-polling: poll for the upcoming fire timers
 2016-05-25  1:29 UTC  (8+ messages)

[Qemu-devel] [PATCH 0/2] memory: Dead code removals
 2016-05-25  1:29 UTC  (4+ messages)
` [Qemu-devel] [PATCH 2/2] memory: Drop FlatRange.romd_mode

Regression in 4.6.0-git - bisected to commit dd254f5a382c
 2016-05-25  1:28 UTC  (13+ messages)

[meta-oe][krogoth][PATCH] Revert "leptonica: add PACAKGECONFIG for openjpeg"
 2016-05-25  1:27 UTC 

[PATCH] format_commit_message: honor `color=auto` for `%C(auto)`
 2016-05-25  1:26 UTC  (3+ messages)

[PATCH v4 0/5] [PATCH v3 0/4] locking/rwsem: Add reader-owned state to the owner field
 2016-05-25  1:25 UTC  (9+ messages)
` [PATCH v4 2/5] locking/rwsem: Protect all writes to owner by WRITE_ONCE()
    ` [PATCH v4 2/5] locking/rwsem: Protect all writes to owner by WRITE_ONCE

[Bug 95659] HD 7450, R9-270, GPU locked when testing glmark2
 2016-05-25  1:22 UTC  (2+ messages)

[PATCH] rcuperf: Don't treat gp_exp mis-setting as a WARN
 2016-05-25  1:25 UTC 

[PATCH 1/1] arm64: fix flush_cache_range
 2016-05-25  1:20 UTC  (5+ messages)

[PATCH 0/6] remove unneeded python2 recipes
 2016-05-25  1:18 UTC  (3+ messages)

[PATCH][RESEND v2] of: add missing const for of_parse_phandle_with_args() in !CONFIG_OF
 2016-05-25  1:15 UTC  (2+ messages)

[Qemu-devel] [PATCH v6 00/15] tb hash improvements
 2016-05-25  1:13 UTC  (16+ messages)
` [Qemu-devel] [PATCH v6 01/15] compiler.h: add QEMU_ALIGNED() to enforce struct alignment
` [Qemu-devel] [PATCH v6 02/15] seqlock: remove optional mutex
` [Qemu-devel] [PATCH v6 03/15] seqlock: rename write_lock/unlock to write_begin/end
` [Qemu-devel] [PATCH v6 04/15] include/processor.h: define cpu_relax()
` [Qemu-devel] [PATCH v6 05/15] qemu-thread: add simple test-and-set spinlock
` [Qemu-devel] [PATCH v6 06/15] exec: add tb_hash_func5, derived from xxhash
` [Qemu-devel] [PATCH v6 07/15] tb hash: hash phys_pc, pc, and flags with xxhash
` [Qemu-devel] [PATCH v6 08/15] qdist: add module to represent frequency distributions of data
` [Qemu-devel] [PATCH v6 09/15] qdist: add test program
` [Qemu-devel] [PATCH v6 10/15] qht: QEMU's fast, resizable and scalable Hash Table
` [Qemu-devel] [PATCH v6 11/15] qht: add test program
` [Qemu-devel] [PATCH v6 12/15] qht: add qht-bench, a performance benchmark
` [Qemu-devel] [PATCH v6 13/15] qht: add test-qht-par to invoke qht-bench from 'check' target
` [Qemu-devel] [PATCH v6 14/15] tb hash: track translated blocks with qht
` [Qemu-devel] [PATCH v6 15/15] translate-all: add tb hash bucket info to 'info jit' dump

SelectConfiguration not called by bluez for a bluetooth headset
 2016-05-25  1:13 UTC 

[PATCH v2 00/12] J-core J2 cpu and SoC peripherals support
 2016-05-25  1:13 UTC  (8+ messages)
` [PATCH v2 02/12] of: add J-Core cpu bindings

[Qemu-devel] [patch v6 00/12] vfio-pci: pass the aer error to guest, part2
 2016-05-25  1:08 UTC  (8+ messages)
` [Qemu-devel] [patch v6 11/12] vfio: register aer resume notification handler for aer resume

[PATCH] rm64: dts: r8a7795: Drop 0x from unit address of gic
 2016-05-25  1:11 UTC  (2+ messages)

[PATCH] f2fs: introduce on-disk layout version checking functionality
 2016-05-25  1:05 UTC  (11+ messages)

Hi contributors!
 2016-05-25  1:04 UTC  (3+ messages)

[PATCH RFC kernel] balloon: speed up inflating/deflating process
 2016-05-25  1:00 UTC  (14+ messages)
              ` [Qemu-devel] "

[PATCH/RFC 0/6] pack-objects hook for upload-pack
 2016-05-25  0:59 UTC  (2+ messages)

[x86/cpufeature] 7b5e74e637: BUG: unable to handle kernel paging request at 6b636170
 2016-05-25  0:54 UTC  (4+ messages)

[PATCH v2 00/32] 2nd Iteration of Cache QoS Monitoring support
 2016-05-25  0:52 UTC  (4+ messages)
` [PATCH v2 10/32] perf/x86/intel/cqm: introduce (I)state and limbo prmids

[PATCH v7 0/2] Implement the GIT_TRACE_CURL environment variable
 2016-05-25  0:50 UTC  (3+ messages)
` [PATCH v7 1/2] http.c: implement "

[PATCH] cpufreq: stats: Walk online CPUs with CPU offline/online locked
 2016-05-25  0:48 UTC  (5+ messages)
` [PATCH v2] "

[PATCH v3 0/3] arm64: Add Renesas R8A7796 SoC support
 2016-05-25  0:48 UTC  (5+ messages)
` [PATCH v3 1/3] arm64: dts: r8a7796: "

[PATCH] drm: rcar-du: EPROBE_DEFER case doesn't need error message
 2016-05-25  0:41 UTC  (10+ messages)
  ` [PATCH 0/2 v2] "
    ` [PATCH 1/2 v2] drm: rcar-du: error message is not needed for drm_vblank_init()
    ` [PATCH 2/2 v2] drm: rcar-du: error message is not needed for EPROBE_DEFER

[PATCH] mtd: ofpart: Assign device node to partitions parsed with ofpart
 2016-05-25  0:37 UTC 

[rcutorture] 8704baab9b: WARNING: CPU: 0 PID: 30 at kernel/rcu/rcuperf.c:363 rcu_perf_writer
 2016-05-25  0:38 UTC  (3+ messages)

[PATCH] e1000: fix build with clang
 2016-05-25  0:35 UTC  (2+ messages)

[Buildroot] [PATCH 0/2] batman-adv 2016.1 kernel module
 2016-05-25  0:35 UTC  (3+ messages)
` [Buildroot] [PATCH 1/2] package/batctl: bump to 2016.1
` [Buildroot] [PATCH 2/2] batman-adv: new package

[PATCH btbridge v4 0/6] Tests
 2016-05-25  0:33 UTC  (6+ messages)
` [PATCH btbridge v4 1/6] Initialise variable to avoid using it uninitialised

[PATCH] btrfs-progs: utils: use better wrappered random generator
 2016-05-25  0:33 UTC  (5+ messages)

[qemu-mainline test] 94743: tolerable FAIL - PUSHED
 2016-05-25  0:25 UTC 

[PATCH] aspeed_defconfig: Enable SHMEM and TMPFS
 2016-05-25  0:22 UTC  (3+ messages)

Aims for BMC emulation in qemu
 2016-05-25  0:19 UTC  (4+ messages)

[U-Boot] [PATCH] serial: 16550: Add JZ47xx support
 2016-05-25  0:19 UTC 

[PATCH] devicetree - document using aliases to set spi bus number
 2016-05-25  0:18 UTC  (8+ messages)

[U-Boot] [PATCH] mips: Allow overriding start.S in SPL
 2016-05-25  0:17 UTC 

[U-Boot] [PATCH] mips: Drop JZ4740 remnants
 2016-05-25  0:17 UTC 

[U-Boot] [PATCH] mtd: nand: Remove jz4740 driver
 2016-05-25  0:16 UTC 

[U-Boot] [RFC][PATCH] arm: rk: Drop SYS_MALLOC_F and SPL_SYS_MALLOC_SIMPLE
 2016-05-25  0:15 UTC 

[linux-next:master 11896/11991] include/linux/page_idle.h:49:19: warning: unused variable 'page_ext'
 2016-05-25  0:14 UTC  (3+ messages)

[U-Boot] [PATCH] spl: Allow settings malloc_f base address
 2016-05-25  0:14 UTC 

[U-Boot] [PATCH] serial: 16550: Drop OMAP1510 support
 2016-05-25  0:13 UTC 

[U-Boot] [PATCH] serial: 16550: Make serial_io/out_shift available to debug mode
 2016-05-25  0:13 UTC 

[U-Boot] [PATCH] gpio: mxs: Remove netdev.h
 2016-05-25  0:12 UTC 

[Qemu-devel] [PATCH v5 00/18] tb hash improvements
 2016-05-25  0:10 UTC  (6+ messages)
` [Qemu-devel] [PATCH v5 13/18] qht: support parallel writes

[GIT PULL] y2038 changes for vfs
 2016-05-25  0:10 UTC  (4+ messages)

[Bug 118611] Using the 4.6 Kernel causes one Radeon screen to intermittently power cycle
 2016-05-25  0:08 UTC  (2+ messages)

[PATCH v3] [media] vimc: Virtual Media Controller core, capture and sensor
 2016-05-25  0:07 UTC  (4+ messages)

[RFC-PATCH 0/2] send-email: new --quote-mail option
 2016-05-25  0:04 UTC  (9+ messages)
` [RFC-PATCH 1/2] send-email: new option to quote an email and reply to

[PATCH 01/12] f2fs: use inode pointer for {set, clear}_inode_flag
 2016-05-25  0:03 UTC  (21+ messages)
` [PATCH 02/12] f2fs: introduce f2fs_i_size_write with mark_inode_dirty_sync
` [PATCH 03/12] f2fs: introduce f2fs_i_blocks_write "
` [PATCH 04/12] f2fs: introduce f2fs_i_links_write "
` [PATCH 05/12] f2fs: call mark_inode_dirty_sync for i_field changes
` [PATCH 06/12] f2fs: flush inode metadata when checkpoint is doing
` [PATCH 07/12] f2fs: remove syncing inode page in all the cases
` [PATCH 08/12] f2fs: avoid unnecessary updating inode during fsync
` [PATCH 09/12] f2fs: add lazytime mount option
` [PATCH 10/12] f2fs: detect congestion of flush command issues
` [PATCH 11/12] f2fs: set flush_merge by default
` [PATCH 12/12] f2fs: remove writepages lock

Rescanning is broken with runtime PM for PCIe ports
 2016-05-25  0:03 UTC  (11+ messages)
` [PATCH] PCI: Power on bridges before scanning new devices

[PATCH v2 0/2] Media Device Allocator API
 2016-05-24 23:39 UTC  (3+ messages)
` [PATCH v2 1/2] media: "
` [PATCH v2 2/2] media: change au0828 to use "

[PATCH v2] ethernet:arc: Fix racing of TX ring buffer
 2016-05-24 23:56 UTC  (13+ messages)

[yocto-autobuilder][PATCH] bin/release_scripts/release.py
 2016-05-24 23:50 UTC  (3+ messages)

[ethtool 0/3][pull request] Intel Wired LAN Driver Updates 2016-05-03
 2016-05-24 23:47 UTC  (2+ messages)

[RFC PATCH V2 0/4] Utilizing VMX preemption for timer virtualization
 2016-05-24 23:35 UTC  (4+ messages)
` [RFC PATCH V2 4/4] Utilize the vmx preemption timer for tsc deadline timer

[Bug 95528] BioShock issues on Tonga
 2016-05-24 23:43 UTC  (3+ messages)

[kernel-hardening] [PATCH v1 0/3] Introduce the latent_entropy gcc plugin
 2016-05-24 23:40 UTC  (6+ messages)
` [kernel-hardening] [PATCH v1 1/3] Add "
  ` [kernel-hardening] "
    `  "

[PATCH] PCI: Add Broadcom 4331 reset quirk to prevent IRQ storm
 2016-05-24 23:38 UTC  (10+ messages)

[Intel-wired-lan] [PATCH v4 1/5] igb: introduce ptp_flags variable and use it to replace IGB_FLAG_PTP
 2016-05-24 23:37 UTC  (2+ messages)

Enhancing semantics with memremap() - aliasing with memremap()
 2016-05-24 23:36 UTC 

[PATCH] x86/mm: Add warning to ioremap() for conflicting cache type
 2016-05-24 23:33 UTC  (2+ messages)

[PATCH] drm/i915/bxt: Enable PSR platform support for BXT
 2016-05-24 23:31 UTC 

[BUG?] Spaces not allowed in directory names in .git/info/attributes
 2016-05-24 23:30 UTC  (5+ messages)

x86: A process doesn't stop on hw breakpoints sometimes
 2016-05-24 23:29 UTC  (3+ messages)

[Intel-wired-lan] [jkirsher-next-queue:dev-queue] 1770eaf62108d579a80c1943dc40f5265a39f985 BUILD SUCCESS
 2016-05-24 23:28 UTC 

[PATCH V3 RESEND] phy: bcm-ns-usb3: new driver for USB 3.0 PHY on Northstar
 2016-05-24 23:26 UTC 

[PATCH] kernel-fitimage: add initramfs support
 2016-05-24 23:25 UTC 

[PATCH 0/6] thunderbolt: Introducing Thunderbolt(TM) networking
 2016-05-24 23:24 UTC  (4+ messages)

[net PATCH v2 1/1] net sched actions: policer missing timestamp processing
 2016-05-24 23:23 UTC  (2+ messages)

[PATCH net v2] fou: avoid using sk_user_data before it is initialised
 2016-05-24 23:23 UTC  (4+ messages)

[U-Boot] Please pull u-boot-fsl-qoriq master
 2016-05-24 23:18 UTC  (2+ messages)

[U-Boot] Pull request: u-boot-net.git master
 2016-05-24 23:18 UTC  (2+ messages)

[U-Boot] [PATCH 00/21] tools: moveconfig: many fixes, improvements, code clean-ups
 2016-05-24 23:16 UTC  (4+ messages)
` [U-Boot] [PATCH 11/21] tools: moveconfig: add --undef option to move CONFIGs with default y

[RFC] rdma/uverbs: Sketch for an ioctl framework
 2016-05-24 23:13 UTC  (6+ messages)

[Qemu-trivial] [PATCH] docs: Fix a couple of typos in throttle.txt
 2016-05-24 23:11 UTC  (3+ messages)
` [Qemu-trivial] [Qemu-devel] "
  `  "

[Qemu-devel] [PATCH V3] block/iscsi: allow caching of the allocation map
 2016-05-24 23:10 UTC  (2+ messages)

[Bug 95959] ((!!1800 790 9186!!%% brother printer wireless setup technical support phone number usa/canada
 2016-05-24 23:07 UTC  (2+ messages)

[Bug 95926] Printer’?{{((!!1800 790 9186!!)) canon printer wireless setup phone number canon printer driver setupcare phon
 2016-05-24 23:07 UTC  (2+ messages)

[PATCH] iommu/vt-d: reduce extra first level entry in iommu->domains
 2016-05-24 23:06 UTC  (3+ messages)

[WIP PATCH 00/14] Protocol v2 patches
 2016-05-24 23:03 UTC  (3+ messages)

[PATCH] tracing: Choose static tp_printk buffer by explicit nesting count
 2016-05-24 23:02 UTC  (2+ messages)

[PATCH v4] IB/core: Make device counter infrastructure dynamic
 2016-05-24 23:01 UTC  (3+ messages)

[Qemu-devel] [PATCH v2 0/7] dma-helpers, scsi-block: use SG_IO for all I/O on scsi-block
 2016-05-24 22:59 UTC  (3+ messages)

[yocto-autobuilder][PATCH] bin/release_scripts/release.py
 2016-05-24 22:58 UTC  (3+ messages)

Mount namespace "dominant peer group"?
 2016-05-24 22:57 UTC  (5+ messages)

[PATCH 0/5] sunxi spi fixes
 2016-05-24 22:56 UTC  (2+ messages)

[PATCH v2] x86/traps: Don't force in_interrupt() to return true in IST handlers
 2016-05-24 22:54 UTC 

[PATCH 0/4] nouveau fixes for RPM/Optimus-related hangs
 2016-05-24 22:53 UTC  (4+ messages)
  ` [PATCH 3/4] drm/nouveau/acpi: check for function 0x1B before using it
  ` [PATCH 4/4] drm/nouveau/acpi: fix lockup with PCIe runtime PM


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.