summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2019-06-15bpf, devmap: Add missing bulk queue freeToshiaki Makita
2019-06-15bpf, devmap: Fix premature entry free on destroying mapToshiaki Makita
2019-06-14ftrace: Fix NULL pointer dereference in free_ftrace_func_mapper()Wei Li
2019-06-14docs: power: convert docs to ReST and rename to *.rstMauro Carvalho Chehab
2019-06-14module: Fix livepatch/ftrace module text permissions raceJosh Poimboeuf
2019-06-14tracing/uprobe: Fix obsolete comment on trace_uprobe_create()Eiichi Tsukata
2019-06-14tracing/uprobe: Fix NULL pointer dereference in trace_uprobe_create()Eiichi Tsukata
2019-06-14tracing: Make two symbols staticYueHaibing
2019-06-14tracing: avoid build warning with HAVE_NOP_MCOUNTVasily Gorbik
2019-06-14docs: scheduler: convert docs to ReST and rename to *.rstMauro Carvalho Chehab
2019-06-14docs: cgroup-v1: convert docs to ReST and rename to *.rstMauro Carvalho Chehab
2019-06-14tracing: Fix out-of-range read in trace_stack_print()Eiichi Tsukata
2019-06-14cgroup: Move cgroup_parse_float() implementation out of CONFIG_SYSFSTejun Heo
2019-06-14alarmtimer: Fix kerneldoc comment for alarmtimer_suspend()Yangtao Li
2019-06-14clocksource: Move inline keyword to the beginning of function declarationsMathieu Malaterre
2019-06-14dma-remap: Avoid de-referencing NULL atomic_poolFlorian Fainelli
2019-06-14timekeeping: Repair ktime_get_coarse*() granularityThomas Gleixner
2019-06-14PM: hibernate: powerpc: Expose pfn_is_nosave() prototypeMathieu Malaterre
2019-06-14kernel/module: Fix mem leak in module_add_modinfo_attrsYueHaibing
2019-06-13mm/devm_memremap_pages: fix final page put raceDan Williams
2019-06-13mm/devm_memremap_pages: introduce devm_memunmap_pagesDan Williams
2019-06-13rcu: Upgrade sync_exp_work_done() to smp_mb()Paul E. McKenney
2019-06-12cpuset: restore sanity to cpuset_cpus_allowed_fallback()Joel Savitz
2019-06-12bpf: silence warning messages in coreValdis Klētnieks
2019-06-12cpu/hotplug: Abort disabling secondary CPUs if wakeup is pendingPavankumar Kondeti
2019-06-12genirq/affinity: Remove unused argument from [__]irq_build_affinity_masks()Minwoo Im
2019-06-12genirq/timings: Add selftest for next event computationDaniel Lezcano
2019-06-12genirq/timings: Add selftest for irqs circular bufferDaniel Lezcano
2019-06-12genirq/timings: Add selftest for circular arrayDaniel Lezcano
2019-06-12genirq/timings: Encapsulate storing functionDaniel Lezcano
2019-06-12genirq/timings: Encapsulate timings pushDaniel Lezcano
2019-06-12genirq/timings: Optimize the period detection speedDaniel Lezcano
2019-06-12genirq/timings: Fix timings buffer inspectionDaniel Lezcano
2019-06-12genirq/timings: Fix next event index functionDaniel Lezcano
2019-06-12hrtimer: Remove unused header includeYangtao Li
2019-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2019-06-11ptrace: restore smp_rmb() in __ptrace_may_access()Jann Horn
2019-06-11swiotlb: Return consistent SWIOTLB segments/nr_tblFlorian Fainelli
2019-06-11swiotlb: Group identical cleanup in swiotlb_cleanup()Florian Fainelli
2019-06-11bpf: lpm_trie: check left child of last leftmost node for NULLJonathan Lemon
2019-06-10bpf: Allow bpf_map_lookup_elem() on an xskmapJonathan Lemon
2019-06-10Merge branch 'for-5.2-fixes' into for-5.3Tejun Heo
2019-06-10cgroup: Fix css_task_iter_advance_css_set() cset skip conditionTejun Heo
2019-06-10mm/hmm: Hold a mmgrab from hmm to mmJason Gunthorpe
2019-06-10cgroup/bfq: revert bfq.weight symlink changeJens Axboe
2019-06-09fork: add clone3Christian Brauner
2019-06-08Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2019-06-08Merge tag 'char-misc-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-06-08Merge tag 'for-linus-20190608' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller