All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-07-08 09:02:45 to 2016-07-08 09:40:42 UTC [more...]

[PATCH 00/34] Move LRU page reclaim from zones to nodes v9
 2016-07-08  9:35 UTC  (58+ 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

[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)

[B.A.T.M.A.N.] [PATCH] batman-adv-devel: Exchange include order for uapi header files
 2016-07-08  9:38 UTC 

[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] "

[PATCH 0/6] x86/RAS queue
 2016-07-08  9:37 UTC  (11+ messages)
` [PATCH 1/6] x86/mce/AMD: Increase size of bank_map type
` [PATCH 2/6] x86/RAS/AMD: Reduce number of IPIs when prepping error injection
` [PATCH 3/6] x86/mce: Add support for new MCA_SYND register
` [PATCH 4/6] x86/mce: Fix mce_rdmsrl() warning message
` [PATCH 5/6] EDAC, mce_amd: Print syndrome register value on SMCA systems
` [PATCH 6/6] x86/RAS: Add syndrome support to mce_amd_inj

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)

[PATCH v2 00/22] Support qcom's HSIC USB and rewrite USB2 HS phy support
 2016-07-08  9:29 UTC  (13+ 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

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  (17+ messages)
      ` [PATCH 0/8] write_file cleanups
        ` [PATCH 1/8] config: fix bogus fd check when setting up default config
        ` [PATCH 2/8] am: ignore return value of write_file()
        ` [PATCH 3/8] branch: use non-gentle write_file for branch description
        ` [PATCH 4/8] write_file: drop "gently" form
        ` [PATCH 5/8] write_file: use xopen
        ` [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  (10+ 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

[PATCH v1 1/2] gpio: intel-mid: Remove potentially harmful code
 2016-07-08  9:11 UTC  (6+ messages)
` [PATCH v1 2/2] gpio: intel-mid: Sort header block alphabetically

[PATCHv8 2/6] drivers: Update driver registration macro usage
 2016-07-08  9:09 UTC  (3+ messages)
` [PATCH] crypto: normalize cryptodev pmd names with macros

get_nohz_timer_target?
 2016-07-08  9:05 UTC  (2+ messages)

[PATCH 1/3] net: smsc911x: augment device tree bindings
 2016-07-08  9:07 UTC  (3+ messages)
` [PATCH 2/3] net: smsc911x: request and deassert optional RESET GPIO
` [PATCH 3/3] RFC: net: smsc911x: add wake-up event interrupt support

[RFC] Hypervisor, x86 emulation deprivileged
 2016-07-08  9:07 UTC  (4+ messages)

[PATCH] Fix bluez5 capabilities for Smack setup
 2016-07-08  9:07 UTC  (2+ messages)

[PATCH 0/7] Rockchip dw-mipi-dsi driver
 2016-07-08  9:05 UTC  (24+ messages)
` [PATCH 1/7] dt-bindings: add rk3399 support for dw-mipi-rockchip
` [PATCH 2/7] DRM: mipi: support rk3399 mipi dsi
` [PATCH 3/7] dt-bindings: add power domain node for dw-mipi-rockchip
` [PATCH 4/7] drm/rockchip: dw-mipi: add dw-mipi power domain support
` [PATCH 5/7] drm/rockchip: dw-mipi: support HPD poll
` [PATCH 6/7] drm/rockchip: dw-mipi: fix phy clk lane stop state timeout
` [PATCH 7/7] drm/rockchip: dw-mipi: fix insufficient bandwidth of some panel

[PATCH net-next 3/4] vxlan: remove gro_cell support
 2016-07-08  9:06 UTC  (3+ messages)

dccp: potential deadlock in dccp_v4_ctl_send_reset
 2016-07-08  9:03 UTC  (5+ messages)
    ` [PATCH net] dccp: avoid "

[linux-lvm] pvmove and filesystem - un/mount?
 2016-07-08  9:03 UTC  (3+ messages)

Deleting child qdisc doesn't reset parent to default qdisc?
 2016-07-08  9:02 UTC  (11+ messages)
            ` [RFC PATCH] net: sched: convert qdisc linked list to hashtable (was Re: Deleting child qdisc doesn't reset parent to default qdisc?)
              ` [RFC PATCH v2] net: sched: convert qdisc linked list to hashtable


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.