Age | Commit message (Expand) | Author |
2019-03-07 | dynamic_debug: add static inline stub for ddebug_add_module | Rasmus Villemoes |
2019-03-07 | dynamic_debug: move pr_err from module.c to ddebug_add_module | Rasmus Villemoes |
2019-03-07 | kernel/sys: annotate implicit fall through | Mathieu Malaterre |
2019-03-07 | kernel/hung_task.c: Use continuously blocked time when reporting. | Tetsuo Handa |
2019-03-07 | kernel/hung_task.c - fix sparse warnings | Valdis Kletnieks |
2019-03-07 | kernel/panic.c: taint: fix debugfs_simple_attr.cocci warnings | YueHaibing |
2019-03-06 | Merge tag 'driver-core-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2019-03-06 | Merge tag 'pm-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds |
2019-03-06 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2019-03-06 | Merge tag 'y2038-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/p... | Linus Torvalds |
2019-03-06 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2019-03-06 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2019-03-06 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2019-03-06 | ipc: Fix building compat mode without sysvipc | Arnd Bergmann |
2019-03-05 | kernel: cgroup: add poll file operation | Johannes Weiner |
2019-03-05 | mm, compaction: capture a page under direct compaction | Mel Gorman |
2019-03-05 | mm: remove sysctl_extfrag_handler() | Matthew Wilcox |
2019-03-05 | mm: replace all open encodings for NUMA_NO_NODE | Anshuman Khandual |
2019-03-05 | PM/Hibernate: exclude all PageOffline() pages | David Hildenbrand |
2019-03-05 | PM/Hibernate: use pfn_to_online_page() | David Hildenbrand |
2019-03-05 | kexec: export PG_offline to VMCOREINFO | David Hildenbrand |
2019-03-05 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2019-03-05 | Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2019-03-05 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2019-03-05 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2019-03-05 | Merge tag 's390-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/... | Linus Torvalds |
2019-03-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2019-03-04 | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds |
2019-03-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
2019-03-04 | Merge branches 'pm-core', 'pm-sleep', 'pm-qos', 'pm-domains' and 'pm-em' | Rafael J. Wysocki |
2019-03-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2019-03-01 | bpf: fix sanitation rewrite in case of non-pointers | Daniel Borkmann |
2019-03-02 | bpf: fix u64_stats_init() usage in bpf_prog_alloc() | Eric Dumazet |
2019-03-01 | bpf: drop refcount if bpf_map_new_fd() fails in map_create() | Peng Sun |
2019-03-01 | bpf: fix build without bpf_syscall | Alexei Starovoitov |
2019-02-28 | kthread: Do not use TIMER_IRQSAFE | Sebastian Andrzej Siewior |
2019-02-28 | kthread: Convert worker lock to raw spinlock | Julia Cartwright |
2019-02-28 | Merge tag 'perf-core-for-mingo-5.1-20190225' of git://git.kernel.org/pub/scm/... | Ingo Molnar |
2019-02-28 | Merge branch 'linus' into perf/core, to pick up fixes | Ingo Molnar |
2019-02-28 | locking/lockdep: Add module_param to enable consistency checks | Peter Zijlstra |
2019-02-28 | kernel/workqueue: Use dynamic lockdep keys for workqueues | Bart Van Assche |
2019-02-28 | locking/lockdep: Add support for dynamic keys | Bart Van Assche |
2019-02-28 | locking/lockdep: Verify whether lock objects are small enough to be used as c... | Bart Van Assche |
2019-02-28 | locking/lockdep: Check data structure consistency | Bart Van Assche |
2019-02-28 | locking/lockdep: Reuse lock chains that have been freed | Bart Van Assche |
2019-02-28 | locking/lockdep: Fix a comment in add_chain_cache() | Bart Van Assche |
2019-02-28 | locking/lockdep: Introduce lockdep_next_lockchain() and lock_chain_count() | Bart Van Assche |
2019-02-28 | locking/lockdep: Reuse list entries that are no longer in use | Bart Van Assche |
2019-02-28 | locking/lockdep: Free lock classes that are no longer in use | Bart Van Assche |
2019-02-28 | locking/lockdep: Update two outdated comments | Bart Van Assche |