index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-30
timekeeping: export get_monotonic_coarse64 symbol
Gregor Boirie
1
-0
/
+1
2016-06-30
bpf: don't use raw processor id in generic helper
Daniel Borkmann
1
-1
/
+1
2016-06-30
bpf, trace: add BPF_F_CURRENT_CPU flag for bpf_perf_event_read
Daniel Borkmann
1
-3
/
+8
2016-06-30
bpf, trace: fetch current cpu only once
Daniel Borkmann
1
-2
/
+3
2016-06-30
bpf: minor cleanups on fd maps and helpers
Daniel Borkmann
2
-14
/
+7
2016-06-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
23
-203
/
+386
2016-06-30
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...
Ingo Molnar
9
-736
/
+844
2016-06-29
Merge branch 'stable-4.7' of git://git.infradead.org/users/pcmoore/audit
Linus Torvalds
3
-4
/
+25
2016-06-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
3
-37
/
+16
2016-06-29
Merge branch 'for-4.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-72
/
+76
2016-06-29
bpf, perf: delay release of BPF prog after grace period
Daniel Borkmann
1
-1
/
+1
2016-06-28
audit: move audit_get_tty to reduce scope and kabi changes
Richard Guy Briggs
3
-1
/
+21
2016-06-28
audit: move calcs after alloc and check when logging set loginuid
Richard Guy Briggs
1
-3
/
+4
2016-06-28
PM / sleep: make PM notifiers called symmetrically
Lianwei Wang
5
-20
/
+37
2016-06-27
tracing/function_graph: Fix filters for function_graph threshold
Joel Fernandes
1
-9
/
+8
2016-06-27
audit: add fields to exclude filter by reusing user filter
Richard Guy Briggs
3
-100
/
+57
2016-06-27
sched/fair: Rework throttle_count sync
Peter Zijlstra
2
-21
/
+20
2016-06-27
sched/core: Fix sched_getaffinity() return value kerneldoc comment
Zev Weiss
1
-1
/
+2
2016-06-27
sched/fair: Reorder cgroup creation code
Peter Zijlstra
3
-4
/
+21
2016-06-27
sched/fair: Apply more PELT fixes
Peter Zijlstra
1
-4
/
+49
2016-06-27
sched/fair: Fix PELT integrity for new tasks
Peter Zijlstra
2
-13
/
+60
2016-06-27
sched/cgroup: Fix cpu_cgroup_fork() handling
Vincent Guittot
3
-24
/
+67
2016-06-27
sched/fair: Fix PELT integrity for new groups
Peter Zijlstra
1
-0
/
+10
2016-06-27
sched/fair: Fix and optimize the fork() path
Peter Zijlstra
2
-26
/
+17
2016-06-27
locking/qspinlock: Use __this_cpu_dec() instead of full-blown this_cpu_dec()
Pan Xinhui
1
-1
/
+1
2016-06-27
Merge branch 'sched/urgent' into sched/core, to pick up fixes
Ingo Molnar
12
-82
/
+172
2016-06-27
Merge tag 'v4.7-rc5' into perf/core, to pick up fixes
Ingo Molnar
12
-63
/
+160
2016-06-27
sched/fair: Fix calc_cfs_shares() fixed point arithmetics width confusion
Peter Zijlstra
1
-16
/
+11
2016-06-27
sched/fair: Fix effective_load() to consistently use smoothed load
Peter Zijlstra
1
-6
/
+9
2016-06-26
x86/KASLR, x86/power: Remove x86 hibernation restrictions
Kees Cook
1
-6
/
+0
2016-06-25
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
3
-21
/
+66
2016-06-25
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-3
/
+33
2016-06-25
Fix build break in fork.c when THREAD_SIZE < PAGE_SIZE
Michael Ellerman
1
-2
/
+2
2016-06-24
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-0
/
+12
2016-06-24
oom, suspend: fix oom_reaper vs. oom_killer_disable race
Michal Hocko
1
-0
/
+12
2016-06-24
Clarify naming of thread info/stack allocators
Linus Torvalds
1
-25
/
+25
2016-06-24
libnvdimm, pmem: allow nfit_test to override pmem_direct_access()
Dan Williams
1
-6
/
+0
2016-06-24
fs: Limit file caps to the user namespace of the super block
Seth Forshee
1
-0
/
+14
2016-06-24
sched/core: Allow kthreads to fall back to online && !active cpus
Tejun Heo
1
-1
/
+3
2016-06-24
sched/fair: Do not announce throttled next buddy in dequeue_task_fair()
Konstantin Khlebnikov
1
-5
/
+4
2016-06-24
sched/fair: Initialize throttle_count for new task-groups lazily
Konstantin Khlebnikov
2
-1
/
+21
2016-06-24
locking/static_key: Fix concurrent static_key_slow_inc()
Paolo Bonzini
1
-3
/
+33
2016-06-23
tracing: Skip more functions when doing stack tracing of events
Steven Rostedt (Red Hat)
1
-1
/
+18
2016-06-23
cgroup: Disable IRQs while holding css_set_lock
Daniel Bristot de Oliveira
1
-68
/
+74
2016-06-23
locking: avoid passing around 'thread_info' in mutex debugging code
Linus Torvalds
4
-12
/
+12
2016-06-23
irqdomain: Fix disposal of mappings for interrupt hierarchies
Jon Hunter
1
-2
/
+6
2016-06-21
cgroup: Use lld instead of ld when printing pids controller events_limit
Kenny Yu
1
-1
/
+1
2016-06-21
cgroup: Add pids controller event when fork fails because of pid limit
Kenny Yu
1
-1
/
+33
2016-06-21
cgroup: allow NULL return from ss->css_alloc()
Tejun Heo
1
-0
/
+2
2016-06-21
Merge branch 'fortglx/4.8/time' of https://git.linaro.org/people/john.stultz/...
Thomas Gleixner
6
-24
/
+28
[prev]
[next]