summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-06-06ipc/shm.c: check for ulong overflows in shmatManfred Spraul
2014-06-06ipc, kernel: clear whitespacePaul McQuade
2014-06-06ipc, kernel: use Linux headersPaul McQuade
2014-06-06ipc: constify ipc_opsMathias Krause
2014-06-06initramfs: remove "compression mode" choicePaul Bolle
2014-06-06fs/devpts/inode.c: convert printk to pr_foo()Fabian Frederick
2014-06-06fs/cachefiles: replace kerror by pr_errFabian Frederick
2014-06-06FS/CACHEFILES: convert printk to pr_foo()Fabian Frederick
2014-06-06fs/pstore: logging clean-upFabian Frederick
2014-06-06kernel/profile.c: use static const char instead of static charFabian Frederick
2014-06-06kernel/profile.c: convert printk to pr_foo()Fabian Frederick
2014-06-06fs/affs: pr_debug cleanupFabian Frederick
2014-06-06fs/affs: convert printk to pr_foo()Fabian Frederick
2014-06-06fs/affs/file.c: remove unnecessary function parametersFabian Frederick
2014-06-06include/asm-generic/ioctl.h: fix _IOC_TYPECHECK sparse errorHans Verkuil
2014-06-06kernel/user_namespace.c: kernel-doc/checkpatch fixesFabian Frederick
2014-06-06tools/testing/selftests/sysctl: validate sysctl_writes_strictKees Cook
2014-06-06sysctl: allow for strict write position handlingKees Cook
2014-06-06sysctl: refactor sysctl string writing logicKees Cook
2014-06-06sysctl: clean up char buffer argumentsKees Cook
2014-06-06rapidio/tsi721: use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev
2014-06-06idr: reorder the fieldsLai Jiangshan
2014-06-06idr: reduce the unneeded check in free_layer()Lai Jiangshan
2014-06-06idr: don't need to shink the free list when idr_remove()Lai Jiangshan
2014-06-06idr: fix idr_replace()'s returned error codeLai Jiangshan
2014-06-06idr: fix NULL pointer dereference when ida_remove(unallocated_id)Lai Jiangshan
2014-06-06idr: fix unexpected ID-removal when idr_remove(unallocated_id)Lai Jiangshan
2014-06-06idr: fix overflow bug during maximum ID calculation at maximum heightLai Jiangshan
2014-06-06kernel/kexec.c: convert printk to pr_foo()Fabian Frederick
2014-06-06kernel/panic.c: add "crash_kexec_post_notifiers" option for kdump after panic...Masami Hiramatsu
2014-06-06smp: print more useful debug info upon receiving IPI on an offline CPUSrivatsa S. Bhat
2014-06-06fs/proc/vmcore.c: remove NULL assignment to staticFabian Frederick
2014-06-06fs/proc/task_mmu.c: replace seq_printf by seq_putsFabian Frederick
2014-06-06signals: change wait_for_helper() to use kernel_sigaction()Oleg Nesterov
2014-06-06signals: introduce kernel_sigaction()Oleg Nesterov
2014-06-06signals: disallow_signal() should flush the potentially pending signalOleg Nesterov
2014-06-06signals: kill the obsolete sigdelset() and recalc_sigpending() in allow_signal()Oleg Nesterov
2014-06-06signals: jffs2: fix the wrong usage of disallow_signal()Oleg Nesterov
2014-06-06signals: mv {dis,}allow_signal() from sched.h/exit.c to signal.[ch]Oleg Nesterov
2014-06-06signals: cleanup the usage of t/current in do_sigaction()Oleg Nesterov
2014-06-06signals: rename rm_from_queue_full() to flush_sigqueue_mask()Oleg Nesterov
2014-06-06signals: kill rm_from_queue(), change prepare_signal() to use for_each_thread()Oleg Nesterov
2014-06-06signals: s/siginitset/sigemptyset/ in do_sigtimedwait()Oleg Nesterov
2014-06-06signals: kill sigfindinword()Oleg Nesterov
2014-06-06ptrace: task_clear_jobctl_trapping()->wake_up_bit() needs mb()Oleg Nesterov
2014-06-06ptrace: fix fork event messages across pid namespacesMatthew Dempsky
2014-06-06Documentation/memory-barriers.txt: fix important typo re memory barriersAlexey Dobriyan
2014-06-06Documentation/filesystems/seq_file.txt: create_proc_entry deprecatedFabian Frederick
2014-06-06Documentation/SubmittingPatches: describe the Fixes: tagJacob Keller
2014-06-06fs/fat/inode.c: clean up string initializations (char[] instead of char *)Manuel Schölling