| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2016-12-12 | 15 | -32/+341 |
|\ |
|
| * | Merge branch 'linus' into sched/core, to pick up fixes | Ingo Molnar | 2016-12-11 | 120 | -384/+577 |
| |\ |
|
| * | | x86/uaccess, sched/preempt: Verify access_ok() context | Peter Zijlstra | 2016-12-06 | 1 | -2/+11 |
| * | | sched/x86: Make CONFIG_SCHED_MC_PRIO=y easier to enable | Ingo Molnar | 2016-11-30 | 1 | -11/+13 |
| * | | sched/x86: Change CONFIG_SCHED_ITMT to CONFIG_SCHED_MC_PRIO | Tim Chen | 2016-11-30 | 3 | -10/+20 |
| * | | x86/sched: Use #include <linux/mutex.h> instead of #include <asm/mutex.h> | Ingo Molnar | 2016-11-28 | 1 | -1/+1 |
| * | | x86/sched: Add SD_ASYM_PACKING flags to x86 ITMT CPU | Tim Chen | 2016-11-24 | 1 | -4/+24 |
| * | | x86/sysctl: Add sysctl for ITMT scheduling feature | Tim Chen | 2016-11-24 | 2 | -3/+112 |
| * | | x86: Enable Intel Turbo Boost Max Technology 3.0 | Tim Chen | 2016-11-24 | 4 | -0/+147 |
| * | | x86/topology: Define x86's arch_update_cpu_topology | Tim Chen | 2016-11-24 | 2 | -0/+12 |
| * | | Merge branch 'linus' into sched/core, to pick up fixes | Ingo Molnar | 2016-11-23 | 55 | -311/+1275 |
| |\ \ |
|
| * | | | sched/x86: Do not clear PREEMPT_NEED_RESCHED on preempt count reset | Martin Schwidefsky | 2016-11-16 | 1 | -1/+7 |
| * | | | Merge branch 'linus' into sched/core, to pick up fixes | Ingo Molnar | 2016-11-16 | 42 | -93/+328 |
| |\ \ \ |
|
| * | | | | sched/cputime: Simplify task_cputime() | Stanislaw Gruszka | 2016-11-15 | 1 | -2/+2 |
| * | | | | sched/cputime, powerpc, s390: Make scaled cputime arch specific | Stanislaw Gruszka | 2016-11-15 | 6 | -7/+17 |
| * | | | | sched/cputime, powerpc: Remove cputime_to_scaled() | Stanislaw Gruszka | 2016-11-15 | 1 | -7/+0 |
| * | | | | sched/cputime, powerpc: Remove cputime_last_delta global variable | Stanislaw Gruszka | 2016-11-15 | 2 | -9/+0 |
* | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2016-12-12 | 2 | -3/+7 |
|\ \ \ \ \ |
|
| * | | | | | perf/x86: Fix exclusion of BTS and LBR for Goldmont | Andi Kleen | 2016-12-11 | 2 | -3/+7 |
| | |_|_|/
| |/| | | |
|
* | | | | | Merge branch 'mm-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2016-12-12 | 1 | -5/+2 |
|\ \ \ \ \ |
|
| * | | | | | x86/pat, mm: Make track_pfn_insert() return void | Borislav Petkov | 2016-11-09 | 1 | -5/+2 |
* | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2016-12-12 | 81 | -854/+133 |
|\ \ \ \ \ \ |
|
| * | | | | | | x86/paravirt: Fix bool return type for PVOP_CALL() | Peter Zijlstra | 2016-12-11 | 1 | -1/+13 |
| * | | | | | | x86/paravirt: Fix native_patch() | Peter Zijlstra | 2016-12-11 | 2 | -0/+8 |
| * | | | | | | Merge branch 'linus' into locking/core, to pick up fixes | Ingo Molnar | 2016-12-11 | 114 | -344/+538 |
| |\ \ \ \ \ \
| | | |/ / / /
| | |/| | | | |
|
| * | | | | | | Merge branch 'locking/urgent' into locking/core, to pick up dependent fixes | Ingo Molnar | 2016-12-02 | 17 | -73/+134 |
| |\ \ \ \ \ \ |
|
| * | | | | | | | x86/paravirt: Optimize native pv_lock_ops.vcpu_is_preempted() | Peter Zijlstra | 2016-11-22 | 9 | -27/+54 |
| * | | | | | | | x86/xen: Support the vCPU preemption check | Juergen Gross | 2016-11-22 | 1 | -1/+2 |
| * | | | | | | | x86/kvm: Support the vCPU preemption check | Pan Xinhui | 2016-11-22 | 1 | -0/+12 |
| * | | | | | | | x86/kvm: Support the vCPU preemption check | Pan Xinhui | 2016-11-22 | 2 | -1/+19 |
| * | | | | | | | locking/core, x86/paravirt: Implement vcpu_is_preempted(cpu) for KVM and Xen ... | Pan Xinhui | 2016-11-22 | 3 | -0/+16 |
| * | | | | | | | locking/spinlocks, s390: Implement vcpu_is_preempted(cpu) | Christian Borntraeger | 2016-11-22 | 3 | -19/+23 |
| * | | | | | | | locking/core, powerpc: Implement vcpu_is_preempted(cpu) | Pan Xinhui | 2016-11-22 | 1 | -0/+8 |
| * | | | | | | | Merge branch 'linus' into locking/core, to pick up fixes | Ingo Molnar | 2016-11-22 | 87 | -371/+1508 |
| |\ \ \ \ \ \ \ |
|
| * | | | | | | | | locking/core: Provide common cpu_relax_yield() definition | Christian Borntraeger | 2016-11-17 | 32 | -38/+1 |
| * | | | | | | | | locking/core, arch: Remove cpu_relax_lowlatency() | Christian Borntraeger | 2016-11-16 | 32 | -33/+0 |
| * | | | | | | | | locking/core, s390: Make cpu_relax() a barrier again | Christian Borntraeger | 2016-11-16 | 1 | -1/+1 |
| * | | | | | | | | locking/core: Introduce cpu_relax_yield() | Christian Borntraeger | 2016-11-16 | 33 | -3/+36 |
| * | | | | | | | | Merge branch 'linus' into locking/core, to pick up fixes | Ingo Molnar | 2016-11-11 | 144 | -1570/+2352 |
| |\ \ \ \ \ \ \ \
| | | |_|_|_|/ / /
| | |/| | | | | | |
|
| * | | | | | | | | locking/mutex: Kill arch specific code | Peter Zijlstra | 2016-10-25 | 34 | -790/+0 |
* | | | | | | | | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2016-12-12 | 5 | -5/+83 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | x86/efi: Retrieve and assign Apple device properties | Lukas Wunner | 2016-11-13 | 2 | -0/+66 |
| * | | | | | | | | | efi: Allow bitness-agnostic protocol calls | Lukas Wunner | 2016-11-13 | 3 | -5/+17 |
* | | | | | | | | | | Merge branch 'core-smp-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2016-12-12 | 1 | -8/+0 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | kernel/smp: Make the SMP boot message common on all arches | Michael Ellerman | 2016-10-26 | 1 | -8/+0 |
* | | | | | | | | | | | Merge tag 'cris-for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/je... | Linus Torvalds | 2016-12-12 | 2 | -5/+7 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | cris: No need to append -O2 and $(LINUXINCLUDE) | Paul Bolle | 2016-12-08 | 2 | -6/+0 |
| * | | | | | | | | | | | cris: Only build flash rescue image if CONFIG_ETRAX_AXISFLASHMAP is selected | Guenter Roeck | 2016-11-07 | 1 | -0/+8 |
| | |_|_|_|_|_|_|/ / /
| |/| | | | | | | | | |
|
* | | | | | | | | | | | Merge tag 'openrisc-for-linus' of git://github.com/openrisc/linux | Linus Torvalds | 2016-12-12 | 11 | -53/+54 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | openrisc: include l.swa in check for write data pagefault | Stefan Kristiansson | 2016-12-12 | 1 | -1/+1 |