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