summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* kernel/panic.c: add "crash_kexec_post_notifiers" option for kdump after panic...Masami Hiramatsu2014-06-072-2/+29
* smp: print more useful debug info upon receiving IPI on an offline CPUSrivatsa S. Bhat2014-06-071-3/+15
* fs/proc/vmcore.c: remove NULL assignment to staticFabian Frederick2014-06-071-1/+1
* fs/proc/task_mmu.c: replace seq_printf by seq_putsFabian Frederick2014-06-071-4/+4
* signals: change wait_for_helper() to use kernel_sigaction()Oleg Nesterov2014-06-071-4/+1
* signals: introduce kernel_sigaction()Oleg Nesterov2014-06-072-26/+28
* signals: disallow_signal() should flush the potentially pending signalOleg Nesterov2014-06-071-0/+7
* signals: kill the obsolete sigdelset() and recalc_sigpending() in allow_signal()Oleg Nesterov2014-06-071-4/+1
* signals: jffs2: fix the wrong usage of disallow_signal()Oleg Nesterov2014-06-071-5/+7
* signals: mv {dis,}allow_signal() from sched.h/exit.c to signal.[ch]Oleg Nesterov2014-06-074-42/+31
* signals: cleanup the usage of t/current in do_sigaction()Oleg Nesterov2014-06-071-8/+7
* signals: rename rm_from_queue_full() to flush_sigqueue_mask()Oleg Nesterov2014-06-071-11/+8
* signals: kill rm_from_queue(), change prepare_signal() to use for_each_thread()Oleg Nesterov2014-06-071-33/+10
* signals: s/siginitset/sigemptyset/ in do_sigtimedwait()Oleg Nesterov2014-06-071-1/+1
* signals: kill sigfindinword()Oleg Nesterov2014-06-073-20/+0
* ptrace: task_clear_jobctl_trapping()->wake_up_bit() needs mb()Oleg Nesterov2014-06-071-0/+1
* ptrace: fix fork event messages across pid namespacesMatthew Dempsky2014-06-072-3/+39
* Documentation/memory-barriers.txt: fix important typo re memory barriersAlexey Dobriyan2014-06-071-2/+2
* Documentation/filesystems/seq_file.txt: create_proc_entry deprecatedFabian Frederick2014-06-071-0/+9
* Documentation/SubmittingPatches: describe the Fixes: tagJacob Keller2014-06-071-1/+21
* fs/fat/inode.c: clean up string initializations (char[] instead of char *)Manuel Schölling2014-06-071-1/+1
* fs/fat/: add support for DOS 1.x formatted volumesConrad Meyer2014-06-073-77/+274
* fs/hpfs: increase pr_warn levelFabian Frederick2014-06-078-47/+47
* fs/hpfs: use __func__ for loggingFabian Frederick2014-06-072-12/+12
* fs/hpfs: use pr_fmt for loggingFabian Frederick2014-06-0710-51/+56
* fs/hpfs: convert printk to pr_foo()Fabian Frederick2014-06-0710-67/+89
* fs/ufs/balloc.c: remove err parameter in ufs_add_fragmentsFabian Frederick2014-06-071-3/+3
* hfsplus: fix compiler warning on PowerPCChristian Kujau2014-06-071-1/+1
* fs/hfsplus: fix pr_foo() and hfs_dbg formatsFabian Frederick2014-06-073-6/+6
* hfsplus: coding style fix for declarations in hfsplus_fs.hSergei Antonov2014-06-071-96/+107
* fs/hfsplus/wrapper.c: replace shift loop by ilog2Fabian Frederick2014-06-071-3/+1
* hfsplus: fix "unused node is not erased" errorSergei Antonov2014-06-076-7/+28
* fs/hfsplus/wrapper.c: replace min/casting by min_tFabian Frederick2014-06-071-3/+3
* fs/hfsplus/options.c: replace seq_printf by seq_putsFabian Frederick2014-06-071-5/+4
* fs/hfsplus/bnode.c: replace min/casting by min_tFabian Frederick2014-06-071-17/+15
* hfsplus: emit proper file type from readdirSergei Antonov2014-06-071-1/+19
* hfsplus: remove unused routine hfsplus_attr_build_key_uniHin-Tak Leung2014-06-072-28/+0
* hfsplus: correct usage of HFSPLUS_ATTR_MAX_STRLEN for non-English attributesHin-Tak Leung2014-06-075-66/+94
* hfsplus: fix worst-case unicode to char conversion of file names and attributesHin-Tak Leung2014-06-072-5/+21
* fs/coda: use __func__Fabian Frederick2014-06-075-33/+34
* fs/coda: logging prefix uniformizationFabian Frederick2014-06-075-8/+14
* fs/coda: replace printk by pr_foo()Fabian Frederick2014-06-076-47/+48
* fs/befs: kernel-doc fixesFabian Frederick2014-06-073-11/+11
* fs/befs/linuxvfs.c: remove positive test on sector_tFabian Frederick2014-06-071-8/+0
* fs/befs/btree.c: replace strncpy by strlcpy + coding style fixingFabian Frederick2014-06-071-4/+3
* fs/befs/linuxvfs.c: replace strncpy by strlcpyFabian Frederick2014-06-071-3/+2
* drivers/rtc/rtc-pxa.c: make of_device_id array constJingoo Han2014-06-071-1/+1
* drivers/rtc/rtc-sa1100.c: make of_device_id array constJingoo Han2014-06-071-1/+1
* drivers/rtc/rtc-omap.c: enable RTC_IRQWAKEEN bits when Alarm is setLokesh Vutla2014-06-071-34/+33
* ARM: at91: fix at91_sysirq_mask_rtc for sam9x5 SoCsBoris BREZILLON2014-06-071-9/+13