summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-07-04Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds182-1177/+7633
2013-07-04Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds19-111/+1743
2013-07-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...Linus Torvalds18-346/+553
2013-07-04Merge tag 'sound-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...Linus Torvalds333-4219/+12029
2013-07-04Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds53-185/+388
2013-07-04Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds429-4934/+6278
2013-07-04Merge tag 'pci-v3.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds37-273/+353
2013-07-04tools/testing/selftests: don't assume the x bit is set on scriptsAndrew Morton2-2/+2
2013-07-04selftests: add .gitignore for kcmpRamkumar Ramachandra1-0/+2
2013-07-04selftests: fix clean target in kcmp MakefileRamkumar Ramachandra1-2/+1
2013-07-04selftests: add .gitignore for vmRamkumar Ramachandra1-0/+4
2013-07-04selftests: add hugetlbfstestJoern Engel3-1/+96
2013-07-04self-test: fix make cleanJoern Engel1-2/+3
2013-07-04selftests: exit 1 on failureJoern Engel2-1/+6
2013-07-04kernel/resource.c: remove the unneeded assignment in function __find_resourceKevin Hao1-1/+0
2013-07-04aio: fix wrong comment in aio_complete()Tang Chen1-1/+1
2013-07-04drivers/w1/slaves/w1_ds2408.c: add magic sequence to disable P0 test modeJean-Francois Dagenais1-0/+30
2013-07-04drivers/memstick/host/r592.c: convert to module_pci_driverLibo Chen1-12/+1
2013-07-04drivers/memstick/host/jmb38x_ms: convert to module_pci_driverLibo Chen1-12/+1
2013-07-04pps-gpio: add device-tree binding and supportJan Luebbe2-54/+93
2013-07-04drivers/pps/clients/pps-gpio.c: convert to module_platform_driverJan Luebbe1-17/+1
2013-07-04drivers/pps/clients/pps-gpio.c: convert to devm_* helpersJan Luebbe1-21/+7
2013-07-04drivers/parport/share.c: use kzallocAlexandru Gheorghiu1-2/+1
2013-07-04Documentation/accounting/getdelays.c: avoid strncpy in accounting toolKees Cook1-2/+2
2013-07-04aoe: update internal version number to v83Ed Cashin1-1/+1
2013-07-04aoe: update copyright dateEd Cashin4-4/+4
2013-07-04aoe: perform I/O completions in parallelEd Cashin4-31/+134
2013-07-04nbd: correct disconnect behaviorPaul Clements2-1/+7
2013-07-04nbd: remove bogus BUG_ON in NBD_CLEAR_QUEMichal Belczyk1-1/+0
2013-07-04kernel/pid.c: move statementRaphael S. Carvalho1-1/+1
2013-07-04rapidio: change endpoint device name formatAlexandre Bounine2-5/+2
2013-07-04rapidio: documentation updateAlexandre Bounine2-13/+86
2013-07-04rapidio: add udev notificationAlexandre Bounine7-17/+74
2013-07-04rapidio: add modular build option for the subsystem coreAlexandre Bounine3-16/+19
2013-07-04rapidio/tsi721: convert to modular mport driverAlexandre Bounine4-10/+9
2013-07-04rapidio: update enumerator registration mechanismAlexandre Bounine5-48/+164
2013-07-04rapidio/rionet: rework driver initialization and removalAlexandre Bounine1-25/+78
2013-07-04rapidio: convert switch drivers to modulesAlexandre Bounine12-345/+568
2013-07-04drivers/rapidio/rio-scan.c: make functions staticWu Fengguang1-2/+2
2013-07-04rapidio/switches: remove tsi500 driverAlexandre Bounine3-86/+0
2013-07-04idr: print a stack dump after ida_remove warningJean Delvare1-5/+2
2013-07-04s390: remove setting for saved_max_pfnZhang Yanfei1-4/+0
2013-07-04ia64: remove setting for saved_max_pfnZhang Yanfei1-5/+0
2013-07-04powerpc: Remove savemaxmem parameter setupZhang Yanfei1-10/+0
2013-07-04mips: remove savemaxmem parameter setupZhang Yanfei1-10/+0
2013-07-04Documentation/kdump/kdump.txt: remove /dev/oldmem descriptionZhang Yanfei1-25/+6
2013-07-04/dev/oldmem: Remove the interfaceZhang Yanfei2-49/+1
2013-07-04fs/exec.c:de_thread: mt-exec should update ->real_start_timeOleg Nesterov1-0/+1
2013-07-04fs/exec.c: do_execve_common(): use current_user()Oleg Nesterov1-2/+1
2013-07-04kernel/fork.c:copy_process(): consolidate the lockless CLONE_THREAD checksOleg Nesterov1-17/+16