Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge tag 'pm+acpi-4.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2015-07-01 | 5 | -20/+31 |
|\ | |||||
| *-----. | Merge branches 'acpi-video', 'device-properties', 'pm-sleep' and 'pm-cpuidle' | Rafael J. Wysocki | 2015-06-26 | 4 | -19/+28 |
| |\ \ \ \ | |||||
| | | | | * | tick/idle/powerpc: Do not register idle states with CPUIDLE_FLAG_TIMER_STOP s... | preeti | 2015-06-26 | 1 | -3/+12 |
| | | * | | | ACPI / OF: Rename of_node() and acpi_node() to to_of_node() and to_acpi_node() | Alexander Sverdlin | 2015-06-24 | 3 | -16/+16 |
| * | | | | | Merge branch 'acpi-pnp' | Rafael J. Wysocki | 2015-06-24 | 1 | -1/+3 |
| |\ \ \ \ \ | |||||
| | * | | | | | ACPI / resources: free memory on error in add_region_before() | Dan Carpenter | 2015-06-24 | 1 | -1/+3 |
* | | | | | | | Merge tag 'for-linus-4.2-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2015-07-01 | 15 | -32/+22 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | block/xen-blkback: s/nr_pages/nr_segs/ | Julien Grall | 2015-06-17 | 2 | -6/+6 |
| * | | | | | | | block/xen-blkfront: Remove invalid comment | Julien Grall | 2015-06-17 | 1 | -6/+0 |
| * | | | | | | | block/xen-blkfront: Remove unused macro MAXIMUM_OUTSTANDING_BLOCK_REQS | Julien Grall | 2015-06-17 | 1 | -2/+0 |
| * | | | | | | | xen/grant-table: Remove unused macro SPP | Julien Grall | 2015-06-17 | 1 | -1/+0 |
| * | | | | | | | xen/xenbus: client: Fix call of virt_to_mfn in xenbus_grant_ring | Julien Grall | 2015-06-17 | 1 | -3/+3 |
| * | | | | | | | xen: Include xen/page.h rather than asm/xen/page.h | Julien Grall | 2015-06-17 | 8 | -8/+7 |
| * | | | | | | | xen/pcifront: Remove usage of struct timeval | Tina Ruchandani | 2015-06-08 | 1 | -5/+3 |
| * | | | | | | | xen/tmem: use BUILD_BUG_ON() in favor of BUG_ON() | Jan Beulich | 2015-05-28 | 1 | -1/+1 |
| * | | | | | | | hvc_xen: avoid uninitialized variable warning | Jan Beulich | 2015-05-28 | 1 | -1/+1 |
| * | | | | | | | xenbus: avoid uninitialized variable warning | Jan Beulich | 2015-05-28 | 1 | -1/+1 |
* | | | | | | | | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2015-07-01 | 20 | -41/+41 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | module: add per-module param_lock | Dan Streetman | 2015-06-23 | 4 | -10/+10 |
| * | | | | | | | | kernel/params: constify struct kernel_param_ops uses | Luis R. Rodriguez | 2015-05-28 | 16 | -31/+31 |
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile | Linus Torvalds | 2015-07-01 | 1 | -1/+2 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | drivers/tty/hvc/hvc_tile.c: properly return -EAGAIN | Chris Metcalf | 2015-05-11 | 1 | -1/+2 |
* | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 2015-07-01 | 6 | -218/+256 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | s390/kdump: fix nosmt kernel parameter | Michael Holzheu | 2015-06-25 | 1 | -1/+1 |
| * | | | | | | | | | | s390/smp: cleanup core vs. cpu in the SCLP interface | Martin Schwidefsky | 2015-06-25 | 2 | -17/+16 |
| * | | | | | | | | | | s390/zcrypt: Fixed reset and interrupt handling of AP queues | Ingo Tuchscherer | 2015-06-25 | 3 | -200/+239 |
* | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds | 2015-07-01 | 5 | -168/+305 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | drivers/block/nvme-core.c: fix build with gcc-4.4.4 | Andrew Morton | 2015-06-27 | 1 | -14/+16 |
| * | | | | | | | | | | | Merge branch 'stable/for-jens-4.2' of git://git.kernel.org/pub/scm/linux/kern... | Jens Axboe | 2015-06-27 | 4 | -110/+225 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | drivers: xen-blkfront: only talk_to_blkback() when in XenbusStateInitialising | Bob Liu | 2015-06-22 | 1 | -0/+2 |
| | * | | | | | | | | | | | xen/block: add multi-page ring support | Bob Liu | 2015-06-06 | 4 | -59/+180 |
| | * | | | | | | | | | | | driver: xen-blkfront: move talk_to_blkback to a more suitable place | Bob Liu | 2015-06-06 | 1 | -8/+6 |
| | * | | | | | | | | | | | drivers: xen-blkback: delay pending_req allocation to connect_ring | Bob Liu | 2015-06-06 | 2 | -45/+39 |
| * | | | | | | | | | | | | NVMe: Fix filesystem deadlock on removal | Keith Busch | 2015-06-27 | 1 | -1/+1 |
| * | | | | | | | | | | | | NVMe: Failed controller initialization fixes | Keith Busch | 2015-06-27 | 1 | -18/+15 |
| * | | | | | | | | | | | | NVMe: Unify controller probe and resume | Keith Busch | 2015-06-27 | 1 | -23/+29 |
| * | | | | | | | | | | | | NVMe: Don't use fake status on cancelled command | Keith Busch | 2015-06-27 | 1 | -1/+4 |
| * | | | | | | | | | | | | NVMe: Fix device cleanup on initialization failure | Keith Busch | 2015-06-27 | 1 | -2/+16 |
* | | | | | | | | | | | | | Merge tag 'md/4.2' of git://neil.brown.name/md | Linus Torvalds | 2015-06-29 | 4 | -101/+133 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | md: clear Blocked flag on failed devices when array is read-only. | Neil Brown | 2015-06-25 | 1 | -0/+9 |
| * | | | | | | | | | | | | | md: unlock mddev_lock on an error path. | NeilBrown | 2015-06-25 | 1 | -1/+3 |
| * | | | | | | | | | | | | | md: clear mddev->private when it has been freed. | NeilBrown | 2015-06-25 | 1 | -0/+3 |
| * | | | | | | | | | | | | | md: fix a build warning | Firo Yang | 2015-06-17 | 1 | -1/+1 |
| * | | | | | | | | | | | | | md/raid5: ignore released_stripes check | Shaohua Li | 2015-06-17 | 1 | -2/+2 |
| * | | | | | | | | | | | | | md/raid5: per hash value and exclusive wait_for_stripe | Yuanhan Liu | 2015-06-17 | 2 | -9/+20 |
| * | | | | | | | | | | | | | md/raid5: split wait_for_stripe and introduce wait_for_quiescent | Yuanhan Liu | 2015-06-17 | 2 | -6/+10 |
| * | | | | | | | | | | | | | md: convert to kstrto*() | Alexey Dobriyan | 2015-06-17 | 1 | -68/+81 |
| * | | | | | | | | | | | | | md/raid10: make sync_request_write() call bio_copy_data() | Kent Overstreet | 2015-06-17 | 1 | -14/+4 |
* | | | | | | | | | | | | | | Merge tag 'libnvdimm-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2015-06-29 | 27 | -110/+10506 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | arch, x86: pmem api for ensuring durability of persistent memory updates | Ross Zwisler | 2015-06-26 | 1 | -13/+20 |