Quantcast
Browsing all 24115 articles
Browse latest View live

[PATCH v2 0/3] tegra30 watchdog support (1 reply)

This patch series ultimately adds watchdog support for tegra30 and later chips. The existing tegra clocksource driver (drivers/clocksource/tegra20_timer.c) sadly does not distinguish between tegra20...

View Article


linux-next: manual merge of the parisc-hd tree with Linus' tree (no replies)

Hi all, Today's linux-next merge of the parisc-hd tree got a conflict in arch/parisc/include/asm/elf.h between commit 9dabf60dc4ab ("parisc: add flexible mmap memory layout support") from Linus' tree...

View Article


[patch 03/10] lib: radix-tree: radix_tree_delete_item() (no replies)

Provide a function that does not just delete an entry at a given index, but also allows passing in an expected item. Delete only if that item is still located at the specified index. This is handy...

View Article

[patch 01/10] mm: vmstat: fix UP zone state accounting (no replies)

Fengguang Wu's build testing spotted problems with inc_zone_state() and dec_zone_state() on UP configurations in out-of-tree patches. inc_zone_state() is declared but not defined, dec_zone_state() is...

View Article

[patch 05/10] mm: filemap: move radix tree hole searching here (no replies)

The radix tree hole searching code is only used for page cache, for example the readahead code trying to get a a picture of the area surrounding a fault. It sufficed to rely on the radix tree...

View Article


[patch 08/10] mm: thrash detection-based file cache sizing (no replies)

The VM maintains cached filesystem pages on two types of lists. One list holds the pages recently faulted into the cache, the other list holds pages that have been referenced repeatedly on that first...

View Article

[patch 06/10] mm + fs: prepare for non-page entries in page cache radix trees...

shmem mappings already contain exceptional entries where swap slot information is remembered. To be able to store eviction information for regular page cache, prepare every site dealing with the radix...

View Article

[patch 10/10] mm: keep page cache radix tree nodes in check (no replies)

Previously, page cache radix tree nodes were freed after reclaim emptied out their page pointers. But now reclaim stores shadow entries in their place, which are only reclaimed when the inodes...

View Article


[patch 02/10] fs: cachefiles: use add_to_page_cache_lru() (no replies)

This code used to have its own lru cache pagevec up until a0b8cab3 ("mm: remove lru parameter from __pagevec_lru_add and remove parts of pagevec API"). Now it's just add_to_page_cache() followed by...

View Article


[patch 07/10] mm + fs: store shadow entries in page cache (no replies)

Reclaim will be leaving shadow entries in the page cache radix tree upon evicting the real page. As those pages are found from the LRU, an iput() can lead to the inode being freed concurrently. At...

View Article

[patch 09/10] lib: radix_tree: tree node interface (no replies)

Make struct radix_tree_node part of the public interface and provide API functions to create, look up, and delete whole nodes. Refactor the existing insert, look up, delete functions on top of these...

View Article

[patch 04/10] mm: shmem: save one radix tree lookup when truncating swapped...

Page cache radix tree slots are usually stabilized by the page lock, but shmem's swap cookies have no such thing. Because the overall truncation loop is lockless, the swap entry is currently confirmed...

View Article

[patch 00/10] mm: thrash detection-based file cache sizing v9 (no replies)

Changes in this revision o Fix vmstat build problems on UP (Fengguang Wu's build bot) o Clarify why optimistic radix_tree_node->private_list link checking is safe without holding the list_lru lock...

View Article


Tux3 Report: Our blocker list (no replies)

At Korea Linux Forum last fall, Linus asked, haven't I been hearing about Tux3 for ten years? I said, no, that was Tux2, completely different. You only heard about Tux3 for six years. Well, that is...

View Article

[PATCH] nilfs2: add description of NILFS_IOCTL_SET_SUINFO ioctl (no replies)

Add description of NILFS_IOCTL_SET_SUINFO ioctl in Documentation/filesystems/nilfs2.txt to make it up-to-date. Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> Cc: Andreas Rohner...

View Article


[PATCH] security: select correct default LSM_MMAP_MIN_ADDR on arm on arm64...

Binaries compiled for arm may run on arm64 if CONFIG_COMPAT is selected. Set LSM_MMAP_MIN_ADDR to 32768 if ARM64 && COMPAT to prevent selinux failures launching 32-bit static executables that...

View Article

[PATCH v2 3/5] arm: qcom: Split Qualcomm support into legacy and...

Introduce a new mach-qcom that will support SoCs that intend to be multiplatform compatiable while keeping mach-msm to legacy SoC/board support that will not transition over to multiplatform. As part...

View Article


[PATCH v2 2/5] clocksource: qcom: Move clocksource code out of mach-msm (3...

We intent to share the clocksource code for MSM platforms between legacy and multiplatform supported qcom SoCs. Acked-by: Olof Johansson <olof@lixom.net> Signed-off-by: Kumar Gala...

View Article

Perf user-space ABI sequence lock memory barriers (no replies)

Hi, I'm currently integrating user-space performance counters from Perf into LTTng-UST, and I'm noticing something odd regarding the home-made sequence lock found at: kernel/events/core.c:...

View Article

[PATCH] clk: respect the clock dependencies in of_clk_init (no replies)

Until now the clock providers were initialized in the order found in the device tree. This led to have the dependencies between the clocks not respected: children clocks could be initialized before...

View Article
Browsing all 24115 articles
Browse latest View live