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
*
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2018-07-08
6
-73
/
+98
|
\
|
*
kthread, sched/core: Fix kthread_parkme() (again...)
Peter Zijlstra
2018-07-03
2
-26
/
+35
|
*
sched/util_est: Fix util_est_dequeue() for throttled cfs_rq
Vincent Guittot
2018-07-03
1
-12
/
+4
|
*
sched/fair: Advance global expiration when period timer is restarted
Xunlei Pang
2018-07-03
1
-5
/
+10
|
*
sched/fair: Fix bandwidth timer clock drift condition
Xunlei Pang
2018-07-03
2
-8
/
+12
|
*
sched/rt: Fix call to cpufreq_update_util()
Vincent Guittot
2018-07-03
3
-7
/
+16
|
*
sched/nohz: Skip remote tick on idle task entirely
Frederic Weisbecker
2018-07-03
1
-15
/
+21
*
|
Merge tag 'trace-v4.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2018-07-05
6
-17
/
+17
|
\
\
|
*
|
tracing: Fix missing return symbol in function_graph output
Changbin Du
2018-07-03
1
-1
/
+4
|
*
|
ftrace: Nuke clear_ftrace_function
Yisheng Xie
2018-07-03
1
-12
/
+1
|
*
|
tracing: Use __printf markup to silence compiler
Mathieu Malaterre
2018-07-03
1
-0
/
+5
|
*
|
tracing: Optimize trace_buffer_iter() logic
yuan linyu
2018-07-03
1
-3
/
+1
|
*
|
tracing: Make create_filter() code match the comments
Steven Rostedt (VMware)
2018-07-03
1
-0
/
+5
|
*
|
tracing: Avoid string overflow
Arnd Bergmann
2018-07-03
1
-1
/
+1
|
|
/
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2018-07-02
4
-177
/
+260
|
\
\
|
|
/
|
/
|
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2018-07-01
4
-177
/
+260
|
|
\
|
|
*
bpf: sockhash, add release routine
John Fastabend
2018-07-01
1
-0
/
+1
|
|
*
bpf: sockhash fix omitted bucket lock in sock_close
John Fastabend
2018-07-01
1
-49
/
+96
|
|
*
bpf: sockmap, fix smap_list_map_remove when psock is in many maps
John Fastabend
2018-07-01
1
-12
/
+22
|
|
*
bpf: sockmap, fix crash when ipv6 sock is added
John Fastabend
2018-07-01
1
-10
/
+48
|
|
*
bpf: undo prog rejection on read-only lock failure
Daniel Borkmann
2018-06-29
1
-29
/
+1
|
|
*
bpf: fix attach type BPF_LIRC_MODE2 dependency wrt CONFIG_CGROUP_BPF
Sean Young
2018-06-26
3
-78
/
+93
*
|
|
Merge tag 'dma-mapping-4.18-2' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2018-07-01
1
-0
/
+1
|
\
\
\
|
*
|
|
swiotlb: export swiotlb_dma_ops
Christoph Hellwig
2018-06-28
1
-0
/
+1
|
|
/
/
*
/
/
perf/core: Move inline keyword at the beginning of declaration
Mathieu Malaterre
2018-06-27
1
-1
/
+1
|
/
/
*
|
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2018-06-24
1
-3
/
+3
|
\
\
|
*
|
perf/core: Move the inline keyword at the beginning of the function declaration
Mathieu Malaterre
2018-06-22
1
-3
/
+3
*
|
|
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2018-06-24
1
-3
/
+4
|
\
\
\
|
*
|
|
rseq: Avoid infinite recursion when delivering SIGSEGV
Will Deacon
2018-06-22
1
-3
/
+4
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2018-06-24
2
-6
/
+7
|
\
\
\
|
*
|
|
locking/lockdep: Do not record IRQ state within lockdep code
Steven Rostedt (VMware)
2018-06-21
1
-6
/
+6
|
*
|
|
locking/rwsem: Fix up_read_non_owner() warning with DEBUG_RWSEMS
Waiman Long
2018-06-20
1
-0
/
+1
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2018-06-24
3
-5
/
+5
|
\
\
\
|
*
|
|
time: Make sure jiffies_to_msecs() preserves non-zero time periods
Geert Uytterhoeven
2018-06-22
1
-2
/
+4
|
*
|
|
posix-timers: Fix nanosleep_copyout() for CONFIG_COMPAT_32BIT_TIME
Arnd Bergmann
2018-06-19
1
-1
/
+1
|
*
|
|
posix-cpu-timers: Remove lockdep_assert_irqs_disabled()
Sebastian Andrzej Siewior
2018-06-12
1
-2
/
+0
|
|
/
/
*
|
|
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2018-06-24
1
-0
/
+1
|
\
\
\
|
*
|
|
genirq/debugfs: Add missing IRQCHIP_SUPPORTS_LEVEL_MSI debug
Marc Zyngier
2018-06-22
1
-0
/
+1
*
|
|
|
Merge tag 'trace-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2018-06-24
3
-7
/
+15
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
tracing: Use swap macro in update_max_tr
Gustavo A. R. Silva
2018-06-21
1
-5
/
+1
|
*
|
|
softirq: Reorder trace_softirqs_on to prevent lockdep splat
Joel Fernandes (Google)
2018-06-21
1
-1
/
+5
|
*
|
|
tracing: Check for no filter when processing event filters
Steven Rostedt (VMware)
2018-06-21
1
-1
/
+9
|
|
/
/
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2018-06-21
3
-16
/
+79
|
\
\
\
|
*
\
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2018-06-17
3
-16
/
+79
|
|
\
\
\
|
|
*
|
|
xdp: Fix handling of devmap in generic XDP
Toshiaki Makita
2018-06-15
1
-0
/
+14
|
|
*
|
|
bpf: reject any prog that failed read-only lock
Daniel Borkmann
2018-06-15
2
-10
/
+49
|
|
*
|
|
bpf: fix panic in prog load calls cleanup
Daniel Borkmann
2018-06-15
2
-6
/
+16
*
|
|
|
|
Merge tag 'dma-rename-4.18' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2018-06-20
11
-0
/
+4344
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
dma-mapping: move all DMA mapping code to kernel/dma
Christoph Hellwig
2018-06-14
11
-0
/
+4344
*
|
|
|
|
Merge tag 'docs-broken-links' of git://linuxtv.org/mchehab/experimental
Linus Torvalds
2018-06-17
3
-11
/
+12
|
\
\
\
\
\
[next]