summaryrefslogtreecommitdiff
path: root/mysys/my_largepage.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.6 into 10.8Marko Mäkelä2023-02-101-1/+1
|\
| * MDEV-30572: my_large_malloc will only retry on ENOMEMDaniel Black2023-02-071-1/+1
* | MDEV-25342: autosize innodb_buffer_pool_chunk_sizeDaniel Black2022-01-181-0/+22
|/
* my_largepage: Fix build with MAP_ALIGNED by no MAP_ALIGNED_SUPERnia2021-05-251-2/+4
* MDEV-24125: linux large pages, linux/mman.h neededDaniel Black2020-11-191-0/+3
* MDEV-24125: allow compile on Linux headers < 3.8Daniel Black2020-11-171-3/+7
* Fix cmake -DWITH_MSAN=ONMarko Mäkelä2020-07-051-2/+2
* After-merge fix for ASAN and MSANMarko Mäkelä2020-07-051-2/+6
* largepages: osx compile warning fixDaniel Black2020-05-181-2/+2
* Post-fixes for MDEV-18851 for WindowsVladislav Vaintroub2020-04-171-3/+1
* my_pagepages: perror -> my_errorDaniel Black2020-04-081-2/+4
* my_largepage: fprintf -> my_{printf_,}errorDaniel Black2020-04-081-33/+47
* my_large_malloc: style fixDaniel Black2020-04-081-3/+3
* my_largepage: reduce includes already in my_global.hDaniel Black2020-04-081-7/+0
* my_large_pages: simplify solaris constantsDaniel Black2020-04-081-9/+2
* my_large_pages: remove conventional memory(my_malloc_lock) fallbackDaniel Black2020-04-081-23/+7
* Fixed build failureSergey Vojtovich2020-04-051-1/+2
* my_largepage.c: cleanupDaniel Black2020-04-051-101/+102
* HAVE_LARGE_PAGES no longer globalDaniel Black2020-04-051-0/+3
* my_large_malloc/free fall back to my_{malloc|free}_lockDaniel Black2020-04-051-11/+19
* my_large_page: more verbose errors on allocation fallback/failureDaniel Black2020-04-051-3/+8
* my_large_malloc_int consolidated into my_large_mallocDaniel Black2020-04-051-180/+125
* my_large_free_int merge into my_large_freeDaniel Black2020-04-051-42/+30
* Simplified away my_get_large_page_size()Sergey Vojtovich2020-04-041-26/+17
* HAVE_LARGE_PAGE_OPTION to HAVE_LARGE_PAGESSergey Vojtovich2020-04-041-3/+3
* Coding style fixesSergey Vojtovich2020-04-041-13/+15
* my_next_large_page_size() cleanupSergey Vojtovich2020-04-041-54/+59
* Cleanup HAVE_MMAP_ALIGNED: one cmake check lessSergey Vojtovich2020-04-041-4/+4
* Merge pull request #1221 from grooverdan/10.4-MDEV-18851-multiple-sized-large...Daniel Black2020-04-021-77/+425
* Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
|\
| * Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
* | MDEV-13785: move defination HAVE_LARGE_PAGES -> HAVE_LINUX_LARGE_PAGESDaniel Black2018-03-291-2/+2
|/
* Updated/added copyright headersKent Boortz2011-06-301-2/+2
|\
| * Updated/added copyright headersKent Boortz2011-06-301-2/+5
| |\
| | * Backport of my_malloc() changes from 5.1 to make it 64-bit safe on Unix platf...unknown2007-08-291-6/+6
* | | Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabledDavi Arnaut2010-07-081-6/+5
* | | WL#2360 Performance schemaMarc Alff2009-12-091-5/+6
* | | Merge from mysql-next-mr.Alexander Nozdrin2009-10-231-1/+1
|\ \ \ | |/ /
| * | Bug #43606: 4GB Limit on huge_pages shared memory set-upAlexey Kopytov2009-09-181-1/+1
* | | Backport of:Konstantin Osipov2009-10-141-1/+1
|/ /
* | WL#3817: Simplify string / memory area types and make things more consistent ...unknown2007-05-101-13/+13
|/
* Many files:unknown2006-12-231-2/+1
* Forward port of HugeTLB, InnoDB doublewrite and checksums patches to 5.0unknown2004-12-141-0/+167