aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'slab/struct-page' into slab/nextPekka Enberg2013-11-11
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | | slab: replace non-existing 'struct freelist *' with 'void *'Joonsoo Kim2013-10-30
| | * | | | | | | | | | | | | | | | | | | | | | | | | slab: fix to calm down kmemleak warningJoonsoo Kim2013-10-30
| | * | | | | | | | | | | | | | | | | | | | | | | | | slab: rename slab_bufctl to slab_freelistJoonsoo Kim2013-10-24
| | * | | | | | | | | | | | | | | | | | | | | | | | | slab: remove useless statement for checking pfmemallocJoonsoo Kim2013-10-24
| | * | | | | | | | | | | | | | | | | | | | | | | | | slab: use struct page for slab managementJoonsoo Kim2013-10-24
| | * | | | | | | | | | | | | | | | | | | | | | | | | slab: replace free and inuse in struct slab with newly introduced activeJoonsoo Kim2013-10-24
| | * | | | | | | | | | | | | | | | | | | | | | | | | slab: remove SLAB_LIMITJoonsoo Kim2013-10-24
| | * | | | | | | | | | | | | | | | | | | | | | | | | slab: remove kmem_bufctl_tJoonsoo Kim2013-10-24
| | * | | | | | | | | | | | | | | | | | | | | | | | | slab: change the management method of free objects of the slabJoonsoo Kim2013-10-24
| | * | | | | | | | | | | | | | | | | | | | | | | | | slab: use __GFP_COMP flag for allocating slab pagesJoonsoo Kim2013-10-24
| | * | | | | | | | | | | | | | | | | | | | | | | | | slab: use well-defined macro, virt_to_slab()Joonsoo Kim2013-10-24
| | * | | | | | | | | | | | | | | | | | | | | | | | | slab: overloading the RCU head over the LRU for RCU freeJoonsoo Kim2013-10-24
| | * | | | | | | | | | | | | | | | | | | | | | | | | slab: remove cachep in struct slab_rcuJoonsoo Kim2013-10-24
| | * | | | | | | | | | | | | | | | | | | | | | | | | slab: remove nodeid in struct slabJoonsoo Kim2013-10-24
| | * | | | | | | | | | | | | | | | | | | | | | | | | slab: remove colouroff in struct slabJoonsoo Kim2013-10-24
| | * | | | | | | | | | | | | | | | | | | | | | | | | slab: change return type of kmem_getpages() to struct pageJoonsoo Kim2013-10-24
| | * | | | | | | | | | | | | | | | | | | | | | | | | slab: correct pfmemalloc checkJoonsoo Kim2013-10-24
| * | | | | | | | | | | | | | | | | | | | | | | | | | slub: proper kmemleak tracking if CONFIG_SLUB_DEBUG disabledRoman Bobniev2013-10-24
| |/ / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2013-11-22
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | powerpc/signals: Mark VSX not saved with small contextsMichael Neuling2013-11-20
| * | | | | | | | | | | | | | | | | | | | | | | | | | powerpc/pseries: Fix SMP=n build of rng.cMichael Ellerman2013-11-20
| * | | | | | | | | | | | | | | | | | | | | | | | | | powerpc: Make cpu_to_chip_id() available when SMP=nMichael Ellerman2013-11-20
| * | | | | | | | | | | | | | | | | | | | | | | | | | powerpc/vio: Fix a dma_mask issue of vioLi Zhong2013-11-20
| * | | | | | | | | | | | | | | | | | | | | | | | | | powerpc: booke: Fix build failuresAneesh Kumar K.V2013-11-20
| * | | | | | | | | | | | | | | | | | | | | | | | | | powerpc: ppc64 address space capped at 32TB, mmap randomisation disabledAnton Blanchard2013-11-20
| * | | | | | | | | | | | | | | | | | | | | | | | | | powerpc: Only print PACATMSCRATCH in oops when TM is activeAnton Blanchard2013-11-20
| * | | | | | | | | | | | | | | | | | | | | | | | | | powerpc/pseries: Duplicate dtl entries sometimes sent to userspaceAnton Blanchard2013-11-20
| * | | | | | | | | | | | | | | | | | | | | | | | | | powerpc: Remove a few lines of oops outputAnton Blanchard2013-11-20
| * | | | | | | | | | | | | | | | | | | | | | | | | | powerpc: Print DAR and DSISR on machine check oopsesAnton Blanchard2013-11-20
| * | | | | | | | | | | | | | | | | | | | | | | | | | powerpc: Fix __get_user_pages_fast() irq handlingHeiko Carstens2013-11-20
| * | | | | | | | | | | | | | | | | | | | | | | | | | powerpc/eeh: More accurate logGavin Shan2013-11-20
| * | | | | | | | | | | | | | | | | | | | | | | | | | powerpc/eeh: Enable PCI_COMMAND_MASTER for PCI bridgesGavin Shan2013-11-20
| | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'akpm' (fixes from Andrew)Linus Torvalds2013-11-22
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | mm: place page->pmd_huge_pte to right unionKirill A. Shutemov2013-11-21
| * | | | | | | | | | | | | | | | | | | | | | | | | | MAINTAINERS: add keyboard driver to Hyper-V file listHaiyang Zhang2013-11-21
| * | | | | | | | | | | | | | | | | | | | | | | | | | x86, mm: do not leak page->ptl for pmd page tablesKirill A. Shutemov2013-11-21
| * | | | | | | | | | | | | | | | | | | | | | | | | | ipc,shm: correct error return value in shmctl (SHM_UNLOCK)Jesper Nilsson2013-11-21
| * | | | | | | | | | | | | | | | | | | | | | | | | | mm, mempolicy: silence gcc warningDavid Rientjes2013-11-21
| * | | | | | | | | | | | | | | | | | | | | | | | | | block/partitions/efi.c: fix bound checkAntti P Miettinen2013-11-21
| * | | | | | | | | | | | | | | | | | | | | | | | | | ARM: drivers/rtc/rtc-at91rm9200.c: disable interrupts at shutdownJohan Hovold2013-11-21
| * | | | | | | | | | | | | | | | | | | | | | | | | | mm: hugetlbfs: fix hugetlbfs optimizationAndrea Arcangeli2013-11-21
| * | | | | | | | | | | | | | | | | | | | | | | | | | kernel: remove CONFIG_USE_GENERIC_SMP_HELPERS cleanlyYuanhan Liu2013-11-21
| * | | | | | | | | | | | | | | | | | | | | | | | | | ipc,shm: fix shm_file deletion racesGreg Thelen2013-11-21
| * | | | | | | | | | | | | | | | | | | | | | | | | | mm: thp: give transparent hugepage code a separate copy_pageDave Hansen2013-11-21
| * | | | | | | | | | | | | | | | | | | | | | | | | | checkpatch: fix "Use of uninitialized value" warningsJoe Perches2013-11-21
| * | | | | | | | | | | | | | | | | | | | | | | | | | configfs: fix race between dentry put and lookupJunxiao Bi2013-11-21
| | |_|_|_|/ / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jm...Linus Torvalds2013-11-21
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | KEYS: Fix keyring content gc scannerDavid Howells2013-11-14
| * | | | | | | | | | | | | | | | | | | | | | | | | | KEYS: Fix error handling in big_key instantiationDavid Howells2013-11-13