summaryrefslogtreecommitdiffstats
path: root/Documentation
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2016-03-161-25/+116
|\
| * documentation: Clarify compiler store-fusion exampleSeongJae Park2016-03-141-2/+2
| * documentation: Transitivity is not cumulativityPaul E. McKenney2016-03-141-1/+1
| * documentation: Add alternative release-acquire outcomePaul E. McKenney2016-03-141-0/+4
| * documentation: Distinguish between local and global transitivityPaul E. McKenney2016-03-141-2/+76
| * documentation: Subsequent writes ordered by rcu_dereference()Paul E. McKenney2016-03-141-0/+24
| * documentation: Remove obsolete reference to RCU-protected indexesPaul E. McKenney2016-03-141-15/+0
| * documentation: Fix memory-barriers.txt section referencesPaul E. McKenney2016-03-141-2/+2
| * documentation: Fix control dependency and identical storesPaul E. McKenney2016-03-141-3/+7
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-156-0/+136
|\ \
| * \ Merge tag 'irqchip-core-4.6-3' of git://git.infradead.org/users/jcooper/linux...Thomas Gleixner2016-03-141-2/+5
| |\ \
| | * \ Merge branch 'irqchip/mvebu' into irqchip/coreJason Cooper2016-03-131-2/+5
| | |\ \
| | | * | dt-bindings: interrupt-controller: Add SoC-specific compatible string to Marv...Thomas Petazzoni2016-02-271-2/+5
| * | | | irqchip/gic/realview: Support more RealView DCC variantsLinus Walleij2016-03-091-0/+1
| * | | | Documentation/bindings: Document the Alpine MSIX driverAntoine Tenart2016-03-091-0/+26
| * | | | Merge branch 'linus' into irq/core, to pick up fixesIngo Molnar2016-03-0816-27/+75
| |\ \ \ \
| * | | | | irqchip/mips-gic: Add new DT property to reserve IPIsQais Yousef2016-02-251-0/+7
| * | | | | Merge tag 'irqchip-core-4.6-2' of git://git.infradead.org/users/jcooper/linux...Thomas Gleixner2016-02-212-0/+90
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Merge branch 'irqchip/mvebu' into irqchip/coreJason Cooper2016-02-211-0/+41
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | irqchip/mvebu-odmi: Add new driver for platform MSI on Marvell 7K/8KThomas Petazzoni2016-02-191-0/+41
| | * | | | Merge branch 'irqchip/tango' into irqchip/coreJason Cooper2016-02-211-0/+49
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | devicetree: Add binding for Sigma Designs SMP86xx interrupt controllerMans Rullgard2016-02-181-0/+49
| | | | |/ | | | |/|
| * | | | genirq: Add default affinity mask command line optionThomas Gleixner2016-02-081-0/+9
* | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-03-151-2/+4
|\ \ \ \ \
| * | | | | ptp: Add PTP_SYS_OFFSET_PRECISE for driver crosstimestampingChristopher S. Hall2016-03-031-2/+4
| | |_|/ / | |/| | |
* | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-03-151-0/+2
|\ \ \ \ \
| * | | | | x86/mm: Add a 'noinvpcid' boot option to turn off INVPCIDAndy Lutomirski2016-02-091-0/+2
| | |/ / / | |/| | |
* | | | | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2016-03-151-0/+25
|\ \ \ \ \
| * | | | | x86/microcode: Document builtin microcode loading methodBorislav Petkov2016-02-091-0/+25
| |/ / / /
* | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-03-152-1/+3
|\ \ \ \ \
| * \ \ \ \ Merge tag 'v4.5-rc7' into x86/asm, to pick up SMAP fixIngo Molnar2016-03-078-21/+16
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | x86/cpufeature: Create a new synthetic cpu capability for machine check recoveryTony Luck2016-02-181-0/+2
| * | | | | Merge branch 'x86/urgent' into x86/asm, to pick up fixesIngo Molnar2016-02-1819-45/+93
| |\ \ \ \ \
| * | | | | | x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov2016-01-301-1/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-03-142-0/+13
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar2016-02-2914-23/+71
| |\ \ \ \ \ \
| * | | | | | | sched/debug: Make schedstats a runtime tunable that is disabled by defaultMel Gorman2016-02-092-0/+13
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-141-0/+35
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'linus' into ras/core, to pick up fixesIngo Molnar2016-03-0810-24/+24
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | x86/mm: Expand the exception table logic to allow new handling optionsTony Luck2016-02-181-0/+35
* | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-03-141-0/+13
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge tag 'v4.5-rc6' into perf/core, to pick up fixesIngo Molnar2016-02-298-20/+20
| |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | |
| * | | | | | | | Merge branch 'perf/urgent' into perf/core, to queue up dependent patchIngo Molnar2016-02-176-3/+51
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2016-02-043-8/+14
| |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | |
| * | | | | | | | Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2016-02-031-0/+13
| |\ \ \ \ \ \ \ \
| | * | | | | | | | perf tools: Document the perf sysctlsBen Hutchings2016-01-261-0/+13
* | | | | | | | | | Merge branch 'mm-readonly-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-03-141-0/+4
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | mm/init: Add 'rodata=off' boot cmdline parameter to disable read-only kernel ...Kees Cook2016-02-221-0/+4
* | | | | | | | | | | Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2016-03-111-0/+1
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge tag 'for-v4.5-rc/omap-critical-fixes-a' of git://git.kernel.org/pub/scm...Olof Johansson2016-03-091-0/+1
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | |