summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
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
2018-12-11sched/core: Remove unnecessary unlikely() in push_*_task()Yangtao Li-6/+2
2018-12-11sched/topology: Remove the ::smt_gain field from 'struct sched_domain'Vincent Guittot-5/+0
2018-12-11sched/fair: Clean up comment in nohz_idle_balance()Andrea Parri-3/+1
2018-12-11locking/lockdep: Stop using RCU primitives to access 'all_lock_classes'Bart Van Assche-4/+5
2018-12-11locking/lockdep: Make concurrent lockdep_reset_lock() calls safeBart Van Assche-1/+4
2018-12-11locking/lockdep: Remove a superfluous INIT_LIST_HEAD() statementBart Van Assche-1/+0
2018-12-11locking/lockdep: Introduce lock_class_cache_is_registered()Bart Van Assche-20/+30
2018-12-11locking/lockdep: Inline __lockdep_init_map()Bart Van Assche-7/+1
2018-12-11locking/lockdep: Declare local symbols staticBart Van Assche-0/+3
2018-12-11dma-debug: Batch dma_debug_entry allocationRobin Murphy-29/+21
2018-12-11dma/debug: Remove dma_debug_resize_entries()Robin Murphy-46/+0