index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Lines
2019-11-19
bpf: Make array_map_mmap static
YueHaibing
-1
/
+1
2019-11-19
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...
Ingo Molnar
-0
/
+1594
2019-11-18
ftrace: Rename ftrace_graph_stub to ftrace_stub_graph
Steven Rostedt (VMware)
-3
/
+3
2019-11-18
ftrace: Add a helper function to modify_ftrace_direct() to allow arch optimiz...
Steven Rostedt (VMware)
-32
/
+88
2019-11-18
perf/core: Fix the mlock accounting, again
Alexander Shishkin
-4
/
+2
2019-11-18
sched/cpufreq: Move the cfs_rq_util_change() call to cpufreq_update_util()
Vincent Guittot
-49
/
+62
2019-11-18
Merge tag 'v5.4-rc8' into sched/core, to pick up fixes and dependencies
Ingo Molnar
-21
/
+74
2019-11-18
sched/fair: Add comments for group_type and balancing at SD_NUMA level
Vincent Guittot
-4
/
+31
2019-11-18
sched/fair: Fix rework of find_idlest_group()
Vincent Guittot
-7
/
+84
2019-11-18
bpf: Add mmap() support for BPF_MAP_TYPE_ARRAY
Andrii Nakryiko
-9
/
+148
2019-11-18
bpf: Convert bpf_prog refcnt to atomic64_t
Andrii Nakryiko
-28
/
+14
2019-11-18
bpf: Switch bpf_map ref counter to atomic64_t so bpf_map_inc() never fails
Andrii Nakryiko
-40
/
+27
2019-11-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
-1
/
+3
2019-11-17
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-11
/
+23
2019-11-17
sched/uclamp: Fix overzealous type replacement
Valentin Schneider
-4
/
+4
2019-11-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
-78
/
+172
2019-11-16
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-1
/
+1
2019-11-16
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-4
/
+19
2019-11-16
build, kcsan: Add KCSAN build exceptions
Marco Elver
-0
/
+11
2019-11-16
kcsan: Add Kernel Concurrency Sanitizer infrastructure
Marco Elver
-0
/
+1583
2019-11-16
genirq: Introduce irq_chip_get/set_parent_state calls
Maulik Shah
-0
/
+44
2019-11-15
fork: extend clone3() to support setting a PID
Adrian Reber
-18
/
+80
2019-11-15
bpf: Support attaching tracing BPF program to other BPF programs
Alexei Starovoitov
-27
/
+147
2019-11-15
bpf: Compare BTF types of functions arguments with actual types
Alexei Starovoitov
-3
/
+98
2019-11-15
bpf: Annotate context types
Alexei Starovoitov
-6
/
+114
2019-11-15
bpf: Fix race in btf_resolve_helper_id()
Alexei Starovoitov
-6
/
+28
2019-11-15
bpf: Introduce BPF trampoline
Alexei Starovoitov
-8
/
+419
2019-11-15
bpf: Add bpf_arch_text_poke() helper
Alexei Starovoitov
-0
/
+6
2019-11-15
bpf: Support doubleword alignment in bpf_jit_binary_alloc
Ilya Leoshkevich
-0
/
+4
2019-11-15
workqueue: Add RCU annotation for pwq list walk
Sebastian Andrzej Siewior
-1
/
+2
2019-11-15
ftrace: Add helper find_direct_entry() to consolidate code
Steven Rostedt (VMware)
-30
/
+29
2019-11-15
ftrace: Add another check for match in register_ftrace_direct()
Steven Rostedt (VMware)
-1
/
+6
2019-11-15
ftrace: Fix accounting bug with direct->count in register_ftrace_direct()
Steven Rostedt (VMware)
-2
/
+1
2019-11-15
futex: Prevent robust futex exit race
Yang Tao
-7
/
+51
2019-11-15
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
-3
/
+4
2019-11-15
tracing: Increase SYNTH_FIELDS_MAX for synthetic_events
Artem Bityutskiy
-1
/
+1
2019-11-15
y2038: allow disabling time32 system calls
Arnd Bergmann
-0
/
+23
2019-11-15
y2038: itimer: change implementation to timespec64
Arnd Bergmann
-62
/
+96
2019-11-15
y2038: move itimer reset into itimer.c
Arnd Bergmann
-2
/
+13
2019-11-15
y2038: use compat_{get,set}_itimer on alpha
Arnd Bergmann
-2
/
+2
2019-11-15
y2038: itimer: compat handling to itimer.c
Arnd Bergmann
-31
/
+35
2019-11-15
y2038: time: avoid timespec usage in settimeofday()
Arnd Bergmann
-11
/
+9
2019-11-15
y2038: syscalls: change remaining timeval to __kernel_old_timeval
Arnd Bergmann
-2
/
+2
2019-11-15
y2038: rusage: use __kernel_old_timeval
Arnd Bergmann
-2
/
+2
2019-11-15
y2038: uapi: change __kernel_time_t to __kernel_old_time_t
Arnd Bergmann
-3
/
+3
2019-11-15
y2038: remove CONFIG_64BIT_TIME
Arnd Bergmann
-3
/
+3
2019-11-15
perf/core: Provide a kernel-internal interface to pause perf_event
Like Xu
-0
/
+18
2019-11-15
perf/core: Provide a kernel-internal interface to recalibrate event period
Like Xu
-7
/
+21
2019-11-15
kernel/module.c: wakeup processes in module_wq on module unload
Konstantin Khorenko
-0
/
+2
2019-11-15
sched/uclamp: Fix incorrect condition
Qais Yousef
-1
/
+1
[prev]
[next]