summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2018-01-10sched/fair: Only immediately migrate tasks due to interrupts if prev and targ...Mel Gorman
2018-01-10sched/fair: Correct obsolete comment about cpufreq_update_util()Joel Fernandes
2018-01-10sched/fair: Remove impossible condition from find_idlest_group_cpu()Joel Fernandes
2018-01-10sched/cpufreq: Don't pass flags to sugov_set_iowait_boost()Viresh Kumar
2018-01-10sched/cpufreq: Initialize sg_cpu->flags to 0Viresh Kumar
2018-01-10sched/fair: Consider RT/IRQ pressure in capacity_spare_wake()Joel Fernandes
2018-01-10sched/fair: Use 'unsigned long' for utilization, consistentlyPatrick Bellasi
2018-01-10sched/core: Rework and clarify prepare_lock_switch()rodrigosiqueira
2018-01-10Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar
2018-01-10membarrier: Disable preemption when calling smp_call_function_many()Mathieu Desnoyers
2018-01-10PM / sleep: Make lock/unlock_system_sleep() available to kernel modulesBart Van Assche
2018-01-09bpf: introduce BPF_JIT_ALWAYS_ON configAlexei Starovoitov
2018-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-09symbol lookup: introduce dereference_symbol_descriptor()Sergey Senozhatsky
2018-01-09sections: split dereference_function_descriptor()Sergey Senozhatsky
2018-01-09bpf: prevent out-of-bounds speculationAlexei Starovoitov
2018-01-08memremap: merge find_dev_pagemap into get_dev_pagemapChristoph Hellwig
2018-01-08memremap: change devm_memremap_pages interface to use struct dev_pagemapChristoph Hellwig
2018-01-08memremap: drop private struct page_mapLogan Gunthorpe
2018-01-08memremap: simplify duplicate region handling in devm_memremap_pagesChristoph Hellwig
2018-01-08memremap: remove to_vmem_altmapChristoph Hellwig
2018-01-08mm: optimize dev_pagemap reference counting around get_dev_pagemapChristoph Hellwig
2018-01-08mm: move get_dev_pagemap out of lineChristoph Hellwig
2018-01-08mm: pass the vmem_altmap to memmap_init_zoneChristoph Hellwig
2018-01-08mm: pass the vmem_altmap to arch_remove_memory and __remove_pagesChristoph Hellwig
2018-01-08mm: pass the vmem_altmap to arch_add_memory and __add_pagesChristoph Hellwig
2018-01-08Merge branch 'for-4.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-01-08irq/work: Improve the flag definitionsBartosz Golaszewski
2018-01-08bpf: fix verifier GPF in kmalloc failure pathAlexei Starovoitov
2018-01-08locking/lockdep: Remove cross-release leftoversIngo Molnar
2018-01-08perf: Return empty callchain instead of NULLJiri Olsa
2018-01-08perf: Make perf_callchain function staticJiri Olsa
2018-01-08perf: Allocate context task_ctx_data for child eventJiri Olsa
2018-01-08workqueue: allow WQ_MEM_RECLAIM on early init workqueuesTejun Heo
2018-01-08workqueue: separate out init_rescuer()Tejun Heo
2018-01-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-01-07bpf: sockmap missing NULL psock checkJohn Fastabend
2018-01-06bpf: implement syscall command BPF_MAP_GET_NEXT_KEY for stacktrace mapYonghong Song
2018-01-06block: convert to bio_first_bvec_all & bio_first_page_allMing Lei
2018-01-05bpf_obj_do_pin(): switch to vfs_mkobj(), quit abusing ->mknod()Al Viro
2018-01-05fix "netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1'"Al Viro
2018-01-05irq debug: do not use print_symbol()Sergey Senozhatsky
2018-01-05PM: hibernate: Do not subtract NR_FILE_MAPPED in minimum_image_size()Rainer Fiebig
2018-01-05padata: add SPDX identifierCheah Kok Cheong
2018-01-04kernel/exit.c: export abort() to modulesAndrew Morton
2018-01-04kernel/acct.c: fix the acct->needcheck check in check_free_space()Oleg Nesterov
2018-01-04bpf: only build sockmap with CONFIG_INETJohn Fastabend
2018-01-04bpf: sockmap remove unused functionJohn Fastabend
2018-01-04posix-timers: Prevent UB from shifting negative signed valueNick Desaulniers
2018-01-04printk: add console_msg_format command line optionSergey Senozhatsky