summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-06-07ipc: constify ipc_opsMathias Krause5-20/+19
2014-06-07initramfs: remove "compression mode" choicePaul Bolle1-77/+0
2014-06-07fs/devpts/inode.c: convert printk to pr_foo()Fabian Frederick1-11/+15
2014-06-07fs/cachefiles: replace kerror by pr_errFabian Frederick8-54/+58
2014-06-07FS/CACHEFILES: convert printk to pr_foo()Fabian Frederick6-52/+39
2014-06-07fs/pstore: logging clean-upFabian Frederick2-29/+26
2014-06-07kernel/profile.c: use static const char instead of static charFabian Frederick1-3/+3
2014-06-07kernel/profile.c: convert printk to pr_foo()Fabian Frederick1-9/+5
2014-06-07fs/affs: pr_debug cleanupFabian Frederick9-59/+74
2014-06-07fs/affs: convert printk to pr_foo()Fabian Frederick4-23/+26
2014-06-07fs/affs/file.c: remove unnecessary function parametersFabian Frederick1-11/+13
2014-06-07include/asm-generic/ioctl.h: fix _IOC_TYPECHECK sparse errorHans Verkuil1-0/+5
2014-06-07kernel/user_namespace.c: kernel-doc/checkpatch fixesFabian Frederick1-13/+20
2014-06-07tools/testing/selftests/sysctl: validate sysctl_writes_strictKees Cook5-0/+216
2014-06-07sysctl: allow for strict write position handlingKees Cook2-2/+88
2014-06-07sysctl: refactor sysctl string writing logicKees Cook1-7/+4
2014-06-07sysctl: clean up char buffer argumentsKees Cook1-7/+7
2014-06-07rapidio/tsi721: use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev1-8/+3
2014-06-07idr: reorder the fieldsLai Jiangshan1-5/+8
2014-06-07idr: reduce the unneeded check in free_layer()Lai Jiangshan1-1/+1
2014-06-07idr: don't need to shink the free list when idr_remove()Lai Jiangshan1-16/+0
2014-06-07idr: fix idr_replace()'s returned error codeLai Jiangshan1-2/+2
2014-06-07idr: fix NULL pointer dereference when ida_remove(unallocated_id)Lai Jiangshan1-1/+1
2014-06-07idr: fix unexpected ID-removal when idr_remove(unallocated_id)Lai Jiangshan1-0/+8
2014-06-07idr: fix overflow bug during maximum ID calculation at maximum heightLai Jiangshan1-5/+3
2014-06-07kernel/kexec.c: convert printk to pr_foo()Fabian Frederick1-37/+32
2014-06-07kernel/panic.c: add "crash_kexec_post_notifiers" option for kdump after panic...Masami Hiramatsu2-2/+29
2014-06-07smp: print more useful debug info upon receiving IPI on an offline CPUSrivatsa S. Bhat1-3/+15
2014-06-07fs/proc/vmcore.c: remove NULL assignment to staticFabian Frederick1-1/+1
2014-06-07fs/proc/task_mmu.c: replace seq_printf by seq_putsFabian Frederick1-4/+4
2014-06-07signals: change wait_for_helper() to use kernel_sigaction()Oleg Nesterov1-4/+1
2014-06-07signals: introduce kernel_sigaction()Oleg Nesterov2-26/+28
2014-06-07signals: disallow_signal() should flush the potentially pending signalOleg Nesterov1-0/+7
2014-06-07signals: kill the obsolete sigdelset() and recalc_sigpending() in allow_signal()Oleg Nesterov1-4/+1
2014-06-07signals: jffs2: fix the wrong usage of disallow_signal()Oleg Nesterov1-5/+7
2014-06-07signals: mv {dis,}allow_signal() from sched.h/exit.c to signal.[ch]Oleg Nesterov4-42/+31
2014-06-07signals: cleanup the usage of t/current in do_sigaction()Oleg Nesterov1-8/+7
2014-06-07signals: rename rm_from_queue_full() to flush_sigqueue_mask()Oleg Nesterov1-11/+8
2014-06-07signals: kill rm_from_queue(), change prepare_signal() to use for_each_thread()Oleg Nesterov1-33/+10
2014-06-07signals: s/siginitset/sigemptyset/ in do_sigtimedwait()Oleg Nesterov1-1/+1
2014-06-07signals: kill sigfindinword()Oleg Nesterov3-20/+0
2014-06-07ptrace: task_clear_jobctl_trapping()->wake_up_bit() needs mb()Oleg Nesterov1-0/+1
2014-06-07ptrace: fix fork event messages across pid namespacesMatthew Dempsky2-3/+39
2014-06-07Documentation/memory-barriers.txt: fix important typo re memory barriersAlexey Dobriyan1-2/+2
2014-06-07Documentation/filesystems/seq_file.txt: create_proc_entry deprecatedFabian Frederick1-0/+9
2014-06-07Documentation/SubmittingPatches: describe the Fixes: tagJacob Keller1-1/+21
2014-06-07fs/fat/inode.c: clean up string initializations (char[] instead of char *)Manuel Schölling1-1/+1
2014-06-07fs/fat/: add support for DOS 1.x formatted volumesConrad Meyer3-77/+274
2014-06-07fs/hpfs: increase pr_warn levelFabian Frederick8-47/+47
2014-06-07fs/hpfs: use __func__ for loggingFabian Frederick2-12/+12