aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-05PM/Hibernate: use pfn_to_online_page()David Hildenbrand1-4/+4
2019-03-05kexec: export PG_offline to VMCOREINFODavid Hildenbrand1-0/+2
2019-03-05Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds21-691/+409
2019-03-05Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds14-157/+156
2019-03-05Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds10-65/+617
2019-03-05Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds7-48/+40
2019-03-05Merge tag 's390-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-0/+1
2019-03-05tracing: Use strncpy instead of memcpy when copying comm in trace.cTom Zanussi1-2/+2
2019-03-05tracing: Use strncpy instead of memcpy when copying comm for hist triggersTom Zanussi1-2/+2
2019-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds17-373/+1491
2019-03-05signal: add pidfd_send_signal() syscallChristian Brauner2-6/+128
2019-03-05workqueue: Fix spelling in source code commentsBart Van Assche1-2/+2
2019-03-05Merge branch 'for-5.1/atomic-replace' into for-linusJiri Kosina3-26/+18
2019-03-05tracing: Use strncpy instead of memcpy for string keys in hist triggersTom Zanussi1-2/+3
2019-03-05tracing: Use str_has_prefix() in synth_event_create()Tom Zanussi1-2/+2
2019-03-04Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-58/+27
2019-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller7-5/+146
2019-03-04printk: Remove no longer used LOG_PREFIX.Tetsuo Handa1-5/+1
2019-03-04Merge branches 'pm-core', 'pm-sleep', 'pm-qos', 'pm-domains' and 'pm-em'Rafael J. Wysocki2-6/+59
2019-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-4/+5
2019-03-01bpf: fix sanitation rewrite in case of non-pointersDaniel Borkmann1-1/+2
2019-03-02bpf: fix u64_stats_init() usage in bpf_prog_alloc()Eric Dumazet1-1/+7
2019-03-01tracing/kprobes: Use probe_kernel_read instead of probe_mem_readMasami Hiramatsu1-1/+1
2019-03-01tracing: Fix event filters and triggers to handle negative numbersPavel Tikhomirov1-1/+4
2019-03-01bpf: drop refcount if bpf_map_new_fd() fails in map_create()Peng Sun1-2/+2
2019-03-01perf: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2019-03-01bpf: fix build without bpf_syscallAlexei Starovoitov1-2/+5
2019-02-28mm/resource: Let walk_system_ram_range() search child resourcesDave Hansen1-1/+4
2019-02-28mm/resource: Move HMM pr_debug() deeper into resource codeDave Hansen1-0/+9
2019-02-28mm/resource: Return real error codes from walk failuresDave Hansen1-2/+2
2019-02-28perf, bpf: Consider events with attr.bpf_event as side-band eventsSong Liu1-1/+2
2019-02-28io_uring: add support for pre-mapped user IO buffersJens Axboe1-0/+1
2019-02-28Add io_uring IO interfaceJens Axboe1-0/+2
2019-02-28kthread: Do not use TIMER_IRQSAFESebastian Andrzej Siewior1-2/+3
2019-02-28kthread: Convert worker lock to raw spinlockJulia Cartwright1-21/+21
2019-02-28vfs: Add some logging to the core users of the fs_context logDavid Howells1-1/+1
2019-02-28cpuset: Use fs_contextDavid Howells1-14/+42
2019-02-28kernfs, sysfs, cgroup, intel_rdt: Support fs_contextDavid Howells2-18/+18
2019-02-28cgroup: store a reference to cgroup_ns into cgroup_fs_contextAl Viro3-12/+17
2019-02-28cgroup1_get_tree(): separate "get cgroup_root to use" into a separate helperAl Viro1-41/+46
2019-02-28cgroup_do_mount(): massage calling conventionsAl Viro3-36/+29
2019-02-28cgroup: stash cgroup_root reference into cgroup_fs_contextAl Viro3-4/+10
2019-02-28cgroup2: switch to option-by-option parsingAl Viro1-29/+33
2019-02-28cgroup1: switch to option-by-option parsingAl Viro3-98/+117
2019-02-28cgroup: take options parsing into ->parse_monolithic()Al Viro3-116/+104
2019-02-28cgroup: fold cgroup1_mount() into cgroup1_get_tree()Al Viro3-31/+18
2019-02-28cgroup: start switching to fs_contextAl Viro3-41/+116
2019-02-28Merge tag 'perf-core-for-mingo-5.1-20190225' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/coreIngo Molnar1-31/+59
2019-02-28Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar21-71/+215
2019-02-28locking/lockdep: Add module_param to enable consistency checksPeter Zijlstra1-13/+33