aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/memremap.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-09list: kill list_force_poison()Dan Williams3-22/+7
2016-03-09mm: __delete_from_page_cache show Bad page if mappedHugh Dickins1-1/+24
2016-03-09mm/hugetlb: hugetlb_no_page: rate-limit warning messageGeoffrey Thomas1-1/+1
2016-03-09tracing: Fix check for cpu online when event is disabledSteven Rostedt (Red Hat)1-8/+9
2016-03-09arm64: hugetlb: partial revert of 66b3923a1a0fWill Deacon1-14/+0
2016-03-09arm64: account for sparsemem section alignment when choosing vmemmap offsetArd Biesheuvel1-2/+3
2016-03-09dma, mm/pat: Rename dma_*_writecombine() to dma_*_wc()Luis R. Rodriguez38-197/+176
2016-03-09perf tools: Omit unnecessary cast in perf_pmu__parse_scaleJiri Olsa1-2/+2
2016-03-09perf tools: Pass perf_hpp_list all the way through setup_sort_listJiri Olsa1-18/+26
2016-03-09perf tools: Fix perf script python database export crashChris Phlipot1-4/+2
2016-03-09perf jitdump: DWARF is also neededArnaldo Carvalho de Melo2-5/+8
2016-03-09x86/fpu: Fix 'no387' regressionAndy Lutomirski1-6/+8
2016-03-09kvm: cap halt polling at exactly halt_poll_nsDavid Matlack1-0/+3
2016-03-09perf bench mem: Prepare the x86-64 build for upstream memcpy_mcsafe() changesIngo Molnar1-0/+5
2016-03-09dmaengine: fsldma: fix memory leakXuelin Shi1-0/+2
2016-03-09device property: fwnode->secondary may contain ERR_PTR(-ENODEV)Heikki Krogerus1-4/+4
2016-03-08ACPICA: Revert "Parser: Fix for SuperName method invocation"Bob Moore1-5/+4
2016-03-08Revert "drm/radeon/pm: adjust display configuration after powerstate"Alex Deucher1-3/+2
2016-03-08x86/mm, x86/mce: Add memcpy_mcsafe()Tony Luck3-0/+132
2016-03-08perf/x86/intel/rapl: Simplify quirk handling even moreBorislav Petkov1-19/+13
2016-03-08drm/amdgpu/dp: add back special handling for NUTMEGAlex Deucher1-4/+16
2016-03-08drm/radeon/dp: add back special handling for NUTMEGAlex Deucher1-4/+16
2016-03-08futex: Replace barrier() in unqueue_me() with READ_ONCE()Jianyu Zhan1-2/+6
2016-03-08x86/nmi: Mark 'ignore_nmis' as __read_mostlyKostenzer Felix1-1/+2
2016-03-08KVM: s390: correct fprs on SIGP (STOP AND) STORE STATUSDavid Hildenbrand1-1/+1
2016-03-08KVM: VMX: disable PEBS before a guest entryRadim Krčmář1-0/+7
2016-03-08sched/cputime: Fix steal_account_process_tick() to always return jiffiesChris Friesen1-7/+7
2016-03-08sched/deadline: Remove dl_new from struct sched_dl_entityLuca Abeni3-28/+14
2016-03-08perf/x86/intel: Fix PEBS data source interpretation on Nehalem/WestmereAndi Kleen3-1/+14
2016-03-08perf/x86/pebs: Add proper PEBS constraints for BroadwellStephane Eranian3-1/+27
2016-03-08perf/x86/pebs: Add workaround for broken OVFL status on HSW+Stephane Eranian1-0/+10
2016-03-08perf/x86/intel: Add definition for PT PMI bitStephane Eranian1-0/+1
2016-03-08perf/x86/intel: Fix PEBS warning by only restoring active PMU in pmiKan Liang3-3/+29
2016-03-08perf/x86/intel: Use PAGE_SIZE for PEBS buffer size on Core2Jiri Olsa2-2/+12
2016-03-08perf/core: Fix perf_sched_count derailmentAlexander Shishkin1-4/+3
2016-03-08x86/mce/AMD: Document some functionalityAravind Gopalakrishnan2-14/+19
2016-03-08x86/mce: Clarify comments regarding deferred errorAravind Gopalakrishnan1-1/+1
2016-03-08x86/mce/AMD: Fix logic to obtain block addressAravind Gopalakrishnan2-29/+59
2016-03-08x86/mce/AMD, EDAC: Enable error decoding of Scalable MCA errorsAravind Gopalakrishnan3-3/+420
2016-03-08x86/mce: Move MCx_CONFIG MSR definitionsAravind Gopalakrishnan2-4/+4
2016-03-08s390/cpumf: Fix lpp detectionChristian Borntraeger1-1/+1
2016-03-08perf report: Use hierarchy hpp list on gtkNamhyung Kim1-22/+33
2016-03-08perf hists browser: Use hierarchy hpp listNamhyung Kim1-36/+45
2016-03-08perf report: Use hierarchy hpp list on stdioNamhyung Kim1-46/+57
2016-03-08perf hists: Fix indent for multiple hierarchy sort keyNamhyung Kim4-28/+23
2016-03-08perf hists: Support multiple sort keys in a hierarchy levelNamhyung Kim1-10/+32
2016-03-08perf hists: Use own hpp_list for hierarchy modeNamhyung Kim7-73/+103
2016-03-08perf hists: Introduce perf_hpp__setup_hists_formats()Namhyung Kim4-0/+118
2016-03-08perf stat: Document --detailed optionBorislav Petkov1-0/+8
2016-03-08perf hists: Add level field to struct perf_hpp_fmtNamhyung Kim2-33/+42