summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-06-06signals: jffs2: fix the wrong usage of disallow_signal()Oleg Nesterov1-5/+7
2014-06-06signals: mv {dis,}allow_signal() from sched.h/exit.c to signal.[ch]Oleg Nesterov4-42/+31
2014-06-06signals: cleanup the usage of t/current in do_sigaction()Oleg Nesterov1-8/+7
2014-06-06signals: rename rm_from_queue_full() to flush_sigqueue_mask()Oleg Nesterov1-11/+8
2014-06-06signals: kill rm_from_queue(), change prepare_signal() to use for_each_thread()Oleg Nesterov1-33/+10
2014-06-06signals: s/siginitset/sigemptyset/ in do_sigtimedwait()Oleg Nesterov1-1/+1
2014-06-06signals: kill sigfindinword()Oleg Nesterov3-20/+0
2014-06-06ptrace: task_clear_jobctl_trapping()->wake_up_bit() needs mb()Oleg Nesterov1-0/+1
2014-06-06ptrace: fix fork event messages across pid namespacesMatthew Dempsky2-3/+39
2014-06-06Documentation/memory-barriers.txt: fix important typo re memory barriersAlexey Dobriyan1-2/+2
2014-06-06Documentation/filesystems/seq_file.txt: create_proc_entry deprecatedFabian Frederick1-0/+9
2014-06-06Documentation/SubmittingPatches: describe the Fixes: tagJacob Keller1-1/+21
2014-06-06fs/fat/inode.c: clean up string initializations (char[] instead of char *)Manuel Schölling1-1/+1
2014-06-06fs/fat/: add support for DOS 1.x formatted volumesConrad Meyer3-77/+274
2014-06-06fs/hpfs: increase pr_warn levelFabian Frederick8-47/+47
2014-06-06fs/hpfs: use __func__ for loggingFabian Frederick2-12/+12
2014-06-06fs/hpfs: use pr_fmt for loggingFabian Frederick10-51/+56
2014-06-06fs/hpfs: convert printk to pr_foo()Fabian Frederick10-67/+89
2014-06-06fs/ufs/balloc.c: remove err parameter in ufs_add_fragmentsFabian Frederick1-3/+3
2014-06-06hfsplus: fix compiler warning on PowerPCChristian Kujau1-1/+1
2014-06-06fs/hfsplus: fix pr_foo() and hfs_dbg formatsFabian Frederick3-6/+6
2014-06-06hfsplus: coding style fix for declarations in hfsplus_fs.hSergei Antonov1-96/+107
2014-06-06fs/hfsplus/wrapper.c: replace shift loop by ilog2Fabian Frederick1-3/+1
2014-06-06hfsplus: fix "unused node is not erased" errorSergei Antonov6-7/+28
2014-06-06fs/hfsplus/wrapper.c: replace min/casting by min_tFabian Frederick1-3/+3
2014-06-06fs/hfsplus/options.c: replace seq_printf by seq_putsFabian Frederick1-5/+4
2014-06-06fs/hfsplus/bnode.c: replace min/casting by min_tFabian Frederick1-17/+15
2014-06-06hfsplus: emit proper file type from readdirSergei Antonov1-1/+19
2014-06-06hfsplus: remove unused routine hfsplus_attr_build_key_uniHin-Tak Leung2-28/+0
2014-06-06hfsplus: correct usage of HFSPLUS_ATTR_MAX_STRLEN for non-English attributesHin-Tak Leung5-66/+94
2014-06-06hfsplus: fix worst-case unicode to char conversion of file names and attributesHin-Tak Leung2-5/+21
2014-06-06fs/coda: use __func__Fabian Frederick5-33/+34
2014-06-06fs/coda: logging prefix uniformizationFabian Frederick5-8/+14
2014-06-06fs/coda: replace printk by pr_foo()Fabian Frederick6-47/+48
2014-06-06fs/befs: kernel-doc fixesFabian Frederick3-11/+11
2014-06-06fs/befs/linuxvfs.c: remove positive test on sector_tFabian Frederick1-8/+0
2014-06-06fs/befs/btree.c: replace strncpy by strlcpy + coding style fixingFabian Frederick1-4/+3
2014-06-06fs/befs/linuxvfs.c: replace strncpy by strlcpyFabian Frederick1-3/+2
2014-06-06drivers/rtc/rtc-pxa.c: make of_device_id array constJingoo Han1-1/+1
2014-06-06drivers/rtc/rtc-sa1100.c: make of_device_id array constJingoo Han1-1/+1
2014-06-06drivers/rtc/rtc-omap.c: enable RTC_IRQWAKEEN bits when Alarm is setLokesh Vutla1-34/+33
2014-06-06ARM: at91: fix at91_sysirq_mask_rtc for sam9x5 SoCsBoris BREZILLON1-9/+13
2014-06-06rtc: rtc-at91rm9200: fix infinite wait for ACKUPD irqBoris BREZILLON1-2/+14
2014-06-06drivers/rtc/rtc-hym8563.c: add optional clock-output-names propertyHeiko Stuebner2-0/+6
2014-06-06drivers/rtc/rtc-bfin.c: do not abort when requesting irq failsMike Frysinger1-9/+7
2014-06-06drivers/rtc/rtc-omap.c: add support for enabling 32khz clockSekhar Nori1-1/+15
2014-06-06drivers/rtc/rtc-omap.c: use BIT() macroSekhar Nori1-21/+21
2014-06-06drivers/rtc/rtc-omap.c: remove multiple device id checksSekhar Nori1-4/+9
2014-06-06rtc: da9063: RTC driverOpensource [Steve Twiss]3-0/+344
2014-06-06drivers/rtc: add support for Microchip MCP795Josef Gajdusek3-0/+208