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
2020-03-20
psi: Optimize switching tasks inside shared cgroups
Johannes Weiner
2
-28
/
+68
2020-03-20
psi: Fix cpu.pressure for cpu.max and competing cgroups
Johannes Weiner
3
-5
/
+37
2020-03-20
sched/core: Distribute tasks within affinity masks
Paul Turner
1
-1
/
+6
2020-03-20
sched/fair: Fix enqueue_task_fair warning
Vincent Guittot
1
-4
/
+22
2020-03-19
ring-buffer: Optimize rb_iter_head_event()
Steven Rostedt (VMware)
1
-0
/
+3
2020-03-19
ring-buffer: Do not die if rb_iter_peek() fails more than thrice
Steven Rostedt (VMware)
1
-3
/
+10
2020-03-19
ring-buffer: Have rb_iter_head_event() handle concurrent writer
Steven Rostedt (VMware)
1
-31
/
+75
2020-03-19
ring-buffer: Add page_stamp to iterator for synchronization
Steven Rostedt (VMware)
1
-3
/
+7
2020-03-19
ring-buffer: Rename ring_buffer_read() to read_buffer_iter_advance()
Steven Rostedt (VMware)
3
-20
/
+9
2020-03-19
ring-buffer: Have ring_buffer_empty() not depend on tracing stopped
Steven Rostedt (VMware)
1
-2
/
+23
2020-03-19
tracing: Save off entry when peeking at next entry
Steven Rostedt (VMware)
2
-10
/
+45
2020-03-19
tracing: Use address-of operator on section symbols
Nathan Chancellor
1
-1
/
+1
2020-03-19
Revert "tick/common: Make tick_periodic() check for missing ticks"
Thomas Gleixner
1
-33
/
+3
2020-03-19
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
10
-62
/
+116
2020-03-19
bpf: Support llvm-objcopy for vmlinux BTF
Fangrui Song
2
-11
/
+9
2020-03-19
time/sched_clock: Expire timer in hardirq context
Ahmed S. Darwish
1
-4
/
+5
2020-03-18
misc: cleanup minor number definitions in c file into miscdevice.h
Zhenzhong Duan
1
-2
/
+0
2020-03-17
bpf: Sanitize the bpf_struct_ops tcp-cc name
Martin KaFai Lau
1
-11
/
+14
2020-03-17
Merge branch 'for-5.7-console-exit' of git://git.kernel.org/pub/scm/linux/ker...
Greg Kroah-Hartman
1
-20
/
+29
2020-03-17
dma-mapping: Fix dma_pgprot() for unencrypted coherent pages
Thomas Hellstrom
1
-0
/
+2
2020-03-16
cgroupfs: Support user xattrs
Daniel Xu
1
-1
/
+2
2020-03-16
dma-direct: provide a arch_dma_clear_uncached hook
Christoph Hellwig
1
-0
/
+2
2020-03-16
dma-direct: make uncached_kernel_address more general
Christoph Hellwig
1
-4
/
+6
2020-03-16
dma-direct: consolidate the error handling in dma_direct_alloc_pages
Christoph Hellwig
1
-7
/
+6
2020-03-16
dma-coherent: fix integer overflow in the reserved-memory dma allocation
Kevin Grandemange
1
-6
/
+7
2020-03-15
Merge tag 'locking-urgent-2020-03-15' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-38
/
+55
2020-03-15
Merge tag 'timers-urgent-2020-03-15' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+2
2020-03-14
PM / hibernate: Remove unnecessary compat ioctl overrides
Eric Biggers
1
-15
/
+1
2020-03-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
12
-219
/
+542
2020-03-13
bpf: Add missing annotations for __bpf_prog_enter() and __bpf_prog_exit()
Jules Irenge
1
-0
/
+2
2020-03-13
bpf: Remove bpf_image tree
Jiri Olsa
3
-77
/
+12
2020-03-13
bpf: Add dispatchers to kallsyms
Jiri Olsa
1
-0
/
+1
2020-03-13
bpf: Add trampolines to kallsyms
Jiri Olsa
1
-0
/
+28
2020-03-13
bpf: Add bpf_ksym_add/del functions
Jiri Olsa
1
-14
/
+19
2020-03-13
bpf: Add prog flag to struct bpf_ksym object
Jiri Olsa
1
-11
/
+11
2020-03-13
bpf: Add bpf_ksym_find function
Jiri Olsa
1
-7
/
+15
2020-03-13
bpf: Move ksym_tnode to bpf_ksym
Jiri Olsa
1
-14
/
+10
2020-03-13
bpf: Move lnode list node to struct bpf_ksym
Jiri Olsa
1
-11
/
+11
2020-03-13
bpf: Add name to struct bpf_ksym
Jiri Olsa
2
-8
/
+10
2020-03-13
bpf: Add struct bpf_ksym
Jiri Olsa
1
-16
/
+12
2020-03-13
bpf: Abstract away entire bpf_link clean up procedure
Andrii Nakryiko
1
-7
/
+11
2020-03-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
5
-7
/
+23
2020-03-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
10
-55
/
+144
2020-03-12
bpf: Add bpf_xdp_output() helper
Eelco Chaudron
2
-1
/
+6
2020-03-12
bpf: Added new helper bpf_get_ns_current_pid_tgid
Carlos Neira
3
-0
/
+48
2020-03-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-0
/
+4
2020-03-12
cgroup: Restructure release_agent_path handling
Tejun Heo
1
-17
/
+17
2020-03-12
Merge branch 'for-5.6-fixes' into for-5.7
Tejun Heo
2
-4
/
+4
2020-03-12
workqueue: Mark up unlocked access to wq->first_flusher
Chris Wilson
1
-2
/
+2
2020-03-12
audit: trigger accompanying records when no rules present
Richard Guy Briggs
3
-3
/
+9
[prev]
[next]