summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | x86/nmi: Fix timeout test in test_nmi_ipi()Dan Carpenter2017-06-201-1/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-07-032-1/+2
|\ \ \ \ \ \ \
| * | | | | | | x86/paravirt: Remove unnecessary return from void functionAnton Vasilyev2017-06-241-1/+1
| * | | | | | | x86/boot: Add missing strchr() declarationTommy Nguyen2017-06-241-0/+1
* | | | | | | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-036-87/+145
|\ \ \ \ \ \ \ \
| * | | | | | | | x86/debug: Extend the lower bound of crash kernel low reservationsJiri Bohac2017-06-221-1/+1
| * | | | | | | | x86/boot: Remove unused copy_*_gs() functionsJiri Slaby2017-06-051-20/+0
| * | | | | | | | x86/KASLR: Use the right memcpy() implementationArnd Bergmann2017-05-311-0/+1
| * | | | | | | | Documentation/kernel-parameters.txt: Update 'memmap=' boot option descriptionBaoquan He2017-05-241-0/+9
| * | | | | | | | x86/KASLR: Handle the memory limit specified by the 'memmap=' and 'mem=' boot...Baoquan He2017-05-241-18/+50
| * | | | | | | | x86/KASLR: Parse all 'memmap=' boot option entriesBaoquan He2017-05-243-55/+91
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-07-031-2/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | x86/uaccess: Optimize copy_user_enhanced_fast_string() for short stringsPaolo Abeni2017-06-301-2/+5
* | | | | | | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-034-26/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86/apic: Make arch_init_msi/htirq_domain __initDou Liyang2017-06-222-2/+2
| * | | | | | | | | x86/apic: Make init_legacy_irqs() __initDou Liyang2017-06-221-2/+2
| * | | | | | | | | x86/ioapic: Remove unused IO_APIC_irq_trigger() functionMatthias Kaehlcke2017-05-261-22/+0
* | | | | | | | | | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-07-032-23/+42
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | nohz: Fix spurious warning when hrtimer and clockevent get out of syncFrederic Weisbecker2017-06-131-2/+4
| * | | | | | | | | | nohz: Fix buggy tick delay on IRQ stormsFrederic Weisbecker2017-06-051-19/+2
| * | | | | | | | | | nohz: Reset next_tick cache even when the timer has no regsFrederic Weisbecker2017-05-301-0/+2
| * | | | | | | | | | nohz: Fix collision between tick and other hrtimers, againFrederic Weisbecker2017-05-172-6/+33
| * | | | | | | | | | nohz: Add hrtimer sanity checkFrederic Weisbecker2017-05-171-2/+7
* | | | | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-07-03156-2621/+3658
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | sched/cputime: Refactor the cputime_adjust() codeGustavo A. R. Silva2017-06-301-11/+5
| * | | | | | | | | | | sched/debug: Expose the number of RT/DL tasks that can migrateDaniel Bristot de Oliveira2017-06-301-2/+15
| * | | | | | | | | | | sched/numa: Hide numa_wake_affine() from UP buildThomas Gleixner2017-06-291-0/+2
| * | | | | | | | | | | sched/fair: Remove effective_load()Rik van Riel2017-06-241-123/+1
| * | | | | | | | | | | sched/numa: Implement NUMA node level wake_affine()Rik van Riel2017-06-241-59/+71
| * | | | | | | | | | | sched/fair: Simplify wake_affine() for the single socket caseRik van Riel2017-06-241-1/+12
| * | | | | | | | | | | sched/numa: Override part of migrate_degrades_locality() when idle balancingRik van Riel2017-06-241-0/+4
| * | | | | | | | | | | Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2017-06-24119-665/+1158
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | sched/rt: Move RT related code from sched/core.c to sched/rt.cNicolas Pitre2017-06-233-315/+315
| * | | | | | | | | | | sched/deadline: Move DL related code from sched/core.c to sched/deadline.cNicolas Pitre2017-06-233-340/+364
| * | | | | | | | | | | sched/cpuset: Only offer CONFIG_CPUSETS if SMP is enabledNicolas Pitre2017-06-232-4/+4
| * | | | | | | | | | | sched/fair: Spare idle load balancing on nohz_full CPUsFrederic Weisbecker2017-06-221-0/+4
| * | | | | | | | | | | nohz: Move idle balancer registration to the idle pathFrederic Weisbecker2017-06-221-2/+3
| * | | | | | | | | | | sched/loadavg: Generalize "_idle" naming to "_nohz"Frederic Weisbecker2017-06-224-32/+33
| * | | | | | | | | | | sched/core: Drop the unused try_get_task_struct() helper functionDavidlohr Bueso2017-06-202-15/+0
| * | | | | | | | | | | Merge branch 'WIP.sched/core' into sched/coreIngo Molnar2017-06-201212-8186/+12862
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list namingIngo Molnar2017-06-2018-68/+66
| | * | | | | | | | | | | sched/wait: Move bit_wait_table[] and related functionality from sched/core.c...Ingo Molnar2017-06-203-16/+26
| | * | | | | | | | | | | sched/wait: Split out the wait_bit*() APIs from <linux/wait.h> into <linux/wa...Ingo Molnar2017-06-2011-511/+530
| | * | | | | | | | | | | sched/wait: Re-adjust macro line continuation backslashes in <linux/wait.h>Ingo Molnar2017-06-201-323/+322
| | * | | | | | | | | | | sched/wait: Improve the bit-wait API parameter names in the API function prot...Ingo Molnar2017-06-201-15/+15
| | * | | | | | | | | | | sched/wait: Standardize wait_bit_queue namingIngo Molnar2017-06-202-25/+24
| | * | | | | | | | | | | sched/wait: Standardize 'struct wait_bit_queue' wait-queue entry field nameIngo Molnar2017-06-206-36/+35
| | * | | | | | | | | | | sched/wait: Standardize internal naming of wait-queue headsIngo Molnar2017-06-202-115/+115
| | * | | | | | | | | | | sched/wait: Standardize internal naming of wait-queue entriesIngo Molnar2017-06-202-91/+91
| | * | | | | | | | | | | sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-2094-213/+216
| | | |_|_|_|_|/ / / / / | | |/| | | | | | | | |