summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | mm/slub.c: beautify code for removing redundancy 'break' statement.Chen Gang2013-08-131-1/+0Star
| * | | | | | | | slub: Remove unnecessary page NULL checkLibin2013-08-131-1/+1
| * | | | | | | | slub: don't use cpu partial pages on UPUwe Kleine-König2013-08-131-1/+1
| * | | | | | | | mm/slub: beautify code for 80 column limitation and tab alignmentChen Gang2013-07-171-36/+56
| * | | | | | | | mm/slub: remove 'per_cpu' which is useless variableChen Gang2013-07-151-5/+1Star
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2013-09-152-6/+32
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Input: evdev - add EVIOCREVOKE ioctlDavid Herrmann2013-09-072-6/+32
* | | | | | | | | | vfs: fix typo in comment in recent dentry workLinus Torvalds2013-09-151-1/+1
* | | | | | | | | | partitions/efi: loosen check fot pmbr size in lbaDavidlohr Bueso2013-09-151-2/+6
* | | | | | | | | | Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-09-143-4/+12
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | writeback: Do not sort b_io list only because of block device inodeJan Kara2013-07-093-4/+12
* | | | | | | | | | | vfs: fix dentry LRU list handling and nr_dentry_unused accountingLinus Torvalds2013-09-141-27/+101
| |_|_|_|_|_|_|_|/ / |/| | | | | | | | |
* | | | | | | | | | Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-09-135-13/+9Star
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | hwmon: (k10temp) remove unnecessary pci_set_drvdata()Jingoo Han2013-09-121-1/+0Star
| * | | | | | | | | | hwmon: (tmp421) Fix return valueSachin Kamat2013-09-111-1/+1
| * | | | | | | | | | hwmon: (amc6821) Remove redundant breakSachin Kamat2013-09-111-3/+0Star
| * | | | | | | | | | hwmon: (amc6821) Fix return valueSachin Kamat2013-09-111-2/+2
| * | | | | | | | | | hwmon: (ibmaem) Fix return valueSachin Kamat2013-09-111-1/+1
| * | | | | | | | | | hwmon: (emc2103) Fix return valueSachin Kamat2013-09-111-5/+5
* | | | | | | | | | | Merge tag 'xtensa-next-20130912' of git://github.com/czankel/xtensa-linuxLinus Torvalds2013-09-1311-353/+324Star
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | xtensa: Fix broken allmodconfig buildGuenter Roeck2013-09-061-0/+1
| * | | | | | | | | | | xtensa: remove CCOUNT_PER_JIFFYBaruch Siach2013-09-063-5/+4Star
| * | | | | | | | | | | xtensa: fix !CONFIG_XTENSA_CALIBRATE_CCOUNT build failureBaruch Siach2013-09-062-7/+2Star
| * | | | | | | | | | | xtensa: don't use echo -e needlesslyMax Filippov2013-09-062-3/+3
| * | | | | | | | | | | xtensa: new fast_alloca handlerMax Filippov2013-09-061-152/+40Star
| * | | | | | | | | | | xtensa: keep a3 and excsave1 on entry to exception handlersMax Filippov2013-09-065-142/+238
| * | | | | | | | | | | xtensa: enable kernel preemptionMax Filippov2013-09-061-28/+17Star
| * | | | | | | | | | | xtensa: check thread flags atomically on return from user exceptionMax Filippov2013-09-061-18/+21
| * | | | | | | | | | | Merge tag 'v3.11' into for_nextChris Zankel2013-09-061191-9597/+15923
| |\ \ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ \ Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds2013-09-1318-312/+561
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | aio: rcu_read_lock protection for new rcu_dereference callsArtem Savkov2013-09-091-0/+6
| * | | | | | | | | | | | | aio: fix race in ring buffer page lookup introduced by page migration supportBenjamin LaHaise2013-09-091-3/+12
| * | | | | | | | | | | | | aio: fix rcu sparse warnings introduced by ioctx table lookup patchBenjamin LaHaise2013-08-301-3/+3
| * | | | | | | | | | | | | aio: remove unnecessary debugging from aio_free_ring()Benjamin LaHaise2013-08-301-5/+0Star
| * | | | | | | | | | | | | aio: table lookup: verify ctx pointerBenjamin LaHaise2013-08-081-1/+1
| * | | | | | | | | | | | | staging/lustre: kiocb->ki_left is removedPeng Tao2013-08-061-2/+2
| * | | | | | | | | | | | | aio: fix error handling and rcu usage in "convert the ioctx list to table loo...Benjamin LaHaise2013-08-051-8/+9
| * | | | | | | | | | | | | aio: be defensive to ensure request batching is non-zero instead of BUG_ON()Benjamin LaHaise2013-07-311-1/+2
| * | | | | | | | | | | | | aio: convert the ioctx list to table lookup v3Benjamin LaHaise2013-07-303-25/+118
| * | | | | | | | | | | | | aio: double aio_max_nr in calculationsBenjamin LaHaise2013-07-301-2/+2
| * | | | | | | | | | | | | aio: Kill ki_dtorKent Overstreet2013-07-303-14/+2Star
| * | | | | | | | | | | | | aio: Kill ki_usersKent Overstreet2013-07-302-40/+12Star
| * | | | | | | | | | | | | aio: Kill unneeded kiocb membersKent Overstreet2013-07-302-38/+42
| * | | | | | | | | | | | | aio: Kill aio_rw_vect_retry()Kent Overstreet2013-07-3011-90/+28Star
| * | | | | | | | | | | | | aio: Don't use ctx->tail unnecessarilyKent Overstreet2013-07-301-19/+23
| * | | | | | | | | | | | | aio: io_cancel() no longer returns the io_eventKent Overstreet2013-07-303-33/+12Star
| * | | | | | | | | | | | | aio: percpu ioctx refcountKent Overstreet2013-07-301-39/+27Star
| * | | | | | | | | | | | | aio: percpu reqs_availableKent Overstreet2013-07-301-7/+99
| * | | | | | | | | | | | | aio: reqs_active -> reqs_availableKent Overstreet2013-07-301-16/+22
| * | | | | | | | | | | | | aio: fix build when migration is disabledBenjamin LaHaise2013-07-171-0/+4