All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-07-08 09:12:01 to 2016-07-08 09:52:22 UTC [more...]

[Qemu-devel] [V12 0/4] AMD IOMMU
 2016-07-08  9:51 UTC  (7+ messages)
` [Qemu-devel] [V12 3/4] hw/i386: Introduce "

[PATCH 00/31] Move LRU page reclaim from zones to nodes v8
 2016-07-08  9:52 UTC  (4+ messages)

[Qemu-devel] [PATCH v6 00/22] block: Lock images when opening
 2016-07-08  9:50 UTC  (6+ messages)
` [Qemu-devel] [PATCH v6 03/22] blockdev: Add and parse "lock-mode" option for image locking
    ` [Qemu-devel] [Qemu-block] "

[B.A.T.M.A.N.] [PATCH] batman-adv-devel: Exchange include order for uapi header files
 2016-07-08  9:50 UTC  (2+ messages)

[Buildroot] [PATCH] tekui: relax dynamic library dependency
 2016-07-08  9:50 UTC  (2+ messages)

[B.A.T.M.A.N.] [PATCH 0/7] pull request for net: batman-adv 2016-07-08
 2016-07-08  9:49 UTC  (16+ messages)
`  "
` [PATCH 1/7] batman-adv: Avoid nullptr dereference in bla after vlan_insert_tag
  ` [B.A.T.M.A.N.] "
` [B.A.T.M.A.N.] [PATCH 2/7] batman-adv: Avoid nullptr dereference in dat "
  `  "
` [PATCH 3/7] batman-adv: Fix orig_node_vlan leak on orig_node_release
  ` [B.A.T.M.A.N.] "
` [PATCH 4/7] batman-adv: Fix non-atomic bla_claim::backbone_gw access
  ` [B.A.T.M.A.N.] "
` [PATCH 5/7] batman-adv: Fix reference leak in batadv_find_router
  ` [B.A.T.M.A.N.] "
` [PATCH 6/7] batman-adv: Free last_bonding_candidate on release of orig_node
  ` [B.A.T.M.A.N.] "
` [PATCH 7/7] batman-adv: Fix speedy join in gateway client mode
  ` [B.A.T.M.A.N.] "

[PATCH 0/6] x86/RAS queue
 2016-07-08  9:46 UTC  (8+ messages)
` [PATCH 1/6] x86/mce/AMD: Increase size of bank_map type
` [PATCH 3/6] x86/mce: Add support for new MCA_SYND register

[PATCH] (resend) ixgbe: always initialize setup_fc
 2016-07-08  9:47 UTC  (4+ messages)
  ` [Intel-wired-lan] "

Здравствуйте! Вас интересуют клиентские базы данных? ДА - НЕТ пришлите на email: aburov52@gmail.com Skype: prodawez389 Пришлем подробности!
 2016-07-04 11:07 UTC 

[PATCH v2 00/22] Support qcom's HSIC USB and rewrite USB2 HS phy support
 2016-07-08  9:45 UTC  (16+ messages)
` [PATCH v2 03/22] usb: ulpi: Support device discovery via device properties
` [PATCH v2 04/22] usb: chipidea: Only read/write OTGSC from one place
` [PATCH v2 06/22] usb: chipidea: Add platform flag for wrapper phy management
` [PATCH v2 07/22] usb: chipidea: Notify events when switching host mode
` [PATCH v2 08/22] usb: chipidea: Remove locking in ci_udc_start()

[PATCH] bindings: PCI: artpec: correct pci binding example
 2016-07-08  9:39 UTC  (2+ messages)

[PATCH 00/34] Move LRU page reclaim from zones to nodes v9
 2016-07-08  9:35 UTC  (70+ messages)
` [PATCH 01/34] mm, vmstat: add infrastructure for per-node vmstats
` [PATCH 02/34] mm, vmscan: move lru_lock to the node
` [PATCH 03/34] mm, vmscan: move LRU lists to node
` [PATCH 04/34] mm, mmzone: clarify the usage of zone padding
` [PATCH 05/34] mm, vmscan: begin reclaiming pages on a per-node basis
` [PATCH 06/34] mm, vmscan: have kswapd only scan based on the highest requested zone
` [PATCH 07/34] mm, vmscan: make kswapd reclaim in terms of nodes
` [PATCH 08/34] mm, vmscan: remove balance gap
` [PATCH 09/34] mm, vmscan: simplify the logic deciding whether kswapd sleeps
` [PATCH 10/34] mm, vmscan: by default have direct reclaim only shrink once per node
` [PATCH 11/34] mm, vmscan: remove duplicate logic clearing node congestion and dirty state
` [PATCH 12/34] mm: vmscan: do not reclaim from kswapd if there is any eligible zone
` [PATCH 13/34] mm, vmscan: make shrink_node decisions more node-centric
` [PATCH 14/34] mm, memcg: move memcg limit enforcement from zones to nodes
` [PATCH 15/34] mm, workingset: make working set detection node-aware
` [PATCH 16/34] mm, page_alloc: consider dirtyable memory in terms of nodes
` [PATCH 17/34] mm: move page mapped accounting to the node
` [PATCH 18/34] mm: rename NR_ANON_PAGES to NR_ANON_MAPPED
` [PATCH 19/34] mm: move most file-based accounting to the node
` [PATCH 20/34] mm: move vmscan writes and file write "
` [PATCH 21/34] mm, vmscan: only wakeup kswapd once per node for the requested classzone
` [PATCH 22/34] mm, page_alloc: wake kswapd based on the highest eligible zone
` [PATCH 23/34] mm: convert zone_reclaim to node_reclaim
` [PATCH 24/34] mm, vmscan: avoid passing in classzone_idx unnecessarily to shrink_node
` [PATCH 25/34] mm, vmscan: avoid passing in classzone_idx unnecessarily to compaction_ready
` [PATCH 26/34] mm, vmscan: avoid passing in remaining unnecessarily to prepare_kswapd_sleep
` [PATCH 27/34] mm, vmscan: Have kswapd reclaim from all zones if reclaiming and buffer_heads_over_limit
` [PATCH 28/34] mm, vmscan: add classzone information to tracepoints
` [PATCH 29/34] mm, page_alloc: remove fair zone allocation policy
` [PATCH 30/34] mm: page_alloc: cache the last node whose dirty limit is reached
` [PATCH 31/34] mm: vmstat: replace __count_zone_vm_events with a zone id equivalent
` [PATCH 32/34] mm: vmstat: account per-zone stalls and pages skipped during reclaim
` [PATCH 33/34] mm, vmstat: print node-based stats in zoneinfo file
` [PATCH 34/34] mm, vmstat: remove zone and node double accounting by approximating retries

[PATCH] notes-merge: use O_EXCL to avoid overwriting existing files
 2016-07-08  9:37 UTC  (2+ messages)

[PATCH] /dev/mem: remove superfluous error
 2016-07-08  9:38 UTC 

a few simple scsi-layout fixes
 2016-07-08  9:41 UTC  (4+ messages)
` [PATCH 1/3] nfs/blocklayout: use proper fmode for opening block devices
` [PATCH 2/3] nfs/blocklayout: refactor open-by-wwn
` [PATCH 3/3] nfs/blocklayout: support RH/Fedora dm-mpath device nodes

[PATCH v4 00/10] imx drm atomic mode setting conversion
 2016-07-08  9:41 UTC  (9+ messages)
` [PATCH v4 01/10] drm/imx: ipuv3 plane: Check different types of plane separately
` [PATCH v4 02/10] gpu: ipu-v3: ipu-dmfc: Use static DMFC FIFO allocation mechanism
` [PATCH v4 03/10] drm/imx: atomic phase 1: Use transitional atomic CRTC and plane helpers
` [PATCH v4 05/10] drm/imx: atomic phase 2 step 2: Track plane_state->fb correctly in ->page_flip
` [PATCH v4 06/10] drm/imx: Remove encoders' ->prepare callbacks
` [PATCH v4 07/10] drm/imx: atomic phase 3 step 1: Use atomic configuration
` [PATCH v4 09/10] drm/imx: atomic phase 3 step 2: Legacy callback fixups
` [PATCH v4 10/10] drm/imx: atomic phase 3 step 3: Advertise DRIVER_ATOMIC

[Qemu-devel] [PATCH v2 0/6] Reduce lock contention on TCG hot-path
 2016-07-08  9:40 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 2/6] tcg: set up tb->page_addr before insertion

[RFC] block: fix blk_queue_split() resource exhaustion
 2016-07-08  9:39 UTC  (6+ messages)
` [dm-devel] "

[PATCH 0/3] imx drm atomic mode setting fixups
 2016-07-08  9:38 UTC  (4+ messages)

[Qemu-devel] [PATCH v3 00/32] Dynamic module loading for block drivers
 2016-07-08  9:37 UTC  (10+ messages)
` [Qemu-devel] [PATCH v3 04/32] blockdev: Move bochs probe into separate file
    ` [Qemu-devel] [Qemu-block] "

passthrough request improvements V3
 2016-07-08  9:36 UTC  (2+ messages)

zeroout fixes
 2016-07-08  9:36 UTC  (2+ messages)

[PATCH v2] xen/arm: register clocks used by the hypervisor
 2016-07-08  9:35 UTC  (15+ messages)
          ` [Xen-devel] "

[PATCH] usb/gadget: fix gadgetfs aio support
 2016-07-08  9:34 UTC  (3+ messages)

[PATCH v14 net-next 1/1] hv_sock: introduce Hyper-V Sockets
 2016-07-08  7:01 UTC  (3+ messages)

[PATCH v3] xen/arm: enable clocks used by the hypervisor
 2016-07-08  9:34 UTC  (4+ messages)

[PATCH] vmx/monitor: CPUID events
 2016-07-08  9:33 UTC  (2+ messages)

Partnership INVESTMENT
 2016-07-08  9:31 UTC 

[PATCH v1 1/1] gpio: intel-mid: Make it depend to X86_INTEL_MID
 2016-07-08  9:31 UTC  (2+ messages)

[PATCH 0/5] hwmon: New hwmon registration API
 2016-07-08  9:31 UTC  (2+ messages)

[Buildroot] Config defined package version is always built
 2016-07-08  9:29 UTC  (2+ messages)

[PATCH] bcma: define ChipCommon B MII registers
 2016-07-08  9:28 UTC 

[PATCH 01/64] drm/i915/breadcrumbs: Queue hangcheck before sleeping
 2016-07-08  9:28 UTC  (4+ messages)
` [PATCH 08/64] drm/i915: Retire oldest completed request before allocating next

[PATCH 0/5] ACPI: ACPI documentations and trivial fixes
 2016-07-08  9:27 UTC  (6+ messages)
` [PATCH v2 0/4] ACPI: ACPI documentation
  ` [PATCH v2 3/4] ACPI / button: Add SW_ACPI_LID for new usage model
  ` [PATCH v2 4/4] ACPI / button: Add document for ACPI control method lid device restrictions

[PATCH 0/9] mm: Hardened usercopy
 2016-07-08  9:22 UTC  (10+ messages)
` [PATCH 1/9] "
      ` [kernel-hardening] "

[PATCH v2] powerpc/pseries: start rtasd before PCI probing
 2016-07-08  9:25 UTC  (4+ messages)
` [Qemu-ppc] "

[PATCH] am: ignore return value of write_file()
 2016-07-08  9:25 UTC  (12+ messages)
      ` [PATCH 0/8] write_file cleanups
        ` [PATCH 6/8] write_file: add pointer+len variant
        ` [PATCH 7/8] write_file: add format attribute
            ` [PATCH 1/2] walker: let walker_say take arbitrary formats
            ` [PATCH 2/2] avoid using sha1_to_hex output as printf format
        ` [PATCH 8/8] use write_file_buf where applicable
        ` [PATCH 9/8] branch: use write_file_buf instead of write_file

[PATCH v2 6/7] v4l: Add 14-bit raw bayer pixel format definitions
 2016-07-08  9:24 UTC  (3+ messages)
` [PATCH v2.1 6/9] "

[PATCH] PCI: export pci_bridge_d3_possible
 2016-07-08  9:24 UTC  (4+ messages)

[LTP] updating message_queue_test_02_*
 2016-07-08  9:24 UTC  (3+ messages)

[PATCH v2 1/2] doc: add bifurcated driver guide on ixgbe nic
 2016-07-08  9:24 UTC  (5+ messages)

Double-Fetch bug in Linux-4.5/drivers/scsi/aacraid/commctrl.c
 2016-07-08  9:24 UTC  (5+ messages)

proposal
 2016-07-08  9:13 UTC 

[U-Boot] BayTrail PCIe x4 slot (Soft-Strap?)
 2016-07-08  9:22 UTC  (4+ messages)

pull-request: iwlwifi-next 2016-07-06
 2016-07-08  9:21 UTC  (2+ messages)

[PATCH -v4 0/2] printk.devkmsg: Ratelimit it by default
 2016-07-08  9:18 UTC  (3+ messages)
` [PATCH -v4 1/2] ratelimit: Extend to print suppressed messages on release
` [PATCH -v4 2/2] printk: Add kernel parameter to control writes to /dev/kmsg

Fwd: mwifiex+wpa_supplicant cannot set up WPA/WPA2 ADHOC
 2016-07-08  9:15 UTC  (2+ messages)
`  "

[PATCH net-next V4 0/6] switch to use tx skb array in tun
 2016-07-08  9:14 UTC  (4+ messages)

[Qemu-devel] [PATCH v3 0/5] Support building qemu-user powered docker test images
 2016-07-08  9:14 UTC  (4+ messages)

[RESEND PATCH v2 00/13] Clock improvement for video playback
 2016-07-08  9:12 UTC  (7+ messages)
` [RESEND PATCH v2 02/13] drivers: clk: st: Simplify clock binding of STiH4xx platforms

[PATCH] capabilities: add capability cgroup controller
 2016-07-08  9:13 UTC  (11+ messages)

[Bug 96835] "gallium: Force blend color to 16-byte alignment" crash with "-march=native -O3" causes some 32bit games to crash
 2016-07-08  9:13 UTC  (2+ messages)

[Qemu-devel] [RFC PATCH V5 0/4] Introduce COLO-compare
 2016-07-08  9:12 UTC  (5+ messages)
` [Qemu-devel] [RFC PATCH V5 1/4] colo-compare: introduce colo compare initialization

[PATCH 0/4] soc: qcom: add EBI2 support and do ethernet
 2016-07-08  9:12 UTC  (7+ messages)
` [PATCH 1/4] soc: qcom: add an EBI2 device tree bindings
` [PATCH 2/4] soc: qcom: add EBI2 driver
` [PATCH 3/4] ARM: dts: add EBI2 to the Qualcomm MSM8660 DTSI
` [PATCH 4/4] ARM: dts: add SMSC ethernet on the APQ8060 Dragonboard


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.