summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* libfs: add simple_open()Stephen Boyd2012-04-061-0/+1
* radix-tree: introduce bit-optimized iteratorKonstantin Khlebnikov2012-03-291-0/+196
* pidns: add reboot_pid_ns() to handle the reboot syscallDaniel Lezcano2012-03-291-1/+7
* lib/cpumask.c: remove __any_online_cpu()Srivatsa S. Bhat2012-03-291-2/+1Star
* smp: add func to IPI cpus based on parameter funcGilad Ben-Yossef2012-03-291-0/+24
* smp: introduce a generic on_each_cpu_mask() functionGilad Ben-Yossef2012-03-291-0/+22
* swapon: check validity of swap_flagsHugh Dickins2012-03-291-0/+3
* mm for fs: add truncate_pagecache_range()Hugh Dickins2012-03-291-1/+1
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2012-03-284-15/+41
|\
| * vfs: remove unused superblock helpersArtem Bityutskiy2012-03-221-13/+0Star
| * jbd2: cleanup journal tail after transaction commitJan Kara2012-03-141-0/+1
| * jbd2: remove bh_state lock from checkpointing codeJan Kara2012-03-141-0/+2
| * jbd2: issue cache flush after checkpointing even with internal journalJan Kara2012-03-142-5/+12
| * jbd2: split updating of journal superblock and marking journal emptyJan Kara2012-03-132-9/+5Star
| * jbd2: allocate transaction from separate slab cacheYongqiang Yang2012-02-201-0/+5
| * jbd2: add drop_transaction/update_superblock_end tracepointsSeiji Aguchi2012-02-201-0/+28
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2012-03-282-5/+2Star
|\ \
| * | libceph: use "do" in CRC-related Boolean variablesAlex Elder2012-03-221-1/+1
| * | libceph: make ceph_msgr_wq privateAlex Elder2012-03-221-2/+0Star
| * | rbd: make ceph_parse_options() return a pointerAlex Elder2012-03-221-1/+1
| * | ceph: use a shared zero page rather than one per messengerAlex Elder2012-03-221-1/+0Star
* | | Merge branch 'platforms' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-03-284-30/+109
|\ \ \
| * \ \ Merge branch 'sa11x0-mcp' into sa11x0Russell King2012-03-262-30/+22Star
| |\ \ \
| | * | | MFD: ucb1x00-core: add wakeup supportRussell King2012-02-191-0/+4
| | * | | MFD: ucb1x00: convert to use genirqRussell King2012-02-191-18/+4Star
| | * | | MFD: mcp-core: remove legacy driver suspend/resume methodsRussell King2012-02-191-2/+0Star
| | * | | MFD: ucb1x00-core: convert to use dev_pm_opsRussell King2012-02-191-1/+1
| | * | | MFD: ucb1x00-core: use mutexes instead of semaphoresRussell King2012-02-191-2/+2
| | * | | MFD: ucb1x00-core: add handling for ucb1x00 resetRussell King2012-02-191-0/+7
| | * | | MFD: mcp/ucb1x00: separate ucb1x00 driver data from the MCP dataRussell King2012-02-192-2/+4
| | * | | MFD: mcp-sa11x0: remove DMA initializers and variablesRussell King2012-02-031-6/+0Star
| | * | | MFD: mcp-core: sanitize host creation/removalRussell King2012-02-031-2/+3
| * | | | Merge branch 'sa11x0-lcd' into sa11x0Russell King2012-03-261-0/+63
| |\ \ \ \
| | * | | | FB: sa1100: remove global sa1100fb_.*_power function pointersRussell King2012-02-211-0/+4
| | * | | | FB: sa1100: move machine inf structures to <video/sa1100fb.h>Russell King2012-02-211-0/+59
| * | | | | DMA: sa11x0: add SA-11x0 DMA driverRussell King2012-03-071-0/+24
| |/ / / /
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-03-283-2/+6
|\ \ \ \ \
| * | | | | net: add a truesize parameter to skb_add_rx_frag()Eric Dumazet2012-03-251-1/+1
| * | | | | netfilter: cttimeout: fix dependency with l4protocol conntrack modulePablo Neira Ayuso2012-03-232-1/+5
* | | | | | Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-03-281-0/+10
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'dt' of git://github.com/hzhuang1/linux into next/dtOlof Johansson2012-03-0817-84/+70Star
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'at91-3.4-cleanup2+DT' of git://github.com/at91linux/linux-at91 ...Arnd Bergmann2012-03-021-0/+10
| |\ \ \ \ \ \ \
| | * | | | | | | ARM: at91/tc/clocksource: Add 32 bit variant to Timer CounterNicolas Ferre2012-03-011-0/+10
| | * | | | | | | Merge branch 'irqdomain/next' of git://git.secretlab.ca/git/linux-2.6Nicolas Ferre2012-03-0117-95/+265
| | |\ \ \ \ \ \ \
| | | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| *-. | | | | | | | | Merge branches 'depends/irqdomain' and 'at91/base2+cleanup' into next/dtArnd Bergmann2012-03-024-63/+177
| |\ \| | | | | | | | | | | |/ / / / / / / | | |/| | | | | | |
| | | * | | | | | | Merge branch 'at91-3.4-base2+cleanup' of git://github.com/at91linux/linux-at9...Arnd Bergmann2012-02-291-0/+36
| | | |\ \ \ \ \ \ \ | | | | |_|_|/ / / / | | | |/| | | | | |
| * | | | | | | | | Merge branch 'imx/dt' of git://git.linaro.org/people/shawnguo/linux-2.6 into ...Arnd Bergmann2012-02-289-13/+69
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'vexpress-dt-v3.3-rc4' of git://git.linaro.org/people/pawelmoll/...Arnd Bergmann2012-02-2433-45/+186
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-03-282-24/+34
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge tag 'regulator-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Arnd Bergmann2012-03-247-8/+113
| |\ \ \ \ \ \ \ \ \ \ \