[RFC qemu 4/4] migration: filter out guest's free pages in ram bulk stage
Get the free pages information through virtio and filter out the free pages in the ram bulk stage. This can significantly reduce the total live migrat
View Article[RFC kernel 0/2]A PV solution for KVM live migration optimization
The current QEMU live migration implementation mark the all the guest's RAM pages as dirtied in the ram bulk stage, all these pages will be processed
View Article[RFC kernel 1/2] mm: Add the functions used to get free pages information
get_total_pages_count() tries to get the page count of the system RAM. get_free_pages() is intend to construct a free pages bitmap by traversing the f
View Article[RFC kernel 2/2] virtio-balloon: extend balloon driver to support a new feature
Extend the virio balloon to support the new feature VIRTIO_BALLOON_F_GET_FREE_PAGES, so that we can use it to send the free pages information from gue
View Article[linux-next-20160302] Can't unpack initramfs.
Hello. Did someone hit this problem? I haven't tried bisecting this. I think this is kconfig dependent. ---------- until next-20160301 ---------- [
View Article[v3 PATCH 0/3] Use nmi_panic() in panic on NMI case
commit 1717f2096b54 ("panic, x86: Fix re-entrance problem due to panic on NMI") and commit 58c5661f2144 ("panic, x86: Allow CPUs to save registers eve
View Article[v3 PATCH 1/3] panic: Change nmi_panic from macro to function
Change nmi_panic() macro to a normal function for the portability. Also, export it for modules. Changes since v2: - Make nmi_panic receive a single s
View Article[v3 PATCH 2/3] ipmi/watchdog: Use nmi_panic() when kernel panics in NMI handler
commit 1717f2096b54 ("panic, x86: Fix re-entrance problem due to panic on NMI") introduced nmi_panic() which prevents concurrent and recursive executi
View Article[v3 PATCH 3/3] hpwdt: Use nmi_panic() when kernel panics in NMI handler
commit 1717f2096b54 ("panic, x86: Fix re-entrance problem due to panic on NMI") introduced nmi_panic() which prevents concurrent and recursive executi
View Article[PATCH 00/17] Add Initial support for PLX Technology OX810SE
This serie adds initial support (IRQ, Timer, GPIO, Reset, Serial, Clocks) for the PLX Technology OX810SE used in the well-known Western Digital My Boo
View Article[PATCH 01/17] dt-bindings: vendor-prefixes: Add PLX Technology
Add PLX Technology vendor prefix. Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> --- Documentation/devicetree/bindings/vendor-prefixes.txt
View Article[PATCH 02/17] irqchip: Add PLX Technology RPS IRQ Controller
Add PLX Technology RPS IRQ Controller as irqchip driver. CC: Ma Haijun <mahaijuns@gmail.com> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
View Article[PATCH 03/17] dt-bindings: Add PLX Technology RPS IRQ Controller bindings
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> --- .../bindings/interrupt-controller/plxtech,rps-irq.txt | 17 +++++++++++++++++ 1 file ch
View Article[PATCH 04/17] clocksource: Add PLX Technology RPS Timer
Add clocksource and clockevent driver from dual RPS timer. CC: Ma Haijun <mahaijuns@gmail.com> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com
View Article[PATCH 05/17] dt-bindings: Add PLX Technology RPS Timer bindings
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> --- .../devicetree/bindings/timer/plxtech,rps-timer.txt | 17 +++++++++++++++++ 1 file ch
View Article[PATCH 06/17] reset: Add PLX Technology Reset Controller driver
Add System reset controller driver for PLX Technology OXNAS SoC Family. CC: Ma Haijun <mahaijuns@gmail.com> Signed-off-by: Neil Armstrong <narmstrong
View Article[PATCH 07/17] dt-bindings: Add PLX Technology Reset Controller bindings
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> --- .../devicetree/bindings/reset/plxtech,reset.txt | 25 ++++++++++++++++++++++ 1 file ch
View Article[PATCH 08/17] clk: Add PLX Technology OXNAS Standard Clocks
Add PLX Technology OXNAS SoC Family Standard Clocks support. Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> --- drivers/clk/Kconfig |
View Article[PATCH 09/17] dt-bindings: Add PLX Technology OXNAS Standard Clocks bindings
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> --- .../devicetree/bindings/clock/plxtech,stdclk.txt | 24 ++++++++++++++++++++++ 1 file ch
View Article[PATCH 10/17] pinctrl: Add PLX Technology OXNAS pinctrl and gpio driver
Add pinctrl and gprio control support to PLX Technology OXNAS SoC Family CC: Ma Haijun <mahaijuns@gmail.com> CC: Jean-Christophe PLAGNIOL-VILLARD <pl
View Article