aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-02-06pref tools: Add missing map.h includesArnaldo Carvalho de Melo35-0/+35
2019-02-06perf symbols: Introduce map_symbol.hArnaldo Carvalho de Melo5-15/+27
2019-02-06perf callchain: Uninline callchain_cursor_reset() to remove map.h dependencyArnaldo Carvalho de Melo4-15/+20
2019-02-06perf srccode: Move struct definition from map.h to srccode.hArnaldo Carvalho de Melo3-13/+15
2019-02-06perf arm pmu: Add missing linux/string.h headerArnaldo Carvalho de Melo1-0/+1
2019-02-06perf powerpc: Add missing headers to skip-callchain-idx.cArnaldo Carvalho de Melo1-0/+3
2019-02-04perf/ring_buffer: Convert ring_buffer.aux_refcount to refcount_tElena Reshetova3-5/+5
2019-02-04perf/ring_buffer: Convert ring_buffer.refcount to refcount_tElena Reshetova3-4/+5
2019-02-04perf: Convert perf_event_context.refcount to refcount_tElena Reshetova2-7/+8
2019-02-04perf/uprobes: Convert to SPDX license identifierThomas Gleixner1-14/+1
2019-02-04perf/hw_breakpoints: Convert to SPDX license identifierThomas Gleixner1-14/+1
2019-02-04perf/core: Convert to SPDX license identifiersThomas Gleixner3-6/+3
2019-02-04Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar733-3851/+7859
2019-02-04perf/core: Don't WARN() for impossible ring-buffer sizesMark Rutland1-0/+3
2019-02-04perf/x86/intel: Delay memory deallocation until x86_pmu_dead_cpu()Peter Zijlstra1-5/+11
2019-02-04perf/x86/intel/uncore: Add Node ID maskKan Liang1-1/+3
2019-02-03Linux 5.0-rc5Linus Torvalds1-1/+1
2019-02-03Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds13-14/+35
2019-02-03Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-39/+9
2019-02-03Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-23/+35
2019-02-03Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+3
2019-02-03Merge tag 'for-5.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds4-38/+71
2019-02-02Merge tag 'devicetree-fixes-for-5.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-1/+5
2019-02-02Merge tag 'riscv-for-linus-5.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linuxLinus Torvalds10-19/+38
2019-02-02Merge tag 'for-linus-20190202' of git://git.kernel.dk/linux-blockLinus Torvalds9-53/+93
2019-02-02Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds6-27/+29
2019-02-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds38-74/+304
2019-02-02efi/arm64: Fix debugfs crash by adding a terminator for ptdump markerQian Cai1-2/+3
2019-02-02x86/resctrl: Avoid confusion over the new X86_RESCTRL configJohannes Weiner6-10/+10
2019-02-01Merge tag 'xtensa-20190201' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds12-42/+73
2019-02-01Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds5-5/+14
2019-02-01Merge tag '5.0-rc4-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds5-29/+61
2019-02-01Merge tag 'apparmor-pr-2019-02-01' of git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmorLinus Torvalds2-1/+6
2019-02-01autofs: fix error return in autofs_fill_super()Ian Kent1-1/+3
2019-02-01autofs: drop dentry reference only when it is never usedPan Bian1-1/+2
2019-02-01fs/drop_caches.c: avoid softlockups in drop_pagecache_sb()Jan Kara1-1/+7
2019-02-01mm: migrate: don't rely on __PageMovable() of newpage after unlocking itDavid Hildenbrand1-2/+5
2019-02-01psi: clarify the Kconfig text for the default-disable optionJohannes Weiner1-0/+11
2019-02-01mm, memory_hotplug: __offline_pages fix wrong lockingMichal Hocko1-2/+0
2019-02-01mm: hwpoison: use do_send_sig_info() instead of force_sig()Naoya Horiguchi1-1/+2
2019-02-01kasan: mark file common so ftrace doesn't trace itAnders Roxell1-0/+1
2019-02-01init/Kconfig: fix grammar by moving a closing parenthesisJonathan Neuschäfer1-1/+1
2019-02-01lib/test_kmod.c: potential double free in error handlingDan Carpenter1-1/+1
2019-02-01mm, oom: fix use-after-free in oom_kill_processShakeel Butt1-0/+8
2019-02-01mm/hotplug: invalid PFNs from pfn_to_online_page()Qian Cai1-8/+10
2019-02-01mm,memory_hotplug: fix scan_movable_pages() for gigantic hugepagesOscar Salvador1-16/+20
2019-02-01psi: fix aggregation idle shut-offJohannes Weiner3-5/+45
2019-02-01mm, memory_hotplug: test_pages_in_a_zone do not pass the end of zoneMikhail Zaslonko1-0/+3
2019-02-01mm, memory_hotplug: is_mem_section_removable do not pass the end of a zoneMichal Hocko1-1/+2
2019-02-01oom, oom_reaper: do not enqueue same task twiceTetsuo Handa2-2/+3