summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2019-03-04Merge branches 'pm-core', 'pm-sleep', 'pm-qos', 'pm-domains' and 'pm-em'Rafael J. Wysocki-6/+59
2019-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-4/+5
2019-03-01bpf: fix sanitation rewrite in case of non-pointersDaniel Borkmann-1/+2
2019-03-02bpf: fix u64_stats_init() usage in bpf_prog_alloc()Eric Dumazet-1/+7
2019-03-01tracing/kprobes: Use probe_kernel_read instead of probe_mem_readMasami Hiramatsu-1/+1
2019-03-01tracing: Fix event filters and triggers to handle negative numbersPavel Tikhomirov-1/+4
2019-03-01bpf: drop refcount if bpf_map_new_fd() fails in map_create()Peng Sun-2/+2
2019-03-01perf: Mark expected switch fall-throughGustavo A. R. Silva-0/+1
2019-03-01bpf: fix build without bpf_syscallAlexei Starovoitov-2/+5
2019-02-28mm/resource: Let walk_system_ram_range() search child resourcesDave Hansen-1/+4
2019-02-28mm/resource: Move HMM pr_debug() deeper into resource codeDave Hansen-0/+9
2019-02-28mm/resource: Return real error codes from walk failuresDave Hansen-2/+2
2019-02-28perf, bpf: Consider events with attr.bpf_event as side-band eventsSong Liu-1/+2
2019-02-28io_uring: add support for pre-mapped user IO buffersJens Axboe-0/+1
2019-02-28Add io_uring IO interfaceJens Axboe-0/+2
2019-02-28kthread: Do not use TIMER_IRQSAFESebastian Andrzej Siewior-2/+3
2019-02-28kthread: Convert worker lock to raw spinlockJulia Cartwright-21/+21
2019-02-28vfs: Add some logging to the core users of the fs_context logDavid Howells-1/+1
2019-02-28cpuset: Use fs_contextDavid Howells-14/+42
2019-02-28kernfs, sysfs, cgroup, intel_rdt: Support fs_contextDavid Howells-18/+18
2019-02-28cgroup: store a reference to cgroup_ns into cgroup_fs_contextAl Viro-12/+17
2019-02-28cgroup1_get_tree(): separate "get cgroup_root to use" into a separate helperAl Viro-41/+46
2019-02-28cgroup_do_mount(): massage calling conventionsAl Viro-36/+29
2019-02-28cgroup: stash cgroup_root reference into cgroup_fs_contextAl Viro-4/+10
2019-02-28cgroup2: switch to option-by-option parsingAl Viro-29/+33
2019-02-28cgroup1: switch to option-by-option parsingAl Viro-98/+117
2019-02-28cgroup: take options parsing into ->parse_monolithic()Al Viro-116/+104
2019-02-28cgroup: fold cgroup1_mount() into cgroup1_get_tree()Al Viro-31/+18
2019-02-28cgroup: start switching to fs_contextAl Viro-41/+116
2019-02-28Merge tag 'perf-core-for-mingo-5.1-20190225' of git://git.kernel.org/pub/scm/...Ingo Molnar-31/+59
2019-02-28Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar-71/+215
2019-02-28locking/lockdep: Add module_param to enable consistency checksPeter Zijlstra-13/+33
2019-02-28kernel/workqueue: Use dynamic lockdep keys for workqueuesBart Van Assche-9/+50
2019-02-28locking/lockdep: Add support for dynamic keysBart Van Assche-8/+113
2019-02-28locking/lockdep: Verify whether lock objects are small enough to be used as c...Bart Van Assche-0/+11
2019-02-28locking/lockdep: Check data structure consistencyBart Van Assche-0/+167
2019-02-28locking/lockdep: Reuse lock chains that have been freedBart Van Assche-20/+37
2019-02-28locking/lockdep: Fix a comment in add_chain_cache()Bart Van Assche-1/+1
2019-02-28locking/lockdep: Introduce lockdep_next_lockchain() and lock_chain_count()Bart Van Assche-8/+23
2019-02-28locking/lockdep: Reuse list entries that are no longer in useBart Van Assche-8/+16
2019-02-28locking/lockdep: Free lock classes that are no longer in useBart Van Assche-48/+348
2019-02-28locking/lockdep: Update two outdated commentsBart Van Assche-5/+3
2019-02-28locking/lockdep: Make it easy to detect whether or not inside a selftestBart Van Assche-0/+6
2019-02-28locking/lockdep: Split lockdep_free_key_range() and lockdep_reset_lock()Bart Van Assche-36/+36
2019-02-28locking/lockdep: Initialize the locks_before and locks_after lists earlierBart Van Assche-2/+27
2019-02-28locking/lockdep: Make zap_class() remove all matching lock order entriesBart Van Assche-6/+13
2019-02-28locking/lockdep: Avoid that add_chain_cache() adds an invalid chain to the cacheBart Van Assche-10/+1
2019-02-28locking/lockdep: Fix reported required memory size (2/2)Bart Van Assche-1/+2
2019-02-28locking/lockdep: Fix reported required memory size (1/2)Bart Van Assche-7/+7
2019-02-28locking/lockdep: Fix two 32-bit compiler warningsBart Van Assche-2/+2