aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-01-10sched/core: Rework and clarify prepare_lock_switch()rodrigosiqueira2-45/+49
2018-01-10Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar38-903/+489
2018-01-10membarrier: Disable preemption when calling smp_call_function_many()Mathieu Desnoyers1-0/+2
2018-01-10PM / sleep: Make lock/unlock_system_sleep() available to kernel modulesBart Van Assche1-0/+29
2018-01-09bpf: introduce BPF_JIT_ALWAYS_ON configAlexei Starovoitov1-0/+19
2018-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller18-57/+200
2018-01-09symbol lookup: introduce dereference_symbol_descriptor()Sergey Senozhatsky1-35/+0
2018-01-09sections: split dereference_function_descriptor()Sergey Senozhatsky1-0/+6
2018-01-09bpf: prevent out-of-bounds speculationAlexei Starovoitov2-11/+72
2018-01-08memremap: merge find_dev_pagemap into get_dev_pagemapChristoph Hellwig1-9/+1
2018-01-08memremap: change devm_memremap_pages interface to use struct dev_pagemapChristoph Hellwig1-30/+21
2018-01-08memremap: drop private struct page_mapLogan Gunthorpe1-42/+26
2018-01-08memremap: simplify duplicate region handling in devm_memremap_pagesChristoph Hellwig1-11/+0
2018-01-08memremap: remove to_vmem_altmapChristoph Hellwig1-26/+0
2018-01-08mm: optimize dev_pagemap reference counting around get_dev_pagemapChristoph Hellwig1-8/+9
2018-01-08mm: move get_dev_pagemap out of lineChristoph Hellwig1-2/+34
2018-01-08mm: pass the vmem_altmap to memmap_init_zoneChristoph Hellwig1-1/+1
2018-01-08mm: pass the vmem_altmap to arch_remove_memory and __remove_pagesChristoph Hellwig1-1/+1
2018-01-08mm: pass the vmem_altmap to arch_add_memory and __add_pagesChristoph Hellwig1-1/+2
2018-01-08Merge branch 'for-4.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds2-12/+14
2018-01-08irq/work: Improve the flag definitionsBartosz Golaszewski1-1/+1
2018-01-08bpf: fix verifier GPF in kmalloc failure pathAlexei Starovoitov1-0/+4
2018-01-08locking/lockdep: Remove cross-release leftoversIngo Molnar1-5/+0
2018-01-08perf: Return empty callchain instead of NULLJiri Olsa1-18/+12
2018-01-08perf: Make perf_callchain function staticJiri Olsa3-19/+16
2018-01-08perf: Allocate context task_ctx_data for child eventJiri Olsa1-0/+14
2018-01-08workqueue: allow WQ_MEM_RECLAIM on early init workqueuesTejun Heo1-2/+8
2018-01-08workqueue: separate out init_rescuer()Tejun Heo1-23/+33
2018-01-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-2/+40
2018-01-07bpf: sockmap missing NULL psock checkJohn Fastabend1-2/+9
2018-01-06bpf: implement syscall command BPF_MAP_GET_NEXT_KEY for stacktrace mapYonghong Song1-2/+26
2018-01-06block: convert to bio_first_bvec_all & bio_first_page_allMing Lei1-1/+1
2018-01-05bpf_obj_do_pin(): switch to vfs_mkobj(), quit abusing ->mknod()Al Viro1-28/+22
2018-01-05fix "netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1'"Al Viro2-2/+40
2018-01-05irq debug: do not use print_symbol()Sergey Senozhatsky1-8/+6
2018-01-05PM: hibernate: Do not subtract NR_FILE_MAPPED in minimum_image_size()Rainer Fiebig1-4/+2
2018-01-05padata: add SPDX identifierCheah Kok Cheong1-0/+1
2018-01-04kernel/exit.c: export abort() to modulesAndrew Morton1-0/+1
2018-01-04kernel/acct.c: fix the acct->needcheck check in check_free_space()Oleg Nesterov1-1/+1
2018-01-04bpf: only build sockmap with CONFIG_INETJohn Fastabend1-0/+2
2018-01-04bpf: sockmap remove unused functionJohn Fastabend1-8/+0
2018-01-04posix-timers: Prevent UB from shifting negative signed valueNick Desaulniers2-3/+3
2018-01-04printk: add console_msg_format command line optionSergey Senozhatsky1-1/+22
2018-01-03signal: Simplify and fix kdb_send_sigEric W. Biederman3-16/+10
2018-01-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-3/+5
2018-01-03Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar18-417/+310
2018-01-02perf: Export perf_event_update_userpageSuzuki K Poulose1-0/+1
2017-12-31Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-15/+43
2017-12-31Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+4
2017-12-31Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1