| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'akpm' (incoming from Andrew) | Linus Torvalds | 2014-04-08 | 25 | -220/+959 |
|\ |
|
| * | Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAP | Uwe Kleine-König | 2014-04-08 | 4 | -4/+4 |
| * | drivers/misc/sgi-gru/grukdump.c: cleanup gru_dump_context() a little | Dan Carpenter | 2014-04-08 | 1 | -3/+3 |
| * | rapidio: rework device hierarchy and introduce mport class of devices | Alexandre Bounine | 2014-04-08 | 7 | -7/+70 |
| * | drivers/rapidio/devices/tsi721_dma.c: optimize use of BDMA descriptors | Alexandre Bounine | 2014-04-08 | 2 | -33/+82 |
| * | zram: support REQ_DISCARD | Joonsoo Kim | 2014-04-08 | 1 | -0/+62 |
| * | zram: use scnprintf() in attrs show() methods | Sergey Senozhatsky | 2014-04-08 | 2 | -9/+11 |
| * | zram: propagate error to user | Minchan Kim | 2014-04-08 | 3 | -11/+20 |
| * | zram: return error-valued pointer from zcomp_create() | Sergey Senozhatsky | 2014-04-08 | 2 | -15/+18 |
| * | zram: move comp allocation out of init_lock | Sergey Senozhatsky | 2014-04-08 | 1 | -12/+15 |
| * | zram: add lz4 algorithm backend | Sergey Senozhatsky | 2014-04-08 | 5 | -0/+82 |
| * | zram: make compression algorithm selection possible | Sergey Senozhatsky | 2014-04-08 | 4 | -6/+66 |
| * | zram: add set_max_streams knob | Sergey Senozhatsky | 2014-04-08 | 3 | -3/+41 |
| * | zram: add multi stream functionality | Sergey Senozhatsky | 2014-04-08 | 4 | -5/+167 |
| * | zram: factor out single stream compression | Sergey Senozhatsky | 2014-04-08 | 2 | -10/+59 |
| * | zram: use zcomp compressing backends | Sergey Senozhatsky | 2014-04-08 | 3 | -43/+36 |
| * | zram: introduce compressing backend abstraction | Sergey Senozhatsky | 2014-04-08 | 4 | -0/+237 |
| * | zram: delete zram_init_device() | Sergey Senozhatsky | 2014-04-08 | 1 | -11/+5 |
| * | zram: move zram size warning to documentation | Sergey Senozhatsky | 2014-04-08 | 1 | -15/+0 |
| * | zram: drop not used table `count' member | Sergey Senozhatsky | 2014-04-08 | 1 | -1/+0 |
| * | zram: report failed read and write stats | Sergey Senozhatsky | 2014-04-08 | 1 | -0/+4 |
| * | zram: remove zram stats code duplication | Sergey Senozhatsky | 2014-04-08 | 1 | -59/+23 |
| * | zram: use atomic64_t for all zram stats | Sergey Senozhatsky | 2014-04-08 | 2 | -12/+12 |
| * | zram: remove good and bad compress stats | Sergey Senozhatsky | 2014-04-08 | 2 | -13/+0 |
| * | zram: do not pass rw argument to __zram_make_request() | Sergey Senozhatsky | 2014-04-08 | 1 | -18/+12 |
| * | zram: drop `init_done' struct zram member | Sergey Senozhatsky | 2014-04-08 | 2 | -11/+11 |
| * | drivers/lguest/page_tables.c: rename do_set_pte() | Andrew Morton | 2014-04-08 | 1 | -3/+3 |
* | | Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2014-04-07 | 14 | -65/+138 |
|\ \ |
|
| * | | xen, balloon: Fix CPU hotplug callback registration | Srivatsa S. Bhat | 2014-03-20 | 1 | -12/+24 |
| * | | hwmon, via-cputemp: Fix CPU hotplug callback registration | Srivatsa S. Bhat | 2014-03-20 | 1 | -7/+7 |
| * | | hwmon, coretemp: Fix CPU hotplug callback registration | Srivatsa S. Bhat | 2014-03-20 | 1 | -7/+7 |
| * | | thermal, x86-pkg-temp: Fix CPU hotplug callback registration | Srivatsa S. Bhat | 2014-03-20 | 1 | -7/+7 |
| * | | octeon, watchdog: Fix CPU hotplug callback registration | Srivatsa S. Bhat | 2014-03-20 | 1 | -2/+9 |
| * | | oprofile, nmi-timer: Fix CPU hotplug callback registration | Srivatsa S. Bhat | 2014-03-20 | 1 | -10/+13 |
| * | | intel-idle: Fix CPU hotplug callback registration | Srivatsa S. Bhat | 2014-03-20 | 1 | -2/+10 |
| * | | clocksource, dummy-timer: Fix CPU hotplug callback registration | Srivatsa S. Bhat | 2014-03-20 | 1 | -3/+8 |
| * | | drivers/base/topology.c: Fix CPU hotplug callback registration | Srivatsa S. Bhat | 2014-03-20 | 1 | -4/+8 |
| * | | acpi-cpufreq: Fix CPU hotplug callback registration | Srivatsa S. Bhat | 2014-03-20 | 1 | -3/+4 |
| * | | scsi, fcoe: Fix CPU hotplug callback registration | Srivatsa S. Bhat | 2014-03-20 | 1 | -2/+13 |
| * | | scsi, bnx2fc: Fix CPU hotplug callback registration | Srivatsa S. Bhat | 2014-03-20 | 1 | -2/+10 |
| * | | scsi, bnx2i: Fix CPU hotplug callback registration | Srivatsa S. Bhat | 2014-03-20 | 1 | -2/+10 |
| * | | powercap, intel-rapl: Fix CPU hotplug callback registration | Srivatsa S. Bhat | 2014-03-20 | 1 | -2/+8 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2014-04-07 | 1 | -28/+59 |
|\ \ \ |
|
| * | | | rbd: prefix rbd writes with CEPH_OSD_OP_SETALLOCHINT osd op | Ilya Dryomov | 2014-04-03 | 1 | -15/+39 |
| * | | | rbd: num_ops parameter for rbd_osd_req_create() | Ilya Dryomov | 2014-04-03 | 1 | -10/+18 |
| * | | | libceph: bump CEPH_OSD_MAX_OP to 3 | Ilya Dryomov | 2014-04-03 | 1 | -1/+1 |
| * | | | rbd: fix error paths in rbd_img_request_fill() | Ilya Dryomov | 2014-04-03 | 1 | -1/+1 |
| * | | | rbd: remove out_partial label in rbd_img_request_fill() | Ilya Dryomov | 2014-04-03 | 1 | -4/+3 |
* | | | | Merge tag 'fbdev-omap-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2014-04-07 | 20 | -42/+923 |
|\ \ \ \ |
|
| * | | | | OMAPDSS: HDMI: fix interlace output | Tomi Valkeinen | 2014-04-04 | 1 | -0/+2 |