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
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2013-09-12
rbtree: add rbtree_postorder_for_each_entry_safe() helper
Cody P Schafer
1
-0
/
+18
2013-09-12
rbtree: add postorder iteration functions
Cody P Schafer
1
-0
/
+4
2013-09-12
vmcore: introduce remap_oldmem_pfn_range()
Michael Holzheu
1
-0
/
+3
2013-09-12
vmcore: introduce ELF header in new memory feature
Michael Holzheu
1
-0
/
+6
2013-09-12
exec: kill "int depth" in search_binary_handler()
Oleg Nesterov
1
-1
/
+1
2013-09-12
kprobes: allow to specify custom allocator for insn caches
Heiko Carstens
1
-0
/
+2
2013-09-12
kprobes: unify insn caches
Heiko Carstens
1
-4
/
+28
2013-09-12
syscalls.h: add forward declarations for inplace syscall wrappers
Sergei Trofimovich
2
-0
/
+2
2013-09-12
smp.h: move !SMP version of on_each_cpu() out-of-line
David Daney
1
-16
/
+5
2013-09-12
smp: quit unconditionally enabling irq in on_each_cpu_mask and on_each_cpu_cond
David Daney
1
-46
/
+16
2013-09-12
mm/hwpoison: don't need to hold compound lock for hugetlbfs page
Wanpeng Li
1
-14
/
+0
2013-09-12
mm/page-writeback.c: add strictlimit feature
Maxim Patlasov
1
-0
/
+3
2013-09-12
mm/writeback: make writeback_inodes_wb static
Wanpeng Li
1
-2
/
+0
2013-09-12
mm: vmscan: fix do_try_to_free_pages() livelock
Lisa Du
3
-2
/
+1
2013-09-12
mm: munlock: manual pte walk in fast path instead of follow_page_mask()
Vlastimil Babka
1
-6
/
+6
2013-09-12
mm: track vma changes with VM_SOFTDIRTY bit
Cyrill Gorcunov
1
-0
/
+6
2013-09-12
memblock, numa: binary search node id
Yinghai Lu
1
-0
/
+2
2013-09-12
mm: migrate: check movability of hugepage in unmap_and_move_huge_page()
Naoya Horiguchi
1
-0
/
+12
2013-09-12
mm: memory-hotplug: enable memory hotplug to handle hugepage
Naoya Horiguchi
1
-0
/
+6
2013-09-12
mm: migrate: remove VM_HUGETLB from vma flag check in vma_migratable()
Naoya Horiguchi
1
-1
/
+1
2013-09-12
mm: mbind: add hugepage migration code to mbind()
Naoya Horiguchi
1
-0
/
+3
2013-09-12
mm: soft-offline: use migrate_pages() instead of migrate_huge_page()
Naoya Horiguchi
1
-5
/
+0
2013-09-12
mm: migrate: make core migration code aware of hugepage
Naoya Horiguchi
1
-0
/
+4
2013-09-12
lib/genalloc.c: fix overflow of ending address of memory chunk
Joonyoung Shim
1
-2
/
+2
2013-09-12
vmstat: create separate function to fold per cpu diffs into local counters
Christoph Lameter
1
-1
/
+2
2013-09-12
swap: clean-up #ifdef in page_mapping()
Joonsoo Kim
1
-0
/
+1
2013-09-12
mm: page_alloc: fair zone allocator policy
Johannes Weiner
1
-0
/
+1
2013-09-12
mm/page_alloc.c: fix the value of fallback_migratetype in alloc_extfrag trace...
Srivatsa S. Bhat
1
-3
/
+7
2013-09-12
swap: make cluster allocation per-cpu
Shaohua Li
1
-0
/
+11
2013-09-12
swap: make swap discard async
Shaohua Li
1
-9
/
+11
2013-09-12
swap: change block allocation algorithm for SSD
Shaohua Li
1
-0
/
+20
2013-09-12
mm: vmstats: track TLB flush stats on UP too
Dave Hansen
1
-1
/
+2
2013-09-12
mm: vmstats: tlb flush counters
Dave Hansen
1
-0
/
+5
2013-09-12
mm: mempolicy: turn vma_set_policy() into vma_dup_policy()
Oleg Nesterov
1
-2
/
+7
2013-09-12
block: support embedded device command line partition
Cai Zhiyong
1
-0
/
+43
2013-09-12
include/linux/sched.h: don't use task->pid/tgid in same_thread_group/has_grou...
Oleg Nesterov
1
-4
/
+4
2013-09-12
include/linux/smp.h:on_each_cpu(): switch back to a C function
Andrew Morton
1
-8
/
+12
2013-09-11
Merge tag 'for-v3.12' of git://git.infradead.org/battery-2.6
Linus Torvalds
3
-0
/
+58
2013-09-11
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
3
-0
/
+252
2013-09-11
Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2
-3
/
+20
2013-09-11
Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux
Linus Torvalds
4
-19
/
+562
2013-09-11
Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
8
-44
/
+192
2013-09-11
Merge tag 'mmc-updates-for-3.12-rc1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
7
-13
/
+21
2013-09-11
Merge tag 'dm-3.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
3
-2
/
+24
2013-09-11
Merge tag 'md/3.12' of git://neil.brown.name/md
Linus Torvalds
1
-0
/
+1
2013-09-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2
-4
/
+3
2013-09-10
Merge tag 'drm-intel-fixes-2013-09-06' of git://people.freedesktop.org/~danve...
Dave Airlie
3
-0
/
+252
2013-09-10
Merge tag 'dmaengine-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/d...
Linus Torvalds
1
-3
/
+14
2013-09-10
dmaengine: dma_sync_wait and dma_find_channel undefined
Jon Mason
1
-2
/
+10
2013-09-10
Merge tag 'late-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-0
/
+6
[next]