summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* kernel/resource.c: fix stack overflow in __reserve_region_with_split()T Makphaibulchoke2012-10-051-12/+38
* omfs: convert to use beXX_add_cpu()Wei Yongjun2012-10-051-3/+2
* taskstats: cgroupstats_user_cmd() may leak on errorJesper Juhl2012-10-051-0/+1
* aoe: update aoe-internal version number to 50Ed Cashin2012-10-051-1/+1
* aoe: update documentation to better reflect aoe-plus-udev usageEd Cashin2012-10-054-86/+35
* aoe: remove unused codeEd Cashin2012-10-051-4/+0
* aoe: make dynamic block minor numbers the defaultEd Cashin2012-10-051-1/+1
* aoe: update and specify AoE address guards and error messagesEd Cashin2012-10-052-8/+11
* aoe: retain static block device numbers for backwards compatibilityEd Cashin2012-10-051-3/+51
* aoe: support more AoE addresses with dynamic block device minor numbersEd Cashin2012-10-055-49/+72
* aoe: update documentation with new URL and VM settings referenceEd Cashin2012-10-052-4/+7
* aoe: update copyright year in touched filesEd Cashin2012-10-057-7/+7
* aoe: update internal version number to 49Ed Cashin2012-10-051-1/+1
* aoe: remove unused code and add cosmetic improvementsEd Cashin2012-10-054-17/+10
* aoe: increase net_device reference count while using itEd Cashin2012-10-052-0/+11
* aoe: associate frames with the AoE storage targetEd Cashin2012-10-053-54/+49
* aoe: disallow unsupported AoE minor addressesEd Cashin2012-10-051-0/+7
* aoe: do revalidation steps in orderEd Cashin2012-10-051-2/+2
* aoe: failover remote interface based on aoe_deadsecs parameterEd Cashin2012-10-052-6/+3
* aoe: use packets that work with the smallest-MTU local interfaceEd Cashin2012-10-052-71/+87
* aoe: use a kernel thread for transmissionsEd Cashin2012-10-053-3/+40
* aoe: become I/O request queue handler for increased user controlEd Cashin2012-10-055-182/+308
* aoe: kernel thread handles I/O completions for simple lockingEd Cashin2012-10-056-306/+560
* aoe: for performance support larger packet payloadsEd Cashin2012-10-055-46/+111
* nbd: handle discard requestsPaul Clements2012-10-052-2/+19
* nbd: add set flags ioctlPaul Clements2012-10-052-5/+12
* rapidio: add destination ID allocation mechanismAlexandre Bounine2012-10-052-35/+179
* rapidio/rionet: rework to support multiple RIO master portsAlexandre Bounine2012-10-051-63/+70
* rapidio: run discovery as an asynchronous processAlexandre Bounine2012-10-052-4/+50
* rapidio: use device lists handling on per-net basisAlexandre Bounine2012-10-052-29/+32
* rapidio: fix blocking wait for discovery readyAlexandre Bounine2012-10-051-42/+20
* rapidio: apply RX/TX enable to active switch ports onlyAlexandre Bounine2012-10-051-4/+5
* rapidio/tsi721: add inbound memory mapping callbacksAlexandre Bounine2012-10-052-4/+99
* rapidio: add inbound memory mapping interfaceAlexandre Bounine2012-10-053-0/+54
* drivers/rapidio/devices/tsi721.c: fix error return codePeter Senna Tschudin2012-10-051-1/+2
* rapidio: fix kerneldoc warnings after DMA support was addedAlexandre Bounine2012-10-051-1/+2
* rapidio/tsi721: modify mport name assignmentAlexandre Bounine2012-10-052-2/+4
* rapidio/rionet: fix multicast packet transmit logicAlexandre Bounine2012-10-051-3/+17
* kdump: remove unneeded includeWei Yongjun2012-10-051-1/+0
* fs/proc/root.c: use NULL instead of 0 for pointerSachin Kamat2012-10-051-1/+1
* proc_sysctl.c: use BUG_ON instead of BUGPrasad Joshi2012-10-051-2/+1
* proc: use kzalloc instead of kmalloc and memsetyan2012-10-051-7/+6
* proc: no need to initialize proc_inode->fd in proc_get_inode()yan2012-10-051-1/+0
* proc: return -ENOMEM when inode allocation failedyan2012-10-051-1/+1
* coredump: extend core dump note section to contain file names of mapped filesDenys Vlasenko2012-10-053-4/+108
* coredump: add a new elf note with siginfo of the signalDenys Vlasenko2012-10-053-2/+36
* compat: move compat_siginfo_t definition to asm/compat.hDenys Vlasenko2012-10-0519-476/+513
* coredump: pass siginfo_t* to do_coredump() and below, not merely signrDenys Vlasenko2012-10-058-21/+21
* coredump: use SUID_DUMPABLE_ENABLED rather than hardcoded 1Oleg Nesterov2012-10-052-2/+2
* coredump: add support for %d=__get_dumpable() in core nameOleg Nesterov2012-10-052-3/+9