summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | perf/x86/intel/uncore: Add sanity checks for PCI dev package idThomas Gleixner2016-02-291-1/+1
| * | | | | | perf/x86/intel/uncore: Fix error handlingThomas Gleixner2016-02-292-43/+94
| * | | | | | perf/x86/intel/uncore: Simplify error rollbackThomas Gleixner2016-02-291-21/+24
| * | | | | | perf/x86/intel/uncore: Remove pointless mask checkThomas Gleixner2016-02-291-6/+0
| * | | | | | perf/x86/intel/uncore: Remove SBOX support for BDX-DEKan Liang2016-02-291-1/+7
| * | | | | | Merge tag 'v4.5-rc6' into perf/core, to pick up fixesIngo Molnar2016-02-29107-455/+773
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge branch 'perf/urgent' into perf/core, to queue up dependent patchIngo Molnar2016-02-17104-331/+634
| |\ \ \ \ \ \
| * | | | | | | perf/x86: Move perf_event.h to its new homeBorislav Petkov2016-02-1718-17/+17
| * | | | | | | perf/x86: Move perf_event_msr.c .............. => x86/events/msr.cBorislav Petkov2016-02-173-8/+2
| * | | | | | | perf/x86: Move perf_event_p6.c ............... => x86/events/intel/p6.cBorislav Petkov2016-02-173-4/+2
| * | | | | | | perf/x86: Move perf_event_p4.c ............... => x86/events/intel/p4.cBorislav Petkov2016-02-173-3/+4
| * | | | | | | perf/x86: Move perf_event_knc.c .............. => x86/events/intel/knc.cBorislav Petkov2016-02-173-4/+4
| * | | | | | | perf/x86: Move perf_event_intel_uncore_snbep.c => x86/events/intel/uncore_snb...Borislav Petkov2016-02-173-3/+2
| * | | | | | | perf/x86: Move perf_event_intel_uncore_snb.c => x86/events/intel/uncore_snb.cBorislav Petkov2016-02-173-3/+3
| * | | | | | | perf/x86: Move perf_event_intel_uncore_nhmex.c => x86/events/intel/uncore_nmh...Borislav Petkov2016-02-173-4/+3
| * | | | | | | perf/x86: Move perf_event_intel_uncore.[ch] .. => x86/events/intel/uncore.[ch]Borislav Petkov2016-02-177-8/+7
| * | | | | | | perf/x86: Move perf_event_intel_rapl.c ....... => x86/events/intel/rapl.cBorislav Petkov2016-02-173-3/+2
| * | | | | | | perf/x86: Move perf_event_intel_pt.[ch] ...... => x86/events/intel/pt.[ch]Borislav Petkov2016-02-174-3/+3
| * | | | | | | perf/x86: Move perf_event_intel_lbr.c ........ => x86/events/intel/lbr.cBorislav Petkov2016-02-173-3/+2
| * | | | | | | perf/x86: Move perf_event_intel_ds.c ......... => x86/events/intel/ds.cBorislav Petkov2016-02-173-3/+3
| * | | | | | | perf/x86: Move perf_event_intel_cstate.c ..... => x86/events/intel/cstate.cBorislav Petkov2016-02-173-2/+2
| * | | | | | | perf/x86: Move perf_event_intel_cqm.c ........ => x86/events/intel/cqm.cBorislav Petkov2016-02-173-3/+3
| * | | | | | | perf/x86: Move perf_event_intel.c ............ => x86/events/intel/core.cBorislav Petkov2016-02-173-3/+3
| * | | | | | | perf/x86: Move perf_event_intel_bts.c ........ => x86/events/intel/bts.cBorislav Petkov2016-02-173-2/+3
| * | | | | | | perf/x86: Move perf_event_amd_uncore.c .... => x86/events/amd/uncore.cBorislav Petkov2016-02-093-2/+1
| * | | | | | | perf/x86: Move perf_event_amd_iommu.[ch] .. => x86/events/amd/iommu.[ch]Borislav Petkov2016-02-094-5/+5
| * | | | | | | perf/x86: Move perf_event_amd_ibs.c ....... => x86/events/amd/ibs.cBorislav Petkov2016-02-093-2/+3
| * | | | | | | perf/x86: Move perf_event_amd.c ........... => x86/events/amd/core.cBorislav Petkov2016-02-093-2/+4
| * | | | | | | perf/x86: Move perf_event.c ............... => x86/events/core.cBorislav Petkov2016-02-094-4/+4
| * | | | | | | Merge branch 'x86/cpu' into perf/core, to pick up dependencyIngo Molnar2016-02-0931-163/+150
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| | * | | | | | x86/cpu: Convert printk(KERN_<LEVEL> ...) to pr_<level>(...)Chen Yucong2016-02-0327-159/+146
| | * | | | | | x86/cpufeature: Use enum cpuid_leafs instead of magic numbersHuaitong Han2016-02-014-4/+4
| | | |_|/ / / | | |/| | | |
* | | | | | | Merge branch 'mm-readonly-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-03-1519-74/+30
|\ \ \ \ \ \ \
| * | | | | | | ARM/vdso: Mark the vDSO code read-only after initDavid Brown2016-02-221-2/+1
| * | | | | | | x86/vdso: Mark the vDSO code read-only after initKees Cook2016-02-221-1/+1
| * | | | | | | arch: Introduce post-init read-only memoryKees Cook2016-02-221-0/+3
| * | | | | | | x86/mm: Always enable CONFIG_DEBUG_RODATA and remove the Kconfig optionKees Cook2016-02-2213-61/+25
| * | | | | | | asm-generic: Consolidate mark_rodata_ro()Kees Cook2016-02-224-10/+0
* | | | | | | | Merge branch 'mm-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-03-153-22/+18
|\ \ \ \ \ \ \ \
| * | | | | | | | dma, mm/pat: Rename dma_*_writecombine() to dma_*_wc()Luis R. Rodriguez2016-03-093-22/+18
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-03-149-34/+9
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2016-03-1037-52/+164
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge tag 'v4.5-rc6' into locking/core, to pick up fixesIngo Molnar2016-02-29154-591/+1068
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / | | |/| | | | | | |
| * | | | | | | | | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2016-02-132-17/+17
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | locking/lockdep: Eliminate lockdep_init()Andrey Ryabinin2016-02-097-24/+0
| * | | | | | | | | | Merge branch 'locking/urgent' into locking/core, to pick up fixesIngo Molnar2016-02-0914-12/+61
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge tag 'v4.5-rc3' into locking/core, to refresh the treeIngo Molnar2016-02-09101-476/+702
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | locking/x86: Use mb() around clflush()Michael S. Tsirkin2016-01-291-2/+2
| * | | | | | | | | | | | locking/x86: Tweak the comment about use of wmb() for IOMichael S. Tsirkin2016-01-291-1/+1
| * | | | | | | | | | | | locking/x86: Drop a comment left over from X86_OOSTOREMichael S. Tsirkin2016-01-291-4/+0