All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-06-09 17:51:03 to 2016-06-09 18:41:15 UTC [more...]

[PATCH] ASoC: adau: Factor out shared PLL configuration code
 2016-06-09 18:40 UTC  (3+ messages)

[krogoth] Golang errors when building Docker
 2016-06-09 18:39 UTC  (2+ messages)

[PATCH 0/4] rtl8xxxu bugfix and minor updates
 2016-06-09 18:38 UTC  (5+ messages)
` [PATCH 1/4] rtl8xxxu: Add bit definitions for REG_USB_SPECIAL_OPTION
` [PATCH 2/4] rtl8xxxu: Add additional documentation for RX DMA registers
` [PATCH 3/4] rtl8xxxu: tuse %*ph to dump buffers
` [PATCH 4/4] rtl8xxxu: fix typo on variable name, compare against correct variable

[Qemu-arm] [PATCH 0/5] create the mach-virt 2.7 machine type
 2016-06-09 18:30 UTC  (13+ messages)
` [Qemu-arm] [PATCH 1/5] hw/arm/virt: separate versioned type-init code
  ` [Qemu-devel] "
` [Qemu-arm] [PATCH 2/5] hw/arm/virt: set is_default
  ` [Qemu-devel] "
` [Qemu-arm] [PATCH 3/5] hw/arm/virt: introduce DEFINE_VIRT_MACHINE
  ` [Qemu-devel] "
` [Qemu-arm] [PATCH 4/5] hw/arm/virt: introduce DEFINE_VIRT_MACHINE_AS_LATEST
    ` [Qemu-devel] "

[PATCH v17 00/13] arm64 kexec kernel patches
 2016-06-09 18:38 UTC  (9+ messages)
` [PATCH v17 01/13] arm64: Add back cpu reset routines
` [PATCH v17 02/13] arm64: Add cpus_are_stuck_in_kernel

Screen update issue (drm/i915/fbc: enable FBC by default on HSW and BDW)
 2016-06-09 18:38 UTC  (2+ messages)

[Qemu-devel] [PATCH 00/10] cpus: make "-cpu cpux, features" global properties
 2016-06-09 18:34 UTC  (4+ messages)
` [Qemu-devel] [PATCH 03/10] target-i386: cpu: move xcc->kvm_required check to realize time

[PATCH v6 0/6] crypto: algif - add akcipher
 2016-06-09 18:36 UTC  (10+ messages)
` [PATCH v6 3/6] crypto: AF_ALG -- add asymmetric cipher interface

AST2500 support questions
 2016-06-09 18:35 UTC  (2+ messages)

[RFC PATCH v1 00/18] x86: Secure Memory Encryption (AMD)
 2016-06-09 18:33 UTC  (5+ messages)
` [RFC PATCH v1 10/18] x86/efi: Access EFI related tables in the clear

[U-Boot] [PATCH v2 1/3] mx6slevk: Avoid hardcoded RAM size
 2016-06-09 18:32 UTC  (6+ messages)
` [U-Boot] [PATCH v2 2/3] mx6sxsabreauto: "
` [U-Boot] [PATCH v2 3/3] mx6sxsabresd: "

[PATCH] cfq: priority boost on meta/prio marked IO
 2016-06-09 18:31 UTC  (4+ messages)

dvb-core: how should i2c subdev drivers be attached?
 2016-06-09 18:30 UTC  (6+ messages)

[Intel-wired-lan] [PATCH] fm10k: restore D0 power state upon probe
 2016-06-09 18:30 UTC  (11+ messages)

[U-Boot] [PATCH] verified-boot: Minimal support for booting U-Boot proper from SPL
 2016-06-09 18:27 UTC  (8+ messages)

[PREEMPT-RT] [PATCH] ia64: salinfo: use a waitqueue instead a sema down/up combo
 2016-06-09 18:26 UTC  (2+ messages)

[Qemu-devel] [PATCH 00/17] some ARM platform QOM'ify work
 2016-06-09 18:22 UTC  (3+ messages)
` [Qemu-arm] "

[PATCH] x86/kvm: fix condition to update kvm master clocks
 2016-06-09 18:25 UTC  (5+ messages)

[PATCH net-next] sit: remove unnecessary protocol check in ipip6_tunnel_xmit()
 2016-06-09 18:23 UTC  (2+ messages)

[RFC PATCH v3] sparc64: Meaning of /sys/**/core_siblings on newer platforms
 2016-06-09 18:23 UTC 

[PATCH] Use "working tree" instead of "working directory" for git status
 2016-06-09 18:21 UTC  (3+ messages)

[PATCH 00/27] Move LRU page reclaim from zones to nodes v6
 2016-06-09 18:04 UTC  (56+ messages)
` [PATCH 01/27] mm, vmstat: Add infrastructure for per-node vmstats
` [PATCH 02/27] mm, vmscan: Move lru_lock to the node
` [PATCH 03/27] mm, vmscan: Move LRU lists to node
` [PATCH 04/27] mm, vmscan: Begin reclaiming pages on a per-node basis
` [PATCH 05/27] mm, vmscan: Have kswapd only scan based on the highest requested zone
` [PATCH 06/27] mm, vmscan: Make kswapd reclaim in terms of nodes
` [PATCH 07/27] mm, vmscan: Remove balance gap
` [PATCH 08/27] mm, vmscan: Simplify the logic deciding whether kswapd sleeps
` [PATCH 09/27] mm, vmscan: By default have direct reclaim only shrink once per node
` [PATCH 10/27] mm, vmscan: Clear congestion, dirty and need for compaction on a per-node basis
` [PATCH 11/27] mm: vmscan: Do not reclaim from kswapd if there is any eligible zone
` [PATCH 12/27] mm, vmscan: Make shrink_node decisions more node-centric
` [PATCH 13/27] mm, memcg: Move memcg limit enforcement from zones to nodes
` [PATCH 14/27] mm, workingset: Make working set detection node-aware
` [PATCH 15/27] mm, page_alloc: Consider dirtyable memory in terms of nodes
` [PATCH 16/27] mm: Move page mapped accounting to the node
` [PATCH 17/27] mm: Rename NR_ANON_PAGES to NR_ANON_MAPPED
` [PATCH 18/27] mm: Move most file-based accounting to the node
` [PATCH 19/27] mm: Move vmscan writes and file write "
` [PATCH 20/27] mm, vmscan: Update classzone_idx if buffer_heads_over_limit
` [PATCH 21/27] mm, vmscan: Only wakeup kswapd once per node for the requested classzone
` [PATCH 22/27] mm: Convert zone_reclaim to node_reclaim
` [PATCH 23/27] mm, vmscan: Add classzone information to tracepoints
` [PATCH 24/27] mm, page_alloc: Remove fair zone allocation policy
` [PATCH 25/27] mm: page_alloc: Cache the last node whose dirty limit is reached
` [PATCH 26/27] mm: vmstat: Replace __count_zone_vm_events with a zone id equivalent
` [PATCH 27/27] mm: vmstat: Account per-zone stalls and pages skipped during reclaim

[PATCH] mm, kasan: switch SLUB to stackdepot, enable memory quarantine for SLUB
 2016-06-09 18:22 UTC  (4+ messages)

[patch net 0/2] mlxsw: couple of fixes
 2016-06-09 18:21 UTC  (2+ messages)

[PATCH 5/6] memory: omap-gpmc: Enable omap-gpmc by default when dependency is met
 2016-06-09 18:07 UTC  (3+ messages)

[PATCH V8 0/9] Support for ARM64 ACPI based PCI host controller
 2016-06-09 16:45 UTC  (2+ messages)

[PATCH] Use "working tree" instead of "working directory" for git status
 2016-06-09 18:19 UTC 

[PATCH v1 0/3] PCI: Clean up write combining usage for user mmap
 2016-06-09 18:20 UTC  (4+ messages)
` [PATCH v1 1/3] PCI: Ignore write combining when mapping I/O port space
` [PATCH v1 2/3] powerpc/pci: Remove __pci_mmap_set_pgprot()
` [PATCH v1 3/3] microblaze/PCI: Remove useless __pci_mmap_set_pgprot()

[Qemu-devel] coroutines: block: Co-routine re-entered recursively when migrating disk with iothreads
 2016-06-09 18:19 UTC  (3+ messages)

[PATCH] events/uprobes: move smp_read_barrier_depends() where needed
 2016-06-09 18:18 UTC 

[PATCH] openvswitch: Add packet truncation support
 2016-06-09 18:17 UTC  (4+ messages)

[PATCH] x86/time: use correct (local) time stamp in constant-TSC calibration fast path
 2016-06-09 18:19 UTC  (6+ messages)

[Qemu-arm] [PATCH] hw/timer: Add value matching support to aspeed_timer
 2016-06-09 18:15 UTC  (3+ messages)
` [Qemu-devel] "

[Qemu-devel] [PATCH] target-arm: Don't permit ARMv8-only Neon insns on ARMv7
 2016-06-09 17:15 UTC 

the fate of Vala in OE
 2016-06-09 18:16 UTC  (8+ messages)
  ` [OE-core] "
          ` [oe] "

[PATCH 0/5] A bit more "attributes"
 2016-06-09 18:15 UTC  (4+ messages)
` [PATCH 5/5] attr.c: always pass check[] to collect_some_attrs()

[U-Boot] socfpga 2016.05, CV socdk Rev E1, SPL and u-boot fail when booting from QSPI
 2016-06-09 18:15 UTC 

performance delta after VFS i_mutex=>i_rwsem conversion
 2016-06-09 18:14 UTC  (6+ messages)

BUG: using smp_processor_id() in preemptible [00000000] code]
 2016-06-09 18:14 UTC 

[meta-oe][PATCH 0/2] mpv: add desc & use waf.bbclass
 2016-06-09 18:13 UTC  (3+ messages)
` [meta-oe][PATCH 1/2] mpv: add DESCRIPTION
` [meta-oe][PATCH 2/2] mpv: use waf.bbclass

[BUG] Page allocation failures with newest kernels
 2016-06-09 18:13 UTC  (14+ messages)

[PATCH 0/2] mmc: remove sdhci-bcm2835
 2016-06-09 18:11 UTC  (5+ messages)
` [PATCH 1/2] DT: bindings: remove bcm2835-sdhci

[PATCH v3 0/2] arm/arm64: Fix architected timer interrupt trigger
 2016-06-09 18:11 UTC  (6+ messages)
` [PATCH v3 2/2] arm64: dts: Fix broken "

[PATCH] mtd: nand: add ESMT manufacturer
 2016-06-09 18:10 UTC 

[Qemu-devel] [PATCH v1 00/40] Split up the trace-events file
 2016-06-09 18:10 UTC  (2+ messages)

[PATCH 0/5] Qualcomm Suspend to Idle Support
 2016-06-09 18:09 UTC  (5+ messages)
` [PATCH 1/5] soc: qcom: Add suspend to idle support

[PATCH] pvclock: introduce seqcount-like API
 2016-06-09 18:08 UTC  (8+ messages)

xfsaild 20 wakeups per second
 2016-06-09 18:08 UTC  (3+ messages)

[PATCH v2] usb: phy: mxs: Add DT bindings to configure TX settings
 2016-06-09 18:07 UTC  (9+ messages)
` [PATCH v3] "

btrfs filesystem keeps allocating new chunks for no apparent reason
 2016-06-09 18:07 UTC  (4+ messages)

[Buildroot] [PATCH] odroid-mali: New Package
 2016-06-09 18:07 UTC  (5+ messages)

[Qemu-devel] [PATCH V9 0/9] Xilinx DisplayPort
 2016-06-09 18:05 UTC  (3+ messages)

[PATCH 0/7] add reST/sphinx-doc to linux documentation
 2016-06-09 18:05 UTC  (3+ messages)
` [PATCH 3/7] kernel-doc-HOWTO: add kernel-doc specification

[Qemu-arm] [PATCH v2 0/6] cpus: make "-cpu cpux, features" global properties
 2016-06-09 17:11 UTC  (4+ messages)
` [Qemu-arm] [PATCH v2 4/6] cpu: use CPUClass->parse_features() as convertor to "
` [Qemu-arm] [PATCH v2 5/6] arm: virt: parse cpu_model only once
` [Qemu-devel] [PATCH v2 6/6] pc: parse cpu features "

[PATCH v2 00/13] regulator: pwm: various improvements
 2016-06-09 18:04 UTC  (3+ messages)

[U-Boot] [PATCH v3 7/7] siemens,am33x: add draco etamin board
 2016-06-09 18:04 UTC  (2+ messages)
` [U-Boot] [U-Boot,v3,7/7] "

[U-Boot] [PATCH v3 6/7] dfu, nand, ubi: fix erasing after write finish
 2016-06-09 18:04 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 5/7] am335x, dxr2: get ECC sType from I2C eeprom
 2016-06-09 18:03 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 4/7] mtd: nand: omap: allow to switch to BCH16
 2016-06-09 18:03 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 3/7] nand: add nand mtd concat support
 2016-06-09 18:03 UTC  (2+ messages)
` [U-Boot] [U-Boot,v3,3/7] "

[U-Boot] [PATCH v3 2/7] ubi: add new ubi command "ubi detach"
 2016-06-09 18:03 UTC  (2+ messages)
` [U-Boot] [U-Boot,v3,2/7] "

[U-Boot] [PATCH v3 1/7] siemens,am33x: add ubi fastmap support
 2016-06-09 18:03 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, 1/7] siemens, am33x: "

[U-Boot] [PATCH v3 12/12] am335x, shc: add support for the am335x based bosch shc board
 2016-06-09 18:03 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 11/12] doc, spl, am335x: update am335x-network
 2016-06-09 18:03 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 10/12] armv7: omap-common: make SPL board_mmc_init() weak
 2016-06-09 18:03 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 09/12] mmc: omap_hsmmc: enable 8bit interface for eMMC for AM33xx
 2016-06-09 18:03 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 08/12] mmc: revert mmc: Handle switch error status bit in MMC card status
 2016-06-09 18:03 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 07/12] bootstage: call show_boot_progress also in SPL
 2016-06-09 18:03 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[Qemu-devel] [QEMU RFC PATCH v4 0/6] migration: ensure hotplug and migration work together
 2016-06-09 17:59 UTC  (2+ messages)

[U-Boot] [PATCH v3 06/12] arm, am335x: Enable Spread Spectrum for the MPU
 2016-06-09 18:03 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 05/12] am335x: add some missing CM_CLKMODE_DPLL_SSC macros
 2016-06-09 18:02 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 04/12] arm, am335x: add some missing GPIO register definitions
 2016-06-09 18:02 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 03/12] power, tps65217: add some defines
 2016-06-09 18:02 UTC  (2+ messages)
` [U-Boot] [U-Boot,v3,03/12] "

[U-Boot] [PATCH v3 02/12] tests: py: disable main_signon check for printenv cmd
 2016-06-09 18:02 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 01/12] common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option
 2016-06-09 18:02 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v2] tiny-printf: Correct the snprintf() implementation
 2016-06-09 18:02 UTC  (2+ messages)

[U-Boot] pull request: u-boot-uniphier/master
 2016-06-09 18:02 UTC  (2+ messages)

[Intel-wired-lan] [RFC PATCH net] e1000e: keep vlan interfaces functional after rxvlan off
 2016-06-09 18:02 UTC  (6+ messages)

[PATCH 3/4] mtd: nand: Add support for Evatronix NANDFLASH-CTRL
 2016-06-09 18:01 UTC  (5+ messages)

non-contiguous write across SCSI layout
 2016-06-09 18:00 UTC  (4+ messages)

[PATCH 0/3] bridge: netfilter: checkpatch fixes
 2016-06-09 18:00 UTC  (11+ messages)
` [PATCH 1/3] bridge: netfilter: checkpatch whitespace fixes

[Buildroot] [PATCH 0/2] Ninja, Meson: new build systems
 2016-06-09 17:59 UTC  (4+ messages)
` [Buildroot] [PATCH 2/2] python-meson: new package

[Buildroot] [PATCH 1/2] odroid-scripts: New Package
 2016-06-09 17:59 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2 v2] odroid-mali: "

[Qemu-trivial] [PATCH] Makefile: Fix tag file generation targets
 2016-06-09 17:58 UTC  (2+ messages)
` [Qemu-devel] "

linux-next: build warnings after merge of the kbuild tree
 2016-06-09 17:58 UTC  (6+ messages)

[PATCH] netfilter/nflog: nflog-range does not truncate packets
 2016-06-09 17:57 UTC  (5+ messages)

[PATCH] [media] v4l: vsp1: Fix format-info documentation
 2016-06-09 17:57 UTC  (2+ messages)

[V2, 1/2] mtd: brcmnand: Add check for erased page bitflips
 2016-06-09 17:55 UTC  (3+ messages)

[PATCH] [V2] net: ipconfig: add declaration for ic_addrservaddr
 2016-06-09 17:54 UTC 

[U-Boot] [PATCH] warp7: Fix DFU support
 2016-06-09 17:54 UTC 

[U-Boot] [PATCH 0/5] ARM: AM57xx: Enable fit support
 2016-06-09 17:52 UTC  (3+ messages)

[PATCH v3] powerpc: spinlock: Fix spin_unlock_wait()
 2016-06-09 17:50 UTC  (10+ 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.