summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: add driver for Freescale MPC85xx DMA controllerZhang Wei2008-03-045-1/+1283
* Merge branch 'slab-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds2008-03-033-121/+92
|\
| * slub: fix possible NULL pointer dereferenceCyrill Gorcunov2008-03-031-2/+4
| * slub: Add kmalloc_large_node() to support kmalloc_node fallbackChristoph Lameter2008-03-031-2/+13
| * slub: look up object from the freelist oncePekka J Enberg2008-03-031-2/+0
| * slub: Fix up commentsChristoph Lameter2008-03-032-23/+30
| * slub: Rearrange #ifdef CONFIG_SLUB_DEBUG in calculate_sizes()Christoph Lameter2008-03-031-7/+8
| * slub: Remove BUG_ON() from ksize and omit checks for !SLUB_DEBUGChristoph Lameter2008-03-031-4/+2
| * slub: Use the objsize from the kmem_cache_cpu structureChristoph Lameter2008-03-031-1/+1
| * slub: Remove useless checks in alloc_debug_processingChristoph Lameter2008-03-031-2/+2
| * slub: Remove objsize check in kmem_cache_flags()Christoph Lameter2008-03-031-23/+4
| * slub: rename slab_objects to show_slab_objectsChristoph Lameter2008-03-031-5/+5
| * Revert "unique end pointer" patchChristoph Lameter2008-03-032-51/+24
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Christoph Lameter2008-03-03289-2958/+4814
| |\
| * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Christoph Lameter2008-02-27796-9867/+24902
| |\ \
| * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Christoph Lameter2008-02-15270-3430/+5316
| |\ \ \
| * \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Christoph Lameter2008-02-14144-1303/+3141
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Christoph Lameter2008-02-1217-103/+143
| |\ \ \ \ \
| * | | | | | slab: avoid double initialization & do initialization in 1 placeMarcin Slusarz2008-02-111-2/+1
* | | | | | | exit_notify: fix kill_orphaned_pgrp() usage with mt exitOleg Nesterov2008-03-031-3/+4
* | | | | | | will_become_orphaned_pgrp: partially fix insufficient ->exit_state checkOleg Nesterov2008-03-031-9/+8
* | | | | | | introduce kill_orphaned_pgrp() helperOleg Nesterov2008-03-031-39/+35
* | | | | | | Fix default compose table initializationSamuel Thibault2008-03-033-70/+70
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-03-031-4/+2
|\ \ \ \ \ \
| * | | | | | [ARM] Fix freeing of page tables for ARM in free_pgd_slowUwe Kleine-König2008-03-011-4/+2
* | | | | | | docbook: fix fusion source filesRandy Dunlap2008-03-032-21/+18
* | | | | | | docbook: fix kernel-api source filesRandy Dunlap2008-03-033-7/+3
* | | | | | | docbook: fix usb source filesRandy Dunlap2008-03-032-10/+5
* | | | | | | docbook: fix scsi source fileRandy Dunlap2008-03-031-2/+1
* | | | | | | docbook: fix rapidio source filesRandy Dunlap2008-03-031-5/+3
* | | | | | | docbook: fix filesystems.tmpl source filesRandy Dunlap2008-03-033-18/+13
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86Linus Torvalds2008-03-031-11/+10
|\ \ \ \ \ \ \
| * | | | | | | x86: revert "x86: fix pmd_bad and pud_bad to support huge pages"Ingo Molnar2008-03-032-7/+3
| * | | | | | | x86: revert "x86: CPA: avoid split of alias mappings"Rafael J. Wysocki2008-03-031-11/+10
* | | | | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds2008-03-0323-267/+318
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'for-2.6.25' of master.kernel.org:/pub/scm/linux/kernel/git/arnd...Paul Mackerras2008-03-03378-3393/+6066
| |\ \ \ \ \ \ \ \
| | * | | | | | | | [POWERPC] Convert the cell IOMMU fixed mapping to 16M IOMMU pagesMichael Ellerman2008-03-031-15/+22
| | * | | | | | | | [POWERPC] Allow for different IOMMU page sizes in cell IOMMU codeMichael Ellerman2008-03-031-13/+18
| | * | | | | | | | [POWERPC] Cell IOMMU: n_pte_pages is in 4K page units, not IOMMU_PAGE_SIZEMichael Ellerman2008-03-031-5/+4
| | * | | | | | | | [POWERPC] Split setup of IOMMU stab and ptab, allocate dynamic/fixed ptabs se...Michael Ellerman2008-03-031-26/+43
| | * | | | | | | | [POWERPC] Move allocation of cell IOMMU pad pageMichael Ellerman2008-03-031-6/+6
| | * | | | | | | | [POWERPC] Remove unused pte_offset variableMichael Ellerman2008-03-031-4/+1
| | * | | | | | | | [POWERPC] Use it_offset not pte_offset in cell IOMMU codeMichael Ellerman2008-03-031-2/+2
| | * | | | | | | | [POWERPC] Clearup cell IOMMU fixed mapping terminologyMichael Ellerman2008-03-031-4/+4
| | * | | | | | | | [POWERPC] enable hardware watchpoints on cell bladesJens Osterkamp2008-03-031-0/+7
| | * | | | | | | | [POWERPC] move celleb DABRX definitionsJens Osterkamp2008-03-032-3/+3
| | * | | | | | | | [POWERPC] OProfile: enable callgraph support for CellBob Nelson2008-03-031-1/+1
| | |/ / / / / / /
| * | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jk/spu...Paul Mackerras2008-03-036-12/+38
| |\ \ \ \ \ \ \ \
| | * | | | | | | | [POWERPC] spufs: fix use time accounting on SPE-overcommitAndre Detsch2008-02-291-1/+1
| | * | | | | | | | [POWERPC] spufs: serialize SLB invalidation against SLB loadingArnd Bergmann2008-02-291-3/+9
OpenPOWER on IntegriCloud