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
2017-07-07
mm/vmstat.c: standardize file operations variable names
Anshuman Khandual
1
-8
/
+8
2017-07-07
zram: count same page write as page_stored
Minchan Kim
1
-0
/
+2
2017-07-07
ksm: optimize refile of stable_node_dup at the head of the chain
Andrea Arcangeli
1
-12
/
+23
2017-07-07
ksm: swap the two output parameters of chain/chain_prune
Andrea Arcangeli
1
-26
/
+52
2017-07-07
ksm: cleanup stable_node chain collapse case
Andrea Arcangeli
1
-22
/
+28
2017-07-07
ksm: fix use after free with merge_across_nodes = 0
Andrea Arcangeli
1
-11
/
+55
2017-07-07
ksm: introduce ksm_max_page_sharing per page deduplication limit
Andrea Arcangeli
2
-66
/
+730
2017-07-07
mm/nobootmem.c: return 0 when start_pfn equals end_pfn
Wei Yang
1
-1
/
+1
2017-07-07
mm/vmscan.c: fix unsequenced modification and access warning
Nick Desaulniers
1
-7
/
+6
2017-07-07
mm/mmap.c: mark protection_map as __ro_after_init
Daniel Micay
1
-1
/
+1
2017-07-07
mm, sparsemem: break out of loops early
Dave Hansen
3
-14
/
+52
2017-07-07
mm: allow slab_nomerge to be set at build time
Kees Cook
3
-5
/
+24
2017-07-07
mm/slab.c: replace open-coded round-up code with ALIGN
Canjiang Lu
1
-6
/
+2
2017-07-07
mm/slub.c: wrap kmem_cache->cpu_partial in config CONFIG_SLUB_CPU_PARTIAL
Wei Yang
2
-31
/
+51
2017-07-07
mm/slub.c: wrap cpu_slab->partial in CONFIG_SLUB_CPU_PARTIAL
Wei Yang
2
-7
/
+30
2017-07-07
mm/slub.c: pack red_left_pad with another int to save a word
Wei Yang
1
-1
/
+1
2017-07-07
mm/slub: reset cpu_slab's pointer in deactivate_slab()
Wei Yang
1
-13
/
+8
2017-07-07
mm/slub.c: remove a redundant assignment in ___slab_alloc()
Wei Yang
1
-1
/
+0
2017-07-07
fs/file.c: replace alloc_fdmem() with kvmalloc() alternative
Michal Hocko
1
-18
/
+4
2017-07-07
ocfs2: constify attribute_group structures
Arvind Yadav
1
-1
/
+1
2017-07-07
ocfs2: free 'dummy_sc' in sc_fop_release() to prevent memory leak
piaojun
1
-0
/
+1
2017-07-07
ocfs2: use magic.h
Fabian Frederick
2
-3
/
+3
2017-07-07
ocfs2: fix a static checker warning
Gang He
1
-1
/
+1
2017-07-07
drivers/sh/intc/virq.c: delete an error message for a failed memory allocatio...
SF Markus Elfring
1
-3
/
+1
2017-07-07
include/linux/filter.h: use linux/set_memory.h
Michael Ellerman
1
-4
/
+1
2017-07-07
kernel/module.c: use linux/set_memory.h
Michael Ellerman
1
-3
/
+1
2017-07-07
kernel/power/snapshot.c: use linux/set_memory.h
Michael Ellerman
1
-3
/
+1
2017-07-07
provide linux/set_memory.h
Michael Ellerman
1
-0
/
+20
2017-07-07
scripts/spelling.txt: add a bunch more spelling mistakes
Colin Ian King
1
-0
/
+31
2017-07-07
ramfs: clarify help text that compression applies to ramfs as well as legacy ...
Rob Landley
1
-6
/
+6
2017-07-07
scripts/gen_initramfs_list.sh: teach INITRAMFS_ROOT_UID and INITRAMFS_ROOT_GI...
Rob Landley
2
-8
/
+6
2017-07-07
tile: provide default ioremap declaration
Logan Gunthorpe
1
-0
/
+11
2017-07-07
mn10300: use generic fb.h
Tobias Klauser
2
-23
/
+1
2017-07-07
mn10300: remove wrapper header for asm/device.h
Tobias Klauser
2
-1
/
+1
2017-07-07
kernel/extable.c: mark core_kernel_text notrace
Marcin Nowakowski
1
-1
/
+1
2017-07-07
thp, mm: fix crash due race in MADV_FREE handling
Kirill A. Shutemov
1
-1
/
+1
2017-07-07
compiler, clang: always inline when CONFIG_OPTIMIZE_INLINING is disabled
David Rientjes
2
-15
/
+11
2017-07-06
Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
8
-201
/
+548
2017-07-06
Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...
Linus Torvalds
36
-236
/
+1589
2017-07-06
Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...
Linus Torvalds
19
-70
/
+621
2017-07-06
Merge branch 'parisc-4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
3
-4
/
+18
2017-07-06
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
62
-341
/
+2190
2017-07-06
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
3
-49
/
+165
2017-07-06
Merge tag 'gfs2-4.13.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
14
-102
/
+175
2017-07-06
Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
47
-1415
/
+1723
2017-07-06
Merge branch 'work.memdup_user' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
7
-118
/
+52
2017-07-06
Merge branch 'timers-compat' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
12
-171
/
+287
2017-07-06
Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
7
-161
/
+117
2017-07-06
Merge branch 'work.sys_wait' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
6
-259
/
+187
2017-07-05
Merge branch 'work.misc-set_fs' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
12
-271
/
+220
[next]