summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | MD RAID10: rename mirror_info structureJonathan Brassow2012-07-312-12/+12
| * | | | | MD RAID10: Fix compiler warning.Jonathan Brassow2012-07-311-1/+1
| * | | | | raid5: add a per-stripe lockShaohua Li2012-07-192-16/+20
| * | | | | raid5: remove unnecessary bitmap write optimizationShaohua Li2012-07-191-12/+9
| * | | | | raid5: lockless access raid5 overrided bi_phys_segmentsShaohua Li2012-07-191-30/+32
| * | | | | raid5: reduce chance release_stripe() taking device_lockShaohua Li2012-07-191-34/+41
* | | | | | locks: remove unused lm_release_privateJ. Bruce Fields2012-08-013-8/+1
* | | | | | Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-08-017-169/+248
|\ \ \ \ \ \
| * | | | | | irqdomain: Improve diagnostics when a domain mapping failsMark Brown2012-07-251-6/+11
| * | | | | | irqdomain: eliminate slow-path revmap lookupsGrant Likely2012-07-251-40/+25
| * | | | | | Merge remote-tracking branch 'origin' into irqdomain/nextGrant Likely2012-07-254548-104854/+181547
| |\ \ \ \ \ \
| * | | | | | | irqdomain: Fix irq_create_direct_mapping() to test irq_domain type.Grant Likely2012-07-111-2/+2
| * | | | | | | irqdomain: Eliminate dedicated radix lookup functionsGrant Likely2012-07-114-65/+3
| * | | | | | | irqdomain: Support for static IRQ mapping and association.Grant Likely2012-07-112-25/+107
| * | | | | | | irqdomain: Always update revmap when setting up a virqGrant Likely2012-07-112-3/+12
| * | | | | | | irqdomain: Split disassociating code into separate functionGrant Likely2012-07-111-28/+47
| * | | | | | | Merge tag 'v3.5-rc6' into irqdomain/nextGrant Likely2012-07-11995-5037/+9700
| |\ \ \ \ \ \ \
| * | | | | | | | irq_domain: correct a minor wrong comment for linear revmapDong Aisheng2012-07-111-1/+1
| * | | | | | | | irq_domain: Standardise legacy/linear domain selectionMark Brown2012-07-113-0/+40
| * | | | | | | | irqdomain: Make ops->map hook optionalGrant Likely2012-06-171-10/+4
| * | | | | | | | irqdomain: Remove unnecessary test for IRQ_DOMAIN_MAP_LEGACYGrant Likely2012-06-151-2/+1
| * | | | | | | | irqdomain: Simple NUMA awareness.Paul Mundt2012-06-152-10/+18
| * | | | | | | | devicetree: add helper inline for retrieving a node's full nameGrant Likely2012-06-1510-21/+25
* | | | | | | | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-08-01131-1060/+3174
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | rtc/rtc-88pm80x: remove unneed devm_kfreeDevendra Naga2012-08-011-2/+0
| * | | | | | | | | rtc/rtc-88pm80x: assign ret only when rtc_register_driver failsDevendra Naga2012-08-011-1/+1
| * | | | | | | | | mm: hugetlbfs: close race during teardown of hugetlbfs shared page tablesMel Gorman2012-08-013-3/+38
| * | | | | | | | | tmpfs: distribute interleave better across nodesNathan Zimmer2012-08-011-2/+4
| * | | | | | | | | mm: remove redundant initializationMinchan Kim2012-08-012-12/+2
| * | | | | | | | | mm: warn if pg_data_t isn't initialized with zeroMinchan Kim2012-08-011-0/+3
| * | | | | | | | | mips: zero out pg_data_t when it's allocatedMinchan Kim2012-08-011-0/+1
| * | | | | | | | | memcg: gix memory accounting scalability in shrink_page_listTim Chen2012-08-011-0/+2
| * | | | | | | | | mm/sparse: remove index_init_lockGavin Shan2012-08-011-13/+1
| * | | | | | | | | mm/sparse: more checks on mem_section numberGavin Shan2012-08-011-0/+2
| * | | | | | | | | mm/sparse: optimize sparse_index_allocGavin Shan2012-08-011-6/+4
| * | | | | | | | | memcg: add mem_cgroup_from_css() helperWanpeng Li2012-08-011-8/+11
| * | | | | | | | | memcg: further prevent OOM with too many dirty pagesHugh Dickins2012-08-011-9/+24
| * | | | | | | | | memcg: prevent OOM with too many dirty pagesMichal Hocko2012-08-011-3/+20
| * | | | | | | | | mm: mmu_notifier: fix freed page still mapped in secondary MMUXiao Guangrong2012-08-011-22/+23
| * | | | | | | | | mm: memcg: only check anon swapin page charges for swap cacheJohannes Weiner2012-08-011-8/+14
| * | | | | | | | | mm: memcg: only check swap cache pages for repeated chargingJohannes Weiner2012-08-011-5/+12
| * | | | | | | | | mm: memcg: split swapin charge function into private and public partJohannes Weiner2012-08-011-9/+15
| * | | | | | | | | mm: memcg: remove needless !mm fixup to init_mm when chargingJohannes Weiner2012-08-011-6/+1
| * | | | | | | | | mm: memcg: remove unneeded shmem charge typeJohannes Weiner2012-08-011-10/+1
| * | | | | | | | | mm: memcg: move swapin charge functions above callsitesJohannes Weiner2012-08-011-36/+32
| * | | | | | | | | mm: memcg: only check for PageSwapCache when uncharging anonJohannes Weiner2012-08-011-9/+4
| * | | | | | | | | mm: memcg: push down PageSwapCache check into uncharge entry functionsJohannes Weiner2012-08-011-6/+12
| * | | | | | | | | mm: swapfile: clean up unuse_pte race handlingJohannes Weiner2012-08-011-2/+1
| * | | | | | | | | mm: memcg: fix compaction/migration failing due to memcg limitsJohannes Weiner2012-08-013-46/+43
| * | | | | | | | | swapfile: avoid dereferencing bd_disk during swap_entry_free for network storageMel Gorman2012-08-011-4/+6