aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
2020-07-06Merge branch 'master-next'Bruce Ashfield
2020-06-29Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2020-06-28Merge tag 'sched_urgent_for_5.8_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-06-28Merge tag 'rcu_urgent_for_5.8_rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-06-28sched/cfs: change initial value of runnable_avgVincent Guittot
2020-06-28smp, irq_work: Continue smp_call_function*() and irq_work*() integrationPeter Zijlstra
2020-06-28sched/core: s/WF_ON_RQ/WQ_ON_CPU/Peter Zijlstra
2020-06-28sched/core: Fix ttwu() racePeter Zijlstra
2020-06-28sched/core: Fix PI boosting between RT and DEADLINE tasksJuri Lelli
2020-06-28sched/deadline: Initialize ->dl_boostedJuri Lelli
2020-06-28sched/core: Check cpus_mask, not cpus_ptr in __set_cpus_allowed_ptr(), to fix...Scott Wood
2020-06-27Merge tag 'dma-mapping-5.8-4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2020-06-27Merge tag 'kgdb-5.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/dan...Linus Torvalds
2020-06-26Merge tag 'pm-5.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2020-06-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-06-26kgdb: Avoid suspicious RCU usage warningDouglas Anderson
2020-06-26kdb: Switch to use safer dbg_io_ops over console APIsSumit Garg
2020-06-26Merge branch 'master-next'Bruce Ashfield
2020-06-26mm: remove vmalloc_execChristoph Hellwig
2020-06-26kexec: do not verify the signature without the lockdown or mandatory signatureLianbo Jiang
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-06-25Merge tag 'trace-v5.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2020-06-25rcu: Fixup noinstr warningsPeter Zijlstra
2020-06-25cpuidle: Rearrange s2idle-specific idle state entry codeRafael J. Wysocki
2020-06-25kdb: Make kdb_printf() console handling more robustSumit Garg
2020-06-25kdb: Check status of console prior to invoking handlersSumit Garg
2020-06-25kdb: Re-factor kdb_printf() message write codeSumit Garg
2020-06-24Merge tag 'for-linus-2020-06-24' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-06-23tracing/boottime: Fix kprobe multiple eventsSascha Ortmann
2020-06-23tracing: Fix event trigger to accept redundant spacesMasami Hiramatsu
2020-06-23tracing/boot: Fix config dependency for synthedic eventMasami Hiramatsu
2020-06-23ring-buffer: Zero out time extend if it is nested and not absoluteSteven Rostedt (VMware)
2020-06-23dma-remap: align the size in dma_common_*_remap()Eric Auger
2020-06-23dma-mapping: DMA_COHERENT_POOL should select GENERIC_ALLOCATORChristoph Hellwig
2020-06-23dma-direct: add missing set_memory_decrypted() for coherent mappingDavid Rientjes
2020-06-21Revert "kernel/printk: add kmsg SEEK_CUR handling"Jason A. Donenfeld
2020-06-20Merge tag 'trace-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2020-06-19Merge tag 'block-5.8-2020-06-19' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-06-18Merge branch 'hch' (maccess patches from Christoph Hellwig)Linus Torvalds
2020-06-18padata: upgrade smp_mb__after_atomic to smp_mb in padata_do_serialDaniel Jordan
2020-06-17ftrace: Fix maybe-uninitialized compiler warningKaitao Cheng
2020-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-06-17Merge tag 'dma-mapping-5.8-3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2020-06-17maccess: rename probe_user_{read,write} to copy_{from,to}_user_nofaultChristoph Hellwig
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig
2020-06-17bpf: Don't return EINVAL from {get,set}sockopt when optlen > PAGE_SIZEStanislav Fomichev
2020-06-17devmap: Use bpf_map_area_alloc() for allocating hash bucketsToke Høiland-Jørgensen
2020-06-17bpf: bpf_probe_read_kernel_str() has to return amount of data read on successAndrii Nakryiko
2020-06-17blktrace: Avoid sparse warnings when assigning q->blk_traceJan Kara
2020-06-17blktrace: break out of blktrace setup on concurrent callsLuis Chamberlain