aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-07-03drivers/parport/share.c: use kzallocAlexandru Gheorghiu1-2/+1
2013-07-03Documentation/accounting/getdelays.c: avoid strncpy in accounting toolKees Cook1-2/+2
2013-07-03aoe: update internal version number to v83Ed Cashin1-1/+1
2013-07-03aoe: update copyright dateEd Cashin4-4/+4
2013-07-03aoe: perform I/O completions in parallelEd Cashin4-31/+134
2013-07-03nbd: correct disconnect behaviorPaul Clements2-1/+7
2013-07-03nbd: remove bogus BUG_ON in NBD_CLEAR_QUEMichal Belczyk1-1/+0
2013-07-03kernel/pid.c: move statementRaphael S. Carvalho1-1/+1
2013-07-03rapidio: change endpoint device name formatAlexandre Bounine2-5/+2
2013-07-03rapidio: documentation updateAlexandre Bounine2-13/+86
2013-07-03rapidio: add udev notificationAlexandre Bounine7-17/+74
2013-07-03rapidio: add modular build option for the subsystem coreAlexandre Bounine3-16/+19
2013-07-03rapidio/tsi721: convert to modular mport driverAlexandre Bounine4-10/+9
2013-07-03rapidio: update enumerator registration mechanismAlexandre Bounine5-48/+164
2013-07-03rapidio/rionet: rework driver initialization and removalAlexandre Bounine1-25/+78
2013-07-03rapidio: convert switch drivers to modulesAlexandre Bounine12-345/+568
2013-07-03drivers/rapidio/rio-scan.c: make functions staticWu Fengguang1-2/+2
2013-07-03rapidio/switches: remove tsi500 driverAlexandre Bounine3-86/+0
2013-07-03idr: print a stack dump after ida_remove warningJean Delvare1-5/+2
2013-07-03s390: remove setting for saved_max_pfnZhang Yanfei1-4/+0
2013-07-03ia64: remove setting for saved_max_pfnZhang Yanfei1-5/+0
2013-07-03powerpc: Remove savemaxmem parameter setupZhang Yanfei1-10/+0
2013-07-03mips: remove savemaxmem parameter setupZhang Yanfei1-10/+0
2013-07-03Documentation/kdump/kdump.txt: remove /dev/oldmem descriptionZhang Yanfei1-25/+6
2013-07-03/dev/oldmem: Remove the interfaceZhang Yanfei2-49/+1
2013-07-03fs/exec.c:de_thread: mt-exec should update ->real_start_timeOleg Nesterov1-0/+1
2013-07-03fs/exec.c: do_execve_common(): use current_user()Oleg Nesterov1-2/+1
2013-07-03kernel/fork.c:copy_process(): consolidate the lockless CLONE_THREAD checksOleg Nesterov1-17/+16
2013-07-03kernel/fork.c:copy_process(): don't add the uninitialized child to thread/task/pid listsOleg Nesterov3-15/+19
2013-07-03kernel/fork.c:copy_process(): unify CLONE_THREAD-or-thread_group_leader codeOleg Nesterov1-8/+7
2013-07-03fork: reorder permissions when violating number of processes limitsEric Paris1-2/+2
2013-07-03fs/proc/kcore.c: using strlcpy() instead of strncpy()Zhao Hongjiang1-1/+1
2013-07-03fs/proc/uptime.c:uptime_proc_show(): use get_monotonic_boottime()Oleg Nesterov1-2/+1
2013-07-03exit.c: unexport __set_special_pids()Oleg Nesterov3-14/+12
2013-07-03fs/exec.c:de_thread(): use change_pid() rather than detach_pid/attach_pidOleg Nesterov1-2/+1
2013-07-03coredump: '% at the end' shouldn't bypass core_uses_pid logicOleg Nesterov1-5/+7
2013-07-03coredump: kill call_count, add core_name_sizeOleg Nesterov1-9/+10
2013-07-03coredump: kill cn_escape(), introduce cn_esc_printf()Oleg Nesterov1-23/+21
2013-07-03coredump: cn_vprintf() has no reason to call vsnprintf() twiceOleg Nesterov1-18/+12
2013-07-03coredump: introduce cn_vprintf()Oleg Nesterov1-7/+13
2013-07-03coredump: format_corename() can leak cn->corenameOleg Nesterov1-11/+7
2013-07-03usermodehelper: kill the sub_info->path[0] checkOleg Nesterov1-8/+3
2013-07-03signals: eventpoll: do not use sigprocmask()Oleg Nesterov1-6/+6
2013-07-03ptrace: add ability to get/set signal-blocked maskAndrey Vagin2-2/+45
2013-07-03x86: kill TIF_DEBUGOleg Nesterov1-3/+1
2013-07-03docbook: add futexes to kernel-locking docbookRandy Dunlap1-1/+6
2013-07-03Documentation/CodingStyle: allow multiple return statements per functionDan Carpenter1-1/+2
2013-07-03fs/fat: use fat_msg() to replace printk() in __fat_fs_error()Gu Zheng1-3/+2
2013-07-03] nilfs2: use atomic64_t type for inodes_count and blocks_count fields in nilfs_root structVyacheslav Dubeyko6-14/+16
2013-07-03nilfs2: implement calculation of free inodes countVyacheslav Dubeyko5-2/+112