summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2020-08-16Merge tag 'io_uring-5.9-2020-08-15' of git://git.kernel.dk/linux-blockLinus Torvalds-2/+22
2020-08-15Merge tag 'sh-for-5.9' of git://git.libc.org/linux-shLinus Torvalds-0/+3
2020-08-15Merge tag 'x86-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-15/+26
2020-08-15Merge tag 'sched-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-12/+5
2020-08-15Merge tag 'perf-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-2/+2
2020-08-15Merge tag 'locking-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-2/+2
2020-08-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds-173/+1
2020-08-14all arch: remove system call sys_sysctlXiaoming Ni-173/+1
2020-08-14dma-mapping: consolidate the NO_DMA definition in kernel/dma/KconfigChristoph Hellwig-0/+3
2020-08-14dma-debug: remove debug_dma_assert_idle() functionLinus Torvalds-50/+1
2020-08-14dma-debug: fix debug_dma_assert_idle(), use rcu_read_lock()Hugh Dickins-18/+9
2020-08-14Merge tag 'timers-urgent-2020-08-14' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-7/+53
2020-08-14Merge tag 'timers-core-2020-08-14' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-25/+201
2020-08-14Merge tag 'irq-urgent-2020-08-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-4/+11
2020-08-14Merge tag 'modules-for-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-17/+43
2020-08-14sched/debug: Fix the alignment of the show-state debug outputLibing Zhou-11/+4
2020-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds-41/+62
2020-08-13futex: Convert to use the preferred 'fallthrough' macroMiaohe Lin-2/+2
2020-08-13task_work: only grab task signal lock when neededJens Axboe-2/+22
2020-08-13genirq: Unlock irq descriptor after errorsGuenter Roeck-2/+5
2020-08-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds-52/+101
2020-08-12mm/gup: remove task_struct pointer for all gup codePeter Xu-4/+4
2020-08-12kcov: make some symbols staticWei Yongjun-3/+3
2020-08-12kcov: unconditionally add -fno-stack-protector to compiler optionsMarco Elver-1/+1
2020-08-12panic: make print_oops_end_marker() staticYue Hu-1/+1
2020-08-12kernel/panic.c: make oops_may_print() return boolTiezhu Yang-1/+1
2020-08-12kdump: append kernel build-id string to VMCOREINFOVijay Balakrishna-0/+50
2020-08-12kmod: remove redundant "be an" in the commentTiezhu Yang-3/+2
2020-08-12kernel: add a kernel_wait helperChristoph Hellwig-25/+20
2020-08-12exec: use force_uaccess_begin during exec and exitChristoph Hellwig-1/+1
2020-08-12uaccess: add force_uaccess_{begin,end} helpersChristoph Hellwig-12/+8
2020-08-12mm: use unsigned types for fragmentation scoreNitin Gupta-1/+1
2020-08-12mm: proactive compactionNitin Gupta-0/+9
2020-08-12mm/vmscan: protect the workingset on anonymous LRUJoonsoo Kim-1/+1
2020-08-12genirq/PM: Always unlock IRQ descriptor in rearm_wake_irq()Guenter Roeck-2/+6
2020-08-11Merge tag 'libnvdimm-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+97
2020-08-10Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-13/+23
2020-08-10time: Delete repeated words in commentsRandy Dunlap-3/+3
2020-08-09Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds-2/+2
2020-08-10kbuild: introduce ccflags-remove-y and asflags-remove-yMasahiro Yamada-2/+2
2020-08-07Merge tag 'trace-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds-192/+674
2020-08-07tracing: Add trace_array_init_printk() to initialize instance trace_printk() ...Steven Rostedt (VMware)-0/+44
2020-08-07Merge tag 'kallsyms_show_value-fix-v5.9-rc1' of git://git.kernel.org/pub/scm/...Linus Torvalds-3/+19
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds-43/+27
2020-08-07kasan: don't tag stacks allocated with pageallocAndrey Konovalov-1/+2
2020-08-07rcu: kasan: record and print call_rcu() call stackWalter Wu-0/+2
2020-08-07mm: adjust vm_committed_as_batch according to vm overcommit policyFeng Tang-1/+1
2020-08-07mm: memcontrol: account kernel stack per nodeShakeel Butt-38/+15
2020-08-07mm: memcg: convert vmstat slab counters to bytesRoman Gushchin-1/+1
2020-08-07kthread: remove incorrect comment in kthread_create_on_cpu()Ilias Stamatis-1/+0