summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* kthread: Don't abuse kthread_create_on_cpu() in __kthread_create_worker()Oleg Nesterov2016-12-081-15/+8
* kthread: Don't use to_live_kthread() in kthread_[un]park()Oleg Nesterov2016-12-081-45/+24
* kthread: Don't use to_live_kthread() in kthread_stop()Oleg Nesterov2016-12-081-7/+5
* Revert "kthread: Pin the stack via try_get_task_stack()/put_task_stack() in t...Oleg Nesterov2016-12-081-6/+2
* kthread: Make struct kthread kmalloc'edOleg Nesterov2016-12-083-13/+48
* x86/uaccess, sched/preempt: Verify access_ok() contextPeter Zijlstra2016-12-062-10/+24
* 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-305-12/+22
* x86/sched: Use #include <linux/mutex.h> instead of #include <asm/mutex.h>Ingo Molnar2016-11-281-1/+1
* cpufreq/intel_pstate: Use CPPC to get max performanceRafael J. Wysocki2016-11-242-1/+56
* acpi/bus: Set _OSC for diverse core supportSrinivas Pandruvada2016-11-242-0/+4
* acpi/bus: Enable HWP CPPC objectsSrinivas Pandruvada2016-11-241-0/+7
* 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
* sched: Extend scheduler's asym packingTim Chen2016-11-244-17/+59
* sched/fair: Clean up the tunable parameter definitionsIngo Molnar2016-11-231-22/+28
* sched/dl: Fix comment in pick_next_task_dl()T.Zhou2016-11-231-1/+1
* Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2016-11-23261-1846/+3538
|\
| * Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang...Linus Torvalds2016-11-221-1/+8
| |\
| | * thermal/powerclamp: add back module device tableJacob Pan2016-11-211-1/+8
| * | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2016-11-222-9/+27
| |\ \
| | * \ Merge remote-tracking branch 'mkp-scsi/4.9/scsi-fixes' into fixesJames Bottomley2016-11-152-9/+27
| | |\ \
| | | * | scsi: qla2xxx: do not abort all commands in the adapter during EEH recoveryMauricio Faria de Oliveira2016-11-151-8/+13
| | | * | scsi: mpt3sas: Fix secure erase premature terminationAndrey Grodzovsky2016-11-121-1/+14
| * | | | Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-11-225-4/+16
| |\ \ \ \
| | * \ \ \ Merge tag 'sunxi-clk-fixes-for-4.9' of https://git.kernel.org/pub/scm/linux/k...Stephen Boyd2016-11-162-1/+13
| | |\ \ \ \
| | | * | | | clk: sunxi: Fix M factor computation for APB1Stéphan Rafin2016-11-041-1/+1
| | | * | | | clk: sunxi-ng: sun6i-a31: Force AHB1 clock to use PLL6 as parentChen-Yu Tsai2016-10-191-0/+12
| | * | | | | clk: efm32gg: Pass correct type to hw provider registrationStephen Boyd2016-11-161-1/+1
| | * | | | | clk: berlin: Pass correct type to hw provider registrationStephen Boyd2016-11-162-2/+2
| * | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-11-223-8/+31
| |\ \ \ \ \ \
| | * | | | | | sched/autogroup: Do not use autogroup->tg in zombie threadsOleg Nesterov2016-11-223-0/+22
| | * | | | | | sched/autogroup: Fix autogroup_move_group() to never skip sched_move_task()Oleg Nesterov2016-11-221-11/+12
| * | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-11-2210-33/+95
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | x86/platform/intel-mid: Rename platform_wdt to platform_mrfld_wdtAndy Shevchenko2016-11-212-2/+2
| | * | | | | | x86/build: Build compressed x86 kernels as PIE when !CONFIG_RELOCATABLE as wellH.J. Lu2016-11-211-3/+2
| | * | | | | | x86/platform/intel-mid: Register watchdog device after SCUAndy Shevchenko2016-11-211-5/+27
| | * | | | | | x86/fpu: Fix invalid FPU ptrace state after execve()Yu-cheng Yu2016-11-211-8/+8
| | * | | | | | x86/boot: Fail the boot if !M486 and CPUID is missingAndy Lutomirski2016-11-211-0/+6
| | * | | | | | x86/traps: Ignore high word of regs->cs in early_fixup_exception()Andy Lutomirski2016-11-211-1/+6
| | * | | | | | x86/dumpstack: Prevent KASAN false positive warningsJosh Poimboeuf2016-11-181-1/+1
| | * | | | | | x86/unwind: Prevent KASAN false positive warnings in guess unwinderJosh Poimboeuf2016-11-181-2/+6
| | * | | | | | x86/boot: Avoid warning for zero-filling .bssArnd Bergmann2016-11-171-3/+6
| | * | | | | | x86/sysfb: Fix lfb_size calculationDavid Herrmann2016-11-161-8/+17
| | * | | | | | x86/sysfb: Add support for 64bit EFI lfb_baseDavid Herrmann2016-11-161-2/+16
| * | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2016-11-221-2/+4
| |\ \ \ \ \ \ \
| | * | | | | | | apparmor: fix change_hat not finding hat after policy replacementJohn Johansen2016-11-211-2/+4
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2016-11-2117-83/+948
| |\ \ \ \ \ \ \ \