index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-04
kernel/relay.c: fix read_pos error when multiple readers
Pengcheng Yang
1
-10
/
+7
2020-06-04
kernel/relay.c: handle alloc_percpu returning NULL in relay_open
Daniel Axtens
1
-0
/
+5
2020-06-04
kernel/kprobes.c: convert to use DEFINE_SEQ_ATTRIBUTE macro
Kefeng Wang
1
-28
/
+6
2020-06-04
user.c: make uidhash_table static
Jason Yan
1
-1
/
+1
2020-06-04
kexec_file: don't place kexec images on IORESOURCE_MEM_DRIVER_MANAGED
David Hildenbrand
1
-0
/
+5
2020-06-04
kcov: collect coverage from interrupts
Andrey Konovalov
1
-39
/
+155
2020-06-04
kcov: use t->kcov_mode as enabled indicator
Andrey Konovalov
1
-9
/
+23
2020-06-04
kcov: move t->kcov_sequence assignment
Andrey Konovalov
1
-1
/
+1
2020-06-04
kcov: move t->kcov assignments into kcov_start/stop
Andrey Konovalov
1
-9
/
+7
2020-06-04
kcov: fix potential use-after-free in kcov_remote_start
Andrey Konovalov
1
-6
/
+8
2020-06-04
kcov: cleanup debug messages
Andrey Konovalov
1
-20
/
+2
2020-06-03
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
3
-60
/
+230
2020-06-03
mm: allow swappiness that prefers reclaiming anon over the file workingset
Johannes Weiner
1
-1
/
+2
2020-06-03
mm: memcontrol: delete unused lrucare handling
Johannes Weiner
1
-2
/
+1
2020-06-03
mm: memcontrol: convert anon and file-thp to new mem_cgroup_charge() API
Johannes Weiner
1
-8
/
+3
2020-06-03
mm: memcontrol: switch to native NR_ANON_MAPPED counter
Johannes Weiner
1
-1
/
+1
2020-06-03
mm: memcontrol: drop @compound parameter from memcg charging API
Johannes Weiner
1
-3
/
+3
2020-06-03
padata: add basic support for multithreaded jobs
Daniel Jordan
1
-3
/
+149
2020-06-03
padata: allocate work structures for parallel jobs from a pool
Daniel Jordan
1
-41
/
+77
2020-06-03
padata: initialize earlier
Daniel Jordan
1
-9
/
+8
2020-06-03
padata: remove exit routine
Daniel Jordan
1
-6
/
+0
2020-06-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
45
-2215
/
+4826
2020-06-03
Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2
-14
/
+4
2020-06-03
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
3
-24
/
+110
2020-06-03
Merge tag 'kgdb-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dan...
Linus Torvalds
2
-22
/
+46
2020-06-03
Merge branch 'parisc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-9
/
+11
2020-06-03
Merge tag 'threads-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...
Linus Torvalds
6
-34
/
+299
2020-06-03
Merge tag 'sched-core-2020-06-02' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
14
-371
/
+541
2020-06-03
Merge tag 'irq-core-2020-06-02' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
4
-136
/
+189
2020-06-02
Merge tag 'audit-pr-20200601' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
4
-36
/
+113
2020-06-02
Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+2
2020-06-02
Merge tag 'pm-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
5
-13
/
+48
2020-06-02
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
8
-67
/
+32
2020-06-02
mm: remove vmalloc_sync_(un)mappings()
Joerg Roedel
2
-13
/
+0
2020-06-02
mm: remove vmalloc_user_node_flags
Christoph Hellwig
1
-10
/
+14
2020-06-02
mm: remove __vmalloc_node_flags_caller
Christoph Hellwig
1
-3
/
+2
2020-06-02
mm: remove the pgprot argument to __vmalloc
Christoph Hellwig
3
-6
/
+5
2020-06-02
dma-mapping: use vmap insted of reimplementing it
Christoph Hellwig
1
-36
/
+12
2020-06-02
mm/writeback: replace PF_LESS_THROTTLE with PF_LOCAL_THROTTLE
NeilBrown
1
-1
/
+1
2020-06-02
kdb: Remove the misfeature 'KDBFLAGS'
Wei Li
1
-4
/
+4
2020-06-02
kdb: Cleanup math with KDB_CMD_HISTORY_COUNT
Douglas Anderson
1
-1
/
+2
2020-06-02
kgdb: Don't call the deinit under spinlock
Douglas Anderson
1
-2
/
+3
2020-06-02
irq_work: Define irq_work_single() on !CONFIG_IRQ_WORK too
Ingo Molnar
1
-2
/
+0
2020-06-01
Merge branch 'work.set_fs-exec' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-53
/
+53
2020-06-01
Merge branch 'uaccess.__put_user' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-16
/
+17
2020-06-01
Merge branch 'uaccess.readdir' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-12
/
+12
2020-06-01
Merge tag 'docs-5.8' of git://git.lwn.net/linux
Linus Torvalds
2
-1
/
+4
2020-06-01
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
1
-2
/
+7
2020-06-01
bpf, cgroup: Return ENOLINK for auto-detached links on update
Jakub Sitnicki
1
-1
/
+1
2020-06-01
bpf: Add link-based BPF program attachment to network namespace
Jakub Sitnicki
2
-2
/
+245
[next]