summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2018-12-14bpf: verbose log bpf_line_info in verifierMartin KaFai Lau-5/+69
2018-12-14bpf: Create a new btf_name_by_offset() for non type name use caseMartin KaFai Lau-13/+22
2018-12-14ARM: module: Fix function kallsyms on Thumb-2Vincent Whitchurch-16/+27
2018-12-14module: Overwrite st_size instead of st_infoVincent Whitchurch-2/+2
2018-12-14audit: remove duplicated include from audit.cYueHaibing-1/+0
2018-12-13seccomp: fix poor type promotionTycho Andersen-2/+1
2018-12-13bpf: remove obsolete prog->aux sanitation in bpf_insn_prepare_dumpDaniel Borkmann-7/+0
2018-12-13dma-mapping: bypass indirect calls for dma-directChristoph Hellwig-44/+33
2018-12-13dma-direct: merge swiotlb_dma_ops into the dma_direct codeChristoph Hellwig-251/+94
2018-12-13dma-direct: use dma_direct_map_page to implement dma_direct_map_sgChristoph Hellwig-9/+5
2018-12-13dma-direct: improve addressability error reportingChristoph Hellwig-21/+15
2018-12-13swiotlb: remove dma_mark_cleanChristoph Hellwig-17/+1
2018-12-13swiotlb: remove SWIOTLB_MAP_ERRORChristoph Hellwig-2/+2
2018-12-13dma-mapping: factor out dummy DMA opsRobin Murphy-1/+40
2018-12-13dma-mapping: always build the direct mapping codeChristoph Hellwig-9/+1
2018-12-13dma-mapping: move dma_cache_sync out of lineChristoph Hellwig-0/+11
2018-12-13dma-mapping: move various slow path functions out of lineChristoph Hellwig-2/+138
2018-12-13dma-mapping: move dma_get_required_mask to kernel/dmaChristoph Hellwig-1/+33
2018-12-13dma-mapping: simplify the dma_sync_single_range_for_{cpu,device} implementationChristoph Hellwig-42/+0
2018-12-13dma-mapping: remove a pointless memset in dma_atomic_pool_initChristoph Hellwig-1/+0
2018-12-13bpf: verifier: make sure callees don't prune with caller differencesJakub Kicinski-3/+10
2018-12-13arm64: add prctl control for resetting ptrauth keysKristina Martsenko-0/+8
2018-12-13bpf: include sub program tags in bpf_prog_infoSong Liu-0/+22
2018-12-13bpf: Remove bpf_dump_raw_ok() check for func_info and line_infoMartin KaFai Lau-20/+12
2018-12-13irq/irq_sim: Store multiple interrupt offsets in a bitmapBartosz Golaszewski-2/+21
2018-12-12Merge tag 'trace-v4.20-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-3/+9
2018-12-12bpf: add bpffs pretty print for cgroup local storage mapsRoman Gushchin-1/+114
2018-12-12bpf: pass struct btf pointer to the map_check_btf() callbackRoman Gushchin-1/+4
2018-12-12PM / sleep: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li-13/+2
2018-12-12printk: Remove print_prefix() calls with NULL buffer.Tetsuo Handa-25/+14
2018-12-11bpf: fix bpf_jit_limit knob for PAGE_SIZE >= 64KDaniel Borkmann-6/+15
2018-12-11timekeeping: Convert to DEFINE_SHOW_ATTRIBUTEYangtao Li-13/+2
2018-12-11seccomp: add a return code to trap to userspaceTycho Andersen-2/+446
2018-12-11seccomp: switch system call argument type to void *Tycho Andersen-4/+4
2018-12-11seccomp: hoist struct seccomp_data recalculation higherTycho Andersen-6/+6
2018-12-11tracing: Fix memory leak of instance function hash filtersSteven Rostedt (VMware)-0/+1
2018-12-11tracing: Fix memory leak in set_trigger_filter()Steven Rostedt (VMware)-2/+4
2018-12-11tracing: Fix memory leak in create_filter()Steven Rostedt (VMware)-1/+4
2018-12-11sched/fair: Select an energy-efficient CPU on task wake-upQuentin Perret-2/+141
2018-12-11sched/fair: Introduce an energy estimation helper functionQuentin Perret-0/+76
2018-12-11sched/fair: Add over-utilization/tipping point indicatorMorten Rasmussen-2/+61
2018-12-11sched/fair: Clean-up update_sg_lb_stats parametersQuentin Perret-16/+14
2018-12-11sched/toplogy: Introduce the 'sched_energy_present' static keyQuentin Perret-4/+28
2018-12-11sched/topology: Make Energy Aware Scheduling depend on schedutilQuentin Perret-9/+60
2018-12-11sched/topology: Disable EAS on inappropriate platformsQuentin Perret-1/+48
2018-12-11sched/topology: Add lowest CPU asymmetry sched_domain level pointerQuentin Perret-4/+9
2018-12-11sched/topology: Reference the Energy Model of CPUs when availableQuentin Perret-4/+151
2018-12-11PM: Introduce an Energy Model management frameworkQuentin Perret-0/+218
2018-12-11sched/cpufreq: Prepare schedutil for Energy Aware SchedulingQuentin Perret-15/+68
2018-12-11sched/topology: Relocate arch_scale_cpu_capacity() to the internal headerQuentin Perret-18/+0