index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
call-graph-from-postgresql.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-16
cgroup: introduce cgroup namespaces
Aditya Kali
8
-10
/
+250
2016-02-16
sched: new clone flag CLONE_NEWCGROUP for cgroup namespace
Aditya Kali
1
-2
/
+1
2016-02-16
kernfs: Add API to generate relative kernfs path
Aditya Kali
2
-35
/
+165
2016-02-12
cgroup: provide cgroup_nov1= to disable controllers in v1 mounts
Johannes Weiner
1
-1
/
+42
2016-01-31
kernel/Makefile: remove the useless CFLAGS_REMOVE_cgroup-debug.o
Li Bin
1
-2
/
+1
2016-01-29
Documentation: cgroup: Fix 'cgroup-legacy' -> 'cgroup-v1'
W. Trevor King
1
-1
/
+1
2016-01-22
cgroup: make sure a parent css isn't freed before its children
Tejun Heo
1
-3
/
+4
2016-01-22
cgroup: make sure a parent css isn't offlined before its children
Tejun Heo
2
-5
/
+23
2016-01-22
cpuset: make mm migration asynchronous
Tejun Heo
3
-22
/
+57
2016-01-21
pwm: Mark all devices as "might sleep"
Thierry Reding
1
-1
/
+1
2016-01-20
Do not enable CONFIG_IO_STRICT_DEVMEM by default
Dan Williams
1
-1
/
+0
2016-01-20
MAINTAINERS: add/fix git URLs for various subsystems
Fengguang Wu
1
-11
/
+42
2016-01-20
mm: memcontrol: add "sock" to cgroup2 memory.stat
Johannes Weiner
2
-1
/
+10
2016-01-20
mm: memcontrol: basic memory statistics in cgroup2 memory controller
Johannes Weiner
2
-0
/
+124
2016-01-20
mm: memcontrol: do not uncharge old page in page cache replacement
Johannes Weiner
1
-11
/
+15
2016-01-20
Documentation: cgroup: add memory.swap.{current,max} description
Vladimir Davydov
1
-0
/
+33
2016-01-20
mm: free swap cache aggressively if memcg swap is full
Vladimir Davydov
5
-3
/
+32
2016-01-20
mm: vmscan: do not scan anon pages if memcg swap limit is hit
Vladimir Davydov
3
-1
/
+20
2016-01-20
swap.h: move memcg related stuff to the end of the file
Vladimir Davydov
1
-32
/
+38
2016-01-20
mm: memcontrol: replace mem_cgroup_lruvec_online with mem_cgroup_online
Vladimir Davydov
2
-18
/
+11
2016-01-20
mm: vmscan: pass memcg to get_scan_count()
Vladimir Davydov
1
-12
/
+8
2016-01-20
mm: memcontrol: charge swap to cgroup2
Vladimir Davydov
6
-10
/
+128
2016-01-20
mm: memcontrol: clean up alloc, online, offline, free functions
Johannes Weiner
2
-176
/
+84
2016-01-20
mm: memcontrol: flatten struct cg_proto
Johannes Weiner
2
-26
/
+21
2016-01-20
mm: memcontrol: rein in the CONFIG space madness
Johannes Weiner
4
-78
/
+12
2016-01-20
net: drop tcp_memcontrol.c
Vladimir Davydov
7
-222
/
+90
2016-01-20
mm: memcontrol: introduce CONFIG_MEMCG_LEGACY_KMEM
Johannes Weiner
5
-13
/
+23
2016-01-20
mm: memcontrol: allow to disable kmem accounting for cgroup2
Vladimir Davydov
2
-2
/
+8
2016-01-20
mm: memcontrol: account "kmem" consumers in cgroup2 memory controller
Johannes Weiner
1
-7
/
+11
2016-01-20
mm: memcontrol: move kmem accounting code to CONFIG_MEMCG
Johannes Weiner
11
-57
/
+72
2016-01-20
mm: memcontrol: separate kmem code from legacy tcp accounting code
Johannes Weiner
1
-21
/
+12
2016-01-20
mm: memcontrol: group kmem init and exit functions together
Johannes Weiner
1
-81
/
+76
2016-01-20
mm: memcontrol: give the kmem states more descriptive names
Johannes Weiner
4
-35
/
+38
2016-01-20
mm: memcontrol: remove double kmem page_counter init
Johannes Weiner
1
-14
/
+10
2016-01-20
mm: memcontrol: drop unused @css argument in memcg_init_kmem
Johannes Weiner
3
-5
/
+6
2016-01-20
memstick: use sector_div instead of do_div
Arnd Bergmann
1
-1
/
+1
2016-01-20
dma-mapping: use offset_in_page macro
Geliang Tang
1
-2
/
+2
2016-01-20
dma-mapping: remove <asm-generic/dma-coherent.h>
Christoph Hellwig
4
-42
/
+29
2016-01-20
dma-mapping: always provide the dma_map_ops based implementation
Christoph Hellwig
70
-633
/
+369
2016-01-20
tile: uninline dma_set_mask
Christoph Hellwig
2
-28
/
+30
2016-01-20
sparc: use generic dma_set_mask
Christoph Hellwig
1
-15
/
+0
2016-01-20
metag: convert to dma_map_ops
Christoph Hellwig
3
-209
/
+117
2016-01-20
m68k: convert to dma_map_ops
Christoph Hellwig
3
-142
/
+32
2016-01-20
mn10300: convert to dma_map_ops
Christoph Hellwig
3
-163
/
+67
2016-01-20
parisc: convert to dma_map_ops
Christoph Hellwig
6
-270
/
+124
2016-01-20
frv: convert to dma_map_ops
Christoph Hellwig
4
-179
/
+101
2016-01-20
nios2: convert to dma_map_ops
Christoph Hellwig
3
-186
/
+87
2016-01-20
cris: convert to dma_map_ops
Christoph Hellwig
3
-165
/
+51
2016-01-20
c6x: convert to dma_map_ops
Christoph Hellwig
4
-147
/
+58
2016-01-20
blackfin: convert to dma_map_ops
Christoph Hellwig
3
-137
/
+43
[next]