index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-22
slub: make sysfs directories for memcg sub-caches optional
Tejun Heo
3
-2
/
+46
2017-02-22
slab: use memcg_kmem_cache_wq for slab destruction operations
Tejun Heo
3
-9
/
+10
2017-02-22
slab: remove slub sysfs interface files early for empty memcg caches
Tejun Heo
1
-2
/
+23
2017-02-22
slab: remove synchronous synchronize_sched() from memcg cache deactivation path
Tejun Heo
4
-4
/
+76
2017-02-22
slab: introduce __kmemcg_cache_deactivate()
Tejun Heo
5
-23
/
+36
2017-02-22
slab: implement slab_root_caches list
Tejun Heo
4
-25
/
+53
2017-02-22
slab: link memcg kmem_caches on their associated memory cgroup
Tejun Heo
5
-10
/
+40
2017-02-22
slab: reorganize memcg_cache_params
Tejun Heo
3
-24
/
+40
2017-02-22
slab: remove synchronous rcu_barrier() call in memcg cache release path
Tejun Heo
1
-42
/
+60
2017-02-22
slub: separate out sysfs_slab_release() from sysfs_slab_remove()
Tejun Heo
3
-5
/
+13
2017-02-22
Revert "slub: move synchronize_sched out of slab_mutex on shrink"
Tejun Heo
5
-31
/
+23
2017-02-22
mm, slab: rename kmalloc-node cache to kmalloc-<size>
Vlastimil Babka
3
-5
/
+9
2017-02-22
mm/slub: add a dump_stack() to the unexpected GFP check
Borislav Petkov
1
-0
/
+1
2017-02-22
slub: do not merge cache if slub_debug contains a never-merge flag
Grygorii Maistrenko
1
-1
/
+4
2017-02-22
kernel/watchdog.c: do not hardcode CPU 0 as the initial thread
Prarit Bhargava
1
-10
/
+15
2017-02-22
9p: fix a potential acl leak
Cong Wang
1
-0
/
+2
2017-02-22
block: use for_each_thread() in sys_ioprio_set()/sys_ioprio_get()
Tetsuo Handa
1
-4
/
+4
2017-02-22
parisc: use generic current.h
Davidlohr Bueso
2
-15
/
+1
2017-02-22
ocfs2: fix deadlock issue when taking inode lock at vfs entry points
Eric Ren
2
-29
/
+58
2017-02-22
ocfs2/dlmglue: prepare tracking logic to avoid recursive cluster lock
Eric Ren
3
-3
/
+121
2017-02-22
score: remove asm/current.h
Davidlohr Bueso
2
-7
/
+1
2017-02-22
m32r: fix build warning
Sudip Mukherjee
1
-5
/
+10
2017-02-22
m32r: use generic current.h
Davidlohr Bueso
2
-15
/
+1
2017-02-22
scripts/tags.sh: include arch/Kconfig* for tags generation
Hou Tao
1
-0
/
+2
2017-02-22
scripts/checkincludes.pl: add exit message for no duplicates found
Cheah Kok Cheong
1
-0
/
+8
2017-02-22
scripts/checkstack.pl: add support for nios2
Tobias Klauser
1
-0
/
+3
2017-02-22
scripts/Lindent: clean up and optimize
Jean Delvare
1
-5
/
+9
2017-02-22
scripts/spelling.txt: fix incorrect typo-words
Ross Zwisler
1
-3
/
+3
2017-02-22
scripts/spelling.txt: add several more common spelling mistakes
Colin Ian King
1
-0
/
+37
2017-02-22
tools/vm: add missing Makefile rules
Daniel Thompson
1
-0
/
+8
2017-02-22
dma-debug: add comment for failed to check map error
Miles Chen
1
-0
/
+5
2017-02-22
mm, dax: change pmd_fault() to take only vmf parameter
Dave Jiang
8
-85
/
+74
2017-02-22
mm, dax: make pmd_fault() and friends be the same as fault()
Dave Jiang
8
-55
/
+39
2017-02-22
dax: add tracepoints to dax_pmd_insert_mapping()
Ross Zwisler
3
-3
/
+66
2017-02-22
dax: add tracepoints to dax_pmd_load_hole()
Ross Zwisler
2
-4
/
+52
2017-02-22
dax: update MAINTAINERS entries for FS DAX
Ross Zwisler
1
-1
/
+4
2017-02-22
dax: add tracepoint infrastructure, PMD tracing
Ross Zwisler
3
-10
/
+113
2017-02-22
tracing: add __print_flags_u64()
Ross Zwisler
3
-0
/
+53
2017-02-22
Merge tag 'tty-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
Linus Torvalds
116
-1638
/
+3055
2017-02-22
Merge tag 'staging-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
Linus Torvalds
669
-20805
/
+25653
2017-02-22
Merge tag 'driver-core-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
27
-173
/
+593
2017-02-22
Merge tag 'char-misc-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
134
-3853
/
+7028
2017-02-22
Merge tag 'usb-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
Linus Torvalds
193
-4456
/
+7776
2017-02-22
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Linus Torvalds
85
-437
/
+2394
2017-02-22
Merge tag 'arc-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc
Linus Torvalds
18
-151
/
+138
2017-02-22
Merge tag 'powerpc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
144
-1831
/
+4501
2017-02-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
Linus Torvalds
103
-1080
/
+1250
2017-02-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1746
-35390
/
+97240
2017-02-22
Merge tag 'gcc-plugins-v4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Linus Torvalds
8
-29
/
+326
2017-02-21
Merge branch 'for-next/gcc-plugin/structleak' into for-linus/gcc-plugins
Kees Cook
4
-1
/
+277
[next]