index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm, cpuset: always use seqlock when changing task's nodemask
Vlastimil Babka
2017-07-06
1
-21
/
+8
*
mm, mempolicy: simplify rebinding mempolicies when updating cpusets
Vlastimil Babka
2017-07-06
1
-3
/
+1
*
mm: update callers to use HASH_ZERO flag
Pavel Tatashin
2017-07-06
2
-6
/
+4
*
kernel/exit.c: don't include unused userfaultfd_k.h
Mike Rapoport
2017-07-06
1
-1
/
+0
*
mm, memory_hotplug: replace for_device by want_memblock in arch_add_memory
Michal Hocko
2017-07-06
1
-1
/
+1
*
mm, memory_hotplug: do not associate hotadded memory to zones until online
Michal Hocko
2017-07-06
1
-0
/
+4
*
kernel/module.c: use linux/set_memory.h
Michael Ellerman
2017-07-06
1
-3
/
+1
*
kernel/power/snapshot.c: use linux/set_memory.h
Michael Ellerman
2017-07-06
1
-3
/
+1
*
kernel/extable.c: mark core_kernel_text notrace
Marcin Nowakowski
2017-07-06
1
-1
/
+1
*
Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
2017-07-06
5
-182
/
+488
|
\
|
*
cgroup: implement "nsdelegate" mount option
Tejun Heo
2017-06-28
1
-5
/
+83
|
*
cgroup: restructure cgroup_procs_write_permission()
Tejun Heo
2017-06-28
1
-24
/
+33
|
*
cgroup: fix lockdep warning in debug controller
Tejun Heo
2017-06-14
1
-8
/
+21
|
*
cgroup: refactor cgroup_masks_read() in the debug controller
Tejun Heo
2017-06-14
1
-25
/
+21
|
*
cgroup: make debug an implicit controller on cgroup2
Tejun Heo
2017-06-14
1
-3
/
+56
|
*
cgroup: Make debug cgroup support v2 and thread mode
Waiman Long
2017-06-14
1
-17
/
+153
|
*
cgroup: Make Kconfig prompt of debug cgroup more accurate
Waiman Long
2017-06-14
1
-0
/
+6
|
*
cgroup: Move debug cgroup to its own file
Waiman Long
2017-06-14
4
-148
/
+157
|
*
cgroup: Keep accurate count of tasks in each css_set
Waiman Long
2017-06-14
2
-5
/
+11
*
|
Merge branch 'work.memdup_user' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2017-07-05
2
-39
/
+20
|
\
\
|
*
|
bpf: don't open-code memdup_user()
Al Viro
2017-06-30
1
-29
/
+16
|
*
|
kimage_file_prepare_segments(): don't open-code memdup_user()
Al Viro
2017-06-30
1
-10
/
+4
*
|
|
Merge branch 'timers-compat' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2017-07-05
7
-147
/
+241
|
\
\
\
|
*
|
|
posix_clocks: Use get_itimerspec64() and put_itimerspec64()
Deepa Dinamani
2017-06-30
1
-28
/
+16
|
*
|
|
nanosleep: Use get_timespec64() and put_timespec64()
Deepa Dinamani
2017-06-30
4
-37
/
+25
|
*
|
|
posix-timers: Use get_timespec64() and put_timespec64()
Deepa Dinamani
2017-06-30
2
-76
/
+70
|
*
|
|
posix-stubs: Conditionally include COMPAT_SYS_NI defines
Deepa Dinamani
2017-06-25
1
-6
/
+7
|
*
|
|
time: introduce {get,put}_itimerspec64
Deepa Dinamani
2017-06-25
2
-0
/
+51
|
*
|
|
time: add get_timespec64 and put_timespec64
Deepa Dinamani
2017-06-25
2
-0
/
+72
*
|
|
|
Merge branch 'work.sys_wait' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2017-07-05
3
-219
/
+170
|
\
\
\
\
|
*
|
|
|
osf_wait4: switch to kernel_wait4()
Al Viro
2017-05-21
1
-2
/
+2
|
*
|
|
|
waitid(): switch copyout of siginfo to unsafe_put_user()
Al Viro
2017-05-21
1
-15
/
+25
|
*
|
|
|
wait_task_zombie: consolidate info logics
Al Viro
2017-05-21
1
-29
/
+16
|
*
|
|
|
kill wait_noreap_copyout()
Al Viro
2017-05-21
1
-40
/
+25
|
*
|
|
|
lift getrusage() from wait_noreap_copyout()
Al Viro
2017-05-21
1
-7
/
+6
|
*
|
|
|
waitid(2): leave copyout of siginfo to syscall itself
Al Viro
2017-05-21
1
-104
/
+64
|
*
|
|
|
kernel_wait4()/kernel_waitid(): delay copying status to userland
Al Viro
2017-05-21
1
-12
/
+8
|
*
|
|
|
wait4(2)/waitid(2): separate copying rusage to userland
Al Viro
2017-05-21
2
-47
/
+58
|
*
|
|
|
move compat wait4 and waitid next to native variants
Al Viro
2017-05-21
2
-66
/
+69
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2017-07-05
10
-149
/
+786
|
\
\
\
\
|
*
|
|
|
bpf, verifier: add additional patterns to evaluate_reg_imm_alu
John Fastabend
2017-07-03
1
-0
/
+62
|
*
|
|
|
bpf: extend bpf_trace_printk to support %i
John Fastabend
2017-07-03
1
-3
/
+4
|
*
|
|
|
bpf: export whether tail call has jited owner
Daniel Borkmann
2017-07-03
1
-1
/
+6
|
*
|
|
|
bpf: simplify narrower ctx access
Daniel Borkmann
2017-07-03
2
-63
/
+46
|
*
|
|
|
bpf: BPF support for sock_ops
Lawrence Brakmo
2017-07-01
2
-0
/
+42
|
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-06-30
4
-32
/
+66
|
|
\
\
\
\
|
*
|
|
|
|
bpf: Fix out-of-bound access on interpreters[]
Martin KaFai Lau
2017-06-29
1
-1
/
+3
|
*
|
|
|
|
bpf: Add syscall lookup support for fd array and htab
Martin KaFai Lau
2017-06-29
5
-3
/
+67
|
*
|
|
|
|
bpf: possibly avoid extra masking for narrower load in verifier
Yonghong Song
2017-06-23
2
-14
/
+32
|
*
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-06-21
8
-16
/
+56
|
|
\
\
\
\
\
[next]