index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-02-12
mm/memory.c: actually remap enough memory
Grazvydas Ignotas
1
-1
/
+1
2015-02-12
kernel/cpuset.c: Mark cpuset_init_current_mems_allowed as __init
Rasmus Villemoes
1
-1
/
+1
2015-02-12
mm/mm_init.c: mark mminit_loglevel __meminitdata
Rasmus Villemoes
1
-1
/
+1
2015-02-12
mm/mm_init.c: park mminit_verify_zonelist as __init
Rasmus Villemoes
1
-1
/
+1
2015-02-12
mm/page_alloc.c: pull out init code from build_all_zonelists
Rasmus Villemoes
1
-3
/
+14
2015-02-12
mm/internal.h: don't split printk call in two
Rasmus Villemoes
1
-2
/
+4
2015-02-12
mm: do not use mm->nr_pmds on !MMU configurations
Kirill A. Shutemov
2
-4
/
+9
2015-02-12
memcg: cleanup static keys decrement
Vladimir Davydov
3
-38
/
+9
2015-02-12
mm/compaction: stop the isolation when we isolate enough freepage
Joonsoo Kim
1
-7
/
+10
2015-02-12
mm/compaction: fix wrong order check in compact_finished()
Joonsoo Kim
1
-1
/
+1
2015-02-12
slub: make dead caches discard free slabs immediately
Vladimir Davydov
5
-11
/
+43
2015-02-12
slub: fix kmem_cache_shrink return value
Vladimir Davydov
1
-1
/
+5
2015-02-12
slub: never fail to shrink cache
Vladimir Davydov
1
-27
/
+31
2015-02-12
memcg: reparent list_lrus and free kmemcg_id on css offline
Vladimir Davydov
3
-9
/
+79
2015-02-12
list_lru: add helpers to isolate items
Vladimir Davydov
8
-26
/
+50
2015-02-12
memcg: free memcg_caches slot on css offline
Vladimir Davydov
3
-22
/
+65
2015-02-12
slab: use css id for naming per memcg caches
Vladimir Davydov
1
-3
/
+3
2015-02-12
cgroup: release css->id after css_free
Vladimir Davydov
1
-3
/
+7
2015-02-12
slab: link memcg caches of the same kind into a list
Vladimir Davydov
5
-33
/
+41
2015-02-12
slab: embed memcg_cache_params to kmem_cache
Vladimir Davydov
7
-103
/
+111
2015-02-12
fs: shrinker: always scan at least one object of each type
Vladimir Davydov
1
-3
/
+6
2015-02-12
fs: make shrinker memcg aware
Vladimir Davydov
1
-3
/
+3
2015-02-12
list_lru: introduce per-memcg lists
Vladimir Davydov
4
-36
/
+424
2015-02-12
list_lru: organize all list_lrus to list
Vladimir Davydov
3
-0
/
+45
2015-02-12
list_lru: get rid of ->active_nodes
Vladimir Davydov
2
-10
/
+5
2015-02-12
memcg: add rwsem to synchronize against memcg_caches arrays relocation
Vladimir Davydov
3
-17
/
+33
2015-02-12
memcg: rename some cache id related variables
Vladimir Davydov
3
-14
/
+13
2015-02-12
vmscan: per memory cgroup slab shrinkers
Vladimir Davydov
7
-50
/
+80
2015-02-12
fs: consolidate {nr,free}_cached_objects args in shrink_control
Vladimir Davydov
3
-12
/
+13
2015-02-12
list_lru: introduce list_lru_shrink_{count,walk}
Vladimir Davydov
9
-43
/
+51
2015-02-12
mm: numa: avoid unnecessary TLB flushes when setting NUMA hinting entries
Mel Gorman
2
-6
/
+12
2015-02-12
mm: numa: add paranoid check around pte_protnone_numa
Mel Gorman
2
-0
/
+6
2015-02-12
x86: mm: restore original pte_special check
Mel Gorman
1
-7
/
+1
2015-02-12
mm: numa: do not trap faults on the huge zero page
Mel Gorman
4
-4
/
+27
2015-02-12
mm: remove remaining references to NUMA hinting bits and helpers
Mel Gorman
8
-283
/
+7
2015-02-12
mm: convert p[te|md]_mknonnuma and remaining page table manipulations
Mel Gorman
8
-38
/
+21
2015-02-12
ppc64: add paranoid warnings for unexpected DSISR_PROTFAULT
Mel Gorman
2
-13
/
+15
2015-02-12
mm: convert p[te|md]_numa users to p[te|md]_protnone_numa
Mel Gorman
11
-57
/
+40
2015-02-12
mm: add p[te|md] protnone helpers for use by NUMA balancing
Mel Gorman
3
-0
/
+52
2015-02-12
mm: numa: do not dereference pmd outside of the lock during NUMA hinting fault
Mel Gorman
3
-11
/
+2
2015-02-12
Merge tag 'dm-3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
17
-198
/
+416
2015-02-12
UBI: block: Fix checking for NULL instead of IS_ERR()
Dan Carpenter
1
-2
/
+2
2015-02-12
Merge branch 'for-3.20/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
19
-440
/
+476
2015-02-12
UBI: block: Continue creating ubiblocks after an initialization error
Dan Ehrenberg
1
-15
/
+22
2015-02-12
Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-block
Linus Torvalds
30
-575
/
+499
2015-02-12
Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-block
Linus Torvalds
87
-704
/
+305
2015-02-12
iscsi-target: Avoid IN_LOGOUT failure case for iser-target
Nicholas Bellinger
1
-1
/
+3
2015-02-12
target: Fix PR_APTPL_BUF_LEN buffer size limitation
Nicholas Bellinger
2
-13
/
+14
2015-02-12
iscsi-target: Drop problematic active_ts_list usage
Nicholas Bellinger
1
-23
/
+5
2015-02-12
iscsi/iser-target: Support multi-sequence sendtargets text response
Sagi Grimberg
5
-26
/
+82
[prev]
[next]