summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* mm: THP page cache support for ppc64Aneesh Kumar K.V2016-12-121-0/+10
* mm: move vma_is_anonymous check within pmd_move_must_withdrawAneesh Kumar K.V2016-12-121-1/+2
* x86/ldt: use vfree_atomic() to free ldt entriesAndrey Ryabinin2016-12-121-1/+1
* lib: radix-tree: check accounting of existing slot replacement usersJohannes Weiner2016-12-121-1/+1
* mm: remove x86-only restriction of movable_nodeReza Arbab2016-12-121-0/+24
* powerpc/mm: allow memory hotplug into a memoryless nodeReza Arbab2016-12-121-12/+1
* mm: remove the page size change check in tlb_remove_pageAneesh Kumar K.V2016-12-125-40/+7
* mm: add tlb_remove_check_page_size_change to track page size changeAneesh Kumar K.V2016-12-126-0/+46
* mm/hugetlb: add tlb_remove_hugetlb_entry for handling hugetlb pagesAneesh Kumar K.V2016-12-125-0/+13
* m32r: fix build warningSudip Mukherjee2016-12-121-0/+2
* m32r: add simple dmaSudip Mukherjee2016-12-123-2/+38
* Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-12-1212-85/+522
|\
| * x86/mce: Include the PPIN in MCE records when availableTony Luck2016-11-235-0/+47
| * x86/mce/AMD: Add system physical address translation for AMD Fam17hYazen Ghannam2016-11-223-1/+203
| * x86/amd_nb: Add SMN and Indirect Data Fabric access for AMD Fam17hYazen Ghannam2016-11-162-2/+111
| * x86/amd_nb: Add Fam17h Data Fabric as "Northbridge"Yazen Ghannam2016-11-161-0/+5
| * x86/amd_nb: Make all exports EXPORT_SYMBOL_GPLYazen Ghannam2016-11-161-11/+13
| * x86/amd_nb: Make amd_northbridges internal to amd_nb.cYazen Ghannam2016-11-162-23/+28
| * x86/mce/AMD: Reset Threshold Limit after logging errorYazen Ghannam2016-11-161-0/+6
| * x86/mce/AMD: Fix HWID_MCATYPE calculation by grouping argumentsYazen Ghannam2016-11-111-1/+1
| * x86/MCE: Correct TSC timestamping of error recordsBorislav Petkov2016-11-112-8/+12
| * x86/RAS: Hide SMCA bank namesBorislav Petkov2016-11-082-10/+30
| * x86/RAS: Rename smca_bank_names to smca_namesBorislav Petkov2016-11-082-4/+4
| * x86/RAS: Simplify SMCA HWID descriptor structBorislav Petkov2016-11-082-17/+11
| * x86/RAS: Simplify SMCA bank descriptor structBorislav Petkov2016-11-082-8/+9
| * x86/MCE: Dump MCE to dmesg if no consumersBorislav Petkov2016-11-081-6/+46
| * x86/RAS: Add TSC timestamp to the injected MCEBorislav Petkov2016-11-081-0/+2
| * x86/MCE: Do not look at panic_on_oops in the severity gradingYinghai Lu2016-11-081-1/+1
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-12-1215-32/+341
|\ \
| * \ Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2016-12-11120-384/+577
| |\ \
| * | | x86/uaccess, sched/preempt: Verify access_ok() contextPeter Zijlstra2016-12-061-2/+11
| * | | sched/x86: Make CONFIG_SCHED_MC_PRIO=y easier to enableIngo Molnar2016-11-301-11/+13
| * | | sched/x86: Change CONFIG_SCHED_ITMT to CONFIG_SCHED_MC_PRIOTim Chen2016-11-303-10/+20
| * | | x86/sched: Use #include <linux/mutex.h> instead of #include <asm/mutex.h>Ingo Molnar2016-11-281-1/+1
| * | | x86/sched: Add SD_ASYM_PACKING flags to x86 ITMT CPUTim Chen2016-11-241-4/+24
| * | | x86/sysctl: Add sysctl for ITMT scheduling featureTim Chen2016-11-242-3/+112
| * | | x86: Enable Intel Turbo Boost Max Technology 3.0Tim Chen2016-11-244-0/+147
| * | | x86/topology: Define x86's arch_update_cpu_topologyTim Chen2016-11-242-0/+12
| * | | Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2016-11-2355-311/+1275
| |\ \ \
| * | | | sched/x86: Do not clear PREEMPT_NEED_RESCHED on preempt count resetMartin Schwidefsky2016-11-161-1/+7
| * | | | Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2016-11-1642-93/+328
| |\ \ \ \
| * | | | | sched/cputime: Simplify task_cputime()Stanislaw Gruszka2016-11-151-2/+2
| * | | | | sched/cputime, powerpc, s390: Make scaled cputime arch specificStanislaw Gruszka2016-11-156-7/+17
| * | | | | sched/cputime, powerpc: Remove cputime_to_scaled()Stanislaw Gruszka2016-11-151-7/+0
| * | | | | sched/cputime, powerpc: Remove cputime_last_delta global variableStanislaw Gruszka2016-11-152-9/+0
* | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-12-122-3/+7
|\ \ \ \ \ \
| * | | | | | perf/x86: Fix exclusion of BTS and LBR for GoldmontAndi Kleen2016-12-112-3/+7
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'mm-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-12-121-5/+2
|\ \ \ \ \ \
| * | | | | | x86/pat, mm: Make track_pfn_insert() return voidBorislav Petkov2016-11-091-5/+2
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-12-1281-854/+133
|\ \ \ \ \ \