summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | aoe: use packets that work with the smallest-MTU local interfaceEd Cashin2012-10-062-71/+87
| * | aoe: use a kernel thread for transmissionsEd Cashin2012-10-063-3/+40
| * | aoe: become I/O request queue handler for increased user controlEd Cashin2012-10-065-182/+308
| * | aoe: kernel thread handles I/O completions for simple lockingEd Cashin2012-10-066-306/+560
| * | aoe: for performance support larger packet payloadsEd Cashin2012-10-065-46/+111
| * | nbd: handle discard requestsPaul Clements2012-10-062-2/+19
| * | nbd: add set flags ioctlPaul Clements2012-10-062-5/+12
| * | rapidio: add destination ID allocation mechanismAlexandre Bounine2012-10-062-35/+179
| * | rapidio/rionet: rework to support multiple RIO master portsAlexandre Bounine2012-10-061-63/+70
| * | rapidio: run discovery as an asynchronous processAlexandre Bounine2012-10-062-4/+50
| * | rapidio: use device lists handling on per-net basisAlexandre Bounine2012-10-062-29/+32
| * | rapidio: fix blocking wait for discovery readyAlexandre Bounine2012-10-061-42/+20
| * | rapidio: apply RX/TX enable to active switch ports onlyAlexandre Bounine2012-10-061-4/+5
| * | rapidio/tsi721: add inbound memory mapping callbacksAlexandre Bounine2012-10-062-4/+99
| * | rapidio: add inbound memory mapping interfaceAlexandre Bounine2012-10-063-0/+54
| * | drivers/rapidio/devices/tsi721.c: fix error return codePeter Senna Tschudin2012-10-061-1/+2
| * | rapidio: fix kerneldoc warnings after DMA support was addedAlexandre Bounine2012-10-061-1/+2
| * | rapidio/tsi721: modify mport name assignmentAlexandre Bounine2012-10-062-2/+4
| * | rapidio/rionet: fix multicast packet transmit logicAlexandre Bounine2012-10-061-3/+17
| * | kdump: remove unneeded includeWei Yongjun2012-10-061-1/+0
| * | fs/proc/root.c: use NULL instead of 0 for pointerSachin Kamat2012-10-061-1/+1
| * | proc_sysctl.c: use BUG_ON instead of BUGPrasad Joshi2012-10-061-2/+1
| * | proc: use kzalloc instead of kmalloc and memsetyan2012-10-061-7/+6
| * | proc: no need to initialize proc_inode->fd in proc_get_inode()yan2012-10-061-1/+0
| * | proc: return -ENOMEM when inode allocation failedyan2012-10-061-1/+1
| * | coredump: extend core dump note section to contain file names of mapped filesDenys Vlasenko2012-10-063-4/+108
| * | coredump: add a new elf note with siginfo of the signalDenys Vlasenko2012-10-063-2/+36
| * | compat: move compat_siginfo_t definition to asm/compat.hDenys Vlasenko2012-10-0619-476/+513
| * | coredump: pass siginfo_t* to do_coredump() and below, not merely signrDenys Vlasenko2012-10-068-21/+21
| * | coredump: use SUID_DUMPABLE_ENABLED rather than hardcoded 1Oleg Nesterov2012-10-062-2/+2
| * | coredump: add support for %d=__get_dumpable() in core nameOleg Nesterov2012-10-062-3/+9
| * | coredump: update coredump-related headersAlex Kelly2012-10-067-6/+15
| * | coredump: make core dump functionality optionalAlex Kelly2012-10-066-27/+53
| * | device_cgroup: rename whitelist to exception listAristeu Rozanski2012-10-061-99/+99
| * | device_cgroup: convert device_cgroup internally to policy + exceptionsAristeu Rozanski2012-10-061-98/+134
| * | device_cgroup: introduce dev_whitelist_clean()Aristeu Rozanski2012-10-061-5/+17
| * | device_cgroup: add "deny_all" in dev_cgroup structureAristeu Rozanski2012-10-061-0/+5
| * | kernel-doc: don't mangle whitespace in Example sectionDaniel Santos2012-10-061-2/+7
| * | kernel-doc: bugfix - empty line in Example sectionDaniel Santos2012-10-061-1/+10
| * | kernel-doc: bugfix - multi-line macrosDaniel Santos2012-10-061-0/+3
| * | fat: simplify writeback_inode()Namjae Jeon2012-10-061-9/+5
| * | fat: no need to reset EOF in ent_put for FAT32Namjae Jeon2012-10-061-3/+0
| * | fs/fat: fix checkpatch issues in fatent.cCruz Julian Bishop2012-10-061-4/+6
| * | fs/fat: fix all other checkpatch issues in dir.cCruz Julian Bishop2012-10-061-9/+14
| * | fs/fat: fix some small checkpatch issues in dir.cCruz Julian Bishop2012-10-061-7/+0
| * | fs/fat: fix two checkpatch issues in cache.cCruz Julian Bishop2012-10-061-4/+6
| * | fs/fat: chang indentation of some comments in fat.hCruz Julian Bishop2012-10-061-36/+36
| * | fs/fat: fix some checkpatch issues in fat.hCruz Julian Bishop2012-10-061-3/+3
| * | fs/fat: fix a checkpatch issue in namei_msdos.cCruz Julian Bishop2012-10-061-1/+1
| * | fat (exportfs): fix dentry reconnectionSteven J. Magnani2012-10-066-137/+141