summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* selftests: exit 1 on failureJoern Engel2013-07-032-1/+6
* kernel/resource.c: remove the unneeded assignment in function __find_resourceKevin Hao2013-07-031-1/+0
* aio: fix wrong comment in aio_complete()Tang Chen2013-07-031-1/+1
* drivers/w1/slaves/w1_ds2408.c: add magic sequence to disable P0 test modeJean-Francois Dagenais2013-07-031-0/+30
* drivers/memstick/host/r592.c: convert to module_pci_driverLibo Chen2013-07-031-12/+1
* drivers/memstick/host/jmb38x_ms: convert to module_pci_driverLibo Chen2013-07-031-12/+1
* pps-gpio: add device-tree binding and supportJan Luebbe2013-07-032-54/+93
* drivers/pps/clients/pps-gpio.c: convert to module_platform_driverJan Luebbe2013-07-031-17/+1
* drivers/pps/clients/pps-gpio.c: convert to devm_* helpersJan Luebbe2013-07-031-21/+7
* drivers/parport/share.c: use kzallocAlexandru Gheorghiu2013-07-031-2/+1
* Documentation/accounting/getdelays.c: avoid strncpy in accounting toolKees Cook2013-07-031-2/+2
* aoe: update internal version number to v83Ed Cashin2013-07-031-1/+1
* aoe: update copyright dateEd Cashin2013-07-034-4/+4
* aoe: perform I/O completions in parallelEd Cashin2013-07-034-31/+134
* nbd: correct disconnect behaviorPaul Clements2013-07-032-1/+7
* nbd: remove bogus BUG_ON in NBD_CLEAR_QUEMichal Belczyk2013-07-031-1/+0
* kernel/pid.c: move statementRaphael S. Carvalho2013-07-031-1/+1
* rapidio: change endpoint device name formatAlexandre Bounine2013-07-032-5/+2
* rapidio: documentation updateAlexandre Bounine2013-07-032-13/+86
* rapidio: add udev notificationAlexandre Bounine2013-07-037-17/+74
* rapidio: add modular build option for the subsystem coreAlexandre Bounine2013-07-033-16/+19
* rapidio/tsi721: convert to modular mport driverAlexandre Bounine2013-07-034-10/+9
* rapidio: update enumerator registration mechanismAlexandre Bounine2013-07-035-48/+164
* rapidio/rionet: rework driver initialization and removalAlexandre Bounine2013-07-031-25/+78
* rapidio: convert switch drivers to modulesAlexandre Bounine2013-07-0312-345/+568
* drivers/rapidio/rio-scan.c: make functions staticWu Fengguang2013-07-031-2/+2
* rapidio/switches: remove tsi500 driverAlexandre Bounine2013-07-033-86/+0
* idr: print a stack dump after ida_remove warningJean Delvare2013-07-031-5/+2
* s390: remove setting for saved_max_pfnZhang Yanfei2013-07-031-4/+0
* ia64: remove setting for saved_max_pfnZhang Yanfei2013-07-031-5/+0
* powerpc: Remove savemaxmem parameter setupZhang Yanfei2013-07-031-10/+0
* mips: remove savemaxmem parameter setupZhang Yanfei2013-07-031-10/+0
* Documentation/kdump/kdump.txt: remove /dev/oldmem descriptionZhang Yanfei2013-07-031-25/+6
* /dev/oldmem: Remove the interfaceZhang Yanfei2013-07-032-49/+1
* fs/exec.c:de_thread: mt-exec should update ->real_start_timeOleg Nesterov2013-07-031-0/+1
* fs/exec.c: do_execve_common(): use current_user()Oleg Nesterov2013-07-031-2/+1
* kernel/fork.c:copy_process(): consolidate the lockless CLONE_THREAD checksOleg Nesterov2013-07-031-17/+16
* kernel/fork.c:copy_process(): don't add the uninitialized child to thread/tas...Oleg Nesterov2013-07-033-15/+19
* kernel/fork.c:copy_process(): unify CLONE_THREAD-or-thread_group_leader codeOleg Nesterov2013-07-031-8/+7
* fork: reorder permissions when violating number of processes limitsEric Paris2013-07-031-2/+2
* fs/proc/kcore.c: using strlcpy() instead of strncpy()Zhao Hongjiang2013-07-031-1/+1
* fs/proc/uptime.c:uptime_proc_show(): use get_monotonic_boottime()Oleg Nesterov2013-07-031-2/+1
* exit.c: unexport __set_special_pids()Oleg Nesterov2013-07-033-14/+12
* fs/exec.c:de_thread(): use change_pid() rather than detach_pid/attach_pidOleg Nesterov2013-07-031-2/+1
* coredump: '% at the end' shouldn't bypass core_uses_pid logicOleg Nesterov2013-07-031-5/+7
* coredump: kill call_count, add core_name_sizeOleg Nesterov2013-07-031-9/+10
* coredump: kill cn_escape(), introduce cn_esc_printf()Oleg Nesterov2013-07-031-23/+21
* coredump: cn_vprintf() has no reason to call vsnprintf() twiceOleg Nesterov2013-07-031-18/+12
* coredump: introduce cn_vprintf()Oleg Nesterov2013-07-031-7/+13
* coredump: format_corename() can leak cn->corenameOleg Nesterov2013-07-031-11/+7
OpenPOWER on IntegriCloud