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
2020-09-25
sched/fair: Relax constraint on task's load during load balance
Vincent Guittot
-2
/
+2
2020-09-25
sched/fair: Remove the force parameter of update_tg_load_avg()
Xianting Tian
-10
/
+9
2020-09-25
sched/fair: Fix wrong cpu selecting from isolated domain
Xunlei Pang
-4
/
+5
2020-09-25
sched: Remove unused inline function uclamp_bucket_base_value()
YueHaibing
-5
/
+0
2020-09-25
sched/rt: Disable RT_RUNTIME_SHARE by default
Daniel Bristot de Oliveira
-1
/
+1
2020-09-25
sched/deadline: Fix stale throttling on de-/boosted tasks
Lucas Stach
-5
/
+8
2020-09-25
sched/numa: Use runnable_avg to classify node
Vincent Guittot
-2
/
+7
2020-09-25
dma-mapping: add new {alloc,free}_noncoherent dma_map_ops methods
Christoph Hellwig
-6
/
+27
2020-09-25
dma-mapping: add a new dma_alloc_pages API
Christoph Hellwig
-4
/
+148
2020-09-25
dma-mapping: remove dma_cache_sync
Christoph Hellwig
-17
/
+0
2020-09-25
Merge branch 'master' of https://git.kernel.org/pub/scm/linux/kernel/git/torv...
Christoph Hellwig
-76
/
+174
2020-09-24
timers: Mask invalid flags in do_init_timer()
Qianli Zhao
-0
/
+2
2020-09-24
treewide: Make all debug_obj_descriptors const
Stephen Boyd
-8
/
+8
2020-09-24
kprobes: Use module_name() macro
Jarkko Sakkinen
-3
/
+4
2020-09-23
Merge branch 'rtt-speedup.2020.09.16a' of git://git.kernel.org/pub/scm/linux/...
Alexei Starovoitov
-12
/
+41
2020-09-23
Revert "bpf: Fix potential call bpf_link_free() in atomic context"
Alexei Starovoitov
-2
/
+6
2020-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
-245
/
+523
2020-09-23
bpf: Explicitly size compatible_reg_types
Lorenz Bauer
-2
/
+1
2020-09-23
PM: mm: cleanup swsusp_swap_check
Christoph Hellwig
-6
/
+4
2020-09-23
mm: split swap_type_of
Christoph Hellwig
-21
/
+12
2020-09-23
PM: rewrite is_hibernate_resume_dev to not require an inode
Christoph Hellwig
-6
/
+6
2020-09-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
-74
/
+172
2020-09-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
-12
/
+7
2020-09-22
x86/entry: Fix typo in comments for syscall_enter_from_user_mode()
Kees Cook
-1
/
+1
2020-09-22
Merge tag 'trace-v5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
-28
/
+53
2020-09-22
printk: remove dict ring
John Ogness
-200
/
+64
2020-09-22
printk: move dictionary keys to dev_printk_info
John Ogness
-83
/
+92
2020-09-22
printk: move printk_info into separate array
John Ogness
-71
/
+133
2020-09-21
tracing/boot, kprobe, synth: Initialize boot-time tracing earlier
Masami Hiramatsu
-10
/
+22
2020-09-21
tracing: Enable creating new instance early boot
Masami Hiramatsu
-19
/
+63
2020-09-21
tracing: Enable adding dynamic events early stage
Masami Hiramatsu
-1
/
+8
2020-09-21
tracing: Define event fields early stage
Masami Hiramatsu
-37
/
+55
2020-09-21
kprobes: Init kprobes in early_initcall
Masami Hiramatsu
-1
/
+1
2020-09-21
tracing/uprobes: Support perf-style return probe
Masami Hiramatsu
-2
/
+15
2020-09-21
tracing/kprobes: Support perf-style return probe
Masami Hiramatsu
-2
/
+19
2020-09-21
tracing/boot: Add per-instance tracing_on option support
Masami Hiramatsu
-0
/
+10
2020-09-21
fgraph: Convert ret_stack tasklist scanning to rcu
Davidlohr Bueso
-4
/
+4
2020-09-21
tracing: remove a pointless assignment
Dan Carpenter
-1
/
+0
2020-09-21
kprobes: Use module_name() macro
Jarkko Sakkinen
-3
/
+4
2020-09-21
tracing: Use __this_cpu_read() in trace_buffered_event_enable()
Xianting Tian
-1
/
+1
2020-09-21
tracing: Delete repeated words in comments
Randy Dunlap
-5
/
+5
2020-09-21
selftests/bpf: Fix stat probe in d_path test
Jiri Olsa
-0
/
+8
2020-09-21
bpf: Use a table to drive helper arg type checks
Lorenz Bauer
-74
/
+109
2020-09-21
bpf: Hoist type checking for nullable arg types
Lorenz Bauer
-34
/
+30
2020-09-21
bpf: Check ARG_PTR_TO_SPINLOCK register type in check_func_arg
Lorenz Bauer
-14
/
+14
2020-09-21
bpf: Set meta->raw_mode for pointers close to use
Lorenz Bauer
-1
/
+5
2020-09-21
bpf: Make context access check generic
Lorenz Bauer
-3
/
+4
2020-09-21
bpf: Make reference tracking generic
Lorenz Bauer
-16
/
+10
2020-09-21
bpf: Make BTF pointer type checking generic
Lorenz Bauer
-18
/
+20
2020-09-21
bpf: Allow specifying a BTF ID per argument in function protos
Lorenz Bauer
-53
/
+32
[prev]
[next]