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-06-05
mm: memcontrol: remove hierarchy restrictions for swappiness and oom_control
Johannes Weiner
2
-29
/
+11
2014-06-05
mm/mempool: warn about __GFP_ZERO usage
Sebastian Ott
1
-0
/
+2
2014-06-05
include/linux/mmdebug.h: add VM_WARN_ON() and VM_WARN_ON_ONCE()
Andrew Morton
1
-0
/
+4
2014-06-05
mm/huge_memory.c: complete conversion to pr_foo()
Andrew Morton
1
-11
/
+11
2014-06-05
thp: consolidate assert checks in __split_huge_page()
Kirill A. Shutemov
1
-4
/
+6
2014-06-05
arch/x86/kernel/pci-dma.c: fix dma_generic_alloc_coherent() when CONFIG_DMA_C...
Akinobu Mita
1
-1
/
+6
2014-06-05
cma: add placement specifier for "cma=" kernel parameter
Akinobu Mita
4
-16
/
+44
2014-06-05
memblock: introduce memblock_alloc_range()
Akinobu Mita
2
-4
/
+19
2014-06-05
intel-iommu: integrate DMA CMA
Akinobu Mita
1
-8
/
+25
2014-06-05
x86: enable DMA CMA with swiotlb
Akinobu Mita
7
-10
/
+20
2014-06-05
x86: make dma_alloc_coherent() return zeroed memory if CMA is enabled
Akinobu Mita
1
-2
/
+2
2014-06-05
mm,vmacache: optimize overflow system-wide flushing
Davidlohr Bueso
1
-0
/
+10
2014-06-05
mm,vmacache: add debug data
Davidlohr Bueso
5
-2
/
+34
2014-06-05
mm: only force scan in reclaim when none of the LRUs are big enough.
Suleiman Souhlal
1
-27
/
+39
2014-06-05
mm: softdirty: clear VM_SOFTDIRTY flag inside clear_refs_write() instead of c...
Cyrill Gorcunov
1
-5
/
+9
2014-06-05
mm: softdirty: don't forget to save file map softdiry bit on unmap
Cyrill Gorcunov
1
-1
/
+1
2014-06-05
mm: softdirty: make freshly remapped file pages being softdirty unconditionally
Cyrill Gorcunov
1
-5
/
+2
2014-06-05
mm: get rid of __GFP_KMEMCG
Vladimir Davydov
10
-50
/
+68
2014-06-05
sl[au]b: charge slabs to kmemcg explicitly
Vladimir Davydov
6
-26
/
+59
2014-06-05
mm: slub: fix ALLOC_SLOWPATH stat
Dave Hansen
1
-5
/
+3
2014-06-05
mm, slab: suppress out of memory warning unless debug is enabled
David Rientjes
2
-14
/
+25
2014-06-05
mm/slub.c: convert vnsprintf-static to va_format
Fabian Frederick
1
-7
/
+9
2014-06-05
mm/slub.c: convert printk to pr_foo()
Fabian Frederick
1
-72
/
+57
2014-06-05
x86, mm: probe memory block size for generic x86 64bit
Yinghai Lu
1
-4
/
+30
2014-06-05
x86: define _PAGE_NUMA by reusing software bits on the PMD and PTE levels
Mel Gorman
8
-49
/
+75
2014-06-05
x86: require x86-64 for automatic NUMA balancing
Mel Gorman
1
-1
/
+1
2014-06-05
fs/libfs.c: add generic data flush to fsync
Fabian Frederick
3
-3
/
+41
2014-06-05
fs/9p: kerneldoc fixes
Fabian Frederick
4
-10
/
+8
2014-06-05
fs/9p/v9fs.c: add __init to v9fs_sysfs_init
Fabian Frederick
1
-1
/
+1
2014-06-05
ocfs2: remove some unused code
Xue jiufei
3
-7
/
+0
2014-06-05
ocfs2: fix incorrect i_size of global bitmap inode after resize
Joseph Qi
1
-2
/
+2
2014-06-05
ocfs2: cleanup unused paramters in ocfs2_calc_new_backup_super
Joseph Qi
1
-6
/
+0
2014-06-05
ocfs2/dlm: disallow node joining when recovery is on going
Xue jiufei
1
-1
/
+12
2014-06-05
ocfs2: fix umount hang while shutting down truncate log
Xue jiufei
2
-1
/
+6
2014-06-05
fs/ocfs2/ioctl.c: add static to local functions
Fabian Frederick
1
-40
/
+41
2014-06-05
ocfs2/dlm: fix possible convert=sion deadlock
Xue jiufei
1
-1
/
+9
2014-06-05
ocfs2: limit printk when journal is aborted
Joseph Qi
1
-2
/
+15
2014-06-05
ocfs2: remove some redundant casting
George Spelvin
1
-4
/
+3
2014-06-05
fs/ocfs2/super.c: use OCFS2_MAX_VOL_LABEL_LEN and strlcpy
Fabian Frederick
1
-2
/
+2
2014-06-05
ocfs2: remove NULL assignments on static
Fabian Frederick
7
-10
/
+10
2014-06-05
lib/debugobjects.c: convert printk(KERN_DEBUG to pr_debug
Fabian Frederick
1
-2
/
+2
2014-06-05
lib/debugobjects.c: add pr_fmt to logging
Fabian Frederick
1
-5
/
+8
2014-06-05
lib/debugobjects.c: convert printk to pr_foo()
Fabian Frederick
1
-7
/
+5
2014-06-05
fs/configfs: use pr_fmt
Fabian Frederick
4
-5
/
+11
2014-06-05
fs/configfs: convert printk to pr_foo()
Fabian Frederick
3
-8
/
+7
2014-06-05
fs/configs/item.c: kernel-doc fixes + clean-up
Fabian Frederick
1
-30
/
+28
2014-06-05
arch/unicore32/mm/ioremap.c: return NULL on invalid pfn
Andrew Morton
1
-1
/
+3
2014-06-05
arch/unicore32/mm/ioremap.c: convert printk/warn_on to warn()
Fabian Frederick
1
-4
/
+2
2014-06-05
fs/squashfs/squashfs.h: replace pr_warning by pr_warn
Fabian Frederick
1
-1
/
+1
2014-06-05
sh: Replace __get_cpu_var uses
Christoph Lameter
5
-23
/
+23
[prev]
[next]