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-29
rcu: Simplify the calculation of rcu_state.ncpus
Wei Yang
1
-6
/
+3
2020-06-29
rcu: Initialize and destroy rcu_synchronize only when necessary
Wei Yang
1
-5
/
+7
2020-06-29
docs: RCU: Convert stallwarn.txt to ReST
Mauro Carvalho Chehab
1
-2
/
+2
2020-06-29
docs: RCU: Convert torture.txt to ReST
Mauro Carvalho Chehab
1
-1
/
+1
2020-06-29
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
1
-2
/
+2
2020-06-29
x86/ftrace: Only have the builtin ftrace_regs_caller call direct hooks
Steven Rostedt (VMware)
1
-0
/
+8
2020-06-29
cgroup: unexport cgroup_rstat_updated
Christoph Hellwig
1
-1
/
+0
2020-06-29
tracing: Only allow trace_array_printk() to be used by instances
Steven Rostedt (VMware)
1
-3
/
+7
2020-06-29
dma-mapping: warn when coherent pool is depleted
David Rientjes
1
-1
/
+5
2020-06-28
Merge tag 'sched_urgent_for_5.8_rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
5
-30
/
+37
2020-06-28
Merge tag 'rcu_urgent_for_5.8_rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-7
/
+25
2020-06-28
sched/cfs: change initial value of runnable_avg
Vincent Guittot
1
-1
/
+1
2020-06-28
smp, irq_work: Continue smp_call_function*() and irq_work*() integration
Peter Zijlstra
2
-21
/
+3
2020-06-28
sched/core: s/WF_ON_RQ/WQ_ON_CPU/
Peter Zijlstra
2
-3
/
+3
2020-06-28
sched/core: Fix ttwu() race
Peter Zijlstra
1
-5
/
+28
2020-06-28
sched/core: Fix PI boosting between RT and DEADLINE tasks
Juri Lelli
1
-1
/
+2
2020-06-28
sched/deadline: Initialize ->dl_boosted
Juri Lelli
1
-0
/
+1
2020-06-28
sched/core: Check cpus_mask, not cpus_ptr in __set_cpus_allowed_ptr(), to fix mask corruption
Scott Wood
1
-1
/
+1
2020-06-27
Merge tag 'dma-mapping-5.8-4' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
3
-28
/
+39
2020-06-27
Merge tag 'kgdb-5.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/danielt/linux
Linus Torvalds
2
-29
/
+47
2020-06-26
Merge tag 'pm-5.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
1
-4
/
+11
2020-06-26
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2
-29
/
+9
2020-06-26
docs: fix references for DMA*.txt files
Mauro Carvalho Chehab
1
-1
/
+1
2020-06-26
kgdb: Avoid suspicious RCU usage warning
Douglas Anderson
1
-0
/
+4
2020-06-26
kdb: Switch to use safer dbg_io_ops over console APIs
Sumit Garg
1
-1
/
+3
2020-06-26
mm: remove vmalloc_exec
Christoph Hellwig
1
-1
/
+3
2020-06-26
kexec: do not verify the signature without the lockdown or mandatory signature
Lianbo Jiang
1
-28
/
+6
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
[prev]
[next]