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-09-30
cgroup: remove redundant kernfs_activate in cgroup_setup_root()
Wei Yang
1
-1
/
+0
2020-09-30
printk: reduce setup_text_buf size to LOG_LINE_MAX
John Ogness
1
-1
/
+1
2020-09-30
printk: avoid and/or handle record truncation
John Ogness
3
-4
/
+19
2020-09-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-3
/
+3
2020-09-29
bpf: Fix context type resolving for extension programs
Toke Høiland-Jørgensen
1
-1
/
+8
2020-09-29
bpf: Support attaching freplace programs to multiple attach points
Toke Høiland-Jørgensen
2
-16
/
+126
2020-09-29
bpf: Move prog->aux->linked_prog and trampoline into bpf_link on attach
Toke Høiland-Jørgensen
7
-253
/
+289
2020-09-29
bpf/preload: Make sure Makefile cleans up after itself, and add .gitignore
Toke Høiland-Jørgensen
2
-0
/
+6
2020-09-29
ftrace: Move RCU is watching check after recursion check
Steven Rostedt (VMware)
1
-4
/
+2
2020-09-29
tracing: Fix trace_find_next_entry() accounting of temp buffer size
Steven Rostedt (VMware)
1
-4
/
+6
2020-09-29
lockdep: Optimize the memory usage of circular queue
Boqun Feng
1
-39
/
+60
2020-09-28
bpf: Add bpf_seq_printf_btf helper
Alan Maguire
3
-2
/
+36
2020-09-28
bpf: Bump iter seq size to support BTF representation of large data structures
Alan Maguire
1
-2
/
+2
2020-09-28
bpf: Add bpf_snprintf_btf helper
Alan Maguire
3
-0
/
+70
2020-09-28
bpf: Move to generic BTF show support, apply it to seq files/strings
Alan Maguire
1
-102
/
+905
2020-09-28
bpf: Provide function to get vmlinux BTF information
Alan Maguire
1
-6
/
+12
2020-09-28
bpf: verifier: refactor check_attach_btf_id()
Toke Høiland-Jørgensen
2
-87
/
+118
2020-09-28
bpf: change logging calls from verbose() to bpf_log() and use log pointer
Toke Høiland-Jørgensen
2
-28
/
+28
2020-09-28
bpf: disallow attaching modify_return tracing functions to other BPF programs
Toke Høiland-Jørgensen
1
-0
/
+5
2020-09-28
bpf: sockmap: Enable map_update_elem from bpf_iter
Lorenz Bauer
1
-1
/
+1
2020-09-28
bpf, cpumap: Remove rcpu pointer from cpu_map_build_skb signature
Lorenzo Bianconi
1
-3
/
+2
2020-09-28
bpf: Enable BPF_PROG_TEST_RUN for raw_tracepoint
Song Liu
2
-1
/
+2
2020-09-28
PM: hibernate: Batch hibernate and resume IO requests
Xiaoyi Chen
1
-0
/
+15
2020-09-28
kgdb: Honour the kprobe blocklist when setting breakpoints
Daniel Thompson
2
-0
/
+13
2020-09-27
mm/fork: Pass new vma pointer into copy_page_range()
Peter Xu
1
-1
/
+1
2020-09-27
mm: Introduce mm_struct.has_pinned
Peter Xu
1
-0
/
+1
2020-09-25
bpf, verifier: Remove redundant var_off.value ops in scalar known reg cases
John Fastabend
1
-4
/
+2
2020-09-25
bpf: Change bpf_sk_storage_*() to accept ARG_PTR_TO_BTF_ID_SOCK_COMMON
Martin KaFai Lau
1
-2
/
+2
2020-09-25
bpf: Enable bpf_skc_to_* sock casting helper to networking prog type
Martin KaFai Lau
1
-2
/
+32
2020-09-25
bpf: Move the PTR_TO_BTF_ID check to check_reg_type()
Martin KaFai Lau
1
-29
/
+31
2020-09-25
tracing/boot: Initialize per-instance event list in early boot
Masami Hiramatsu
3
-15
/
+19
2020-09-25
Merge tag 'pm-5.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
1
-0
/
+2
2020-09-25
block: add a bdev_is_partition helper
Christoph Hellwig
1
-1
/
+1
2020-09-25
rseq/membarrier: Add MEMBARRIER_CMD_PRIVATE_EXPEDITED_RSEQ
Peter Oskolkov
1
-30
/
+106
2020-09-25
sched/fair: Use dst group while checking imbalance for NUMA balancer
Barry Song
1
-4
/
+4
2020-09-25
sched/fair: Reduce busy load balance interval
Vincent Guittot
1
-1
/
+1
2020-09-25
sched/fair: Minimize concurrent LBs between domain level
Vincent Guittot
1
-0
/
+9
2020-09-25
sched/fair: Reduce minimal imbalance threshold
Vincent Guittot
1
-1
/
+1
2020-09-25
sched/fair: Relax constraint on task's load during load balance
Vincent Guittot
1
-2
/
+2
2020-09-25
sched/fair: Remove the force parameter of update_tg_load_avg()
Xianting Tian
1
-10
/
+9
2020-09-25
sched/fair: Fix wrong cpu selecting from isolated domain
Xunlei Pang
1
-4
/
+5
2020-09-25
sched: Remove unused inline function uclamp_bucket_base_value()
YueHaibing
1
-5
/
+0
2020-09-25
sched/rt: Disable RT_RUNTIME_SHARE by default
Daniel Bristot de Oliveira
1
-1
/
+1
2020-09-25
sched/deadline: Fix stale throttling on de-/boosted tasks
Lucas Stach
1
-5
/
+8
2020-09-25
sched/numa: Use runnable_avg to classify node
Vincent Guittot
1
-2
/
+7
2020-09-25
dma-mapping: add new {alloc,free}_noncoherent dma_map_ops methods
Christoph Hellwig
1
-6
/
+27
2020-09-25
dma-mapping: add a new dma_alloc_pages API
Christoph Hellwig
4
-4
/
+148
2020-09-25
dma-mapping: remove dma_cache_sync
Christoph Hellwig
2
-17
/
+0
2020-09-25
Merge branch 'master' of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into dma-mapping-for-next
Christoph Hellwig
20
-76
/
+174
2020-09-24
timers: Mask invalid flags in do_init_timer()
Qianli Zhao
1
-0
/
+2
[prev]
[next]