summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-05-22xtensa: add handling of TIF_NOTIFY_RESUMEAl Viro3-6/+20
2012-05-22microblaze: drop 'oldset' argument of do_notify_resume()Al Viro3-19/+11
2012-05-22microblaze: handle TIF_NOTIFY_RESUMEAl Viro3-26/+38
2012-05-22score: add handling of NOTIFY_RESUME to do_notify_resume()Al Viro1-1/+8
2012-05-22m68k: add TIF_NOTIFY_RESUME and handle it.Al Viro6-7/+21
2012-05-22fbdev: sh_mobile_lcdc: Don't confuse line size with pitchLaurent Pinchart2-2/+4
2012-05-22sparc: kill ancient comment in sparc_sigaction()Al Viro1-5/+0
2012-05-22h8300: missing checks of __get_user()/__put_user() return valuesAl Viro1-6/+6
2012-05-22frv: missing checks of __get_user()/__put_user() return valuesAl Viro1-6/+6
2012-05-22cris: missing checks of __get_user()/__put_user() return valuesAl Viro2-12/+12
2012-05-22powerpc: missing checks of __get_user()/__put_user() return valuesAl Viro1-3/+3
2012-05-22sh: missing checks of __get_user()/__put_user() return valuesAl Viro2-22/+27
2012-05-22sparc: missing checks of __get_user()/__put_user() return valuesAl Viro2-10/+12
2012-05-22avr32: struct old_sigaction is never usedAl Viro1-7/+0
2012-05-22m32r: struct old_sigaction is never usedAl Viro1-7/+0
2012-05-22xtensa: xtensa_sigaction doesn't existAl Viro2-9/+0
2012-05-22alpha: tidy signal delivery upAl Viro1-43/+26
2012-05-22score: don't open-code force_sigsegv()Al Viro1-3/+1
2012-05-22cris: don't open-code force_sigsegv()Al Viro1-8/+2
2012-05-22blackfin: don't open-code force_sigsegv()Al Viro1-3/+1
2012-05-22avr32: need to clear RESTORE_SIGMASK on successful signal deliveryAl Viro1-0/+1
2012-05-22microblaze: bury sys_rt_sigsuspend_wrapper in nommu case tooAl Viro1-4/+0
2012-05-22cris: SA_ONESHOT handling is done by get_signal_to_deliver()Al Viro1-3/+0
2012-05-22h8300: switch to saved_sigmask-based sigsuspend/rt_sigsuspendAl Viro3-59/+21
2012-05-22h8300: don't change blocked signals' mask if setting frame up failsAl Viro1-7/+11
2012-05-22sh: switch to saved_sigmask-based sigsuspend()/rt_sigsuspend()Al Viro4-71/+13
2012-05-22xtensa: switch to generic rt_sigsuspend(2)Al Viro4-43/+16
2012-05-22md/bitmap: record the space available for the bitmap in the superblock.NeilBrown2-1/+10
2012-05-22md/raid10: Remove extras after reshape to smaller number of devices.NeilBrown1-0/+13
2012-05-22md/raid5: improve removal of extra devices after reshape.NeilBrown1-5/+5
2012-05-22md: check the return of mddev_find()Yuanhan Liu1-0/+3
2012-05-22MD RAID1: Further conditionalize 'fullsync'Jonathan Brassow1-1/+2
2012-05-22DM RAID: Use md_error() in place of simply setting Faulty bitJonathan Brassow1-1/+1
2012-05-22DM RAID: Record and handle missing devicesJonathan Brassow1-4/+7
2012-05-22DM RAID: Set recovery flags on resumeJonathan Brassow2-5/+4
2012-05-22md/raid5: Allow reshape while a bitmap is present.NeilBrown1-3/+3
2012-05-22md/raid10: resize bitmap when required during reshape.NeilBrown1-13/+24
2012-05-22md: allow array to be resized while bitmap is present.NeilBrown4-13/+28
2012-05-22md/bitmap: make sure reshape request are reflected in superblock.NeilBrown1-0/+3
2012-05-22md/bitmap: add bitmap_resize function to allow bitmap resizing.NeilBrown2-30/+172
2012-05-22md/bitmap: use DIV_ROUND_UP instead of open-codeNeilBrown1-3/+2
2012-05-22md/bitmap: create a 'struct bitmap_counts' substructure of 'struct bitmap'NeilBrown2-77/+84
2012-05-22md/bitmap: make bitmap bitops atomic.NeilBrown1-4/+2
2012-05-22md/bitmap: make _page_attr bitops atomic.NeilBrown1-32/+23
2012-05-22md/bitmap: merge bitmap_file_unmap and bitmap_file_put.NeilBrown1-24/+10
2012-05-22md/bitmap: remove async freeing of bitmap file.NeilBrown1-12/+6
2012-05-22md/bitmap: convert some spin_lock_irqsave to spin_lock_irqNeilBrown1-18/+14
2012-05-22md/bitmap: use set_bit, test_bit, etc for operation on bitmap->flags.NeilBrown2-28/+24
2012-05-22md/bitmap: remove single-bit manipulation on sb->stateNeilBrown1-2/+2
2012-05-22md/bitmap: remove bitmap_mask_stateNeilBrown1-34/+3