[PATCH v2 2/5] drivers/xen: make [xen-]ballon explicitly non-modular
The Makefile / Kconfig currently controlling compilation here is: obj-y += grant-table.o features.o balloon.o manage.o preempt.o time.o [...] obj-$
View Article[PATCH v2 3/5] drivers/xen: make xenbus_dev_[front/back]end explicitly...
The Makefile / Kconfig currently controlling compilation here is: obj-y += xenbus_dev_frontend.o [...] obj-$(CONFIG_XEN_BACKEND) += xenbus_dev_back
View Article[PATCH v2 4/5] drivers/xen: make sys-hypervisor.c explicitly non-modular
The Kconfig currently controlling compilation of this code is: config XEN_SYS_HYPERVISOR bool "Create xen entries under /sys/hypervisor" ...m
View Article[PATCH v2 5/5] drivers/xen: make platform-pci.c explicitly non-modular
The Kconfig currently controlling compilation of this code is: arch/x86/xen/Kconfig:config XEN_PVHVM arch/x86/xen/Kconfig: def_bool y ...meaning t
View Articlelinux-next: manual merge of the crypto tree with the f2fs tree
Hi Herbert, Today's linux-next merge of the crypto tree got a conflict in: fs/crypto/fname.c fs/f2fs/crypto.c fs/f2fs/crypto_fname.c fs/f2fs
View Article[PATCH 1/2] Btrfs: dev-replace: Fixed indentation coding style issues
Use tabs instead of spaces, fixing 3 checkpatch errors. Signed-off-by: Philippe Loctaux <phil@philippeloctaux.com> --- fs/btrfs/dev-replace.c | 6 ++
View Article[PATCH 2/2] Btrfs: dev-replace: fixed comment blocks coding style issues
Makes the comment blocks start with /* on separate lines, and end with */ on separate lines as well. Signed-off-by: Philippe Loctaux <phil@philippelo
View Article[PATCH v2 3/5] perf tools: Update srcline/file if needed
Normally the hist entry's srcline and/or srcfile is set during sorting. However sometime it's possible to a hist entry's srcline is not set yet after
View Article[PATCH v2 4/5] perf tools: Fix alignment on some sort keys
The srcline, srcfile and trace sort keys can have long entries. With commit 89fee7094323 ("perf hists: Do column alignment on the format iterator"),
View Article[BUG][4.5-rc5] rcu_shed self-detected stall on CPU - directly after network...
Hi, When i tried to upgrade my, soon to be, firewall to 4.5-rc5 to do some testing - it deadlocked almost instantly. In the photo, i started writing
View Articlelinux-next: build failure after merge of the drm tree
Hi Dave, After merging the drm tree, today's linux-next build (x86_64 allmodconfig) failed like this: drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c:818:6:
View Article[PATCH v6] rtc: rewrite DS1302 using SPI
DS1302 is half-duplex SPI device. The driver respects this fact now. Pin configurations should be implemented using SPI subsystem. Signed-off-by: Se
View Article[PATCH v1] spi: master driver to enable RTC on ICPDAS LP-8841
ICP DAS LP-8841 contains a DS-1302 RTC. This driver provides an SPI master which makes the RTC usable. The driver is not supposed to work with anythin
View Article[PATCH] video: fbdev: pmag-ba-fb: Fix the lower margin size
According to the board specification[1] the width of the vertical sync front porch is 12 pixels or the same as the width of the horizontal sync fron
View Article[PATCH 0/7] PMAG-AA frame buffer driver rework
Hi, This is an update to the PMAG-AA frame buffer driver to adapt it to our current APIs, which I promised a while ago (too much of a while, which
View Article[PATCH 1/7] video: fbdev: pmag-aa-fb: Adapt to current APIs
Rework the driver to use the current frambuffer and TURBOchannel APIs, including proper resource management and using the new framework for hardware
View Article[PATCH 2/7] video: fbdev: pmag-aa-fb: Enable building as a module
With the current TURBOchannel API support is automagical. Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org> --- linux-pmag-aa-module.patch Inde
View Article[PATCH 3/7] video: fbdev: pmag-aa-fb: Report video timings
The board uses hardwired timings compatible with 72Hz DEC VR319-DA and VRM17-AA monitors, according to the board owner's manual[1]. These timings a
View Article[PATCH 4/7] video: fbdev: bt455: Remove unneeded colormap helpers for cursor...
Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org> --- linux-bt455-cursor.diff Index: linux-20160211-4maxp64/drivers/video/fbdev/bt455.h ========
View Article[PATCH 5/7] video: fbdev: pmag-ba-fb: Fix and rework Bt455 colormap handling
The Bt455 is a greyscale RAMDAC, using the green color palette entries only while still providing registers for the red and blue components, all the
View Article