summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-07-114-29/+84
|\
| * Merge branch 'nvme-4.13' of git://git.infradead.org/nvme into for-linusJens Axboe2017-07-101-1/+22
| |\
| | * nvme_fc/nvmet_fc: revise Create Association descriptor lengthJames Smart2017-07-101-1/+22
| * | bio-integrity: stop abusing bi_end_ioChristoph Hellwig2017-07-031-9/+0
| * | bio: add bvec_iter rewind APIDmitry Monakhov2017-07-032-2/+44
| * | block: guard bvec iteration logicDmitry Monakhov2017-07-032-6/+12
| * | t10-pi: Move opencoded contants to common headerDmitry Monakhov2017-07-031-0/+2
| * | bio-integrity: fold bio_integrity_enabled to bio_integrity_prepDmitry Monakhov2017-07-031-9/+3
| * | bio-integrity: fix interface for bio_integrity_trimDmitry Monakhov2017-07-031-3/+2
* | | Merge tag 'ceph-for-4.13-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2017-07-1110-118/+450
|\ \ \
| * | | libceph: advertise support for NEW_OSDOP_ENCODING and SERVER_LUMINOUSIlya Dryomov2017-07-071-0/+6
| * | | libceph: osd_state is 32 bits wide in luminousIlya Dryomov2017-07-071-2/+2
| * | | libceph, crush: per-pool crush_choose_arg_map for crush_do_rule()Ilya Dryomov2017-07-071-0/+8
| * | | crush: implement weight and id overrides for straw2Ilya Dryomov2017-07-072-5/+62
| * | | libceph: pg_upmap[_items] infrastructureIlya Dryomov2017-07-071-1/+9
| * | | libceph: ceph_decode_skip_* helpersIlya Dryomov2017-07-071-0/+60
| * | | libceph: respect RADOS_BACKOFF backoffsIlya Dryomov2017-07-074-0/+53
| * | | libceph: make DEFINE_RB_* helpers more generalIlya Dryomov2017-07-071-12/+37
| * | | libceph: avoid unnecessary pi lookups in calc_target()Ilya Dryomov2017-07-071-2/+8
| * | | libceph: make sure need_resend targets reflect latest mapIlya Dryomov2017-07-071-0/+1
| * | | libceph: resend on PG splits if OSD has RESEND_ON_SPLITIlya Dryomov2017-07-071-0/+2
| * | | libceph: MOSDOp v8 encoding (actual spgid + full hash)Ilya Dryomov2017-07-072-1/+20
| * | | libceph: ceph_connection_operations::reencode_message() methodIlya Dryomov2017-07-071-0/+2
| * | | libceph: introduce ceph_spg, ceph_pg_to_primary_shard()Ilya Dryomov2017-07-072-1/+12
| * | | libceph: fold [l]req->last_force_resend into ceph_osd_request_targetIlya Dryomov2017-07-071-2/+2
| * | | libceph: support SERVER_JEWEL feature bitsIlya Dryomov2017-07-071-0/+2
| * | | libceph: advertise support for OSD_POOLRESENDIlya Dryomov2017-07-071-0/+1
| * | | libceph: new features macrosIlya Dryomov2017-07-071-75/+167
| * | | libceph: remove ceph_sanitize_features() workaroundIlya Dryomov2017-07-071-21/+0
* | | | Merge tag 'chrome-platform-for-linus-4.13' of git://git.kernel.org/pub/scm/li...Linus Torvalds2017-07-114-4/+208
|\ \ \ \
| * | | | cros_ec: Don't signal wake event for non-wake host eventsShawn Nematbakhsh2017-06-271-1/+4
| * | | | platform/chrome: cros_ec_lightbar - Control of suspend/resume lightbar sequenceEric Caruso2017-06-231-2/+9
| * | | | platform/chrome: cros_ec_lightbar - Add lightbar program feature to sysfsEric Caruso2017-06-231-1/+11
| * | | | platform/chrome: cros_ec_lpc: Add support for mec1322 ECShawn Nematbakhsh2017-06-232-0/+104
| * | | | platform/chrome: cros_ec_lpc: Add R/W helpers to LPC protocol variantsShawn Nematbakhsh2017-06-231-0/+47
| * | | | mfd: cros_ec: add debugfs, console log fileEric Caruso2017-06-161-0/+4
| * | | | mfd: cros_ec: Add EC console read structures definitionsNicolas Boichat2017-06-161-1/+20
| * | | | mfd: cros_ec: Add helper for event notifier.Gwendal Grignou2017-06-161-0/+10
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-07-1021-137/+302
|\ \ \ \ \
| * | | | | lib/extable.c: use bsearch() library function in search_extable()Thomas Meyer2017-07-101-2/+3
| * | | | | bitmap: use memcmp optimisation in more situationsMatthew Wilcox2017-07-101-3/+1
| * | | | | include/linux/bitmap.h: turn bitmap_set and bitmap_clear into memset when pos...Matthew Wilcox2017-07-101-0/+6
| * | | | | bitmap: optimise bitmap_set and bitmap_clear of a single bitMatthew Wilcox2017-07-101-3/+20
| * | | | | ARM: fix rd_size declarationBart Van Assche2017-07-101-0/+3
| * | | | | bug: split BUILD_BUG stuff out into <linux/build_bug.h>Ian Abbott2017-07-102-73/+85
| * | | | | linux/bug.h: correct "space required before that '-'"Ian Abbott2017-07-101-2/+2
| * | | | | linux/bug.h: correct "(foo*)" should be "(foo *)"Ian Abbott2017-07-101-1/+1
| * | | | | linux/bug.h: correct formatting of block commentIan Abbott2017-07-101-4/+6
| * | | | | asm-generic/bug.h: declare struct pt_regs; before function prototypeIan Abbott2017-07-101-0/+1
| * | | | | mm: disallow early_pfn_to_nid on configurations which do not implement itMichal Hocko2017-07-101-0/+1