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.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
2012-05-30
mm: add link from struct lruvec to struct zone
Konstantin Khlebnikov
1
-0
/
+14
2012-05-30
mm/memcg: kill mem_cgroup_lru_del()
Konstantin Khlebnikov
1
-5
/
+0
2012-05-30
mm: remove lru type checks from __isolate_lru_page()
Konstantin Khlebnikov
2
-8
/
+4
2012-05-30
mm: mark mm-inline functions as __always_inline
Konstantin Khlebnikov
1
-4
/
+4
2012-05-30
mm/memcg: move reclaim_stat into lruvec
Hugh Dickins
2
-24
/
+14
2012-05-30
memcg: fix/change behavior of shared anon at moving task
KAMEZAWA Hiroyuki
1
-9
/
+0
2012-05-30
mm: fix slab->page flags corruption
Pravin B Shelar
1
-0
/
+2
2012-05-30
mm: pmd_read_atomic: fix 32bit PAE pmd walk vs pmd_populate SMP race condition
Andrea Arcangeli
1
-2
/
+20
2012-05-30
mm, oom: normalize oom scores to oom_score_adj scale only for userspace
David Rientjes
1
-2
/
+3
2012-05-30
mm/fs: remove truncate_range
Hugh Dickins
2
-5
/
+0
2012-05-30
shmem: replace page if mapping excludes its zone
Hugh Dickins
1
-0
/
+6
2012-05-30
mm: compaction: handle incorrect MIGRATE_UNMOVABLE type pageblocks
Bartlomiej Zolnierkiewicz
1
-0
/
+19
2012-05-30
mm: remove sparsemem allocation details from the bootmem allocator
Johannes Weiner
1
-3
/
+0
2012-05-30
mm: move is_vma_temporary_stack() declaration to huge_mm.h
Alex Shi
2
-2
/
+2
2012-05-30
kbuild: install kernel-page-flags.h
Ulrich Drepper
2
-0
/
+5
2012-05-30
bug: completely remove code generated by disabled VM_BUG_ON()
Konstantin Khlebnikov
1
-1
/
+1
2012-05-30
bug: introduce BUILD_BUG_ON_INVALID() macro
Konstantin Khlebnikov
1
-0
/
+7
2012-05-30
mm: memcg: count pte references from every member of the reclaimed hierarchy
Johannes Weiner
1
-1
/
+6
2012-05-30
mm: do_migrate_pages(): rename arguments
Andrew Morton
1
-5
/
+4
2012-05-30
mm: vmscan: remove reclaim_mode_t
Mel Gorman
1
-2
/
+2
2012-05-30
mm: vmscan: do not stall on writeback during memory compaction
Mel Gorman
1
-6
/
+6
2012-05-30
mm: vmscan: remove lumpy reclaim
Mel Gorman
1
-22
/
+4
2012-05-30
mm: remove swap token code
Rik van Riel
3
-128
/
+0
2012-05-30
pagemap.h: fix warning about possibly used before init var
Paul Gortmaker
1
-4
/
+4
2012-05-29
Merge tag 'mfd-3.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...
Linus Torvalds
18
-29
/
+846
2012-05-29
Merge tag 'nfs-for-3.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
5
-86
/
+205
2012-05-28
Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux
Linus Torvalds
3
-20
/
+39
2012-05-27
Merge branch 'generic-string-functions'
Linus Torvalds
1
-0
/
+52
2012-05-27
Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linux
Linus Torvalds
4
-8
/
+14
2012-05-26
Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
2
-10
/
+21
2012-05-26
Merge tag 'stmp-dev' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...
Linus Torvalds
1
-0
/
+20
2012-05-26
Merge tag 'clock' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
5
-113
/
+130
2012-05-26
word-at-a-time: make the interfaces truly generic
Linus Torvalds
1
-0
/
+52
2012-05-26
NFSv4.1: Don't clobber the seqid if exchange_id returns a confirmed clientid
Trond Myklebust
1
-1
/
+2
2012-05-26
NFSv4.1: Add DESTROY_CLIENTID
Trond Myklebust
1
-0
/
+1
2012-05-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile
Linus Torvalds
2
-3
/
+10
2012-05-26
NFSv4.1: Move NFSPROC4_CLNT_BIND_CONN_TO_SESSION to the end of the operations
Trond Myklebust
1
-1
/
+1
2012-05-25
mm: add new arch_make_huge_pte() method for tile support
Chris Metcalf
1
-0
/
+8
2012-05-25
arch/tile: allow building Linux with transparent huge pages enabled
Chris Metcalf
1
-3
/
+2
2012-05-25
Merge tag 'tag-for-linus-3.5' of git://git.linaro.org/people/sumitsemwal/linu...
Linus Torvalds
1
-0
/
+33
2012-05-25
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2
-2
/
+7
2012-05-25
Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...
Linus Torvalds
7
-17
/
+206
2012-05-25
Merge tag 'mmc-merge-for-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
4
-60
/
+7
2012-05-25
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
2
-31
/
+26
2012-05-25
dma-buf: minor documentation fixes.
Sumit Semwal
1
-0
/
+3
2012-05-25
dma-buf: add vmap interface
Dave Airlie
1
-0
/
+14
2012-05-25
dma-buf: mmap support
Daniel Vetter
1
-0
/
+16
2012-05-25
Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
3
-9
/
+110
2012-05-25
Merge tag 'stable/for-linus-3.5-rc0-tag' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
5
-0
/
+77
2012-05-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
Linus Torvalds
1
-0
/
+2
[next]