aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2019-03-05Merge branch 'for-5.1/atomic-replace' into for-linusJiri Kosina
2019-03-04Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2019-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-03-04printk: Remove no longer used LOG_PREFIX.Tetsuo Handa
2019-03-04Merge branches 'pm-core', 'pm-sleep', 'pm-qos', 'pm-domains' and 'pm-em'Rafael J. Wysocki
2019-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-03-01bpf: fix sanitation rewrite in case of non-pointersDaniel Borkmann
2019-03-02bpf: fix u64_stats_init() usage in bpf_prog_alloc()Eric Dumazet
2019-03-01tracing/kprobes: Use probe_kernel_read instead of probe_mem_readMasami Hiramatsu
2019-03-01tracing: Fix event filters and triggers to handle negative numbersPavel Tikhomirov
2019-03-01bpf: drop refcount if bpf_map_new_fd() fails in map_create()Peng Sun
2019-03-01bpf: fix build without bpf_syscallAlexei Starovoitov
2019-02-28io_uring: add support for pre-mapped user IO buffersJens Axboe
2019-02-28Add io_uring IO interfaceJens Axboe
2019-02-28kthread: Do not use TIMER_IRQSAFESebastian Andrzej Siewior
2019-02-28kthread: Convert worker lock to raw spinlockJulia Cartwright
2019-02-28Merge tag 'perf-core-for-mingo-5.1-20190225' of git://git.kernel.org/pub/scm/...Ingo Molnar
2019-02-28Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar
2019-02-28locking/lockdep: Add module_param to enable consistency checksPeter Zijlstra
2019-02-28kernel/workqueue: Use dynamic lockdep keys for workqueuesBart Van Assche
2019-02-28locking/lockdep: Add support for dynamic keysBart Van Assche
2019-02-28locking/lockdep: Verify whether lock objects are small enough to be used as c...Bart Van Assche
2019-02-28locking/lockdep: Check data structure consistencyBart Van Assche
2019-02-28locking/lockdep: Reuse lock chains that have been freedBart Van Assche
2019-02-28locking/lockdep: Fix a comment in add_chain_cache()Bart Van Assche
2019-02-28locking/lockdep: Introduce lockdep_next_lockchain() and lock_chain_count()Bart Van Assche
2019-02-28locking/lockdep: Reuse list entries that are no longer in useBart Van Assche
2019-02-28locking/lockdep: Free lock classes that are no longer in useBart Van Assche
2019-02-28locking/lockdep: Update two outdated commentsBart Van Assche
2019-02-28locking/lockdep: Make it easy to detect whether or not inside a selftestBart Van Assche
2019-02-28locking/lockdep: Split lockdep_free_key_range() and lockdep_reset_lock()Bart Van Assche
2019-02-28locking/lockdep: Initialize the locks_before and locks_after lists earlierBart Van Assche
2019-02-28locking/lockdep: Make zap_class() remove all matching lock order entriesBart Van Assche
2019-02-28locking/lockdep: Avoid that add_chain_cache() adds an invalid chain to the cacheBart Van Assche
2019-02-28locking/lockdep: Fix reported required memory size (2/2)Bart Van Assche
2019-02-28locking/lockdep: Fix reported required memory size (1/2)Bart Van Assche
2019-02-28locking/lockdep: Fix two 32-bit compiler warningsBart Van Assche
2019-02-28locking/qspinlock: Remove unnecessary BUG_ON() callWaiman Long
2019-02-28Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar
2019-02-27bpf: set inner_map_meta->spin_lock_off correctlyYonghong Song
2019-02-27bpf: expose program stats via bpf_prog_infoAlexei Starovoitov
2019-02-27bpf: enable program statsAlexei Starovoitov
2019-02-26bpf: decrease usercnt if bpf_map_new_fd() fails in bpf_map_get_fd_by_id()Peng Sun
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-02-23Merge tag 'irqchip-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner
2019-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-02-22perf, pt, coresight: Fix address filters for vmas with non-zero offsetAlexander Shishkin
2019-02-22perf: Copy parent's address filter offsets on cloneAlexander Shishkin
2019-02-22bpf, lpm: fix lookup bug in map_delete_elemAlban Crequy