aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-07-03selftests: add .gitignore for kcmpRamkumar Ramachandra1-0/+2
2013-07-03selftests: fix clean target in kcmp MakefileRamkumar Ramachandra1-2/+1
2013-07-03selftests: add .gitignore for vmRamkumar Ramachandra1-0/+4
2013-07-03selftests: add hugetlbfstestJoern Engel3-1/+96
2013-07-03self-test: fix make cleanJoern Engel1-2/+3
2013-07-03selftests: exit 1 on failureJoern Engel2-1/+6
2013-07-03kernel/resource.c: remove the unneeded assignment in function __find_resourceKevin Hao1-1/+0
2013-07-03aio: fix wrong comment in aio_complete()Tang Chen1-1/+1
2013-07-03drivers/w1/slaves/w1_ds2408.c: add magic sequence to disable P0 test modeJean-Francois Dagenais1-0/+30
2013-07-03drivers/memstick/host/r592.c: convert to module_pci_driverLibo Chen1-12/+1
2013-07-03drivers/memstick/host/jmb38x_ms: convert to module_pci_driverLibo Chen1-12/+1
2013-07-03pps-gpio: add device-tree binding and supportJan Luebbe2-54/+93
2013-07-03drivers/pps/clients/pps-gpio.c: convert to module_platform_driverJan Luebbe1-17/+1
2013-07-03drivers/pps/clients/pps-gpio.c: convert to devm_* helpersJan Luebbe1-21/+7
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