summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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-01perf: Mark expected switch fall-throughGustavo A. R. Silva
2019-03-01bpf: fix build without bpf_syscallAlexei Starovoitov
2019-02-28mm/resource: Let walk_system_ram_range() search child resourcesDave Hansen
2019-02-28mm/resource: Move HMM pr_debug() deeper into resource codeDave Hansen
2019-02-28mm/resource: Return real error codes from walk failuresDave Hansen
2019-02-28perf, bpf: Consider events with attr.bpf_event as side-band eventsSong Liu
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-28vfs: Add some logging to the core users of the fs_context logDavid Howells
2019-02-28cpuset: Use fs_contextDavid Howells
2019-02-28kernfs, sysfs, cgroup, intel_rdt: Support fs_contextDavid Howells
2019-02-28cgroup: store a reference to cgroup_ns into cgroup_fs_contextAl Viro
2019-02-28cgroup1_get_tree(): separate "get cgroup_root to use" into a separate helperAl Viro
2019-02-28cgroup_do_mount(): massage calling conventionsAl Viro
2019-02-28cgroup: stash cgroup_root reference into cgroup_fs_contextAl Viro
2019-02-28cgroup2: switch to option-by-option parsingAl Viro
2019-02-28cgroup1: switch to option-by-option parsingAl Viro
2019-02-28cgroup: take options parsing into ->parse_monolithic()Al Viro
2019-02-28cgroup: fold cgroup1_mount() into cgroup1_get_tree()Al Viro
2019-02-28cgroup: start switching to fs_contextAl Viro
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