- 832e77b Merge branch 'misc' into for-linus by James Bottomley · 12 years ago
- e689cf0 [SCSI] qla2xxx: Update firmware link in Kconfig file. by Chad Dupuis · 12 years ago
- 8526cb1 [SCSI] iscsi class, qla4xxx: fix sess/conn refcounting when find fns are used by Mike Christie · 12 years ago
- aa9f832 [SCSI] sas: unify the pointlessly separated enums sas_dev_type and sas_device_type by James Bottomley · 12 years ago
- a6cb3d0 [SCSI] pm80xx: thermal, sas controller config and error handling update by Sakthivel K · 12 years ago
- c6b9ef5 [SCSI] pm80xx: NCQ error handling changes by Sakthivel K · 12 years ago
- a33a015 [SCSI] pm80xx: WWN Modification for PM8081/88/89 controllers by Sakthivel K · 12 years ago
- a70b8fc [SCSI] pm80xx: Changed module name and debug messages update by Sakthivel K · 12 years ago
- 1c75a67 [SCSI] pm80xx: Firmware flash memory free fix, with addition of new memory region for it by Sakthivel K · 12 years ago
- 54792dc [SCSI] pm80xx: SPC new firmware changes for device id 0x8081 alone by Sakthivel K · 12 years ago
- f586099 [SCSI] pm80xx: Added SPCv/ve specific hardware functionalities and relevant changes in common files by Sakthivel K · 12 years ago
- 1245ee5 [SCSI] pm80xx: MSI-X implementation for using 64 interrupts by Sakthivel K · 12 years ago
- f74cf27 [SCSI] pm80xx: Updated common functions common for SPC and SPCv/ve by Sakthivel K · 12 years ago
- e590adf [SCSI] pm80xx: Multiple inbound/outbound queue configuration by Sakthivel K · 12 years ago
- e574210 [SCSI] pm80xx: Added SPCv/ve specific ids, variables and modify for SPC by Sakthivel K · 12 years ago
- 6a7252f [SCSI] lpfc: fix up Kconfig dependencies by James Bottomley · 12 years ago
- fc73648 [SCSI] Handle MLQUEUE busy response in scsi_send_eh_cmnd by Hannes Reinecke · 12 years ago
- e0fd9af Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 12 years ago
- 3d15b79 Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64 by Linus Torvalds · 12 years ago
- 942d33d Merge tag 'f2fs-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 12 years ago
- 246e6a0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel by Linus Torvalds · 12 years ago
- 956e46e mm/slab: Fix crash during slab init by Chris Mason · 12 years ago
- ea9627c Merge branches 'cxgb4', 'ipoib', 'iser', 'misc', 'mlx4', 'qib' and 'srp' into for-next by Roland Dreier · 12 years ago
- ebb3727 Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 12 years ago
- 4de13d7a Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 12 years ago
- 59bbd47 f2fs: cover free_nid management with spin_lock by Jaegeuk Kim · 12 years ago
- 23d3884 f2fs: optimize scan_nat_page() by Haicheng Li · 12 years ago
- 8760952 f2fs: code cleanup for scan_nat_page() and build_free_nids() by Haicheng Li · 12 years ago
- 95630cb f2fs: bugfix for alloc_nid_failed() by Haicheng Li · 12 years ago
- 047184b f2fs: recover when journal contains deleted files by Chris Fries · 12 years ago
- bde582b f2fs: continue to mount after failing recovery by Chris Fries · 12 years ago
- 531ad7d f2fs: avoid deadlock during evict after f2fs_gc by Jaegeuk Kim · 12 years ago
- 420c158d arm64: Treat the bitops index argument as an 'int' by Catalin Marinas · 12 years ago
- 0e7f7bc arm64: Ignore the 'write' ESR flag on cache maintenance faults by Catalin Marinas · 12 years ago
- ed1f236 arm64: dts: fix #address-cells for foundation-v8 by Mark Rutland · 12 years ago
- aa1e8ec arm64: vexpress: Add support for poweroff/restart by Catalin Marinas · 12 years ago
- c4188ed arm64: Enable support for the ARM GIC interrupt controller by Catalin Marinas · 13 years ago
- e6b6dc7 Merge branch 'gic' into HEAD by Catalin Marinas · 12 years ago
- 5af43c2 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 12 years ago
- a27bb33 aio: don't include aio.h in sched.h by Kent Overstreet · 12 years ago
- 41ef4eb aio: kill ki_retry by Kent Overstreet · 12 years ago
- 8a66089 aio: kill ki_key by Kent Overstreet · 12 years ago
- 4e23bca aio: give shared kioctx fields their own cachelines by Kent Overstreet · 12 years ago
- 58c85dc aio: kill struct aio_ring_info by Kent Overstreet · 12 years ago
- a1c8eae aio: kill batch allocation by Kent Overstreet · 12 years ago
- 3e845ce aio: change reqs_active to include unreaped completions by Kent Overstreet · 12 years ago
- 0460fef aio: use cancellation list lazily by Kent Overstreet · 12 years ago
- 21b4020 aio: use flush_dcache_page() by Kent Overstreet · 12 years ago
- a31ad38 aio: make aio_read_evt() more efficient, convert to hrtimers by Kent Overstreet · 12 years ago
- 774a08b wait: add wait_event_hrtimeout() by Kent Overstreet · 12 years ago
- 36f5588 aio: refcounting cleanup by Kent Overstreet · 12 years ago
- 11599eb aio: make aio_put_req() lockless by Kent Overstreet · 12 years ago
- 1d98ebf aio: do fget() after aio_get_req() by Kent Overstreet · 12 years ago
- caf4167 aio: dprintk() -> pr_debug() by Kent Overstreet · 12 years ago
- 4e179bc aio: move private stuff out of aio.h by Kent Overstreet · 12 years ago
- 906b973 aio: add kiocb_cancel() by Kent Overstreet · 12 years ago
- 2d68449 aio: kill return value of aio_complete() by Kent Overstreet · 12 years ago
- 162934d char: add aio_{read,write} to /dev/{null,zero} by Zach Brown · 12 years ago
- 41003a7 aio: remove retry-based AIO by Zach Brown · 12 years ago
- a80bf61 gadget: remove only user of aio retry by Zach Brown · 12 years ago
- 4b49bb8 aio: remove dead code from aio.h by Zach Brown · 12 years ago
- 697f4d6 mm: remove old aio use_mm() comment by Zach Brown · 12 years ago
- c9fcee5 mm/vmalloc.c: add vfree comment by Andrew Morton · 12 years ago
- 22ea9c0 remove unused random32() and srandom32() by Akinobu Mita · 12 years ago
- 50bea5c drivers/infiniband/hw: rename random32() to prandom_u32() by Andrew Morton · 12 years ago
- e00adf3 drivers/net: rename random32() to prandom_u32() by Akinobu Mita · 12 years ago
- af73e4d hugetlbfs: fix mmap failure in unaligned size request by Naoya Horiguchi · 12 years ago
- 1ab4ce7 parisc: remove the second argument of kmap_atomic() by Zhao Hongjiang · 12 years ago
- 550fcb8 drivers/rtc/rtc-rs5c372.c: add R2221T/L variant to the driver by Lucas Stach · 12 years ago
- 0f157a5 include/linux/mm.h: complete the mm_walk definition by Andrew Morton · 12 years ago
- b070e65 mm, memcg: add rss_huge stat to memory.stat by David Rientjes · 12 years ago
- 70affe4 mm/SPARC: use common help functions to free reserved pages by Jiang Liu · 12 years ago
- 9affd6b arm: fix mismerge of arch/arm/mach-omap2/timer.c by Linus Torvalds · 12 years ago
- 9607a85 rwsem: check counter to avoid cmpxchg calls by Davidlohr Bueso · 12 years ago
- 2d864e4 kref: minor cleanup by Anatol Pomozov · 12 years ago
- 292088e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
- bc2d968 Merge branch 'parisc-for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 12 years ago
- d75e2f9 Merge tag '3.9-rc3-smp-6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/sstabellini/xen by Linus Torvalds · 12 years ago
- 0fc537d parisc: tlb flush counting fix for SMP and UP by Helge Deller · 12 years ago
- de9c9f8 Merge tag 'remoteproc-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc by Linus Torvalds · 12 years ago
- 3e11a00 Merge tag 'rpmsg-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg by Linus Torvalds · 12 years ago
- c807b17 Merge tag 'hwspinlock-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock by Linus Torvalds · 12 years ago
- 1b5feb4 Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata by Linus Torvalds · 12 years ago
- cd85d55 parisc: more irq statistics in /proc/interrupts by Helge Deller · 12 years ago
- 200c880 parisc: implement irq stacks by Helge Deller · 12 years ago
- 9372450 parisc: add kernel stack overflow check by Helge Deller · 12 years ago
- 254844d proc: Use PDE attribute setting accessor functions by Geert Uytterhoeven · 12 years ago
- c207a76 parisc: only re-enable interrupts if we need to schedule or deliver signals when returning to userspace by John David Anglin · 12 years ago
- bb9055b Merge tag 'multiplatform-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
- 1bf25e7 Merge tag 'cleanup-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
- 38f56f3 Merge tag 'dt-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
- fcba914 Merge tag 'soc-for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
- a8c4b90 Merge tag 'soc-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
- 3d9b935 libata: change maintainer by Tejun Heo · 12 years ago
- eac8410 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 12 years ago
- a26ea93 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 12 years ago
- de44443 HEXAGON: Remove non existent reference to GENERIC_KERNEL_EXECVE & GENERIC_KERNEL_THREAD by Alexander Shiyan · 12 years ago
- 13a95c4 Hexagon: fix register used to call do_work_pending by Richard Kuo · 12 years ago
- c818c77 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 12 years ago
- c8de2fa Merge branch 'rwsem-optimizations' by Linus Torvalds · 12 years ago