index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-25
blktrace: Provide event for request merging
Jan Kara
1
-0
/
+10
2020-06-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
3
-25
/
+40
2020-06-25
Merge tag 'trace-v5.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
3
-6
/
+27
2020-06-26
fork: annotate data race in copy_process()
Weilong Chen
1
-1
/
+1
2020-06-25
rcu: Fixup noinstr warnings
Peter Zijlstra
1
-7
/
+25
2020-06-25
bpf: Do not allow btf_ctx_access with __int128 types
John Fastabend
1
-2
/
+2
2020-06-25
console: Fix trivia typo 'change' -> 'chance'
Andy Shevchenko
1
-1
/
+1
2020-06-25
console: Propagate error code from console ->setup()
Andy Shevchenko
1
-3
/
+3
2020-06-25
cpuidle: Rearrange s2idle-specific idle state entry code
Rafael J. Wysocki
1
-4
/
+11
2020-06-25
sched/fair: Optimize dequeue_task_fair()
Peng Wang
1
-3
/
+3
2020-06-25
sched: Micro optimization in pick_next_task() and in check_preempt_curr()
Kirill Tkhai
1
-15
/
+4
2020-06-25
sched: Remove struct sched_class::next field
Steven Rostedt (VMware)
6
-6
/
+0
2020-06-25
sched: Have sched_class_highest define by vmlinux.lds.h
Steven Rostedt (VMware)
2
-8
/
+17
2020-06-25
sched: Force the address order of each sched class descriptor
Steven Rostedt (VMware)
5
-5
/
+10
2020-06-25
kdb: Make kdb_printf() console handling more robust
Sumit Garg
1
-0
/
+11
2020-06-25
kdb: Check status of console prior to invoking handlers
Sumit Garg
1
-0
/
+2
2020-06-25
kdb: Re-factor kdb_printf() message write code
Sumit Garg
1
-29
/
+28
2020-06-24
bpf: Add bpf_skc_to_udp6_sock() helper
Yonghong Song
1
-0
/
+2
2020-06-24
bpf: Add bpf_skc_to_{tcp, tcp_timewait, tcp_request}_sock() helpers
Yonghong Song
1
-0
/
+6
2020-06-24
bpf: Add bpf_skc_to_tcp6_sock() helper
Yonghong Song
3
-10
/
+36
2020-06-24
bpf: Allow tracing programs to use bpf_jiffies64() helper
Yonghong Song
1
-0
/
+2
2020-06-24
bpf: Support 'X' in bpf_seq_printf() helper
Yonghong Song
1
-1
/
+2
2020-06-24
Merge tag 'for-linus-2020-06-24' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux
Linus Torvalds
1
-1
/
+1
2020-06-24
PM / EM: change name of em_pd_energy to em_cpu_energy
Lukasz Luba
1
-1
/
+1
2020-06-24
PM / EM: remove em_register_perf_domain
Lukasz Luba
1
-25
/
+0
2020-06-24
PM / EM: add support for other devices than CPUs in Energy Model
Lukasz Luba
1
-77
/
+167
2020-06-24
block: create the request_queue debugfs_dir on registration
Luis Chamberlain
1
-32
/
+26
2020-06-24
blktrace: ensure our debugfs dir exists
Luis Chamberlain
1
-0
/
+12
2020-06-24
blktrace: fix debugfs use after free
Luis Chamberlain
1
-6
/
+12
2020-06-24
blktrace: annotate required lock on do_blk_trace_setup()
Luis Chamberlain
1
-0
/
+2
2020-06-24
PM / EM: update callback structure and add device pointer
Lukasz Luba
1
-4
/
+5
2020-06-24
PM / EM: introduce em_dev_register_perf_domain function
Lukasz Luba
1
-6
/
+34
2020-06-24
PM / EM: change naming convention from 'capacity' to 'performance'
Lukasz Luba
2
-32
/
+32
2020-06-24
gcc-plugins/stackleak: Use asm instrumentation to avoid useless register saving
Alexander Popov
1
-12
/
+4
2020-06-24
gcc-plugins/stackleak: Don't instrument itself
Alexander Popov
1
-0
/
+1
2020-06-23
tracing/boottime: Fix kprobe multiple events
Sascha Ortmann
1
-2
/
+6
2020-06-23
tracing: Fix event trigger to accept redundant spaces
Masami Hiramatsu
1
-2
/
+19
2020-06-23
tracing/boot: Fix config dependency for synthedic event
Masami Hiramatsu
1
-1
/
+1
2020-06-23
bpf: Restore behaviour of CAP_SYS_ADMIN allowing the loading of networking bpf programs
Maciej Żenczykowski
1
-1
/
+1
2020-06-23
bpf: Set the number of exception entries properly for subprograms
Yonghong Song
1
-1
/
+9
2020-06-23
audit: log nftables configuration change events
Richard Guy Briggs
1
-3
/
+21
2020-06-23
Merge up to bpf_probe_read_kernel_str() fix into bpf-next
Alexei Starovoitov
1
-1
/
+1
2020-06-23
ring-buffer: Zero out time extend if it is nested and not absolute
Steven Rostedt (VMware)
1
-1
/
+1
2020-06-23
dma-remap: align the size in dma_common_*_remap()
Eric Auger
1
-2
/
+3
2020-06-23
dma-mapping: DMA_COHERENT_POOL should select GENERIC_ALLOCATOR
Christoph Hellwig
1
-1
/
+1
2020-06-23
dma-direct: add missing set_memory_decrypted() for coherent mapping
David Rientjes
1
-0
/
+6
2020-06-22
bpf: Set map_btf_{name, id} for all map types
Andrey Ignatov
11
-0
/
+60
2020-06-22
bpf: Support access to bpf map fields
Andrey Ignatov
4
-8
/
+120
2020-06-22
bpf: Switch btf_parse_vmlinux to btf_find_by_name_kind
Andrey Ignatov
1
-17
/
+6
2020-06-22
fork: fold legacy_clone_args_valid() into _do_fork()
Christian Brauner
1
-16
/
+14
[prev]
[next]