summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-05-24211-974/+1254
|\
| * Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely2010-05-227040-238933/+498821
| |\
| * | of: change of_match_device to work with struct deviceGrant Likely2010-05-224-12/+9
| * | of: Remove duplicate fields from of_platform_driverGrant Likely2010-05-22146-387/+671
| * | drivercore: Add of_match_table to the common device driversGrant Likely2010-05-224-7/+14
| * | arch/microblaze: Move dma_mask from of_device into pdev_archdataGrant Likely2010-05-224-3/+4
| * | arch/powerpc: Move dma_mask from of_device into pdev_archdataGrant Likely2010-05-226-7/+8
| * | of: eliminate of_device->node and dev_archdata->{of,prom}_nodeGrant Likely2010-05-1820-80/+16
| * | of: Always use 'struct device.of_node' to get device node pointer.Grant Likely2010-05-18157-488/+497
| * | i2c/of: Allow device node to be passed via i2c_board_infoGrant Likely2010-04-283-0/+8
| * | driver-core: Add device node pointer to struct deviceGrant Likely2010-04-2811-2/+16
| * | of: protect contents of of_platform.h and of_device.hGrant Likely2010-04-282-0/+4
| * | of/flattree: Make unflatten_device_tree() safe to call from any archGrant Likely2010-04-282-0/+17
| * | of/flattree: make of_fdt.h safe to unconditionally include.Grant Likely2010-04-281-0/+2
* | | Merge branch 'slab-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2010-05-247-98/+200
|\ \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *-------. \ \ Merge branches 'slab/align', 'slab/cleanups', 'slab/fixes', 'slab/memhotadd' ...Pekka Enberg2010-05-227-98/+200
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| | | | | | * | slub: Use alloc_pages_exact_node() for page allocationMinchan Kim2010-05-221-1/+1
| | | | | | * | slub: __kmalloc_node_track_caller should trace kmalloc_large_node caseXiaotian Feng2010-05-221-2/+9
| | | | | | * | slub: Potential stack overflowEric Dumazet2010-05-221-9/+16
| | | | | * | | slab: add memory hotplug supportDavid Rientjes2010-04-071-32/+125
| | | | * | | | slab: Fix missing DEBUG_SLAB last userShiyong Li2010-04-141-4/+4
| | | * | | | | slab: Fix continuation linesJoe Perches2010-03-281-4/+5
| | | | |/ / / | | | |/| | |
| | * | | | | crypto: Use ARCH_KMALLOC_MINALIGN for CRYPTO_MINALIGN now that it's exposedDavid Woodhouse2010-05-191-6/+0
| | * | | | | mm: Move ARCH_SLAB_MINALIGN and ARCH_KMALLOC_MINALIGN to <linux/slub_def.h>David Woodhouse2010-05-192-8/+8
| | * | | | | mm: Move ARCH_SLAB_MINALIGN and ARCH_KMALLOC_MINALIGN to <linux/slob_def.h>David Woodhouse2010-05-192-8/+8
| | * | | | | mm: Move ARCH_SLAB_MINALIGN and ARCH_KMALLOC_MINALIGN to <linux/slab_def.h>David Woodhouse2010-05-192-24/+24
| | | |_|/ / | | |/| | |
* | | | | | Documentation: update SubmitChecklist for O=objdir and kconfig testingRandy Dunlap2010-05-241-0/+12
* | | | | | fusion: fix kernel-doc notationBen Hutchings2010-05-241-4/+2
* | | | | | scsi_scan.c: fix/convert functions to use kernel-docRandy Dunlap2010-05-241-17/+9
* | | | | | Documentation/vm: use better value for MAP_HUGETLBCarlo Marcelo Arenas Belon2010-05-241-1/+1
* | | | | | Documentation/timers/hpet_example: drop duplicate header filesAndrea Gelmini2010-05-241-2/+0
* | | | | | Documentation/development-process: add staging & mmotm infoRandy Dunlap2010-05-241-6/+8
* | | | | | Documentation/development-process: add maintainers and git infoRandy Dunlap2010-05-242-4/+13
* | | | | | docbook: make mtd nand module init staticH Hartley Sweeten2010-05-241-1/+1
|/ / / / /
* | | | | fbmem: avoid printk format warning with 32-bit resourcesRandy Dunlap2010-05-211-1/+4
* | | | | linux/elfcore.h: hide kernel functionsRoland McGrath2010-05-211-2/+2
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-05-21119-1294/+907
|\ \ \ \ \
| * | | | | fix handling of offsets in cris eeprom.c, get rid of fake on-stack filesAl Viro2010-05-211-14/+7
| * | | | | get rid of home-grown mutex in cris eeprom.cAl Viro2010-05-211-19/+8
| * | | | | switch ecryptfs_write() to struct inode *, kill on-stack fake filesAl Viro2010-05-213-45/+11
| * | | | | switch ecryptfs_get_locked_page() to struct inode *Al Viro2010-05-213-15/+7
| * | | | | simplify access to ecryptfs inodes in ->readpage() and friendsAl Viro2010-05-211-4/+3
| * | | | | AFS: Don't put struct file on the stackAl Viro2010-05-214-36/+41
| * | | | | Ban ecryptfs over ecryptfsAl Viro2010-05-211-0/+8
| * | | | | logfs: replace inode uid,gid,mode initialization with helper functionAl Viro2010-05-211-8/+1
| * | | | | ufs: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov2010-05-211-9/+1
| * | | | | udf: replace inode uid,gid,mode init with helperDmitry Monakhov2010-05-212-17/+4
| * | | | | ubifs: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov2010-05-211-8/+1
| * | | | | sysv: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov2010-05-211-10/+1
| * | | | | reiserfs: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov2010-05-211-14/+4
OpenPOWER on IntegriCloud