Age | Commit message (Expand) | Author | Files | Lines |
2013-05-09 | drivers: platform: x86: Use PTR_RET function | Alexandru Gheorghiu | 1 | -4/+1 |
2013-05-09 | sony-laptop: SVS151290S kbd backlight and gfx switch support | Arthur Wirski | 1 | -1/+19 |
2013-05-09 | hp-wmi: add more definitions for new event_id's | Alex Hung | 1 | -0/+24 |
2013-05-09 | dell-laptop: Fix krealloc() misuse in parse_da_table() | David Woodhouse | 1 | -4/+6 |
2013-05-09 | hp_accel: Ignore the error from lis3lv02d_poweron() at resume | Shuah Khan | 1 | -1/+2 |
2013-05-09 | dell: add new dell WMI format for the AIO machines | AceLan Kao | 1 | -5/+48 |
2013-05-09 | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 23 | -195/+322 |
2013-05-09 | Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 6 | -12/+17 |
2013-05-09 | Merge tag 'f2fs-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/j... | Linus Torvalds | 20 | -691/+1676 |
2013-05-09 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rku... | Linus Torvalds | 2 | -8/+6 |
2013-05-09 | mm/slab: Fix crash during slab init | Chris Mason | 1 | -10/+10 |
2013-05-09 | Merge branches 'cxgb4', 'ipoib', 'iser', 'misc', 'mlx4', 'qib' and 'srp' into... | Roland Dreier | 26 | -192/+315 |
2013-05-08 | Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-block | Linus Torvalds | 62 | -372/+17681 |
2013-05-08 | Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 50 | -956/+1000 |
2013-05-08 | f2fs: cover free_nid management with spin_lock | Jaegeuk Kim | 1 | -16/+18 |
2013-05-08 | f2fs: optimize scan_nat_page() | Haicheng Li | 1 | -5/+9 |
2013-05-08 | f2fs: code cleanup for scan_nat_page() and build_free_nids() | Haicheng Li | 1 | -6/+4 |
2013-05-08 | f2fs: bugfix for alloc_nid_failed() | Haicheng Li | 1 | -2/+6 |
2013-05-08 | f2fs: recover when journal contains deleted files | Chris Fries | 1 | -2/+6 |
2013-05-08 | f2fs: continue to mount after failing recovery | Chris Fries | 1 | -4/+3 |
2013-05-08 | f2fs: avoid deadlock during evict after f2fs_gc | Jaegeuk Kim | 3 | -2/+26 |
2013-05-08 | arm64: Treat the bitops index argument as an 'int' | Catalin Marinas | 1 | -5/+5 |
2013-05-08 | arm64: Ignore the 'write' ESR flag on cache maintenance faults | Catalin Marinas | 1 | -1/+2 |
2013-05-08 | arm64: dts: fix #address-cells for foundation-v8 | Mark Rutland | 1 | -1/+1 |
2013-05-08 | arm64: vexpress: Add support for poweroff/restart | Catalin Marinas | 3 | -5/+8 |
2013-05-08 | arm64: Enable support for the ARM GIC interrupt controller | Catalin Marinas | 1 | -0/+1 |
2013-05-08 | Merge branch 'gic' into HEAD | Catalin Marinas | 39 | -194/+99 |
2013-05-08 | Merge branch 'akpm' (incoming from Andrew) | Linus Torvalds | 89 | -1364/+900 |
2013-05-08 | aio: don't include aio.h in sched.h | Kent Overstreet | 58 | -7/+58 |
2013-05-08 | aio: kill ki_retry | Kent Overstreet | 2 | -165/+85 |
2013-05-08 | aio: kill ki_key | Kent Overstreet | 2 | -7/+9 |
2013-05-08 | aio: give shared kioctx fields their own cachelines | Kent Overstreet | 1 | -12/+15 |
2013-05-08 | aio: kill struct aio_ring_info | Kent Overstreet | 1 | -81/+74 |
2013-05-08 | aio: kill batch allocation | Kent Overstreet | 2 | -102/+15 |
2013-05-08 | aio: change reqs_active to include unreaped completions | Kent Overstreet | 1 | -15/+32 |
2013-05-08 | aio: use cancellation list lazily | Kent Overstreet | 3 | -55/+81 |
2013-05-08 | aio: use flush_dcache_page() | Kent Overstreet | 1 | -28/+17 |
2013-05-08 | aio: make aio_read_evt() more efficient, convert to hrtimers | Kent Overstreet | 1 | -150/+90 |
2013-05-08 | wait: add wait_event_hrtimeout() | Kent Overstreet | 1 | -0/+86 |
2013-05-08 | aio: refcounting cleanup | Kent Overstreet | 1 | -153/+119 |
2013-05-08 | aio: make aio_put_req() lockless | Kent Overstreet | 2 | -54/+36 |
2013-05-08 | aio: do fget() after aio_get_req() | Kent Overstreet | 1 | -13/+9 |
2013-05-08 | aio: dprintk() -> pr_debug() | Kent Overstreet | 1 | -33/+24 |
2013-05-08 | aio: move private stuff out of aio.h | Kent Overstreet | 3 | -61/+62 |
2013-05-08 | aio: add kiocb_cancel() | Kent Overstreet | 1 | -36/+43 |
2013-05-08 | aio: kill return value of aio_complete() | Kent Overstreet | 2 | -18/+11 |
2013-05-08 | char: add aio_{read,write} to /dev/{null,zero} | Zach Brown | 1 | -0/+35 |
2013-05-08 | aio: remove retry-based AIO | Zach Brown | 5 | -379/+31 |
2013-05-08 | gadget: remove only user of aio retry | Zach Brown | 1 | -9/+29 |
2013-05-08 | aio: remove dead code from aio.h | Zach Brown | 1 | -24/+0 |