summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-08-143-121/+138
|\
| * x86/mm/tlb: Leave lazy TLB mode at page table free timeRik van Riel2018-07-171-0/+10
| * mm: Allocate the mm_cpumask (mm->cpu_bitmap[]) dynamically based on nr_cpu_idsRik van Riel2018-07-171-117/+124
| * Merge tag 'v4.18-rc5' into x86/mm, to pick up fixesIngo Molnar2018-07-1722-185/+232
| |\
| * | ioremap: Update pgtable free interfaces with addrChintan Pandya2018-07-041-4/+4
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-08-1310-21/+35
|\ \ \
| * | | time: Introduce one suspend clocksource to compensate the suspend timeBaolin Wang2018-07-201-0/+3
| * | | timekeeping/ntp: Constify some function argumentsOndrej Mosnacek2018-07-201-1/+1
| * | | Merge branch 'fortglx/4.19/time' of https://git.linaro.org/people/john.stultz...Thomas Gleixner2018-07-1245-101/+235
| |\| |
| * | | ktime: Provide typesafe ktime_to_ns()Eric Dumazet2018-07-121-2/+5
| * | | posix-timers: Sanitize overrun handlingThomas Gleixner2018-07-021-2/+2
| * | | time: Change types to new y2038 safe __kernel_itimerspecDeepa Dinamani2018-06-241-5/+5
| * | | time: Enable get/put_compat_itimerspec64 alwaysDeepa Dinamani2018-06-242-9/+9
| * | | time: Introduce struct __kernel_itimerspecDeepa Dinamani2018-06-243-2/+10
* | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-08-132-54/+1
|\ \ \ \
| * \ \ \ Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2018-08-0213-17/+77
| |\ \ \ \
| * \ \ \ \ Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2018-07-2566-267/+392
| |\ \ \ \ \
| * | | | | | perf, tools: Use correct articles in commentsTobias Tefke2018-07-161-1/+1
| * | | | | | Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2018-06-2614-24/+39
| |\ \ \ \ \ \
| * | | | | | | kprobes: Remove jprobe stub APIMasami Hiramatsu2018-06-211-50/+0
| * | | | | | | kprobes: Remove jprobe API implementationMasami Hiramatsu2018-06-211-3/+0
* | | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-08-1311-474/+619
|\ \ \ \ \ \ \ \
| * | | | | | | | locking/atomics: Rework ordering barriersMark Rutland2018-07-251-16/+22
| * | | | | | | | locking/atomics: Instrument cmpxchg_double*()Mark Rutland2018-07-251-13/+8
| * | | | | | | | locking/atomics: Instrument xchg()Mark Rutland2018-07-251-0/+7
| * | | | | | | | locking/atomics: Simplify cmpxchg() instrumentationMark Rutland2018-07-251-85/+15
| * | | | | | | | sched/Documentation: Update wake_up() & co. memory-barrier guaranteesAndrea Parri2018-07-171-2/+2
| * | | | | | | | locking/spinlock, sched/core: Clarify requirements for smp_mb__after_spinlock()Andrea Parri2018-07-171-17/+36
| * | | | | | | | Merge tag 'v4.18-rc5' into locking/core, to pick up fixesIngo Molnar2018-07-1759-255/+370
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | locking/refcount: Always allow checked formsMark Rutland2018-07-131-7/+20
| * | | | | | | | locking/refcounts: Include fewer headers in <linux/refcount.h>Alexey Dobriyan2018-06-211-3/+4
| * | | | | | | | atomics/treewide: Clean up '*_andnot()' ifdefferyMark Rutland2018-06-211-66/+30
| * | | | | | | | atomics/treewide: Make conditional inc/dec ops optionalMark Rutland2018-06-213-24/+77
| * | | | | | | | atomics/treewide: Make unconditional inc/dec ops optionalMark Rutland2018-06-214-18/+72
| * | | | | | | | atomics/treewide: Make test ops optionalMark Rutland2018-06-214-13/+148
| * | | | | | | | atomics/treewide: Make atomic64_fetch_add_unless() optionalMark Rutland2018-06-212-8/+24
| * | | | | | | | atomics/generic: Define atomic64_fetch_add_unless()Mark Rutland2018-06-211-1/+2
| * | | | | | | | atomics: Prepare for atomic64_fetch_add_unless()Mark Rutland2018-06-212-0/+25
| * | | | | | | | atomics/treewide: Make atomic_fetch_add_unless() optionalMark Rutland2018-06-213-12/+26
| * | | | | | | | atomics/treewide: Make atomic64_inc_not_zero() optionalMark Rutland2018-06-213-1/+14
| * | | | | | | | atomics: Make conditional ops return 'bool'Mark Rutland2018-06-213-13/+16
| * | | | | | | | atomics/treewide: Remove atomic_inc_not_zero_hint()Mark Rutland2018-06-211-32/+0
| * | | | | | | | atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland2018-06-213-5/+5
| * | | | | | | | locking/atomics, asm-generic/bitops/lock.h: Rewrite using atomic_fetch_*()Will Deacon2018-06-211-12/+56
| * | | | | | | | locking/atomics, asm-generic/bitops/atomic.h: Rewrite using atomic_*() APIsWill Deacon2018-06-211-155/+33
| * | | | | | | | locking/atomics, asm-generic: Move some macros from <linux/bitops.h> to a new...Will Deacon2018-06-212-21/+27
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-08-136-36/+28
|\ \ \ \ \ \ \ \
| * | | | | | | | sched/numa: Remove redundant fieldSrikar Dronamraju2018-07-251-1/+0
| * | | | | | | | Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar2018-07-2524-35/+57
| |\ \ \ \ \ \ \ \
| * | | | | | | | | sched/sysctl: Remove unused sched_time_avg_ms sysctlVincent Guittot2018-07-161-1/+0