summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-08-093-2/+7
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-08-061-1/+1
| |\
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...John W. Linville2010-08-051-1/+1
| | |\
| | | * Bluetooth: Use list_head for HCI blacklist headDavid Miller2010-07-311-1/+1
| * | | ppp: make channel_ops conststephen hemminger2010-08-041-1/+1
| * | | sk_buff: introduce pskb_network_may_pull()Changli Gao2010-08-041-0/+5
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds2010-08-093-0/+194
|\ \ \ \
| * | | | DMAENGINE: generic slave channel control v3Linus Walleij2010-08-041-0/+71
| * | | | dmaengine: Driver for Topcliff PCH DMA controllerYong Wang2010-08-041-0/+37
| * | | | intel_mid: Add Mrst & Mfld DMA DriversVinod Koul2010-07-271-0/+86
* | | | | flex_array: add helpers to get and put to make pointers easy to useEric Paris2010-08-091-0/+5
* | | | | iommu: inline iommu_num_pagesAnton Blanchard2010-08-091-2/+10
* | | | | kernel.h: remove unused NIPQUAD and NIPQUAD_FMTJoe Perches2010-08-091-11/+0
* | | | | include/linux/compiler-gcc.h: use __same_type() in __must_be_array()Rusty Russell2010-08-091-2/+1
* | | | | asm-generic/io.h: add big endian versions of io{read,write}{16,32}Mike Frysinger2010-08-091-0/+4
* | | | | cpuidle: extend cpuidle and menu governor to handle dynamic statesAi Li2010-08-091-0/+4
* | | | | hibernation: freeze swap at hibernationKAMEZAWA Hiroyuki2010-08-091-1/+7
* | | | | memcg: add mm_vmscan_memcg_isolate tracepointKOSAKI Motohiro2010-08-091-0/+15
* | | | | vmscan: convert mm_vmscan_lru_isolate to DEFINE_EVENTKOSAKI Motohiro2010-08-091-1/+16
* | | | | memcg, vmscan: add memcg reclaim tracepointKOSAKI Motohiro2010-08-091-0/+28
* | | | | vmscan: convert direct reclaim tracepoint to DEFINE_TRACEKOSAKI Motohiro2010-08-091-2/+17
* | | | | rmap: add exclusive page to private anon_vma on swapinRik van Riel2010-08-091-0/+2
* | | | | oom: deprecate oom_adj tunableDavid Rientjes2010-08-091-0/+3
* | | | | oom: badness heuristic rewriteDavid Rientjes2010-08-093-2/+23
* | | | | oom: move badness() declaration into oom.hAndrew Morton2010-08-091-0/+6
* | | | | vmscan: kill prev_priority completelyKOSAKI Motohiro2010-08-092-20/+0
* | | | | vmscan: tracing: add trace event when a page is writtenMel Gorman2010-08-091-0/+41
* | | | | vmscan: tracing: add trace events for LRU page isolationMel Gorman2010-08-091-0/+46
* | | | | vmscan: tracing: add trace events for kswapd wakeup, sleeping and direct reclaimMel Gorman2010-08-093-37/+153
* | | | | mm: implement writeback livelock avoidance using page taggingJan Kara2010-08-092-1/+2
* | | | | radix-tree: omplement function radix_tree_range_tag_if_taggedJan Kara2010-08-091-0/+4
* | | | | ksm: fix ksm swapin time optimizationAndrea Arcangeli2010-08-091-1/+1
* | | | | tmpfs: make tmpfs scalable with percpu_counter for used blocksTim Chen2010-08-091-1/+2
* | | | | tmpfs: add accurate compare function to percpu_counter libraryTim Chen2010-08-091-0/+11
* | | | | gcc-4.6: mm: fix unused but set warningsAndi Kleen2010-08-092-2/+6
* | | | | gcc-4.6: pagemap: avoid unused-but-set variableAndi Kleen2010-08-091-1/+3
* | | | | topology: alternate fix for ia64 tiger_defconfig build breakageLee Schermerhorn2010-08-092-5/+19
* | | | | mmzone.h: remove dead prototypeAlexander Nevenchannyy2010-08-091-2/+0
* | | | | mm: rename try_set_zone_oom() to try_set_zonelist_oom()Minchan Kim2010-08-091-1/+1
* | | | | oom: move sysctl declarations to oom.hDavid Rientjes2010-08-091-0/+5
* | | | | oom: extract panic helper functionDavid Rientjes2010-08-091-0/+1
* | | | | oom: select task from tasklist for mempolicy oomsDavid Rientjes2010-08-091-1/+12
* | | | | buffer_head: remove redundant test from wait_on_bufferRichard Kennedy2010-08-091-6/+1
* | | | | mm: extend KSM refcounts to the anon_vma rootRik van Riel2010-08-091-0/+15
* | | | | mm: always lock the root (oldest) anon_vmaRik van Riel2010-08-091-4/+4
* | | | | mm: track the root (oldest) anon_vmaRik van Riel2010-08-091-0/+1
* | | | | mm: change direct call of spin_lock(anon_vma->lock) to inline functionRik van Riel2010-08-091-0/+10
* | | | | mm: rename anon_vma_lock to vma_lock_anon_vmaRik van Riel2010-08-091-2/+2
* | | | | kmap_atomic: make kunmap_atomic() harder to misuseCesar Eduardo Barros2010-08-091-1/+9
* | | | | asm-generic: use raw_local_irq_save/restore instead local_irq_save/restoreMichal Simek2010-08-091-6/+6
OpenPOWER on IntegriCloud