summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* mm/mempolicy.c: mpol_equal(): use boolKOSAKI Motohiro2012-01-111-5/+5
* tracepoint: add tracepoints for debugging oom_score_adjKAMEZAWA Hiroyuki2012-01-112-0/+94
* mremap: enforce rmap src/dst vma ordering in case of vma_merge() succeeding i...Andrea Arcangeli2012-01-111-0/+1
* mm: try to distribute dirty pages fairly across zonesJohannes Weiner2012-01-112-1/+4
* mm: exclude reserved pages from dirtyable memoryJohannes Weiner2012-01-112-0/+7
* mm, debug: test for online nid when allocating on single nodeDavid Rientjes2012-01-111-1/+1
* mm: more intensive memory corruption debuggingStanislaw Gruszka2012-01-112-1/+20
* kernel.h: add BUILD_BUG() macroDavid Daney2012-01-113-1/+20
* mm: avoid livelock on !__GFP_FS allocationsMel Gorman2012-01-111-0/+16
* mm-tracepoint: rename page-free eventsKonstantin Khlebnikov2012-01-111-2/+2
* mm: remove unused pagevec_freeKonstantin Khlebnikov2012-01-111-7/+0Star
* mm: add free_hot_cold_page_list() helperKonstantin Khlebnikov2012-01-111-0/+1
* mm/page-writeback.c: make determine_dirtyable_memory static againJohannes Weiner2012-01-111-2/+0Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-01-101-0/+1
|\
| * vfs: new helper - d_make_root()Al Viro2012-01-101-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-01-092-2/+5
|\ \
| * | net: Fix build with INET disabled.David S. Miller2012-01-091-2/+0Star
| * | net: introduce netif_addr_lock_nested() and call if when appropriateJiri Pirko2012-01-091-0/+5
| * | net: sk_update_clone is only used in net/core/sock.cStephen Rothwell2012-01-091-6/+0Star
| * | net: fix sock_clone reference mismatch with tcp memcontrolGlauber Costa2012-01-071-0/+6
* | | Merge tag 'clk' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-01-091-0/+22
|\ \ \
| * \ \ Merge branch 'mxs/clk-prepare' of git://git.linaro.org/people/shawnguo/linux-...Arnd Bergmann2012-01-031-0/+22
| |\ \ \
| | * | | clk: add helper functions clk_prepare_enable and clk_disable_unprepareRichard Zhao2011-12-281-0/+22
* | | | | Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-01-092-2/+18
|\ \ \ \ \
| * \ \ \ \ Merge branch 'samsung/driver' into next/driversArnd Bergmann2012-01-0917-16/+150
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'samsung/cleanup' into next/driversArnd Bergmann2011-12-281-10/+5Star
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'v3.2-rc6' into next/driversArnd Bergmann2011-12-285-4/+18
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| * | | | | | | Merge branch 'omap/hwmod' into next/driversArnd Bergmann2011-12-2724-108/+80Star
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'mxs/saif' into next/driversArnd Bergmann2011-12-0633-158/+210
| |\ \ \ \ \ \ \ \
| | * | | | | | | | ASoC: mxs-saif: remove function in platform_dataDong Aisheng2011-12-021-2/+2
| * | | | | | | | | Merge branches 'drivers/macb-gem' and 'drivers/pxa-gpio' into next/driversArnd Bergmann2011-11-2329-235/+431
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | ARM: pxa: change gpio to platform deviceHaojian Zhuang2011-11-151-0/+16
* | | | | | | | | | | Merge tag 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-01-092-4/+12
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'picoxcell/devel' into next/develOlof Johansson2011-12-201-0/+1
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | ARM: Orion: Remove address map info from all platform data structuresAndrew Lunn2011-12-141-3/+0Star
| * | | | | | | | | | | | ARM: Orion: Get address map from plat-orion instead of via platform_dataAndrew Lunn2011-12-141-1/+12
| | |_|_|_|/ / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-01-091-10/+5Star
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | |
| * | | | | | | | | | | Merge branch 'next/cleanup' into samsung/dtArnd Bergmann2012-01-072-0/+88
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'depends/rmk/for-linus' into samsung/dtArnd Bergmann2012-01-0715-15/+78
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | DMA: PL330: Infer transfer direction from transfer request instead of platfor...Thomas Abraham2011-12-231-10/+3Star
| * | | | | | | | | | | | DMA: PL330: move filter function into driverThomas Abraham2011-12-231-0/+2
| | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-01-092-0/+88
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | Merge branch 'depends/rmk/restart' into next/cleanupArnd Bergmann2012-01-0715-17/+90
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / / | | |/| | | | | | | | |
| * | | | | | | | | | | Merge branch 'picoxcell/cleanup' into next/cleanupOlof Johansson2011-12-201-0/+1
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | Merge branch 'davinci/cleanup' into next/cleanupArnd Bergmann2011-12-161-0/+71
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | ARM: davinci: vpif: move code to driver core header from platformManjunath Hadli2011-12-021-0/+71
| * | | | | | | | | | | | Merge branch 'at91/defconfig' into next/cleanupOlof Johansson2011-12-1629-217/+223
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | ARM: at91/boards: use -EINVAL for invalid gpioJean-Christophe PLAGNIOL-VILLARD2011-11-291-1/+1
| * | | | | | | | | | | | Merge branch 'drivers/macb-gem-cleanup' into at91/gpioArnd Bergmann2011-11-291-0/+17
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / | |/| | | | | | | / / / / | | | |_|_|_|_|_|/ / / / | | |/| | | | | | | | |
| | * | | | | | | | | | macb: unify at91 and avr32 platform dataJamie Iles2011-11-221-0/+17