summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sched-wait-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-04-022-27/+70
|\
| * sched/wait: Remove the wait_on_atomic_t() APIPeter Zijlstra2018-03-201-27/+0
| * sched/wait, fs/fscache: Convert wait_on_atomic_t() usage to the new wait_var_...Peter Zijlstra2018-03-201-1/+1
| * sched/wait: Introduce wait_var_event()Peter Zijlstra2018-03-201-0/+70
* | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-04-022-2/+17
|\ \
| * | firmware/dmi_scan: Uninline dmi_get_bios_year() helperAndy Shevchenko2018-03-271-9/+2
| * | jailhouse: Provide detection for non-x86 systemsJan Kiszka2018-03-081-2/+15
| * | dmi: Introduce the dmi_get_bios_year() helper functionAndy Shevchenko2018-02-231-0/+9
* | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-04-025-10/+14
|\ \ \
| * | | x86/mm/32: Remove unused node_memmap_size_bytes() & CONFIG_NEED_NODE_MEMMAP_S...David Rientjes2018-03-271-5/+0
| * | | Merge tag 'v4.16-rc7' into x86/mm, to fix up conflictIngo Molnar2018-03-2734-44/+197
| |\ \ \
| * \ \ \ Merge branch 'x86/urgent' into x86/mm to pick up dependenciesThomas Gleixner2018-03-1424-68/+170
| |\ \ \ \
| * \ \ \ \ Merge branch 'x86/pti' into x86/mm, to pick up dependenciesIngo Molnar2018-03-126-27/+20
| |\ \ \ \ \
| * | | | | | acpi: Introduce acpi_arch_get_root_pointer() for getting rsdp addressJuergen Gross2018-02-261-0/+7
| * | | | | | Merge tag 'v4.16-rc3' into x86/mm, to pick up fixesIngo Molnar2018-02-2638-98/+163
| |\ \ \ \ \ \
| * | | | | | | x86/mm: Make PGDIR_SHIFT and PTRS_PER_P4D variableKirill A. Shutemov2018-02-143-5/+7
* | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-04-026-17/+35
|\ \ \ \ \ \ \ \
| * | | | | | | | sched/fair: Add util_est on top of PELTPatrick Bellasi2018-03-201-0/+29
| * | | | | | | | Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2018-03-2011-16/+71
| |\ \ \ \ \ \ \ \
| * | | | | | | | | sched/core: Remove TASK_ALLPeter Zijlstra2018-03-121-1/+0
| * | | | | | | | | sched/cpufreq: Provide migration hintPeter Zijlstra2018-03-091-0/+1
| * | | | | | | | | sched/nohz: Clean up nohz enter/exitPeter Zijlstra2018-03-091-2/+0
| * | | | | | | | | cpufreq/schedutil: Rewrite CPUFREQ_RT supportPeter Zijlstra2018-03-091-2/+1
| * | | | | | | | | cpufreq/schedutil: Remove unused CPUFREQ_DLPeter Zijlstra2018-03-091-2/+1
| | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2018-03-0950-151/+265
| |\ \ \ \ \ \ \ \
| * | | | | | | | | sched/headers: Simplify and clean up header usage in the schedulerIngo Molnar2018-03-041-6/+0
| * | | | | | | | | sched/nohz: Remove the 1 Hz tick codeFrederic Weisbecker2018-02-211-4/+0
| * | | | | | | | | sched/isolation: Isolate workqueues when "nohz_full=" is setFrederic Weisbecker2018-02-211-0/+1
| * | | | | | | | | nohz: Allow to check if remote CPU tick is stoppedFrederic Weisbecker2018-02-211-0/+2
| * | | | | | | | | nohz: Convert tick_nohz_tick_stopped() to boolFrederic Weisbecker2018-02-211-1/+1
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-04-024-24/+62
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | perf/x86/pt, coresight: Clean up address filter structureAlexander Shishkin2018-03-291-5/+9
| * | | | | | | | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2018-03-2928-44/+189
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| * | | | | | | | | Merge tag 'v4.16-rc6' into perf/core, to pick up fixesIngo Molnar2018-03-1915-52/+83
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | perf: Fix sibling iterationPeter Zijlstra2018-03-161-0/+4
| * | | | | | | | | | perf/core: Implement fast breakpoint modification via _IOC_MODIFY_ATTRIBUTESMilind Chabbi2018-03-132-11/+19
| * | | | | | | | | | perf/core: Optimize ctx_sched_out()Peter Zijlstra2018-03-121-0/+5
| * | | | | | | | | | perf/core: Remove perf_event::group_entryPeter Zijlstra2018-03-121-5/+0
| * | | | | | | | | | perf/cor: Use RB trees for pinned/flexible groupsAlexey Budankov2018-03-121-3/+13
| * | | | | | | | | | Merge tag 'v4.16-rc4' into perf/core, to pick up fixesIngo Molnar2018-03-0654-119/+255
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2018-02-17613-7710/+24855
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | perf/core: Implement the 'perf_uprobe' PMUSong Liu2018-02-061-0/+4
| * | | | | | | | | | | | perf/core: Implement the 'perf_kprobe' PMUSong Liu2018-02-061-0/+4
| * | | | | | | | | | | | perf/core: Prepare perf_event.h for new types: 'perf_kprobe' and 'perf_uprobe'Song Liu2018-02-061-0/+4
* | | | | | | | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-04-022-1/+476
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2018-03-3136-44/+202
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | locking/atomic, asm-generic, x86: Add comments for atomic instrumentationDmitry Vyukov2018-03-121-0/+21
| * | | | | | | | | | | | | | locking/atomic, asm-generic: Add KASAN instrumentation to atomic operationsDmitry Vyukov2018-03-121-0/+62
| * | | | | | | | | | | | | | locking/atomic, asm-generic: Add asm-generic/atomic-instrumented.hDmitry Vyukov2018-03-121-0/+393
| * | | | | | | | | | | | | | Merge branch 'linus' into locking/core, to pick up fixes and dependenciesIngo Molnar2018-03-1052-160/+316
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | |