summaryrefslogtreecommitdiffstats
path: root/kernel/kexec.c (unfollow)
Commit message (Expand)AuthorFilesLines
2012-08-01crypto: arch/x86 - cleanup - remove unneeded crypto_alg.cra_list initializationsJussi Kivilinna11-54/+1
2012-08-01crypto: cleanup - remove unneeded crypto_alg.cra_list initializationsJussi Kivilinna15-15/+0
2012-08-01crypto: whirlpool - use crypto_[un]register_shashesJussi Kivilinna1-33/+6
2012-08-01crypto: sha512 - use crypto_[un]register_shashesJussi Kivilinna1-15/+5
2012-08-01crypto: sha256 - use crypto_[un]register_shashesJussi Kivilinna1-20/+5
2012-08-01crypto: tiger - use crypto_[un]register_shashesJussi Kivilinna1-32/+6
2012-08-01crypto: add crypto_[un]register_shashes for [un]registering multiple shash en...Jussi Kivilinna2-0/+38
2012-08-01crypto: ansi_cprng - use crypto_[un]register_algsJussi Kivilinna1-40/+23
2012-08-01crypto: serpent - use crypto_[un]register_algsJussi Kivilinna1-34/+19
2012-08-01crypto: des - use crypto_[un]register_algsJussi Kivilinna1-20/+5
2012-08-01crypto: crypto_null - use crypto_[un]register_algsJussi Kivilinna1-39/+18
2012-08-01crypto: tea - use crypto_[un]register_algsJussi Kivilinna1-35/+6
2012-08-01rtc/rtc-88pm80x: remove unneed devm_kfreeDevendra Naga1-2/+0
2012-08-01rtc/rtc-88pm80x: assign ret only when rtc_register_driver failsDevendra Naga1-1/+1
2012-08-01mm: hugetlbfs: close race during teardown of hugetlbfs shared page tablesMel Gorman3-3/+38
2012-08-01tmpfs: distribute interleave better across nodesNathan Zimmer1-2/+4
2012-08-01mm: remove redundant initializationMinchan Kim2-12/+2
2012-08-01mm: warn if pg_data_t isn't initialized with zeroMinchan Kim1-0/+3
2012-08-01mips: zero out pg_data_t when it's allocatedMinchan Kim1-0/+1
2012-08-01memcg: gix memory accounting scalability in shrink_page_listTim Chen1-0/+2
2012-08-01mm/sparse: remove index_init_lockGavin Shan1-13/+1
2012-08-01mm/sparse: more checks on mem_section numberGavin Shan1-0/+2
2012-08-01mm/sparse: optimize sparse_index_allocGavin Shan1-6/+4
2012-08-01memcg: add mem_cgroup_from_css() helperWanpeng Li1-8/+11
2012-08-01memcg: further prevent OOM with too many dirty pagesHugh Dickins1-9/+24
2012-08-01memcg: prevent OOM with too many dirty pagesMichal Hocko1-3/+20
2012-08-01mm: mmu_notifier: fix freed page still mapped in secondary MMUXiao Guangrong1-22/+23
2012-08-01mm: memcg: only check anon swapin page charges for swap cacheJohannes Weiner1-8/+14
2012-08-01mm: memcg: only check swap cache pages for repeated chargingJohannes Weiner1-5/+12
2012-08-01mm: memcg: split swapin charge function into private and public partJohannes Weiner1-9/+15
2012-08-01mm: memcg: remove needless !mm fixup to init_mm when chargingJohannes Weiner1-6/+1
2012-08-01mm: memcg: remove unneeded shmem charge typeJohannes Weiner1-10/+1
2012-08-01mm: memcg: move swapin charge functions above callsitesJohannes Weiner1-36/+32
2012-08-01mm: memcg: only check for PageSwapCache when uncharging anonJohannes Weiner1-9/+4
2012-08-01mm: memcg: push down PageSwapCache check into uncharge entry functionsJohannes Weiner1-6/+12
2012-08-01mm: swapfile: clean up unuse_pte race handlingJohannes Weiner1-2/+1
2012-08-01mm: memcg: fix compaction/migration failing due to memcg limitsJohannes Weiner3-46/+43
2012-08-01swapfile: avoid dereferencing bd_disk during swap_entry_free for network storageMel Gorman1-4/+6
2012-08-01nfs: prevent page allocator recursions with swap over NFS.Mel Gorman2-3/+3
2012-08-01nfs: enable swap on NFSMel Gorman9-34/+149
2012-08-01nfs: disable data cache revalidation for swapfilesMel Gorman2-14/+39
2012-08-01nfs: teach the NFS client how to treat PG_swapcache pagesMel Gorman5-28/+29
2012-08-01mm: add support for direct_IO to highmem pagesMel Gorman4-3/+22
2012-08-01mm: swap: implement generic handler for swap_activateMel Gorman4-88/+106
2012-08-01mm: add support for a filesystem to activate swap files and use direct_IO for...Mel Gorman7-3/+105
2012-08-01mm: add get_kernel_page[s] for pinning of kernel addresses for I/OMel Gorman4-0/+61
2012-08-01mm: methods for teaching filesystems about PG_swapcache pagesMel Gorman4-0/+57
2012-08-01selinux: tag avc cache alloc as non-criticalMel Gorman1-1/+1
2012-08-01netvm: prevent a stream-specific deadlockMel Gorman5-16/+32
2012-08-01mm: account for the number of times direct reclaimers get throttledMel Gorman3-0/+5