[PATCH V2] ACPI/Processor: Rework processor throttling with work_on_cpu() (2...
acpi_processor_set_throttling() uses set_cpus_allowed_ptr() to make sure struct acpi_processor->acpi_processor_set_throttling() callback run on associated cpu. But the function maybe called in a...
View Article[PATCH 1/2] nilfs2: update MAINTAINERS file entries fix (no replies)
Also, web-page entry is updated according to relocation of project's web site. Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> --- MAINTAINERS | 2 +- 1 file changed, 1...
View Article[PATCH 0/2] nilfs2: update web site information (1 reply)
Hi Andrew, Please add this patchset to the queue for the next merge window. We recently moved web site of nilfs project. And, these patches update the site information in MAINTAINERS file and document...
View Article[PATCH] cifs: connect: added option krb5mi which may allow package signing...
Solves an issue with dfs where servers using package signing are mixed with servers which don't use package signing. Signed-off-by: Lorenz Bucher <lorenz.bucher@gmx.de> --- fs/cifs/connect.c | 3...
View Article[PATCH] nfsd: check passed socket's net matches NFSd superblock's one (no...
There could be a case, when NFSd file system is mounted in network, different to socket's one, like below: "ip netns exec" creates new network and mount namespace, which duplicates NFSd mount point,...
View ArticleRE: [PATCH] mm: disable split page table lock for !MMU (no replies)
(Oops. CC: lists) Kirill A. Shutemov wrote: > There's no reason to enable split page table lock if don't have page > tables. > > It also triggers build error at least on ARM since we don't...
View Article[PATCH 2/3] fbdev: move fbdev core files to separate directory (no replies)
Instead of having fbdev framework core files at the root fbdev directory, mixed with random fbdev device drivers, move the fbdev core files to a separate core directory. This makes it much clearer...
View Article[PATCH 0/3] Reorder drivers/video directory (1 reply)
Hi, This is a re-send of the series, with RFC removed from the subject, and a bunch of acks added. I'm cc'ing more people, to make sure this doesn't come as a surprise, and to make sure this is not a...
View Article[PATCH] spi: sh-msiof: Remove "renesas,msiof-sh7724" from bindings (no replies)
From: Geert Uytterhoeven <geert+renesas@linux-m68k.org> It's not implemented in the driver, so it's a bad example. Signed-off-by: Geert Uytterhoeven <geert+renesas@linux-m68k.org> ---...
View Article[PATCH v2 2/4] pci: Create pci_host_bridge before its associated bus in...
Before commit 7b5436635800 the pci_host_bridge was created before the root bus. As that commit has added a needless dependency on the bus for pci_alloc_host_bridge() the creation order has been...
View Article[PATCH v2 1/4] pci: OF: Fix the conversion of IO ranges into IO resources. (8...
The ranges property for a host bridge controller in DT describes the mapping between the PCI bus address and the CPU physical address. The resources framework however expects that the IO resources...
View Article[PATCH v2 0/4] [RFC] Support for creating generic host_bridge from device...
This is v2 of my attempt to add support for a generic pci_host_bridge controller created from a description passed in the device tree. Changes from v1: - Add patch to fix conversion of IO ranges into...
View Article[PATCH v2 1/3] Fix ioport_map() for !CONFIG_GENERIC_IOMAP cases. (1 reply)
The inline version of ioport_map() that gets used when !CONFIG_GENERIC_IOMAP is wrong. It returns a mapped (i.e. virtual) address that can start from zero and completely ignores the PCI_IOBASE and...
View Article[PATCH v2 0/3] [RFC] Add support for PCI in AArch64 (4 replies)
Hi, This patch adds support for PCI to AArch64. It is based on my v2 patch that adds support for creating generic host bridge structure from device tree. With that in place, I was able to boot a...
View Article[PATCH 1/1] Memory leak in usbip_exported_device_new (no replies)
From: Heinrich Schuchardt <xypron.glpk@gmx.de> Memory was leaked and a device not closed. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> ---...
View Article[tip:perf/core] perf tools: Warn the user about how to enable libunwind...
Commit-ID: 7a0447d61d2d754988add992be2b46d4587ae86a Gitweb: http://git.kernel.org/tip/7a0447d61d2d754988add992be2b46d4587ae86a Author: Arnaldo Carvalho de Melo <acme@redhat.com> AuthorDate: Thu,...
View Article[tip:perf/core] perf: Fix hotplug splat (no replies)
Commit-ID: e3703f8cdfcf39c25c4338c3ad8e68891cca3731 Gitweb: http://git.kernel.org/tip/e3703f8cdfcf39c25c4338c3ad8e68891cca3731 Author: Peter Zijlstra <peterz@infradead.org> AuthorDate: Mon, 24...
View Article[tip:perf/core] perf/x86: Add a few more comments (no replies)
Commit-ID: c347a2f1793e285b0812343e715bb7e953dbdf68 Gitweb: http://git.kernel.org/tip/c347a2f1793e285b0812343e715bb7e953dbdf68 Author: Peter Zijlstra <peterz@infradead.org> AuthorDate: Mon, 24...
View Article[tip:perf/core] perf: Optimize group_sched_in() (no replies)
Commit-ID: 4a2345937c17722bd2979f662ae909846b4a052a Gitweb: http://git.kernel.org/tip/4a2345937c17722bd2979f662ae909846b4a052a Author: Peter Zijlstra <peterz@infradead.org> AuthorDate: Mon, 24...
View Articlemm: kernel BUG at mm/huge_memory.c:2785! (no replies)
Hi all, While fuzzing with trinity inside a KVM tools guest running latest -next kernel I've stumbled on the following spew: [ 1428.146261] kernel BUG at mm/huge_memory.c:2785! [ 1428.147100] invalid...
View Article