summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-07-25mm/huge_memory.c: minor lock simplification in __khugepaged_exitChris Wright1-4/+2
2011-07-25mm/page_cgroup.c: simplify code by using SECTION_ALIGN_UP() and SECTION_ALIGN...Daniel Kiper1-4/+4
2011-07-25mm: remove the leftovers of noswapaccountWANG Cong3-19/+3
2011-07-25pagewalk: fix code comment for THPKOSAKI Motohiro1-1/+2
2011-07-25pagewalk: add locking-rule commentsKOSAKI Motohiro2-0/+5
2011-07-25pagewalk: don't look up vma if walk->hugetlb_entry is unusedKOSAKI Motohiro1-6/+37
2011-07-25pagewalk: fix walk_page_range() don't check find_vma() result properlyKOSAKI Motohiro1-1/+1
2011-07-25mm: swap-token: add a comment for priority agingKOSAKI Motohiro1-0/+11
2011-07-25mm: swap-token: makes global variables to function localKOSAKI Motohiro1-2/+2
2011-07-25mm: swap-token: fix dead linkKOSAKI Motohiro1-1/+1
2011-07-25xen/balloon: memory hotplug support for Xen balloon driverDaniel Kiper3-2/+171
2011-07-25mm: extend memory hotplug API to allow memory hotplug in virtual machinesDaniel Kiper2-5/+74
2011-07-25backlight: set backlight type and max_brightness before backlights are regist...Axel Lin3-8/+18
2011-07-25backlight: add ams369fg06 amoled driverJingoo Han4-1/+653
2011-07-25drivers/video/backlight/adp8860_bl.c: remove a redundant assignment for max_b...Axel Lin1-2/+1
2011-07-25drivers/video/backlight/ld9040.c: small fixesAxel Lin1-3/+6
2011-07-25mm/backing-dev.c: reset bdi min_ratio in bdi_unregister()Peter Zijlstra1-0/+1
2011-07-25drivers/misc/pch_phub.c: don't oops if dmi_get_system_info returns NULLAlexander Stein1-1/+4
2011-07-25xtensa: fix a build error in arch/xtensa/include/asm/uaccess.hWANG Cong1-0/+1
2011-07-25xtensa: prevent arbitrary read in ptraceDan Rosenberg1-0/+3
2011-07-25mm: use const struct page for r/o page-flag accessor methodsIan Campbell1-2/+2
2011-07-25mm: make some struct page's constIan Campbell2-7/+7
2011-07-25hugetlb: add phys addr to struct huge_bootmem_pageBecky Bruce2-1/+12
2011-07-25fs/hugetlbfs/inode.c: fix pgoff alignment checking on 32-bitBecky Bruce1-1/+1
2011-07-25ipc/sem.c: fix race with concurrent semtimedop() timeouts and IPC_RMIDManfred Spraul1-2/+11
2011-07-24Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Linus Torvalds11-46/+241
2011-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds217-6638/+7834
2011-07-24gma500: udlay(20000) is too largeStephen Rothwell1-1/+1
2011-07-24Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds67-973/+920
2011-07-24bnx2x: use pci_pcie_cap()Vladislav Zolotarov1-1/+1
2011-07-24bnx2x: fix bnx2x_stop_on_error flow in bnx2x_sp_rtnl_taskVladislav Zolotarov1-11/+25
2011-07-24bnx2x: enable internal target-read for 57712 and up onlyShmulik Ravid1-3/+6
2011-07-24bnx2x: count statistic ramrods on EQ to prevent MC assertVladislav Zolotarov1-31/+32
2011-07-24bnx2x: fix loopback for non 10G linkYaniv Rosner1-6/+18
2011-07-24bnx2x: dcb - send all unmapped priorities to same COS as L2Dmitry Kravkov1-6/+33
2011-07-24iwlwifi: Fix build with CONFIG_PM disabled.David S. Miller1-0/+6
2011-07-24Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds211-5754/+7199
2011-07-24Documentation: Update augmented rbtree documentationSasha Levin1-9/+14
2011-07-24XZ: Fix missing <linux/kernel.h> includeLasse Collin1-1/+1
2011-07-24Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds60-1280/+2091
2011-07-24Merge branch 'for-upstream' of git://openrisc.net/jonas/linuxLinus Torvalds90-104/+10970
2011-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds31-804/+143
2011-07-24Merge branch 'kvm-updates/3.1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds102-3679/+12320
2011-07-24Merge branch 'upstream/xen-tracing2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds9-150/+787
2011-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds22-589/+2128
2011-07-24modpost: Fix modpost's license checking V3Alessio Igor Bogani1-1/+28
2011-07-24module: add /sys/module/<name>/uevent filesKay Sievers3-0/+22
2011-07-24module: change attr callbacks to take struct module_kobjectKay Sievers3-23/+24
2011-07-24modules: make arch's use default loader hooksJonas Bonn26-777/+12
2011-07-24modules: add default loader hook implementationsJonas Bonn2-1/+55