Quantcast
Channel: Linux | Kernel
Browsing all 165258 articles
Browse latest View live

[PATCH] mips: Kconfig: replace OPROFILE=n to !OPROFILE

In Kconfig "=n" is not correct syntax, "!" is the preferred way for false-positive expression. Signed-off-by: Yang Shi <yang.shi@windriver.com> ---

View Article



[GIT PULL] clk fixes for v4.5-rc4

The following changes since commit 92e963f50fc74041b5e9e744c330dca48e04f08d: Linux 4.5-rc1 (2016-01-24 13:06:47 -0800) are available in the git re

View Article

[PATCH] mips: octeon: unselect NR_CPUS_DEFAULT_16

In the octeon defconfig, NR_CPUS is 32. And, some model of OCTEON II do have > 16 cores. Given the typical memory size equipped by Octeon boards, it s

View Article

[PATCH] hwmon: (gpio-fan) Remove un-necessary speed_index lookup for thermal...

Thermal hook gpio_fan_get_cur_state is only interested in knowing the current speed index that was setup in the system, this is already available as p

View Article

[PATCH] mips: octeon: mark some functions __init in smp.c

octeon_smp_setup and octeon_prepare_cpus are just used during initialization period, so mark them as __init. And, octeon_prepare_cpus is just used in

View Article


4.5-rc4 kernel is failed to bootup on CN6880

Hi David, I tried to boot 4.5-rc4 kernel on my CN6880 board, but it is failed at booting up secondary cores. The error is: CPU31 revision is: 000d9

View Article

[PATCH v11 00/10] arm64, numa: Add numa support for arm64 platforms

From: David Daney <david.daney@cavium.com> v11: - Dropped cleanup patches for other architectures, they will be submitted as a sepa

View Article

[PATCH v11 01/10] of/fdt: make generic early_init_dt_add_memory_arch() a weak...

From: Ard Biesheuvel <ard.biesheuvel@linaro.org> The function early_init_dt_add_memory_arch() is defined as __weak so that archs can override it. How

View Article


[PATCH v11 02/10] arm64: override generic version of...

From: Ard Biesheuvel <ard.biesheuvel@linaro.org> Override the __weak early_init_dt_add_memory_arch() with our own version. We need this in a subseque

View Article


[PATCH v11 03/10] efi: move FDT handling to separate object file

From: Ard Biesheuvel <ard.biesheuvel@linaro.org> The EFI specific FDT handling is compiled conditionally, and is logically independent of the rest of

View Article

[PATCH v11 04/10] arm64/efi: move EFI /chosen node parsing before early FDT...

From: Ard Biesheuvel <ard.biesheuvel@linaro.org> The early FDT processing is responsible for enumerating the DT memory nodes and installing them as m

View Article

[PATCH v11 05/10] arm64/efi: ignore DT memory nodes instead of removing them

From: Ard Biesheuvel <ard.biesheuvel@linaro.org> There are two problems with the UEFI stub DT memory node removal routine: - it deletes nodes as it t

View Article

[PATCH v11 06/10] arm64/efi: ignore DT memreserve entries instead of removing...

From: Ard Biesheuvel <ard.biesheuvel@linaro.org> Now that the reservation of the FDT image itself is split off from the processing of memory reservat

View Article


[PATCH v11 07/10] Documentation, dt, numa: dt bindings for NUMA.

From: Ganapatrao Kulkarni <gkulkarni@caviumnetworks.com> Add DT bindings for numa mapping of memory, CPUs and IOs. Reviewed-by: Robert Richter <rric

View Article

[PATCH v11 08/10] dt, numa: Add NUMA dt binding implementation.

From: Ganapatrao Kulkarni <gkulkarni@caviumnetworks.com> ADD device tree node parsing for NUMA topology using device "numa-node-id" property distance

View Article


[PATCH v11 09/10] arm64, numa: Add NUMA support for arm64 platforms.

From: Ganapatrao Kulkarni <gkulkarni@caviumnetworks.com> Attempt to get the memory and CPU NUMA node via of_numa. If that fails, default the dummy N

View Article

[PATCH v11 10/10] arm64, mm, numa: Add NUMA balancing support for arm64.

From: Ganapatrao Kulkarni <gkulkarni@caviumnetworks.com> Enable NUMA balancing for arm64 platforms. Add pte, pmd protnone helpers for use by automati

View Article


[PATCH 0/1] Implement character sets for sscanf()

Hi, This patch adds support for the '%[.' conversion specifier for sscanf(). Since functions that calculate substring lengths based on accepted or re

View Article

[PATCH 1/1] sscanf: implement basic character sets

Implement basic character sets for the '%[]' conversion specifier. The '%[]' conversion specifier matches a nonempty sequence of characters from the

View Article

[PATCH] xen-netfront: set real_num_tx_queues to zreo avoid to trigger BUG_ON

It's possible for a race condition to exist between xennet_open() and talk_to_netback(). After invoking netfront_probe() then other threads or process

View Article
Browsing all 165258 articles
Browse latest View live


Latest Images