| Commit message (Expand) | Author | Age | Files | Lines |
* | mm/slab: Sharing s_next and s_stop between slab and slub | Wanpeng Li | 2013-07-07 | 3 | -12/+5 |
* | mm/slab: Fix drain freelist excessively | Wanpeng Li | 2013-07-07 | 1 | -3/+9 |
* | slob: Rework #ifdeffery in slab.h | Christoph Lameter | 2013-06-18 | 1 | -11/+28 |
* | mm, slab: moved kmem_cache_alloc_node comment to correct place | Zhouping Liu | 2013-06-08 | 1 | -12/+11 |
* | mm, slab_common: Fix bootstrap creation of kmalloc caches | Christoph Lameter | 2013-05-06 | 1 | -9/+15 |
* | slab: Return NULL for oversized allocations | Christoph Lameter | 2013-05-06 | 2 | -0/+9 |
* | mm: slab: Verify the nodeid passed to ____cache_alloc_node | Aaron Tomlin | 2013-05-01 | 1 | -0/+1 |
* | slub: tid must be retrieved from the percpu area of the current processor | Christoph Lameter | 2013-04-05 | 1 | -3/+9 |
* | slub: Do not dereference NULL pointer in node_match | Christoph Lameter | 2013-04-05 | 1 | -1/+1 |
* | slub: add 'likely' macro to inc_slabs_node() | Joonsoo Kim | 2013-04-02 | 1 | -1/+1 |
* | slub: correct to calculate num of acquired objects in get_partial_node() | Joonsoo Kim | 2013-04-02 | 1 | -8/+9 |
* | slub: correctly bootstrap boot caches | Glauber Costa | 2013-02-28 | 1 | -0/+6 |
* | mm/sl[au]b: correct allocation type check in kmalloc_slab() | Joonsoo Kim | 2013-02-06 | 1 | -1/+1 |
* | slab: Fixup CONFIG_PAGE_ALLOC/DEBUG_SLAB_LEAK sections | Christoph Lameter | 2013-02-06 | 1 | -14/+15 |
* | slab: Handle ARCH_DMA_MINALIGN correctly | Christoph Lameter | 2013-02-06 | 1 | -14/+18 |
* | slab: Common definition for kmem_cache_node | Christoph Lameter | 2013-02-01 | 3 | -28/+32 |
* | slab: Rename list3/l3 to node | Christoph Lameter | 2013-02-01 | 2 | -259/+259 |
* | slab: Common Kmalloc cache determination | Christoph Lameter | 2013-02-01 | 5 | -173/+124 |
* | stat: Use size_t for sizes instead of unsigned | Christoph Lameter | 2013-02-01 | 1 | -1/+1 |
* | slab: Common function to create the kmalloc array | Christoph Lameter | 2013-02-01 | 4 | -99/+64 |
* | slab: Common definition for the array of kmalloc caches | Christoph Lameter | 2013-02-01 | 6 | -24/+13 |
* | slab: Common constants for kmalloc boundaries | Christoph Lameter | 2013-02-01 | 3 | -37/+38 |
* | slab: Rename nodelists to node | Christoph Lameter | 2013-02-01 | 2 | -69/+68 |
* | slab: Common name for the per node structures | Christoph Lameter | 2013-02-01 | 2 | -45/+44 |
* | slab: Use common kmalloc_index/kmalloc_size functions | Christoph Lameter | 2013-02-01 | 3 | -173/+88 |
* | slab: Common kmalloc slab index determination | Christoph Lameter | 2013-02-01 | 2 | -113/+122 |
* | slab: Move kmalloc related function defs | Christoph Lameter | 2013-02-01 | 1 | -9/+9 |
* | slab: Use proper formatting specs for unsigned size_t | Christoph Lameter | 2013-02-01 | 1 | -1/+1 |
* | Linux 3.8-rc1v3.8-rc1 | Linus Torvalds | 2012-12-21 | 1 | -2/+2 |
* | Merge git://www.linux-watchdog.org/linux-watchdog | Linus Torvalds | 2012-12-21 | 19 | -445/+738 |
|\ |
|
| * | watchdog: mei: avoid oops in watchdog unregister code path | Tomas Winkler | 2012-12-19 | 1 | -1/+1 |
| * | watchdog: Orion: Fix possible null-deference in orion_wdt_probe | Jason Gunthorpe | 2012-12-19 | 1 | -0/+2 |
| * | watchdog: sp5100_tco: Add SB8x0 chipset support | Takahisa Tanaka | 2012-12-19 | 2 | -61/+306 |
| * | watchdog: davinci_wdt: add OF support | Murali Karicheri | 2012-12-19 | 2 | -0/+19 |
| * | watchdog: da9052: Fix invalid free of devm_ allocated data | Tushar Behera | 2012-12-19 | 1 | -4/+0 |
| * | watchdog: twl4030_wdt: Change TWL4030_MODULE_PM_RECEIVER to TWL_MODULE_PM_REC... | Peter Ujfalusi | 2012-12-19 | 1 | -1/+1 |
| * | watchdog: remove depends on CONFIG_EXPERIMENTAL | Kees Cook | 2012-12-19 | 1 | -2/+2 |
| * | watchdog: Convert dev_printk(KERN_<LEVEL> to dev_<level>( | Joe Perches | 2012-12-19 | 1 | -10/+9 |
| * | watchdog: DA9055 Watchdog driver | Ashish Jangam | 2012-12-19 | 3 | -0/+227 |
| * | watchdog: omap_wdt: eliminate goto | Aaro Koskinen | 2012-12-19 | 1 | -7/+4 |
| * | watchdog: omap_wdt: delete redundant platform_set_drvdata() calls | Aaro Koskinen | 2012-12-19 | 1 | -2/+0 |
| * | watchdog: omap_wdt: convert to devm_ functions | Aaro Koskinen | 2012-12-19 | 1 | -37/+13 |
| * | watchdog: omap_wdt: convert to new watchdog core | Aaro Koskinen | 2012-12-19 | 2 | -149/+112 |
| * | watchdog: WatchDog Timer Driver Core: fix comment | Fabio Porcedda | 2012-12-19 | 1 | -1/+1 |
| * | watchdog: s3c2410_wdt: use clk_prepare_enable and clk_disable_unprepare | Thomas Abraham | 2012-12-19 | 1 | -3/+3 |
| * | watchdog: imx2_wdt: Select the driver via ARCH_MXC | Fabio Estevam | 2012-12-19 | 1 | -1/+1 |
| * | watchdog: cpu5wdt.c: add missing del_timer call | devendra.aaru | 2012-12-19 | 1 | -0/+1 |
| * | watchdog: hpwdt.c: Increase version string | Tom Mingarelli | 2012-12-19 | 1 | -1/+1 |
| * | watchdog: Convert twl4030_wdt to watchdog core | Jarkko Nikula | 2012-12-19 | 2 | -149/+35 |
| * | davinci_wdt: preparation for switch to common clock framework | Karicheri, Muralidharan | 2012-12-19 | 1 | -2/+2 |