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
path:
root
/
include
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-07
crush: implement weight and id overrides for straw2
Ilya Dryomov
2
-5
/
+62
2017-07-07
libceph: pg_upmap[_items] infrastructure
Ilya Dryomov
1
-1
/
+9
2017-07-07
libceph: ceph_decode_skip_* helpers
Ilya Dryomov
1
-0
/
+60
2017-07-07
libceph: respect RADOS_BACKOFF backoffs
Ilya Dryomov
4
-0
/
+53
2017-07-07
libceph: make DEFINE_RB_* helpers more general
Ilya Dryomov
1
-12
/
+37
2017-07-07
libceph: avoid unnecessary pi lookups in calc_target()
Ilya Dryomov
1
-2
/
+8
2017-07-07
libceph: make sure need_resend targets reflect latest map
Ilya Dryomov
1
-0
/
+1
2017-07-07
libceph: resend on PG splits if OSD has RESEND_ON_SPLIT
Ilya Dryomov
1
-0
/
+2
2017-07-07
libceph: MOSDOp v8 encoding (actual spgid + full hash)
Ilya Dryomov
2
-1
/
+20
2017-07-07
libceph: ceph_connection_operations::reencode_message() method
Ilya Dryomov
1
-0
/
+2
2017-07-07
libceph: introduce ceph_spg, ceph_pg_to_primary_shard()
Ilya Dryomov
2
-1
/
+12
2017-07-07
libceph: fold [l]req->last_force_resend into ceph_osd_request_target
Ilya Dryomov
1
-2
/
+2
2017-07-07
libceph: support SERVER_JEWEL feature bits
Ilya Dryomov
1
-0
/
+2
2017-07-07
libceph: advertise support for OSD_POOLRESEND
Ilya Dryomov
1
-0
/
+1
2017-07-07
libceph: new features macros
Ilya Dryomov
1
-75
/
+167
2017-07-07
libceph: remove ceph_sanitize_features() workaround
Ilya Dryomov
1
-21
/
+0
2017-07-07
KVM: mark memory slots as rcu
Christian Borntraeger
1
-1
/
+1
2017-07-07
KVM: mark kvm->busses as rcu protected
Christian Borntraeger
1
-1
/
+7
2017-07-07
rtc: add generic nvmem support
Alexandre Belloni
1
-0
/
+7
2017-07-07
rtc: introduce new registration method
Alexandre Belloni
1
-0
/
+7
2017-07-07
KVM: mark vcpu->pid pointer as rcu protected
Christian Borntraeger
1
-1
/
+1
2017-07-06
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
23
-176
/
+562
2017-07-06
Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
4
-8
/
+2
2017-07-06
Merge tag 'trace-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
4
-7
/
+23
2017-07-06
Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-17
/
+3
2017-07-06
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
2
-9
/
+5
2017-07-06
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-0
/
+18
2017-07-07
Add "shutdown" to "struct class".
Josh Zimmerman
1
-0
/
+2
2017-07-06
mm, memory_hotplug: move movable_node to the hotplug proper
Michal Hocko
2
-7
/
+10
2017-07-06
mm, memory_hotplug: drop CONFIG_MOVABLE_NODE
Michal Hocko
2
-22
/
+0
2017-07-06
mm: memcontrol: per-lruvec stats infrastructure
Johannes Weiner
2
-31
/
+216
2017-07-06
mm: memcontrol: use generic mod_memcg_page_state for kmem pages
Johannes Weiner
1
-17
/
+0
2017-07-06
mm: memcontrol: use the node-native slab memory counters
Johannes Weiner
1
-2
/
+0
2017-07-06
mm: vmstat: move slab statistics from zone to node counters
Johannes Weiner
1
-2
/
+2
2017-07-06
mm/oom_kill: count global and memory cgroup oom kills
Konstantin Khlebnikov
2
-1
/
+5
2017-07-06
mm: per-cgroup memory reclaim stats
Roman Gushchin
1
-3
/
+45
2017-07-06
mm: kmemleak: treat vm_struct as alternative reference to vmalloc'ed objects
Catalin Marinas
1
-0
/
+7
2017-07-06
mm, mempolicy: simplify rebinding mempolicies when updating cpusets
Vlastimil Babka
1
-4
/
+2
2017-07-06
mm, page_alloc: pass preferred nid instead of zonelist to allocator
Vlastimil Babka
2
-9
/
+8
2017-07-06
mm, mempolicy: stop adjusting current->il_next in mpol_rebind_nodemask()
Vlastimil Babka
1
-1
/
+1
2017-07-06
mm/hugetlb: introduce set_huge_swap_pte_at() helper
Punit Agrawal
1
-0
/
+13
2017-07-06
mm/hugetlb: add size parameter to huge_pte_offset()
Punit Agrawal
1
-2
/
+3
2017-07-06
mm: zero hash tables in allocator
Pavel Tatashin
1
-0
/
+1
2017-07-06
mm/follow_page_mask: add support for hugepage directory entry
Aneesh Kumar K.V
1
-0
/
+4
2017-07-06
mm/hugetlb: move default definition of hugepd_t earlier in the header
Aneesh Kumar K.V
1
-23
/
+24
2017-07-06
mm/follow_page_mask: add support for hugetlb pgd entries
Anshuman Khandual
1
-0
/
+4
2017-07-06
mm/hugetlb: export hugetlb_entry_migration helper
Aneesh Kumar K.V
1
-0
/
+1
2017-07-06
mm/madvise: enable (soft|hard) offline of HugeTLB pages at PGD level
Anshuman Khandual
1
-1
/
+10
2017-07-06
mm, memory_hotplug: remove unused cruft after memory hotplug rework
Michal Hocko
1
-2
/
+0
2017-07-06
mm, memory_hotplug: replace for_device by want_memblock in arch_add_memory
Michal Hocko
1
-1
/
+1
[prev]
[next]