Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | x86/nmi: Fix timeout test in test_nmi_ipi() | Dan Carpenter | 2017-06-20 | 1 | -1/+1 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2017-07-03 | 2 | -1/+2 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | x86/paravirt: Remove unnecessary return from void function | Anton Vasilyev | 2017-06-24 | 1 | -1/+1 | |
| * | | | | | | | x86/boot: Add missing strchr() declaration | Tommy Nguyen | 2017-06-24 | 1 | -0/+1 | |
* | | | | | | | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2017-07-03 | 6 | -87/+145 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | x86/debug: Extend the lower bound of crash kernel low reservations | Jiri Bohac | 2017-06-22 | 1 | -1/+1 | |
| * | | | | | | | | x86/boot: Remove unused copy_*_gs() functions | Jiri Slaby | 2017-06-05 | 1 | -20/+0 | |
| * | | | | | | | | x86/KASLR: Use the right memcpy() implementation | Arnd Bergmann | 2017-05-31 | 1 | -0/+1 | |
| * | | | | | | | | Documentation/kernel-parameters.txt: Update 'memmap=' boot option description | Baoquan He | 2017-05-24 | 1 | -0/+9 | |
| * | | | | | | | | x86/KASLR: Handle the memory limit specified by the 'memmap=' and 'mem=' boot... | Baoquan He | 2017-05-24 | 1 | -18/+50 | |
| * | | | | | | | | x86/KASLR: Parse all 'memmap=' boot option entries | Baoquan He | 2017-05-24 | 3 | -55/+91 | |
| | |_|_|/ / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2017-07-03 | 1 | -2/+5 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | x86/uaccess: Optimize copy_user_enhanced_fast_string() for short strings | Paolo Abeni | 2017-06-30 | 1 | -2/+5 | |
* | | | | | | | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2017-07-03 | 4 | -26/+4 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | x86/apic: Make arch_init_msi/htirq_domain __init | Dou Liyang | 2017-06-22 | 2 | -2/+2 | |
| * | | | | | | | | | x86/apic: Make init_legacy_irqs() __init | Dou Liyang | 2017-06-22 | 1 | -2/+2 | |
| * | | | | | | | | | x86/ioapic: Remove unused IO_APIC_irq_trigger() function | Matthias Kaehlcke | 2017-05-26 | 1 | -22/+0 | |
* | | | | | | | | | | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2017-07-03 | 2 | -23/+42 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | nohz: Fix spurious warning when hrtimer and clockevent get out of sync | Frederic Weisbecker | 2017-06-13 | 1 | -2/+4 | |
| * | | | | | | | | | | nohz: Fix buggy tick delay on IRQ storms | Frederic Weisbecker | 2017-06-05 | 1 | -19/+2 | |
| * | | | | | | | | | | nohz: Reset next_tick cache even when the timer has no regs | Frederic Weisbecker | 2017-05-30 | 1 | -0/+2 | |
| * | | | | | | | | | | nohz: Fix collision between tick and other hrtimers, again | Frederic Weisbecker | 2017-05-17 | 2 | -6/+33 | |
| * | | | | | | | | | | nohz: Add hrtimer sanity check | Frederic Weisbecker | 2017-05-17 | 1 | -2/+7 | |
* | | | | | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2017-07-03 | 156 | -2621/+3658 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | sched/cputime: Refactor the cputime_adjust() code | Gustavo A. R. Silva | 2017-06-30 | 1 | -11/+5 | |
| * | | | | | | | | | | | sched/debug: Expose the number of RT/DL tasks that can migrate | Daniel Bristot de Oliveira | 2017-06-30 | 1 | -2/+15 | |
| * | | | | | | | | | | | sched/numa: Hide numa_wake_affine() from UP build | Thomas Gleixner | 2017-06-29 | 1 | -0/+2 | |
| * | | | | | | | | | | | sched/fair: Remove effective_load() | Rik van Riel | 2017-06-24 | 1 | -123/+1 | |
| * | | | | | | | | | | | sched/numa: Implement NUMA node level wake_affine() | Rik van Riel | 2017-06-24 | 1 | -59/+71 | |
| * | | | | | | | | | | | sched/fair: Simplify wake_affine() for the single socket case | Rik van Riel | 2017-06-24 | 1 | -1/+12 | |
| * | | | | | | | | | | | sched/numa: Override part of migrate_degrades_locality() when idle balancing | Rik van Riel | 2017-06-24 | 1 | -0/+4 | |
| * | | | | | | | | | | | Merge branch 'linus' into sched/core, to pick up fixes | Ingo Molnar | 2017-06-24 | 119 | -665/+1158 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / | | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | sched/rt: Move RT related code from sched/core.c to sched/rt.c | Nicolas Pitre | 2017-06-23 | 3 | -315/+315 | |
| * | | | | | | | | | | | sched/deadline: Move DL related code from sched/core.c to sched/deadline.c | Nicolas Pitre | 2017-06-23 | 3 | -340/+364 | |
| * | | | | | | | | | | | sched/cpuset: Only offer CONFIG_CPUSETS if SMP is enabled | Nicolas Pitre | 2017-06-23 | 2 | -4/+4 | |
| * | | | | | | | | | | | sched/fair: Spare idle load balancing on nohz_full CPUs | Frederic Weisbecker | 2017-06-22 | 1 | -0/+4 | |
| * | | | | | | | | | | | nohz: Move idle balancer registration to the idle path | Frederic Weisbecker | 2017-06-22 | 1 | -2/+3 | |
| * | | | | | | | | | | | sched/loadavg: Generalize "_idle" naming to "_nohz" | Frederic Weisbecker | 2017-06-22 | 4 | -32/+33 | |
| * | | | | | | | | | | | sched/core: Drop the unused try_get_task_struct() helper function | Davidlohr Bueso | 2017-06-20 | 2 | -15/+0 | |
| * | | | | | | | | | | | Merge branch 'WIP.sched/core' into sched/core | Ingo Molnar | 2017-06-20 | 1212 | -8186/+12862 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list naming | Ingo Molnar | 2017-06-20 | 18 | -68/+66 | |
| | * | | | | | | | | | | | sched/wait: Move bit_wait_table[] and related functionality from sched/core.c... | Ingo Molnar | 2017-06-20 | 3 | -16/+26 | |
| | * | | | | | | | | | | | sched/wait: Split out the wait_bit*() APIs from <linux/wait.h> into <linux/wa... | Ingo Molnar | 2017-06-20 | 11 | -511/+530 | |
| | * | | | | | | | | | | | sched/wait: Re-adjust macro line continuation backslashes in <linux/wait.h> | Ingo Molnar | 2017-06-20 | 1 | -323/+322 | |
| | * | | | | | | | | | | | sched/wait: Improve the bit-wait API parameter names in the API function prot... | Ingo Molnar | 2017-06-20 | 1 | -15/+15 | |
| | * | | | | | | | | | | | sched/wait: Standardize wait_bit_queue naming | Ingo Molnar | 2017-06-20 | 2 | -25/+24 | |
| | * | | | | | | | | | | | sched/wait: Standardize 'struct wait_bit_queue' wait-queue entry field name | Ingo Molnar | 2017-06-20 | 6 | -36/+35 | |
| | * | | | | | | | | | | | sched/wait: Standardize internal naming of wait-queue heads | Ingo Molnar | 2017-06-20 | 2 | -115/+115 | |
| | * | | | | | | | | | | | sched/wait: Standardize internal naming of wait-queue entries | Ingo Molnar | 2017-06-20 | 2 | -91/+91 | |
| | * | | | | | | | | | | | sched/wait: Rename wait_queue_t => wait_queue_entry_t | Ingo Molnar | 2017-06-20 | 94 | -213/+216 | |
| | | |_|_|_|_|/ / / / / | | |/| | | | | | | | | |