summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-03-07vm: avoid using find_vma_prev() unnecessarilyLinus Torvalds4-4/+9
2012-03-07Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2-11/+37
2012-03-07mm: fix find_vma_prevMikulas Patocka1-2/+10
2012-03-07genirq: Clear action->thread_mask if IRQ_ONESHOT is not setThomas Gleixner1-6/+38
2012-03-07mmap: EINVAL not ENOMEM when rejecting VM_GROWSHugh Dickins1-1/+2
2012-03-06Merge tag 'fixes-3.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds24-46/+47
2012-03-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-2/+2
2012-03-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds1-4/+4
2012-03-06vsprintf: make %pV handling compatible with kasprintf()Jan Beulich1-3/+9
2012-03-06page_cgroup: fix horrid swap accounting regressionHugh Dickins1-1/+3
2012-03-06Merge branch 'fixes' of git://github.com/hzhuang1/linux into fixesArnd Bergmann171-574/+1139
2012-03-06Merge branch 'v3.3-samsung-fixes-4' of git://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann15-25/+25
2012-03-06ARM: ep93xx: convert vision_ep9307 to MULTI_IRQ_HANDLERH Hartley Sweeten1-0/+2
2012-03-06ARM: EXYNOS: fix touchscreen IRQ setup on Universal C210 boardBartlomiej Zolnierkiewicz1-0/+2
2012-03-06ARM: pxa: fix invalid mfp pin issueHaojian Zhuang1-0/+7
2012-03-06ARM: pxa: remove duplicated registeration on pxa-gpioHaojian Zhuang5-5/+0
2012-03-06ARM: pxa: add dummy clock for pxa25x and pxa27xHaojian Zhuang2-0/+2
2012-03-06Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-18/+42
2012-03-06Merge tag 'usb-3.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-10/+2
2012-03-06Merge tag 'tty-3.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-1/+1
2012-03-06Merge tag 'md-3.3-fixes' of git://neil.brown.name/mdLinus Torvalds2-12/+28
2012-03-06Merge branch 'akpm' (Andrew's patch bomb)Linus Torvalds24-164/+156
2012-03-06rapidio/tsi721: fix queue wrapping bug in inbound doorbell handlerAlexandre Bounine1-2/+3
2012-03-06memcg: fix mapcount check in move charge code for anonymous pageNaoya Horiguchi1-1/+1
2012-03-06mm: thp: fix BUG on mm->nr_ptesAndrea Arcangeli1-3/+3
2012-03-06alpha: fix 32/64-bit bug in futex supportAndrew Morton1-1/+1
2012-03-06memcg: fix GPF when cgroup removal races with last exitHugh Dickins6-48/+18
2012-03-06debugobjects: Fix selftest for static warningsStephen Boyd1-11/+3
2012-03-06floppy/scsi: fix setting of BIO flagsMuthu Kumar2-2/+2
2012-03-06memcg: fix deadlock by inverting lrucare nestingHugh Dickins1-35/+37
2012-03-06drivers/rtc/rtc-r9701.c: fix crash in r9701_remove()Anatolij Gustschin1-7/+7
2012-03-06c2port: class_create() returns an ERR_PTRDan Carpenter1-2/+2
2012-03-06pps: class_create() returns an ERR_PTR, not NULLDan Carpenter1-2/+2
2012-03-06hung_task: fix the broken rcu_lock_break() logicOleg Nesterov1-4/+7
2012-03-06vfork: kill PF_STARTINGOleg Nesterov2-10/+0
2012-03-06coredump_wait: don't call complete_vfork_done()Oleg Nesterov3-14/+3
2012-03-06vfork: make it killableOleg Nesterov2-9/+33
2012-03-06vfork: introduce complete_vfork_done()Oleg Nesterov3-13/+13
2012-03-06aio: wake up waiters when freeing unused kiocbsJeff Moyer1-0/+2
2012-03-06kprobes: return proper error code from register_kprobe()Prashanth Nageshappa1-5/+7
2012-03-06kmsg_dump: don't run on non-error paths by defaultMatthew Garrett3-2/+19
2012-03-06md/raid10: fix assembling of arrays with replacement devices.NeilBrown1-1/+0
2012-03-06drm, gma500: Fix Cedarview boot failures in 3.3-rcAlan Cox3-6/+6
2012-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds24-110/+122
2012-03-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds1-5/+17
2012-03-06Merge branch 'for-3.3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-16/+16
2012-03-06Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds14-36/+58
2012-03-06flush_tlb_range() needs ->page_table_lock when ->mmap_sem is not heldAl Viro1-1/+1
2012-03-06VM_GROWS{UP,DOWN} shouldn't be set on shmem VMAsAl Viro1-0/+2
2012-03-06aout: move setup_arg_pages() prior to reading/mapping the binaryAl Viro2-14/+14