aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-06-28Merge tag 'sched_urgent_for_5.8_rc3' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 5-30/+37
2020-06-28Merge tag 'rcu_urgent_for_5.8_rc3' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-7/+25
2020-06-28sched/cfs: change initial value of runnable_avgGravatar Vincent Guittot 1-1/+1
2020-06-28smp, irq_work: Continue smp_call_function*() and irq_work*() integrationGravatar Peter Zijlstra 2-21/+3
2020-06-28sched/core: s/WF_ON_RQ/WQ_ON_CPU/Gravatar Peter Zijlstra 2-3/+3
2020-06-28sched/core: Fix ttwu() raceGravatar Peter Zijlstra 1-5/+28
2020-06-28sched/core: Fix PI boosting between RT and DEADLINE tasksGravatar Juri Lelli 1-1/+2
2020-06-28sched/deadline: Initialize ->dl_boostedGravatar Juri Lelli 1-0/+1
2020-06-28sched/core: Check cpus_mask, not cpus_ptr in __set_cpus_allowed_ptr(), to fix...Gravatar Scott Wood 1-1/+1
2020-06-27Merge tag 'dma-mapping-5.8-4' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 3-28/+39
2020-06-27Merge tag 'kgdb-5.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/dan...Gravatar Linus Torvalds 2-29/+47
2020-06-26Merge tag 'pm-5.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Gravatar Linus Torvalds 1-4/+11
2020-06-26Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-29/+9
2020-06-26kgdb: Avoid suspicious RCU usage warningGravatar Douglas Anderson 1-0/+4
2020-06-26kdb: Switch to use safer dbg_io_ops over console APIsGravatar Sumit Garg 1-1/+3
2020-06-26mm: remove vmalloc_execGravatar Christoph Hellwig 1-1/+3
2020-06-26kexec: do not verify the signature without the lockdown or mandatory signatureGravatar Lianbo Jiang 1-28/+6
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Linus Torvalds 3-25/+40
2020-06-25Merge tag 'trace-v5.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Gravatar Linus Torvalds 3-6/+27
2020-06-25rcu: Fixup noinstr warningsGravatar Peter Zijlstra 1-7/+25
2020-06-25cpuidle: Rearrange s2idle-specific idle state entry codeGravatar Rafael J. Wysocki 1-4/+11
2020-06-25kdb: Make kdb_printf() console handling more robustGravatar Sumit Garg 1-0/+11
2020-06-25kdb: Check status of console prior to invoking handlersGravatar Sumit Garg 1-0/+2
2020-06-25kdb: Re-factor kdb_printf() message write codeGravatar Sumit Garg 1-29/+28
2020-06-24Merge tag 'for-linus-2020-06-24' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1
2020-06-23tracing/boottime: Fix kprobe multiple eventsGravatar Sascha Ortmann 1-2/+6
2020-06-23tracing: Fix event trigger to accept redundant spacesGravatar Masami Hiramatsu 1-2/+19
2020-06-23tracing/boot: Fix config dependency for synthedic eventGravatar Masami Hiramatsu 1-1/+1
2020-06-23ring-buffer: Zero out time extend if it is nested and not absoluteGravatar Steven Rostedt (VMware) 1-1/+1
2020-06-23dma-remap: align the size in dma_common_*_remap()Gravatar Eric Auger 1-2/+3
2020-06-23dma-mapping: DMA_COHERENT_POOL should select GENERIC_ALLOCATORGravatar Christoph Hellwig 1-1/+1
2020-06-23dma-direct: add missing set_memory_decrypted() for coherent mappingGravatar David Rientjes 1-0/+6
2020-06-21Revert "kernel/printk: add kmsg SEEK_CUR handling"Gravatar Jason A. Donenfeld 1-10/+0
2020-06-20Merge tag 'trace-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Gravatar Linus Torvalds 8-27/+88
2020-06-19Merge tag 'block-5.8-2020-06-19' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-10/+20
2020-06-18Merge branch 'hch' (maccess patches from Christoph Hellwig)Gravatar Linus Torvalds 8-23/+25
2020-06-17ftrace: Fix maybe-uninitialized compiler warningGravatar Kaitao Cheng 1-2/+10
2020-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 3-25/+40
2020-06-17Merge tag 'dma-mapping-5.8-3' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 2-9/+8
2020-06-17maccess: rename probe_user_{read,write} to copy_{from,to}_user_nofaultGravatar Christoph Hellwig 2-3/+3
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultGravatar Christoph Hellwig 8-20/+22
2020-06-17bpf: Don't return EINVAL from {get,set}sockopt when optlen > PAGE_SIZEGravatar Stanislav Fomichev 1-20/+33
2020-06-17devmap: Use bpf_map_area_alloc() for allocating hash bucketsGravatar Toke Høiland-Jørgensen 1-4/+6
2020-06-17bpf: bpf_probe_read_kernel_str() has to return amount of data read on successGravatar Andrii Nakryiko 1-1/+1
2020-06-17blktrace: Avoid sparse warnings when assigning q->blk_traceGravatar Jan Kara 1-11/+8
2020-06-17blktrace: break out of blktrace setup on concurrent callsGravatar Luis Chamberlain 1-0/+13
2020-06-17dma-direct: check return value when encrypting or decrypting memoryGravatar David Rientjes 1-5/+14
2020-06-17dma-direct: re-encrypt memory if dma_direct_alloc_pages() failsGravatar David Rientjes 1-1/+6
2020-06-17dma-direct: always align allocation size in dma_direct_alloc_pages()Gravatar David Rientjes 1-7/+10
2020-06-17dma-direct: mark __dma_direct_alloc_pages staticGravatar Christoph Hellwig 1-1/+1