Age | Commit message (Expand) | Author |
2020-07-31 | Merge branches 'for-next/misc', 'for-next/vmcoreinfo', 'for-next/cpufeature',... | Catalin Marinas |
2020-07-20 | time/sched_clock: Use raw_read_seqcount_latch() | Ahmed S. Darwish |
2020-07-20 | sched_clock: Expose struct clock_read_data | Peter Zijlstra |
2020-07-02 | crash_core, vmcoreinfo: Append 'MAX_PHYSMEM_BITS' to vmcoreinfo | Bhupesh Sharma |
2020-06-28 | Merge tag 'sched_urgent_for_5.8_rc3' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2020-06-28 | Merge tag 'rcu_urgent_for_5.8_rc3' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2020-06-28 | sched/cfs: change initial value of runnable_avg | Vincent Guittot |
2020-06-28 | smp, irq_work: Continue smp_call_function*() and irq_work*() integration | Peter Zijlstra |
2020-06-28 | sched/core: s/WF_ON_RQ/WQ_ON_CPU/ | Peter Zijlstra |
2020-06-28 | sched/core: Fix ttwu() race | Peter Zijlstra |
2020-06-28 | sched/core: Fix PI boosting between RT and DEADLINE tasks | Juri Lelli |
2020-06-28 | sched/deadline: Initialize ->dl_boosted | Juri Lelli |
2020-06-28 | sched/core: Check cpus_mask, not cpus_ptr in __set_cpus_allowed_ptr(), to fix... | Scott Wood |
2020-06-27 | Merge tag 'dma-mapping-5.8-4' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds |
2020-06-27 | Merge tag 'kgdb-5.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/dan... | Linus Torvalds |
2020-06-26 | Merge tag 'pm-5.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds |
2020-06-26 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2020-06-26 | kgdb: Avoid suspicious RCU usage warning | Douglas Anderson |
2020-06-26 | kdb: Switch to use safer dbg_io_ops over console APIs | Sumit Garg |
2020-06-26 | mm: remove vmalloc_exec | Christoph Hellwig |
2020-06-26 | kexec: do not verify the signature without the lockdown or mandatory signature | Lianbo Jiang |
2020-06-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds |
2020-06-25 | Merge tag 'trace-v5.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds |
2020-06-25 | rcu: Fixup noinstr warnings | Peter Zijlstra |
2020-06-25 | cpuidle: Rearrange s2idle-specific idle state entry code | Rafael J. Wysocki |
2020-06-25 | kdb: Make kdb_printf() console handling more robust | Sumit Garg |
2020-06-25 | kdb: Check status of console prior to invoking handlers | Sumit Garg |
2020-06-25 | kdb: Re-factor kdb_printf() message write code | Sumit Garg |
2020-06-24 | Merge tag 'for-linus-2020-06-24' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2020-06-23 | tracing/boottime: Fix kprobe multiple events | Sascha Ortmann |
2020-06-23 | tracing: Fix event trigger to accept redundant spaces | Masami Hiramatsu |
2020-06-23 | tracing/boot: Fix config dependency for synthedic event | Masami Hiramatsu |
2020-06-23 | ring-buffer: Zero out time extend if it is nested and not absolute | Steven Rostedt (VMware) |
2020-06-23 | dma-remap: align the size in dma_common_*_remap() | Eric Auger |
2020-06-23 | dma-mapping: DMA_COHERENT_POOL should select GENERIC_ALLOCATOR | Christoph Hellwig |
2020-06-23 | dma-direct: add missing set_memory_decrypted() for coherent mapping | David Rientjes |
2020-06-21 | Revert "kernel/printk: add kmsg SEEK_CUR handling" | Jason A. Donenfeld |
2020-06-20 | Merge tag 'trace-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds |
2020-06-19 | Merge tag 'block-5.8-2020-06-19' of git://git.kernel.dk/linux-block | Linus Torvalds |
2020-06-18 | Merge branch 'hch' (maccess patches from Christoph Hellwig) | Linus Torvalds |
2020-06-17 | ftrace: Fix maybe-uninitialized compiler warning | Kaitao Cheng |
2020-06-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller |
2020-06-17 | Merge tag 'dma-mapping-5.8-3' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds |
2020-06-17 | maccess: rename probe_user_{read,write} to copy_{from,to}_user_nofault | Christoph Hellwig |
2020-06-17 | maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofault | Christoph Hellwig |
2020-06-17 | bpf: Don't return EINVAL from {get,set}sockopt when optlen > PAGE_SIZE | Stanislav Fomichev |
2020-06-17 | devmap: Use bpf_map_area_alloc() for allocating hash buckets | Toke Høiland-Jørgensen |
2020-06-17 | bpf: bpf_probe_read_kernel_str() has to return amount of data read on success | Andrii Nakryiko |
2020-06-17 | blktrace: Avoid sparse warnings when assigning q->blk_trace | Jan Kara |
2020-06-17 | blktrace: break out of blktrace setup on concurrent calls | Luis Chamberlain |