Age | Commit message (Expand) | Author | Files | Lines |
2020-08-14 | dma-pool: fix coherent pool allocations for IOMMU mappings | Christoph Hellwig | 2 | -70/+57 |
2020-08-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 6 | -41/+62 |
2020-08-12 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 14 | -52/+101 |
2020-08-12 | mm/gup: remove task_struct pointer for all gup code | Peter Xu | 2 | -4/+4 |
2020-08-12 | kcov: make some symbols static | Wei Yongjun | 1 | -3/+3 |
2020-08-12 | kcov: unconditionally add -fno-stack-protector to compiler options | Marco Elver | 1 | -1/+1 |
2020-08-12 | panic: make print_oops_end_marker() static | Yue Hu | 1 | -1/+1 |
2020-08-12 | kernel/panic.c: make oops_may_print() return bool | Tiezhu Yang | 1 | -1/+1 |
2020-08-12 | kdump: append kernel build-id string to VMCOREINFO | Vijay Balakrishna | 1 | -0/+50 |
2020-08-12 | kmod: remove redundant "be an" in the comment | Tiezhu Yang | 1 | -3/+2 |
2020-08-12 | kernel: add a kernel_wait helper | Christoph Hellwig | 2 | -25/+20 |
2020-08-12 | exec: use force_uaccess_begin during exec and exit | Christoph Hellwig | 1 | -1/+1 |
2020-08-12 | uaccess: add force_uaccess_{begin,end} helpers | Christoph Hellwig | 4 | -12/+8 |
2020-08-12 | mm: use unsigned types for fragmentation score | Nitin Gupta | 1 | -1/+1 |
2020-08-12 | mm: proactive compaction | Nitin Gupta | 1 | -0/+9 |
2020-08-12 | mm/vmscan: protect the workingset on anonymous LRU | Joonsoo Kim | 1 | -1/+1 |
2020-08-11 | Merge tag 'libnvdimm-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+97 |
2020-08-10 | Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 4 | -13/+23 |
2020-08-09 | Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 1 | -2/+2 |
2020-08-10 | kbuild: introduce ccflags-remove-y and asflags-remove-y | Masahiro Yamada | 1 | -2/+2 |
2020-08-07 | Merge tag 'trace-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 9 | -192/+674 |
2020-08-07 | tracing: Add trace_array_init_printk() to initialize instance trace_printk() ... | Steven Rostedt (VMware) | 1 | -0/+44 |
2020-08-07 | Merge tag 'kallsyms_show_value-fix-v5.9-rc1' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -3/+19 |
2020-08-07 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 6 | -43/+27 |
2020-08-07 | kasan: don't tag stacks allocated with pagealloc | Andrey Konovalov | 1 | -1/+2 |
2020-08-07 | rcu: kasan: record and print call_rcu() call stack | Walter Wu | 1 | -0/+2 |
2020-08-07 | mm: adjust vm_committed_as_batch according to vm overcommit policy | Feng Tang | 1 | -1/+1 |
2020-08-07 | mm: memcontrol: account kernel stack per node | Shakeel Butt | 2 | -38/+15 |
2020-08-07 | mm: memcg: convert vmstat slab counters to bytes | Roman Gushchin | 1 | -1/+1 |
2020-08-07 | kthread: remove incorrect comment in kthread_create_on_cpu() | Ilias Stamatis | 1 | -1/+0 |
2020-08-07 | mm: fix kthread_use_mm() vs TLB invalidate | Peter Zijlstra | 1 | -1/+6 |
2020-08-07 | module: Correctly truncate sysfs sections output | Kees Cook | 1 | -3/+19 |
2020-08-07 | Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 1 | -2/+14 |
2020-08-07 | bpf: Delete repeated words in comments | Randy Dunlap | 2 | -2/+2 |
2020-08-07 | Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 2 | -1/+77 |
2020-08-06 | Merge tag 'fsnotify_for_v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 4 | -32/+22 |
2020-08-06 | bpf: Remove inline from bpf_do_trace_printk | Stanislav Fomichev | 1 | -1/+1 |
2020-08-06 | bpf: Change uapi for bpf iterator map elements | Yonghong Song | 3 | -38/+59 |
2020-08-06 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -0/+7 |
2020-08-06 | Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 7 | -57/+77 |
2020-08-06 | Merge tag 'integrity-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/z... | Linus Torvalds | 1 | -1/+1 |
2020-08-06 | kprobes: Fix compiler warning for !CONFIG_KPROBES_ON_FTRACE | Muchun Song | 1 | -3/+14 |
2020-08-06 | Merge branch 'WIP.locking/seqlocks' into locking/urgent | Ingo Molnar | 8 | -132/+122 |
2020-08-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds | 27 | -429/+1884 |
2020-08-05 | Merge tag 'driver-core-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -3/+1 |
2020-08-05 | Merge tag 'char-misc-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+1 |
2020-08-04 | Merge tag 'docs-5.9' of git://git.lwn.net/linux | Linus Torvalds | 1 | -1/+1 |
2020-08-04 | Merge tag 'printk-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 1 | -4/+12 |
2020-08-04 | Merge tag 'core-entry-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 4 | -0/+439 |
2020-08-04 | Merge tag 'timers-core-2020-08-04' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -145/+108 |