summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-02-2061-564/+367
|\
| * sched/cputime: Remove generic asm headersFrederic Weisbecker2017-02-0130-34/+2
| * s390, sched/cputime: Remove unused cputime definitionsFrederic Weisbecker2017-02-011-107/+0
| * powerpc, sched/cputime: Remove unused cputime definitionsFrederic Weisbecker2017-02-012-191/+2
| * s390, sched/cputime: Make arch_cpu_idle_time() to return nsecsFrederic Weisbecker2017-02-012-3/+4
| * ia64, sched/cputime: Remove unused cputime definitionsFrederic Weisbecker2017-02-011-106/+0
| * ia64: Convert vtime to use nsec units directlyFrederic Weisbecker2017-02-012-9/+9
| * ia64, sched/cputime: Move the nsecs based cputime headers to the last arch us...Frederic Weisbecker2017-02-011-2/+106
| * sched/cputime: Push time to account_system_time() in nsecsFrederic Weisbecker2017-02-014-16/+18
| * sched/cputime: Push time to account_idle_time() in nsecsFrederic Weisbecker2017-02-013-3/+3
| * sched/cputime: Push time to account_steal_time() in nsecsFrederic Weisbecker2017-02-012-2/+2
| * sched/cputime: Push time to account_user_time() in nsecsFrederic Weisbecker2017-02-013-3/+3
| * fs/binfmt: Convert obsolete cputime type to nsecsFrederic Weisbecker2017-02-013-29/+6
| * x86: Convert obsolete cputime type to nsecsFrederic Weisbecker2017-02-011-4/+4
| * alpha: Convert obsolete cputime_t to nsecsFrederic Weisbecker2017-02-011-4/+4
| * sched/cputime: Convert task/group cputime to nsecsFrederic Weisbecker2017-02-014-9/+10
| * sched/cputime: Introduce special task_cputime_t() API to return old-typed cpu...Frederic Weisbecker2017-02-012-2/+2
| * sched/cputime: Convert kcpustat to nsecsFrederic Weisbecker2017-02-011-8/+8
| * Merge branch 'linus' into sched/core, to pick up fixes and refresh the branchIngo Molnar2017-02-01124-385/+936
| |\
| * | sched/clock: Fix hotplug crashPeter Zijlstra2017-01-209-7/+25
| * | sched/x86: Remove unnecessary TBM3 check to update topologyTim Chen2017-01-191-4/+2
| * | sched/clock, clocksource: Add optional cs::mark_unstable() methodThomas Gleixner2017-01-141-0/+11
| * | sched/cputime: Rename vtime_account_user() to vtime_flush()Frederic Weisbecker2017-01-143-6/+4
| * | sched/cputime, s390: Implement delayed accounting of system timeMartin Schwidefsky2017-01-143-79/+125
| * | sched/cputime, ia64: Accumulate cputime and account only on tick/task switchFrederic Weisbecker2017-01-142-15/+53
| * | sched/cputime, powerpc/vtime: Accumulate cputime and account only on tick/tas...Frederic Weisbecker2017-01-141-43/+77
| * | sched/cputime, powerpc: Migrate stolen_time field to the accounting structureFrederic Weisbecker2017-01-143-5/+4
| * | sched/cputime, powerpc: Prepare accounting structure for cputime flush on tickFrederic Weisbecker2017-01-144-25/+34
| * | sched/cputime, ia64: Fix incorrect start cputime assignment on task switchFrederic Weisbecker2017-01-141-1/+1
| * | sched/cputime, powerpc32: Fix stale scaled stime on context switchFrederic Weisbecker2017-01-141-0/+1
* | | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-02-2010-88/+46
|\ \ \
| * | | x86/ras, EDAC, acpi: Assign MCE notifier handlers a priorityBorislav Petkov2017-01-242-5/+12
| * | | x86/ras: Get rid of mce_process_work()Borislav Petkov2017-01-243-13/+3
| * | | x86/ras/amd/inj: Change dependencyBorislav Petkov2017-01-241-1/+1
| * | | x86/ras: Flip the TSC-adding logicBorislav Petkov2017-01-243-11/+9
| * | | x86/ras/amd: Make sysfs names of banks more user-friendlyYazen Ghannam2017-01-242-3/+8
| * | | x86/ras/therm_throt: Do not log a fake MCE for thermal eventsBorislav Petkov2017-01-243-50/+11
| * | | x86/ras/inject: Make it depend on X86_LOCAL_APIC=yBorislav Petkov2017-01-242-5/+2
* | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-02-209-84/+158
|\ \ \ \
| * \ \ \ Merge tag 'v4.10-rc8' into perf/core, to pick up fixesIngo Molnar2017-02-1458-134/+278
| |\ \ \ \
| * | | | | perf/x86/intel: Add Kaby Lake supportSrinivas Pandruvada2017-02-113-0/+8
| * | | | | kprobes/x86: Use hlist_for_each_entry() instead of hlist_for_each_entry_safe()Masami Hiramatsu2017-02-061-1/+1
| * | | | | kprobes/arm64: Remove a redundant dependency from the KconfigMasami Hiramatsu2017-02-061-1/+1
| * | | | | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2017-02-0615-265/+294
| |\ \ \ \ \
| * | | | | | perf/x86/intel/pt: Add format strings for PTWRITE and power event tracingAlexander Shishkin2017-02-011-0/+6
| * | | | | | perf/x86/events: Add an AMD-specific MakefileBorislav Petkov2017-01-302-10/+10
| * | | | | | perf/x86/amd/uncore: Update sysfs attributes for Family17h processorsJanakarajan Natarajan2017-01-301-21/+56
| * | | | | | perf/x86/amd/uncore: Update the number of uncore countersJanakarajan Natarajan2017-01-301-3/+28
| * | | | | | perf/x86/amd/uncore: Rename 'L2' to 'LLC'Janakarajan Natarajan2017-01-301-49/+49
* | | | | | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-02-2013-229/+134
|\ \ \ \ \ \ \