aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/signal.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-17signal: remove warning about using SI_TKILL in rt_[tg]sigqueueinfoVladimir Davydov1-9/+5
2015-04-17ptrace: ptrace_detach() can no longer race with SIGKILLOleg Nesterov1-10/+9
2015-04-17ptrace: fix race between ptrace_resume() and wait_task_stopped()Oleg Nesterov1-0/+20
2015-04-17fs/fat: comment fix, fat_bits can be also 32Alexander Kuleshov1-1/+1
2015-04-17fs/fat: remove unnecessary includesAlexander Kuleshov9-33/+1
2015-04-17fs/fat: remove unnecessary defintionAlexander Kuleshov1-2/+1
2015-04-17hfsplus: don't store special "osx" xattr prefix on-diskThomas Hebb1-5/+14
2015-04-17hfsplus: fix expand when not enough available spaceSergei Antonov1-0/+6
2015-04-17hfsplus: incorrect return valueChengyu Song1-2/+2
2015-04-17fs/hfsplus: replace if/BUG by BUG_ONFabian Frederick1-3/+1
2015-04-17fs/hfsplus: use bool instead of int for is_known_namespace() return valueFabian Frederick1-1/+1
2015-04-17fs/hfsplus: atomically set inode->i_flagsFabian Frederick1-7/+5
2015-04-17fs/hfsplus: move xattr_name allocation in hfsplus_setxattr()Fabian Frederick5-65/+35
2015-04-17fs/hfsplus: move xattr_name allocation in hfsplus_getxattr()Fabian Frederick5-67/+38
2015-04-17hfsplus: add missing curly braces in hfsplus_delete_cat()Dan Carpenter1-1/+2
2015-04-17hfs: incorrect return valuesChengyu Song1-2/+2
2015-04-17nilfs2: use inode_set_flags() in nilfs_set_inode_flags()Ryusuke Konishi1-7/+8
2015-04-17nilfs2: put out gfp mask manipulation from nilfs_set_inode_flags()Ryusuke Konishi1-2/+2
2015-04-17nilfs2: fix gcc warning at nilfs_checkpoint_is_mounted()Ryusuke Konishi1-1/+1
2015-04-17nilfs2: improve execution time of NILFS_IOCTL_GET_CPINFO ioctlRyusuke Konishi1-6/+52
2015-04-17nilfs2: add helper to find existent block on metadata fileRyusuke Konishi2-0/+57
2015-04-17nilfs2: add bmap function to seek a valid keyRyusuke Konishi4-1/+115
2015-04-17nilfs2: unify type of key arguments in bmap interfaceRyusuke Konishi4-20/+16
2015-04-17nilfs2: use bgl_lock_ptr()Ryusuke Konishi1-2/+5
2015-04-17nilfs2: use set_mask_bits() for operations on buffer state bitmapRyusuke Konishi2-20/+18
2015-04-17nilfs2: do not use async write flag for segment summary buffersRyusuke Konishi1-3/+0
2015-04-17befs: replace typedef befs_inode_info by structureFabian Frederick2-7/+7
2015-04-17befs: replace typedef befs_sb_info by structureFabian Frederick5-13/+11
2015-04-17befs: replace typedef befs_mount_options by structureFabian Frederick2-5/+5
2015-04-17rtc: use more standard kernel logging stylesJoe Perches13-24/+49
2015-04-17drivers/rtc/rtc-hym8563.c: fix swapped enable/disable of clockout control bitHeiko Stübner1-5/+5
2015-04-17drivers/rtc/rtc-s3c.c: remove one superfluous rtc_valid_tm() checkKrzysztof Kozlowski1-3/+1
2015-04-17drivers/rtc/rtc-omap.c: use module_platform_driverLokesh Vutla1-2/+3
2015-04-17drivers/rtc/Kconfig: update Kconfig for OMAP RTCLokesh Vutla1-3/+3
2015-04-17drivers/rtc/rtc-omap.c: unlock and lock rtc registers before and after register writesLokesh Vutla1-11/+52
2015-04-17drivers/rtc/rtc-s3c.c: fix failed first read of RTC timeKrzysztof Kozlowski1-16/+16
2015-04-17rtc: hctosys: use function name in the error logAaro Koskinen1-1/+1
2015-04-17drivers/rtc/interface.c: __rtc_read_time: reduce log levelAaro Koskinen1-2/+3
2015-04-17drivers/rtc/class.c: initialize rtc name earlyAaro Koskinen1-3/+3
2015-04-17drivers/rtc/rtc-s5m.c: add support for S2MPS13 RTCKrzysztof Kozlowski2-1/+21
2015-04-17MAINTAINERS: Add Alexandre Belloni as an RTC maintainerAlexandre Belloni1-0/+1
2015-04-17rtc: driver for Conexant Digicolor CX92755 on-chip RTCBaruch Siach3-0/+238