summaryrefslogtreecommitdiffstats
path: root/Documentation
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-06-041-8/+67
|\
| * x86/intel_rdt/mba_sc: Documentation for MBA software controller(mba_sc)Vikas Shivappa2018-05-191-8/+67
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-06-043-5/+26
|\ \
| * | irqchip/stm32: Add stm32mp1 support with hierarchy domainLudovic Barre2018-05-241-0/+3
| * | dt-bindings: interrupt-controller: New binding for Meson-AXG SoCYixun Lan2018-05-241-0/+1
| * | dt-bindings: interrupt-controller: Fix the double quotesYixun Lan2018-05-241-5/+5
| * | Merge tag 'v4.17-rc5' into irq/core, to pick up fixesIngo Molnar2018-05-1433-74/+132
| |\ \
| * | | dt-bindings/gic-v3: Add documentation for MBI supportMarc Zyngier2018-05-131-0/+17
* | | | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-06-041-5/+0
|\ \ \ \
| * | | | x86/dumpstack: Remove code_bytesBorislav Petkov2018-04-261-5/+0
| |/ / /
* | | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-06-041-0/+3
|\ \ \ \
| * | | | x86/mm: Introduce the 'no5lvl' kernel parameterKirill A. Shutemov2018-05-191-0/+3
| | |/ / | |/| |
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-06-041-1/+24
|\ \ \ \
| * \ \ \ Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar2018-05-258-7/+164
| |\ \ \ \
| * | | | | sched/deadline/Documentation: Add overrun signal and GRUB-PA documentationClaudio Scordino2018-05-141-1/+24
| | |/ / / | |/| | |
* | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-06-043-30/+50
|\ \ \ \ \
| * \ \ \ \ Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2018-05-258-7/+164
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | locking/Documentation: Use `warning` RST directiveSeongJae Park2018-05-151-4/+6
| * | | | | locking/Documentation: Fix incorrect example codeSeongJae Park2018-05-151-2/+1
| * | | | | locking/memory-barriers.txt/kokr: Update Korean translation to de-emphasize s...SeongJae Park2018-05-151-9/+18
| * | | | | locking/memory-barriers.txt/kokr: Update Korean translation to fix descriptio...SeongJae Park2018-05-151-2/+2
| * | | | | locking/memory-barriers.txt/kokr: Update Korean translation to cross-referenc...SeongJae Park2018-05-151-0/+3
| * | | | | locking/memory-barriers.txt/kokr: Update Korean translation to de-emphasize s...SeongJae Park2018-05-151-2/+5
| * | | | | locking/memory-barriers.txt/kokr: Update Korean translation to indicate that ...SeongJae Park2018-05-151-6/+9
| * | | | | locking/memory-barriers.txt: Fix broken DMA vs. MMIO ordering exampleWill Deacon2018-05-151-8/+9
| | |/ / / | |/| | |
* | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-06-041-0/+2
|\ \ \ \ \
| * \ \ \ \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2018-05-161-0/+2
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | doc: Ensure whatisRCU.txt actually says what RCU isPaul Gortmaker2018-05-151-0/+2
* | | | | | Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-042-3/+21
|\ \ \ \ \ \
| * | | | | | fs: introduce new ->get_poll_head and ->poll_mask methodsChristoph Hellwig2018-05-262-1/+19
| * | | | | | fs: update documentation to mention __poll_t and match the codeChristoph Hellwig2018-05-262-2/+2
* | | | | | | Merge tag 'docs-4.18' of git://git.lwn.net/linuxLinus Torvalds2018-06-04133-2873/+4033
|\ \ \ \ \ \ \
| * | | | | | | Documentation: document hung_task_panic kernel parameterOmar Sandoval2018-05-291-1/+10
| * | | | | | | docs/admin-guide/mm: add high level concepts overviewMike Rapoport2018-05-292-0/+227
| * | | | | | | docs/vm: move ksm and transhuge from "user" to "internals" section.Mike Rapoport2018-05-291-2/+2
| * | | | | | | docs: Use the kerneldoc comments for memalloc_no*()Jonathan Corbet2018-05-291-0/+5
| * | | | | | | doc: document scope NOFS, NOIO APIsMichal Hocko2018-05-292-0/+62
| * | | | | | | docs: update kernel versions and dates in tablesTim Bird2018-05-231-34/+38
| * | | | | | | docs/vm: transhuge: split userspace bits to admin-guide/mm/transhugeMike Rapoport2018-05-214-413/+423
| * | | | | | | docs/vm: transhuge: minor updatesMike Rapoport2018-05-211-11/+36
| * | | | | | | docs/vm: transhuge: change sections orderMike Rapoport2018-05-211-41/+41
| * | | | | | | Documentation: arm: clean up Marvell Berlin family infoThomas Hebb2018-05-161-8/+7
| * | | | | | | Documentation: gpio: driver: Fix a typo and some odd grammarJonathan Neuschäfer2018-05-161-3/+3
| * | | | | | | docs: ranoops.rst: fix location of ramoops.txtMauro Carvalho Chehab2018-05-101-1/+1
| * | | | | | | docs: uio-howto.rst: use a code block to solve a warningMauro Carvalho Chehab2018-05-101-1/+2
| * | | | | | | mm, THP, doc: Add document for thp_swpout/thp_swpout_fallbackHuang Ying2018-05-101-0/+9
| * | | | | | | Documentation/process/posting: wrap text at 80 colsJustin Skists2018-05-101-8/+8
| * | | | | | | docs: admin-guide: add cgroup-v2 documentationMauro Carvalho Chehab2018-05-103-2/+1
| * | | | | | | Revert "Documentation/features/vm: Remove arch support status file for 'pte_s...Jonathan Corbet2018-05-101-0/+33
| * | | | | | | Documentation: refcount-vs-atomic: Update reference to LKMM doc.Andrea Parri2018-05-081-1/+1