aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-25mach-ux500: add lm3530 ALS platform data for U5500Linus Walleij1-1/+83
2011-07-25notifiers: sys: move reboot notifiers into reboot.hAmerigo Wang2-0/+2
2011-07-25um: remove dead codeRichard Weinberger3-6/+3
2011-07-25um: adjust size of pid_bufRichard Weinberger1-1/+1
2011-07-25um: implement a x86_64 vDSORichard Weinberger9-0/+365
2011-07-25um: set __HAVE_ARCH_GATE_AREA for x86_64Richard Weinberger3-1/+37
2011-07-25um: Set __HAVE_ARCH_GATE_AREA for i386Richard Weinberger3-1/+65
2011-07-25um: disable scan_elf_aux() on x86_64Richard Weinberger3-7/+8
2011-07-25uml: free resourcesDavidlohr Bueso1-2/+4
2011-07-25uml: drivers/slip_user.c memory leak fixVitaliy Ivanov1-2/+1
2011-07-25uml: helper.c warning correctionsVitaliy Ivanov1-2/+2
2011-07-25uml: cow_user.c warning correctionsVitaliy Ivanov1-1/+5
2011-07-25uml: drivers/net_user.c memory leak fixVitaliy Ivanov1-1/+4
2011-07-25um: reinstate kernel version in generated .configGeert Uytterhoeven1-0/+2
2011-07-25um: add netpoll supportRichard Weinberger1-0/+12
2011-07-25um: fix _FORTIFY_SOURCE=2 support for kernel modulesRichard Weinberger1-0/+5
2011-07-25um: clean up delay functionsRichard Weinberger3-32/+91
2011-07-25um, exec: remove redundant set_fs(USER_DS)Mathias Krause1-1/+0
2011-07-25um: clean up vm-flags.hRichard Weinberger3-39/+5
2011-07-25cris, exec: remove redundant set_fs(USER_DS)Mathias Krause2-2/+0
2011-07-25cris: fix some build warnings in pinmux.cWANG Cong1-4/+6
2011-07-25m68k, exec: remove redundant set_fs(USER_DS)Mathias Krause3-6/+2
2011-07-25m32r, exec: remove redundant set_fs(USER_DS)Mathias Krause1-1/+0
2011-07-25alpha, exec: remove redundant set_fs(USER_DS)Mathias Krause1-1/+0
2011-07-25h8300, exec: remove redundant set_fs(USER_DS)Mathias Krause1-2/+0
2011-07-25sparc64: implement get_user_pages_fast()David S. Miller2-1/+182
2011-07-25sparc64: add support for _PAGE_SPECIALDavid S. Miller1-4/+11
2011-07-25sparc64: use RCU page table freeingDavid S. Miller2-2/+47
2011-07-25sparc64: kill page table quicklistsDavid S. Miller3-21/+26
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-24Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds7-1334/+0
2011-07-24Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds206-5753/+6855
2011-07-24Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds49-1022/+1301
2011-07-24Merge branch 'for-upstream' of git://openrisc.net/jonas/linuxLinus Torvalds85-102/+10910
2011-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds26-777/+12
2011-07-24Merge branch 'kvm-updates/3.1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds87-3634/+11619
2011-07-24Merge branch 'upstream/xen-tracing2' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xenLinus Torvalds8-150/+283
2011-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-12/+56
2011-07-24modules: make arch's use default loader hooksJonas Bonn26-777/+12
2011-07-24KVM: MMU: trace mmio page faultXiao Guangrong4-1/+80
2011-07-24KVM: MMU: mmio page fault supportXiao Guangrong5-14/+248
2011-07-24KVM: MMU: reorganize struct kvm_shadow_walk_iteratorXiao Guangrong1-1/+1
2011-07-24KVM: MMU: lockless walking shadow page tableXiao Guangrong2-8/+132
2011-07-24KVM: MMU: do not need atomicly to set/clear spteXiao Guangrong1-15/+71
2011-07-24KVM: MMU: introduce the rules to modify shadow page tableXiao Guangrong1-34/+69
2011-07-24KVM: MMU: abstract some functions to handle fault pfnXiao Guangrong2-18/+41
2011-07-24KVM: MMU: filter out the mmio pfn from the fault pfnXiao Guangrong1-2/+2
2011-07-24KVM: MMU: remove bypass_guest_pfXiao Guangrong6-128/+33
2011-07-24KVM: MMU: split kvm_mmu_free_pageXiao Guangrong1-3/+18