index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
vmalloc: fix the owner argument for the new __vmalloc_node_range callers
Christoph Hellwig
2020-07-03
1
-1
/
+1
*
Merge tag 'for-linus-2020-07-02' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2020-07-02
1
-1
/
+1
|
\
|
*
fork: annotate data race in copy_process()
Weilong Chen
2020-06-26
1
-1
/
+1
*
|
Merge tag 'io_uring-5.8-2020-07-01' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-07-02
2
-5
/
+21
|
\
\
|
*
|
task_work: teach task_work_add() to do signal_wake_up()
Oleg Nesterov
2020-06-30
2
-5
/
+21
*
|
|
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2020-06-29
1
-2
/
+2
|
\
\
\
|
*
|
|
padata: upgrade smp_mb__after_atomic to smp_mb in padata_do_serial
Daniel Jordan
2020-06-18
1
-2
/
+2
*
|
|
|
Merge tag 'sched_urgent_for_5.8_rc3' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2020-06-28
5
-30
/
+37
|
\
\
\
\
|
*
|
|
|
sched/cfs: change initial value of runnable_avg
Vincent Guittot
2020-06-28
1
-1
/
+1
|
*
|
|
|
smp, irq_work: Continue smp_call_function*() and irq_work*() integration
Peter Zijlstra
2020-06-28
2
-21
/
+3
|
*
|
|
|
sched/core: s/WF_ON_RQ/WQ_ON_CPU/
Peter Zijlstra
2020-06-28
2
-3
/
+3
|
*
|
|
|
sched/core: Fix ttwu() race
Peter Zijlstra
2020-06-28
1
-5
/
+28
|
*
|
|
|
sched/core: Fix PI boosting between RT and DEADLINE tasks
Juri Lelli
2020-06-28
1
-1
/
+2
|
*
|
|
|
sched/deadline: Initialize ->dl_boosted
Juri Lelli
2020-06-28
1
-0
/
+1
|
*
|
|
|
sched/core: Check cpus_mask, not cpus_ptr in __set_cpus_allowed_ptr(), to fix...
Scott Wood
2020-06-28
1
-1
/
+1
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge tag 'rcu_urgent_for_5.8_rc3' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2020-06-28
1
-7
/
+25
|
\
\
\
\
|
*
|
|
|
rcu: Fixup noinstr warnings
Peter Zijlstra
2020-06-25
1
-7
/
+25
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge tag 'dma-mapping-5.8-4' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2020-06-27
3
-28
/
+39
|
\
\
\
\
|
*
|
|
|
dma-remap: align the size in dma_common_*_remap()
Eric Auger
2020-06-23
1
-2
/
+3
|
*
|
|
|
dma-mapping: DMA_COHERENT_POOL should select GENERIC_ALLOCATOR
Christoph Hellwig
2020-06-23
1
-1
/
+1
|
*
|
|
|
dma-direct: add missing set_memory_decrypted() for coherent mapping
David Rientjes
2020-06-23
1
-0
/
+6
|
*
|
|
|
dma-direct: check return value when encrypting or decrypting memory
David Rientjes
2020-06-17
1
-5
/
+14
|
*
|
|
|
dma-direct: re-encrypt memory if dma_direct_alloc_pages() fails
David Rientjes
2020-06-17
1
-1
/
+6
|
*
|
|
|
dma-direct: always align allocation size in dma_direct_alloc_pages()
David Rientjes
2020-06-17
1
-7
/
+10
|
*
|
|
|
dma-direct: mark __dma_direct_alloc_pages static
Christoph Hellwig
2020-06-17
1
-1
/
+1
|
*
|
|
|
dma-direct: re-enable mmap for !CONFIG_MMU
Christoph Hellwig
2020-06-17
2
-14
/
+1
*
|
|
|
|
Merge tag 'kgdb-5.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/dan...
Linus Torvalds
2020-06-27
2
-29
/
+47
|
\
\
\
\
\
|
*
|
|
|
|
kgdb: Avoid suspicious RCU usage warning
Douglas Anderson
2020-06-26
1
-0
/
+4
|
*
|
|
|
|
kdb: Switch to use safer dbg_io_ops over console APIs
Sumit Garg
2020-06-26
1
-1
/
+3
|
*
|
|
|
|
kdb: Make kdb_printf() console handling more robust
Sumit Garg
2020-06-25
1
-0
/
+11
|
*
|
|
|
|
kdb: Check status of console prior to invoking handlers
Sumit Garg
2020-06-25
1
-0
/
+2
|
*
|
|
|
|
kdb: Re-factor kdb_printf() message write code
Sumit Garg
2020-06-25
1
-29
/
+28
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge tag 'pm-5.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
2020-06-26
1
-4
/
+11
|
\
\
\
\
\
|
*
|
|
|
|
cpuidle: Rearrange s2idle-specific idle state entry code
Rafael J. Wysocki
2020-06-25
1
-4
/
+11
|
|
/
/
/
/
*
|
|
|
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2020-06-26
2
-29
/
+9
|
\
\
\
\
\
|
*
|
|
|
|
mm: remove vmalloc_exec
Christoph Hellwig
2020-06-26
1
-1
/
+3
|
*
|
|
|
|
kexec: do not verify the signature without the lockdown or mandatory signature
Lianbo Jiang
2020-06-26
1
-28
/
+6
*
|
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2020-06-25
3
-25
/
+40
|
\
\
\
\
\
\
|
*
\
\
\
\
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2020-06-17
3
-25
/
+40
|
|
\
\
\
\
\
\
|
|
*
|
|
|
|
|
bpf: Don't return EINVAL from {get,set}sockopt when optlen > PAGE_SIZE
Stanislav Fomichev
2020-06-17
1
-20
/
+33
|
|
*
|
|
|
|
|
devmap: Use bpf_map_area_alloc() for allocating hash buckets
Toke Høiland-Jørgensen
2020-06-17
1
-4
/
+6
|
|
*
|
|
|
|
|
bpf: bpf_probe_read_kernel_str() has to return amount of data read on success
Andrii Nakryiko
2020-06-17
1
-1
/
+1
|
|
|
|
_
|
_
|
/
/
|
|
|
/
|
|
|
|
*
|
|
|
|
|
|
Merge tag 'trace-v5.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
2020-06-25
3
-6
/
+27
|
\
\
\
\
\
\
\
|
|
_
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
tracing/boottime: Fix kprobe multiple events
Sascha Ortmann
2020-06-23
1
-2
/
+6
|
*
|
|
|
|
|
tracing: Fix event trigger to accept redundant spaces
Masami Hiramatsu
2020-06-23
1
-2
/
+19
|
*
|
|
|
|
|
tracing/boot: Fix config dependency for synthedic event
Masami Hiramatsu
2020-06-23
1
-1
/
+1
|
*
|
|
|
|
|
ring-buffer: Zero out time extend if it is nested and not absolute
Steven Rostedt (VMware)
2020-06-23
1
-1
/
+1
|
|
|
_
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge tag 'for-linus-2020-06-24' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2020-06-24
1
-1
/
+1
|
\
\
\
\
\
\
|
|
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
*
|
|
|
|
nsproxy: restore EINVAL for non-namespace file descriptor
Christian Brauner
2020-06-17
1
-1
/
+1
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Revert "kernel/printk: add kmsg SEEK_CUR handling"
Jason A. Donenfeld
2020-06-21
1
-10
/
+0
|
|
/
/
/
|
/
|
|
|
[next]