summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-11-1317-279/+385
|\
| * MAINTAINERS: update the IMA, EVM, trusted-keys, encrypted-keys entriesMimi Zohar2017-11-061-7/+4
| * Smack: Base support for overlayfsCasey Schaufler2017-11-021-0/+79
| * MAINTAINERS: remove David Safford as maintainer for encrypted+trusted keysEric Biggers2017-10-271-2/+0
| * tomoyo: fix timestamping for y2038Arnd Bergmann2017-10-214-34/+13
| * capabilities: audit log other surprising conditionsRichard Guy Briggs2017-10-201-7/+22
| * capabilities: fix logic for effective root or real rootRichard Guy Briggs2017-10-201-3/+2
| * capabilities: invert logic for clarityRichard Guy Briggs2017-10-201-4/+4
| * capabilities: remove a layer of conditional logicRichard Guy Briggs2017-10-201-13/+10
| * capabilities: move audit log decision to functionRichard Guy Briggs2017-10-201-20/+30
| * capabilities: use intuitive names for id changesRichard Guy Briggs2017-10-201-6/+22
| * capabilities: use root_priveleged inline to clarify logicRichard Guy Briggs2017-10-201-2/+4
| * capabilities: rename has_cap to has_fcapRichard Guy Briggs2017-10-201-10/+10
| * capabilities: intuitive names for cap gain statusRichard Guy Briggs2017-10-201-7/+11
| * capabilities: factor out cap_bprm_set_creds privileged rootRichard Guy Briggs2017-10-201-28/+48
| * tpm, tpm_tis: use ARRAY_SIZE() to define TPM_HID_USR_IDXJérémy Lefaure2017-10-181-1/+2
| * tpm: fix duplicate inline declaration specifierRuben Roy2017-10-181-1/+1
| * tpm: fix type of a local variables in tpm_tis_spi.cJarkko Sakkinen2017-10-181-7/+18
| * tpm: fix type of a local variable in tpm2_map_command()Jarkko Sakkinen2017-10-181-2/+2
| * tpm: fix type of a local variable in tpm2_get_cc_attrs_tbl()Jarkko Sakkinen2017-10-181-2/+2
| * tpm-dev-common: Reject too short writesAlexander Steffen2017-10-181-0/+6
| * tpm: React correctly to RC_TESTING from TPM 2.0 self testsAlexander Steffen2017-10-181-41/+11
| * tpm: Use dynamic delay to wait for TPM 2.0 self test resultAlexander Steffen2017-10-181-8/+9
| * tpm: Trigger only missing TPM 2.0 self testsAlexander Steffen2017-10-181-2/+2
| * tpm_tis_spi: Use DMA-safe memory for SPI transfersAlexander Steffen2017-10-181-18/+27
| * tpm/tpm_crb: Use start method value from ACPI table directlyJiandi An2017-10-181-30/+29
| * tpm: constify transmit data pointersArnd Bergmann2017-10-184-19/+16
| * tpm_tis: make array cmd_getticks static const to shrink object code sizeColin Ian King2017-10-181-1/+1
| * tpm: migrate pubek_show to struct tpm_bufJarkko Sakkinen2017-10-122-52/+48
| * Merge tag 'v4.14-rc2' into next-generalJames Morris2017-09-2412300-393925/+646379
| |\
* | \ Merge tag 'mmc-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2017-11-1366-581/+3256
|\ \ \
| * | | sdhci-fujitsu: add support for setting the CMD_DAT_DELAY attributeArd Biesheuvel2017-11-071-0/+14
| * | | dt-bindings: sdhci-fujitsu: document cmd-dat-delay propertyArd Biesheuvel2017-11-071-0/+2
| * | | mmc: tmio: Replace msleep() of 20ms or less with usleep_range()Masaharu Hayakawa2017-11-071-7/+7
| * | | mmc: dw_mmc: Convert timers to use timer_setup()Kees Cook2017-11-021-14/+9
| * | | mmc: dw_mmc: Cleanup the DTO timer like the CTO oneDouglas Anderson2017-11-021-3/+52
| * | | Merge branch 'fixes' into nextUlf Hansson2017-11-021-13/+94
| |\ \ \
| * | | | mmc: vub300: Use common code in __download_offload_pseudocode()Markus Elfring2017-11-021-12/+10
| * | | | mmc: tmio: Use common error handling code in tmio_mmc_host_probe()Markus Elfring2017-11-021-8/+9
| * | | | mmc: Convert timers to use timer_setup()Kees Cook2017-11-0211-58/+51
| * | | | mmc: sdhci-acpi: Fix voltage switch for some Intel host controllersAdrian Hunter2017-11-021-0/+108
| * | | | mmc: sdhci-acpi: Let devices define their own private dataAdrian Hunter2017-11-021-2/+14
| * | | | mmc: mediatek: perfer to use rise edge latching for cmd lineChaotian Jing2017-11-021-1/+2
| * | | | mmc: mediatek: improve eMMC hs400 mode read performanceChaotian Jing2017-11-021-0/+9
| * | | | mmc: mediatek: add latch-ck supportChaotian Jing2017-11-021-0/+6
| * | | | mmc: mediatek: add support of source_cg clockChaotian Jing2017-11-021-1/+22
| * | | | mmc: mediatek: add stop_clk fix and enhance_rx supportChaotian Jing2017-11-021-4/+43
| * | | | mmc: mediatek: add busy_check supportChaotian Jing2017-11-021-0/+7
| * | | | mmc: mediatek: add async fifo and data tune supportChaotian Jing2017-11-021-2/+50
| * | | | mmc: mediatek: add pad_tune0 supportChaotian Jing2017-11-021-18/+33