Age | Commit message (Expand) | Author | Files | Lines |
2019-03-09 | perf/ring_buffer: Use high order allocations for AUX buffers optimistically | Alexander Shishkin | 1 | -17/+15 |
2019-03-06 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 13 | -272/+540 |
2019-03-06 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 16 | -94/+356 |
2019-03-06 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 10 | -219/+973 |
2019-03-05 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 21 | -691/+409 |
2019-03-05 | Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 14 | -157/+156 |
2019-03-05 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 10 | -65/+617 |
2019-03-05 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 7 | -48/+40 |
2019-03-05 | Merge tag 's390-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/... | Linus Torvalds | 1 | -0/+1 |
2019-03-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 17 | -373/+1491 |
2019-03-04 | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 3 | -58/+27 |
2019-03-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 7 | -5/+146 |
2019-03-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -4/+5 |
2019-03-01 | bpf: fix sanitation rewrite in case of non-pointers | Daniel Borkmann | 1 | -1/+2 |
2019-03-02 | bpf: fix u64_stats_init() usage in bpf_prog_alloc() | Eric Dumazet | 1 | -1/+7 |
2019-03-01 | bpf: drop refcount if bpf_map_new_fd() fails in map_create() | Peng Sun | 1 | -2/+2 |
2019-03-01 | bpf: fix build without bpf_syscall | Alexei Starovoitov | 1 | -2/+5 |
2019-02-28 | kthread: Do not use TIMER_IRQSAFE | Sebastian Andrzej Siewior | 1 | -2/+3 |
2019-02-28 | kthread: Convert worker lock to raw spinlock | Julia Cartwright | 1 | -21/+21 |
2019-02-28 | Merge tag 'perf-core-for-mingo-5.1-20190225' of git://git.kernel.org/pub/scm/... | Ingo Molnar | 1 | -31/+59 |
2019-02-28 | Merge branch 'linus' into perf/core, to pick up fixes | Ingo Molnar | 21 | -71/+215 |
2019-02-28 | locking/lockdep: Add module_param to enable consistency checks | Peter Zijlstra | 1 | -13/+33 |
2019-02-28 | kernel/workqueue: Use dynamic lockdep keys for workqueues | Bart Van Assche | 1 | -9/+50 |
2019-02-28 | locking/lockdep: Add support for dynamic keys | Bart Van Assche | 1 | -8/+113 |
2019-02-28 | locking/lockdep: Verify whether lock objects are small enough to be used as c... | Bart Van Assche | 1 | -0/+11 |
2019-02-28 | locking/lockdep: Check data structure consistency | Bart Van Assche | 1 | -0/+167 |
2019-02-28 | locking/lockdep: Reuse lock chains that have been freed | Bart Van Assche | 1 | -20/+37 |
2019-02-28 | locking/lockdep: Fix a comment in add_chain_cache() | Bart Van Assche | 1 | -1/+1 |
2019-02-28 | locking/lockdep: Introduce lockdep_next_lockchain() and lock_chain_count() | Bart Van Assche | 3 | -8/+23 |
2019-02-28 | locking/lockdep: Reuse list entries that are no longer in use | Bart Van Assche | 1 | -8/+16 |
2019-02-28 | locking/lockdep: Free lock classes that are no longer in use | Bart Van Assche | 1 | -48/+348 |
2019-02-28 | locking/lockdep: Update two outdated comments | Bart Van Assche | 1 | -5/+3 |
2019-02-28 | locking/lockdep: Make it easy to detect whether or not inside a selftest | Bart Van Assche | 1 | -0/+6 |
2019-02-28 | locking/lockdep: Split lockdep_free_key_range() and lockdep_reset_lock() | Bart Van Assche | 1 | -36/+36 |
2019-02-28 | locking/lockdep: Initialize the locks_before and locks_after lists earlier | Bart Van Assche | 1 | -2/+27 |
2019-02-28 | locking/lockdep: Make zap_class() remove all matching lock order entries | Bart Van Assche | 1 | -6/+13 |
2019-02-28 | locking/lockdep: Avoid that add_chain_cache() adds an invalid chain to the cache | Bart Van Assche | 1 | -10/+1 |
2019-02-28 | locking/lockdep: Fix reported required memory size (2/2) | Bart Van Assche | 1 | -1/+2 |
2019-02-28 | locking/lockdep: Fix reported required memory size (1/2) | Bart Van Assche | 1 | -7/+7 |
2019-02-28 | locking/lockdep: Fix two 32-bit compiler warnings | Bart Van Assche | 1 | -2/+2 |
2019-02-28 | locking/qspinlock: Remove unnecessary BUG_ON() call | Waiman Long | 1 | -3/+0 |
2019-02-28 | Merge branch 'linus' into locking/core, to pick up fixes | Ingo Molnar | 21 | -70/+217 |
2019-02-27 | bpf: set inner_map_meta->spin_lock_off correctly | Yonghong Song | 1 | -0/+1 |
2019-02-27 | bpf: expose program stats via bpf_prog_info | Alexei Starovoitov | 1 | -0/+5 |
2019-02-27 | bpf: enable program stats | Alexei Starovoitov | 4 | -5/+101 |
2019-02-26 | bpf: decrease usercnt if bpf_map_new_fd() fails in bpf_map_get_fd_by_id() | Peng Sun | 1 | -1/+1 |
2019-02-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -1/+2 |
2019-02-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -0/+1 |
2019-02-23 | Merge tag 'irqchip-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/... | Thomas Gleixner | 6 | -3/+513 |
2019-02-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 1 | -0/+1 |