aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-07-27locking/lockdep: Fix TRACE_IRQFLAGS vs. NMIsGravatar peterz@infradead.org 1-1/+7
2020-07-10lockdep: Prepare for NMI IRQ state trackingGravatar Peter Zijlstra 1-4/+42
2020-07-10kcsan: Make KCSAN compatible with new IRQ state trackingGravatar Marco Elver 2-7/+7
2020-07-05Merge tag 'core-urgent-2020-07-05' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+1
2020-07-03vmalloc: fix the owner argument for the new __vmalloc_node_range callersGravatar Christoph Hellwig 1-1/+1
2020-07-02Merge tag 'for-linus-2020-07-02' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1
2020-07-02Merge tag 'io_uring-5.8-2020-07-01' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-5/+21
2020-06-30task_work: teach task_work_add() to do signal_wake_up()Gravatar Oleg Nesterov 2-5/+21
2020-06-29Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-2/+2
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-26fork: annotate data race in copy_process()Gravatar Weilong Chen 1-1/+1
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-18padata: upgrade smp_mb__after_atomic to smp_mb in padata_do_serialGravatar Daniel Jordan 1-2/+2
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