index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-09-26
mm: filemap: move radix tree hole searching here
Johannes Weiner
6
-82
/
+84
2014-09-26
mm: shmem: save one radix tree lookup when truncating swapped pages
Johannes Weiner
1
-13
/
+12
2014-09-26
lib: radix-tree: add radix_tree_delete_item()
Johannes Weiner
2
-4
/
+28
2014-09-26
mm: don't pointlessly use BUG_ON() for sanity check
Linus Torvalds
1
-3
/
+5
2014-09-26
mm: per-thread vma caching
Davidlohr Bueso
12
-44
/
+231
2014-09-26
vmscan: reclaim_clean_pages_from_list() must use mod_zone_page_state()
Christoph Lameter
1
-1
/
+1
2014-09-26
mm: vmscan: shrink_slab: rename max_pass -> freeable
Vladimir Davydov
1
-13
/
+13
2014-09-26
mm: vmscan: respect NUMA policy mask when shrinking slab on direct reclaim
Vladimir Davydov
1
-2
/
+2
2014-09-26
mm/filemap.c: avoid always dirtying mapping->flags on O_DIRECT
Jens Axboe
1
-2
/
+4
2014-09-26
mm: optimize put_mems_allowed() usage
Mel Gorman
8
-39
/
+38
2014-09-26
mm/readahead.c: fix readahead failure for memoryless NUMA nodes and limit rea...
Raghavendra K T
1
-2
/
+2
2014-09-26
mm, compaction: ignore pageblock skip when manually invoking compaction
David Rientjes
1
-0
/
+1
2014-09-26
mm, compaction: determine isolation mode only once
David Rientjes
1
-7
/
+2
2014-09-26
mm/compaction: clean-up code on success of ballon isolation
Joonsoo Kim
1
-7
/
+4
2014-09-26
mm/compaction: check pageblock suitability once per pageblock
Joonsoo Kim
1
-15
/
+19
2014-09-26
mm/compaction: change the timing to check to drop the spinlock
Joonsoo Kim
1
-1
/
+1
2014-09-26
mm/compaction: do not call suitable_migration_target() on every page
Joonsoo Kim
1
-2
/
+11
2014-09-26
mm/compaction: disallow high-order page for migration target
Joonsoo Kim
1
-12
/
+3
2014-09-26
mm, compaction: avoid isolating pinned pages
David Rientjes
1
-0
/
+9
2014-09-26
mm: get rid of unnecessary pageblock scanning in setup_zone_migrate_reserve
Yasuaki Ishimatsu
2
-0
/
+19
2014-09-26
mm: vmscan: call NUMA-unaware shrinkers irrespective of nodemask
Vladimir Davydov
1
-9
/
+10
2014-09-26
mm: vmscan: shrink all slab objects if tight on memory
Vladimir Davydov
1
-4
/
+21
2014-09-26
swap: add a simple detector for inappropriate swapin readahead
Shaohua Li
2
-5
/
+62
2014-09-26
mm: compaction: reset scanner positions immediately when they meet
Vlastimil Babka
1
-0
/
+4
2014-09-26
mm: compaction: do not mark unmovable pageblocks as skipped in async compaction
Vlastimil Babka
1
-2
/
+9
2014-09-26
mm: compaction: encapsulate defer reset logic
Vlastimil Babka
3
-9
/
+21
2014-09-26
mm: compaction: trace compaction begin and end
Mel Gorman
2
-0
/
+46
2014-09-26
x86/mm: Eliminate redundant page table walk during TLB range flushing
Mel Gorman
1
-27
/
+1
2014-09-26
x86/mm: Clean up inconsistencies when flushing TLB ranges
Mel Gorman
1
-6
/
+6
2014-09-26
mm, x86: Account for TLB flushes only when debugging
Mel Gorman
6
-14
/
+26
2014-09-26
mm: __rmqueue_fallback() should respect pageblock type
KOSAKI Motohiro
1
-10
/
+5
2014-09-26
mm: get rid of unnecessary overhead of trace_mm_page_alloc_extfrag()
KOSAKI Motohiro
2
-9
/
+6
2014-09-26
readahead: fix sequential read cache miss detection
Damien Ramonda
1
-1
/
+5
2014-09-26
swap: change swap_list_head to plist, add swap_avail_head
Dan Streetman
4
-59
/
+97
2014-09-26
lib/plist: add plist_requeue
Dan Streetman
2
-0
/
+54
2014-09-26
lib/plist: add helper functions
Dan Streetman
1
-0
/
+43
2014-09-26
swap: change swap_info singly-linked list to list_head
Dan Streetman
4
-115
/
+78
2014-09-26
mm: exclude memoryless nodes from zone_reclaim
Michal Hocko
1
-2
/
+3
2014-09-26
hugetlb: ensure hugepage access is denied if hugepages are not supported
Nishanth Aravamudan
3
-0
/
+28
2014-09-26
mm: fix bad rss-counter if remap_file_pages raced migration
Hugh Dickins
1
-6
/
+22
2014-09-26
mm: prevent setting of a value less than 0 to min_free_kbytes
Han Pingtian
1
-1
/
+6
2014-09-26
slab: correct pfmemalloc check
Joonsoo Kim
1
-3
/
+5
2014-09-26
mm: thp: khugepaged: add policy for finding target node
Bob Liu
1
-9
/
+44
2014-09-26
mm: thp: cleanup: mv alloc_hugepage to better place
Bob Liu
1
-8
/
+6
2014-09-26
Linux 3.12.29
v3.12.29
Jiri Slaby
1
-1
/
+1
2014-09-26
arm64: flush TLS registers during exec
Will Deacon
2
-0
/
+24
2014-09-26
aio: add missing smp_rmb() in read_events_ring
Jeff Moyer
1
-0
/
+6
2014-09-26
ibmveth: Fix endian issues with rx_no_buffer statistic
Anton Blanchard
1
-4
/
+14
2014-09-26
ahci: add pcid for Marvel 0x9182 controller
Murali Karicheri
1
-0
/
+2
2014-09-26
ahci: Add Device IDs for Intel 9 Series PCH
James Ralston
1
-0
/
+8
[next]