aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2018-12-14bpf: verbose log bpf_line_info in verifierMartin KaFai Lau
2018-12-14bpf: Create a new btf_name_by_offset() for non type name use caseMartin KaFai Lau
2018-12-14ARM: module: Fix function kallsyms on Thumb-2Vincent Whitchurch
2018-12-14module: Overwrite st_size instead of st_infoVincent Whitchurch
2018-12-14audit: remove duplicated include from audit.cYueHaibing
2018-12-13bpf: remove obsolete prog->aux sanitation in bpf_insn_prepare_dumpDaniel Borkmann
2018-12-13bpf: verifier: make sure callees don't prune with caller differencesJakub Kicinski
2018-12-13arm64: add prctl control for resetting ptrauth keysKristina Martsenko
2018-12-13bpf: include sub program tags in bpf_prog_infoSong Liu
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-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-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-10printk: fix printk_time race.Tetsuo Handa
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds