summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2018-12-13bpf: Remove bpf_dump_raw_ok() check for func_info and line_infoMartin KaFai Lau
2018-12-13irq/irq_sim: Store multiple interrupt offsets in a bitmapBartosz Golaszewski
2018-12-12Merge tag 'trace-v4.20-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-12-12bpf: add bpffs pretty print for cgroup local storage mapsRoman Gushchin
2018-12-12bpf: pass struct btf pointer to the map_check_btf() callbackRoman Gushchin
2018-12-12PM / sleep: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li
2018-12-12printk: Remove print_prefix() calls with NULL buffer.Tetsuo Handa
2018-12-11bpf: fix bpf_jit_limit knob for PAGE_SIZE >= 64KDaniel Borkmann
2018-12-11timekeeping: Convert to DEFINE_SHOW_ATTRIBUTEYangtao Li
2018-12-11seccomp: add a return code to trap to userspaceTycho Andersen
2018-12-11seccomp: switch system call argument type to void *Tycho Andersen
2018-12-11seccomp: hoist struct seccomp_data recalculation higherTycho Andersen
2018-12-11tracing: Fix memory leak of instance function hash filtersSteven Rostedt (VMware)
2018-12-11tracing: Fix memory leak in set_trigger_filter()Steven Rostedt (VMware)
2018-12-11tracing: Fix memory leak in create_filter()Steven Rostedt (VMware)
2018-12-11sched/fair: Select an energy-efficient CPU on task wake-upQuentin Perret
2018-12-11sched/fair: Introduce an energy estimation helper functionQuentin Perret
2018-12-11sched/fair: Add over-utilization/tipping point indicatorMorten Rasmussen
2018-12-11sched/fair: Clean-up update_sg_lb_stats parametersQuentin Perret
2018-12-11sched/toplogy: Introduce the 'sched_energy_present' static keyQuentin Perret
2018-12-11sched/topology: Make Energy Aware Scheduling depend on schedutilQuentin Perret
2018-12-11sched/topology: Disable EAS on inappropriate platformsQuentin Perret
2018-12-11sched/topology: Add lowest CPU asymmetry sched_domain level pointerQuentin Perret
2018-12-11sched/topology: Reference the Energy Model of CPUs when availableQuentin Perret
2018-12-11PM: Introduce an Energy Model management frameworkQuentin Perret
2018-12-11sched/cpufreq: Prepare schedutil for Energy Aware SchedulingQuentin Perret
2018-12-11sched/topology: Relocate arch_scale_cpu_capacity() to the internal headerQuentin Perret
2018-12-11sched/core: Remove unnecessary unlikely() in push_*_task()Yangtao Li
2018-12-11sched/topology: Remove the ::smt_gain field from 'struct sched_domain'Vincent Guittot
2018-12-11sched/fair: Clean up comment in nohz_idle_balance()Andrea Parri
2018-12-11locking/lockdep: Stop using RCU primitives to access 'all_lock_classes'Bart Van Assche
2018-12-11locking/lockdep: Make concurrent lockdep_reset_lock() calls safeBart Van Assche
2018-12-11locking/lockdep: Remove a superfluous INIT_LIST_HEAD() statementBart Van Assche
2018-12-11locking/lockdep: Introduce lock_class_cache_is_registered()Bart Van Assche
2018-12-11locking/lockdep: Inline __lockdep_init_map()Bart Van Assche
2018-12-11locking/lockdep: Declare local symbols staticBart Van Assche
2018-12-11dma-debug: Batch dma_debug_entry allocationRobin Murphy
2018-12-11dma/debug: Remove dma_debug_resize_entries()Robin Murphy
2018-12-11dma-debug: Make leak-like behaviour apparentRobin Murphy
2018-12-11dma-debug: Dynamically expand the dma_debug_entry poolRobin Murphy
2018-12-11dma-debug: Use pr_fmt()Robin Murphy
2018-12-11dma-debug: Expose nr_total_entries in debugfsRobin Murphy
2018-12-11sched/cpufreq: Add the SPDX tagsDaniel Lezcano
2018-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-12-10bpf: rename *_info_cnt to nr_*_info in bpf_prog_infoYonghong Song
2018-12-10bpf: clean up bpf_prog_get_info_by_fd()Song Liu
2018-12-10bpf: relax verifier restriction on BPF_MOV | BPF_ALUJiong Wang
2018-12-10fgraph: Add comment to describe ftrace_graph_get_ret_stackSteven Rostedt (VMware)
2018-12-10ftrace: Allow ftrace_replace_code() to be schedulableSteven Rostedt (VMware)
2018-12-10tracing: Add generic event-name based remove event methodMasami Hiramatsu