aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAge
* memblock: Protect memblock.h with CONFIG_HAVE_MEMBLOCKYinghai Lu2010-08-04
* memblock: Make MEMBLOCK_ERROR be 0Benjamin Herrenschmidt2010-08-04
* memblock: Export MEMBLOCK_ERRORYinghai Lu2010-08-04
* memblock: Expose some memblock bits for use by x86Yinghai Lu2010-08-04
* memblock: Separate memblock_alloc_nid() and memblock_alloc_try_nid()Benjamin Herrenschmidt2010-08-04
* memblock: NUMA allocate can now use early_pfn_mapBenjamin Herrenschmidt2010-08-04
* memblock: Add arch function to control coalescing of memblock memory regionsBenjamin Herrenschmidt2010-08-04
* memblock: Move memblock arrays to static storage in memblock.c and make their...Benjamin Herrenschmidt2010-08-04
* memblock: Remove memblock_type.size and add memblock.memory_size insteadBenjamin Herrenschmidt2010-08-04
* memblock: Remove unused memblock.debug struct memberBenjamin Herrenschmidt2010-08-04
* memblock: Change u64 to phys_addr_tBenjamin Herrenschmidt2010-08-04
* memblock: Remove rmo_size, burry it in arch/powerpc where it belongsBenjamin Herrenschmidt2010-08-04
* memblock: Introduce default allocation limit and use it to replace explicit onesBenjamin Herrenschmidt2010-08-04
* memblock: Expose MEMBLOCK_ALLOC_ANYWHEREBenjamin Herrenschmidt2010-08-04
* memblock: Remove nid_range argument, arch provides memblock_nid_range() insteadBenjamin Herrenschmidt2010-08-04
* memblock: Remove memblock_find()Benjamin Herrenschmidt2010-08-04
* memblock: Remove obsolete accessorsBenjamin Herrenschmidt2010-08-04
* memblock: Introduce for_each_memblock() and new accessorsBenjamin Herrenschmidt2010-08-04
* memblock: Implement memblock_is_memory and memblock_is_region_memoryBenjamin Herrenschmidt2010-08-04
* memblock: No reason to include asm/memblock.h lateBenjamin Herrenschmidt2010-08-04
* memblock: Rename memblock_region to memblock_type and memblock_property to me...Benjamin Herrenschmidt2010-08-04
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds2010-08-03
|\
| * virtio_9p.h needs <linux/types.h>Fang Wenqi2010-08-02
* | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2010-08-03
|\ \
| * | Merge branch 'v2.6.35'Alex Elder2010-08-02
| |\|
| * | direct-io: move aio_complete into ->end_ioChristoph Hellwig2010-07-26
* | | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-08-03
|\ \ \ | |_|/ |/| |
| * | Merge branch 'devel-stable' into develRussell King2010-07-31
| |\ \
| | * \ Merge branch 'wells/lpc32xx-arch_v2' of git://git.lpclinux.com/linux-2.6-lpc ...Russell King2010-07-29
| | |\ \
| | * | | net/phy/marvell: Expose IDs and flags in a .h and add dns323 LEDs setup flagBenjamin Herrenschmidt2010-07-16
| * | | | Merge branch 'misc' into develRussell King2010-07-31
| |\ \ \ \
| | * | | | ARM: 6243/1: mmci: pass power_mode to the translate_vdd callbackRabin Vincent2010-07-29
| | * | | | ARM: 6158/2: PL011 baudrate extension for ST-Ericssons derivativeLinus Walleij2010-07-27
| | * | | | ARM: 6157/2: PL011 TX/RX split of LCR for ST-Ericssons derivativeLinus Walleij2010-07-27
| | | | | |
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *-------. \ \ \ \ Merge branches 'at91', 'ep93xx', 'kexec', 'iop', 'lmb', 'nomadik', 'nuc', 'pl...Russell King2010-07-31
| |\ \ \ \ \ \ \ \ \
| | | | | * | | | | | ARM: AMBA: Add pclk support to AMBA bus infrastructureRussell King2010-07-31
| | | | | | |/ / / / | | | | | |/| | | |
| | | | * / | | | | ARM: OMAP: Convert OMAPFB and VRAM SDRAM reservation to LMBRussell King2010-07-27
| | | | |/ / / / /
* | | | | | | | | NFS: Fix a typo in include/linux/nfs_fs.hTrond Myklebust2010-08-01
* | | | | | | | | NFS: kswapd must not block in nfs_release_pageTrond Myklebust2010-07-30
* | | | | | | | | CRED: Fix __task_cred()'s lockdep check and banner commentDavid Howells2010-07-29
* | | | | | | | | CRED: Fix get_task_cred() and task_state() to not resurrect dead credentialsDavid Howells2010-07-29
|/ / / / / / / /
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg...Linus Torvalds2010-07-28
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | regulator: tps6507x: allow driver to use DEFDCDC{2,3}_HIGH registerAnuj Aggarwal2010-07-28
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-07-27
|\ \ \ \ \ \ \
| * | | | | | | macvtap: Limit packet queue lengthHerbert Xu2010-07-22
* | | | | | | | ACPI / Sleep: Allow the NVS saving to be skipped during suspend to RAMRafael J. Wysocki2010-07-24
| |/ / / / / / |/| | | | | |
* | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds2010-07-22
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | sysrq,kdb: Use __handle_sysrq() for kdb's sysrq functionJason Wessel2010-07-21
* | | | | | | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2010-07-20
|\ \ \ \ \ \ \
| * | | | | | | include/linux/vgaarb.h: add missing part of include guardDoug Goldstein2010-07-20