summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-09-16HWPOISON: Add PR_MCE_KILL prctl to control early kill behaviour per processAndi Kleen3-0/+26
2009-09-16HWPOISON: shmem: call set_page_dirty() with locked pageWu Fengguang2-2/+9
2009-09-16HWPOISON: Define a new error_remove_page address space op for async truncationAndi Kleen4-0/+26
2009-09-16HWPOISON: Add invalidate_inode_pageWu Fengguang2-6/+22
2009-09-16HWPOISON: Refactor truncate to allow direct truncating of page v2Nick Piggin2-14/+17
2009-09-16HWPOISON: check and isolate corrupted free pages v2Wu Fengguang1-1/+19
2009-09-16HWPOISON: Handle hardware poisoned pages in try_to_unmapAndi Kleen2-1/+9
2009-09-16HWPOISON: Use bitmask/action code for try_to_unmap behaviourAndi Kleen4-21/+36
2009-09-16HWPOISON: x86: Add VM_FAULT_HWPOISON handling to x86 page fault handler v2Andi Kleen1-4/+15
2009-09-16HWPOISON: Add poison check to page fault handlingAndi Kleen1-0/+6
2009-09-16HWPOISON: Add basic support for poisoned pages in fault handler v3Andi Kleen2-4/+17
2009-09-16HWPOISON: Add new SIGBUS error codes for hardware poison signalsAndi Kleen1-1/+7
2009-09-16HWPOISON: Add support for poison swap entries v2Andi Kleen3-8/+68
2009-09-16HWPOISON: Export some rmap vma locking to outside worldAndi Kleen2-2/+8
2009-09-16HWPOISON: Add page flag for poisoned pagesAndi Kleen1-1/+16
2009-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-next-2.6Linus Torvalds12-385/+522
2009-09-15Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds220-2461/+11256
2009-09-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds80-1228/+1910
2009-09-15Nicolas Pitre has a new email addressNicolas Pitre39-45/+45
2009-09-15Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds1-0/+1
2009-09-15Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds201-8752/+17262
2009-09-15Merge branch 'x86-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds19-140/+507
2009-09-15Merge branch 'x86-txt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds16-3/+898
2009-09-15Merge branch 'agp-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airl...Linus Torvalds23-117/+254
2009-09-15ide: fixup for fujitsu diskWu Zhangjin1-0/+1
2009-09-15perf_counter: Fix buffer overflow in perf_copy_attr()Xiao Guangrong1-0/+1
2009-09-14Merge branch 'for-linus3' of git://git.kernel.org/pub/scm/linux/kernel/git/jm...Linus Torvalds9-48/+118
2009-09-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds32-305/+2287
2009-09-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds4-2/+414
2009-09-14V4L/DVB (12720): em28xx-cards: Add vendor/product id for Kworld DVD Maker 2Douglas Schilling Landgraf2-2/+5
2009-09-15SELinux: inline selinux_is_enabled in !CONFIG_SECURITY_SELINUXEric Paris1-1/+1
2009-09-15Merge branch 'for-next' into for-linusTejun Heo80-1228/+1910
2009-09-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds77-1572/+4347
2009-09-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds37-232/+755
2009-09-14Merge branch 'for-2.6.32' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds42-284/+729
2009-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds112-4867/+14377
2009-09-14Merge branch 'docs-next' of git://git.lwn.net/linux-2.6Linus Torvalds2-1/+100
2009-09-14Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds500-2819/+48275
2009-09-14fix undefined reference to user_shm_unlockHugh Dickins1-1/+1
2009-09-14Merge branch 'kvm-updates/2.6.32' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds80-2160/+5692
2009-09-14cleanup console_print()Anirban Sinha7-32/+11
2009-09-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds5-25/+85
2009-09-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds8-452/+619
2009-09-15KEYS: Fix garbage collectorDavid Howells4-35/+73
2009-09-15KEYS: Unlock tasklist when exiting early from keyctl_session_to_parentMarc Dionne1-0/+1
2009-09-15CRED: Allow put_cred() to cope with a NULL groups listDavid Howells1-1/+2
2009-09-14Merge branch 'osync_cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds18-380/+204
2009-09-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/steve/...Linus Torvalds21-806/+678
2009-09-14Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds5-100/+12
2009-09-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds22-759/+567