aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2011-07-25notifiers: sys: move reboot notifiers into reboot.hAmerigo Wang
2011-07-25um: remove dead codeRichard Weinberger
2011-07-25um: adjust size of pid_bufRichard Weinberger
2011-07-25um: implement a x86_64 vDSORichard Weinberger
2011-07-25um: set __HAVE_ARCH_GATE_AREA for x86_64Richard Weinberger
2011-07-25um: Set __HAVE_ARCH_GATE_AREA for i386Richard Weinberger
2011-07-25um: disable scan_elf_aux() on x86_64Richard Weinberger
2011-07-25uml: free resourcesDavidlohr Bueso
2011-07-25uml: drivers/slip_user.c memory leak fixVitaliy Ivanov
2011-07-25uml: helper.c warning correctionsVitaliy Ivanov
2011-07-25uml: cow_user.c warning correctionsVitaliy Ivanov
2011-07-25uml: drivers/net_user.c memory leak fixVitaliy Ivanov
2011-07-25um: reinstate kernel version in generated .configGeert Uytterhoeven
2011-07-25um: add netpoll supportRichard Weinberger
2011-07-25um: fix _FORTIFY_SOURCE=2 support for kernel modulesRichard Weinberger
2011-07-25um: clean up delay functionsRichard Weinberger
2011-07-25um, exec: remove redundant set_fs(USER_DS)Mathias Krause
2011-07-25um: clean up vm-flags.hRichard Weinberger
2011-07-25cris, exec: remove redundant set_fs(USER_DS)Mathias Krause
2011-07-25cris: fix some build warnings in pinmux.cWANG Cong
2011-07-25m68k, exec: remove redundant set_fs(USER_DS)Mathias Krause
2011-07-25m32r, exec: remove redundant set_fs(USER_DS)Mathias Krause
2011-07-25alpha, exec: remove redundant set_fs(USER_DS)Mathias Krause
2011-07-25h8300, exec: remove redundant set_fs(USER_DS)Mathias Krause
2011-07-25sparc64: implement get_user_pages_fast()David S. Miller
2011-07-25sparc64: add support for _PAGE_SPECIALDavid S. Miller
2011-07-25sparc64: use RCU page table freeingDavid S. Miller
2011-07-25sparc64: kill page table quicklistsDavid S. Miller
2011-07-25xtensa: fix a build error in arch/xtensa/include/asm/uaccess.hWANG Cong
2011-07-25xtensa: prevent arbitrary read in ptraceDan Rosenberg
2011-07-24Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Linus Torvalds
2011-07-24Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds
2011-07-24Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds
2011-07-24Merge branch 'for-upstream' of git://openrisc.net/jonas/linuxLinus Torvalds
2011-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds
2011-07-24Merge branch 'kvm-updates/3.1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2011-07-24Merge branch 'upstream/xen-tracing2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2011-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2011-07-24modules: make arch's use default loader hooksJonas Bonn
2011-07-24KVM: MMU: trace mmio page faultXiao Guangrong
2011-07-24KVM: MMU: mmio page fault supportXiao Guangrong
2011-07-24KVM: MMU: reorganize struct kvm_shadow_walk_iteratorXiao Guangrong
2011-07-24KVM: MMU: lockless walking shadow page tableXiao Guangrong
2011-07-24KVM: MMU: do not need atomicly to set/clear spteXiao Guangrong
2011-07-24KVM: MMU: introduce the rules to modify shadow page tableXiao Guangrong
2011-07-24KVM: MMU: abstract some functions to handle fault pfnXiao Guangrong
2011-07-24KVM: MMU: filter out the mmio pfn from the fault pfnXiao Guangrong
2011-07-24KVM: MMU: remove bypass_guest_pfXiao Guangrong
2011-07-24KVM: MMU: split kvm_mmu_free_pageXiao Guangrong
2011-07-24KVM: MMU: count used shadow pages on prepareing pathXiao Guangrong