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-06-04
kernel/relay.c: fix read_pos error when multiple readers
Pengcheng Yang
-10
/
+7
2020-06-04
kernel/relay.c: handle alloc_percpu returning NULL in relay_open
Daniel Axtens
-0
/
+5
2020-06-04
kernel/kprobes.c: convert to use DEFINE_SEQ_ATTRIBUTE macro
Kefeng Wang
-28
/
+6
2020-06-04
user.c: make uidhash_table static
Jason Yan
-1
/
+1
2020-06-04
kexec_file: don't place kexec images on IORESOURCE_MEM_DRIVER_MANAGED
David Hildenbrand
-0
/
+5
2020-06-04
kcov: collect coverage from interrupts
Andrey Konovalov
-39
/
+155
2020-06-04
kcov: use t->kcov_mode as enabled indicator
Andrey Konovalov
-9
/
+23
2020-06-04
kcov: move t->kcov_sequence assignment
Andrey Konovalov
-1
/
+1
2020-06-04
kcov: move t->kcov assignments into kcov_start/stop
Andrey Konovalov
-9
/
+7
2020-06-04
kcov: fix potential use-after-free in kcov_remote_start
Andrey Konovalov
-6
/
+8
2020-06-04
kcov: cleanup debug messages
Andrey Konovalov
-20
/
+2
2020-06-04
bpf: Fix an error code in check_btf_func()
Dan Carpenter
-1
/
+1
2020-06-04
Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...
Linus Torvalds
-1
/
+4
2020-06-04
Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...
Linus Torvalds
-67
/
+68
2020-06-04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv...
Linus Torvalds
-87
/
+117
2020-06-04
scs: Report SCS usage in bytes rather than number of entries
Will Deacon
-1
/
+1
2020-06-03
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
-60
/
+230
2020-06-03
mm: allow swappiness that prefers reclaiming anon over the file workingset
Johannes Weiner
-1
/
+2
2020-06-03
mm: memcontrol: delete unused lrucare handling
Johannes Weiner
-2
/
+1
2020-06-03
mm: memcontrol: convert anon and file-thp to new mem_cgroup_charge() API
Johannes Weiner
-8
/
+3
2020-06-03
mm: memcontrol: switch to native NR_ANON_MAPPED counter
Johannes Weiner
-1
/
+1
2020-06-03
mm: memcontrol: drop @compound parameter from memcg charging API
Johannes Weiner
-3
/
+3
2020-06-03
padata: add basic support for multithreaded jobs
Daniel Jordan
-3
/
+149
2020-06-03
padata: allocate work structures for parallel jobs from a pool
Daniel Jordan
-41
/
+77
2020-06-03
padata: initialize earlier
Daniel Jordan
-9
/
+8
2020-06-03
padata: remove exit routine
Daniel Jordan
-6
/
+0
2020-06-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
-2215
/
+4826
2020-06-03
Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
-14
/
+4
2020-06-03
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
-24
/
+110
2020-06-03
Merge tag 'kgdb-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dan...
Linus Torvalds
-22
/
+46
2020-06-03
bpf: make bpf_check_uarg_tail_zero() use check_zeroed_user()
Al Viro
-19
/
+6
2020-06-03
Merge branch 'parisc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-9
/
+11
2020-06-03
Merge tag 'threads-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...
Linus Torvalds
-34
/
+299
2020-06-03
Merge tag 'sched-core-2020-06-02' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-371
/
+541
2020-06-03
Merge tag 'irq-core-2020-06-02' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-136
/
+189
2020-06-03
Merge branch 'urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
-1
/
+1
2020-06-02
Merge tag 'audit-pr-20200601' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-36
/
+113
2020-06-02
Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-block
Linus Torvalds
-2
/
+2
2020-06-02
Merge tag 'pm-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
-13
/
+48
2020-06-02
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
-67
/
+32
2020-06-02
mm: remove vmalloc_sync_(un)mappings()
Joerg Roedel
-13
/
+0
2020-06-02
mm: remove vmalloc_user_node_flags
Christoph Hellwig
-10
/
+14
2020-06-02
mm: remove __vmalloc_node_flags_caller
Christoph Hellwig
-3
/
+2
2020-06-02
mm: remove the pgprot argument to __vmalloc
Christoph Hellwig
-6
/
+5
2020-06-02
dma-mapping: use vmap insted of reimplementing it
Christoph Hellwig
-36
/
+12
2020-06-02
mm/writeback: replace PF_LESS_THROTTLE with PF_LOCAL_THROTTLE
NeilBrown
-1
/
+1
2020-06-02
rcuperf: Fix printk format warning
Kefeng Wang
-1
/
+1
2020-06-02
kdb: Remove the misfeature 'KDBFLAGS'
Wei Li
-4
/
+4
2020-06-02
kdb: Cleanup math with KDB_CMD_HISTORY_COUNT
Douglas Anderson
-1
/
+2
2020-06-02
kgdb: Don't call the deinit under spinlock
Douglas Anderson
-2
/
+3
[prev]
[next]