summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Linux 4.14-rc2v4.14-rc2Linus Torvalds2017-09-241-1/+1
| * Merge tag 'devicetree-fixes-for-4.14' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-09-244-15/+18
| |\
| | * dt-bindings: clk: stm32h7: fix clock-cell sizeGabriel Fernandez2017-09-211-1/+1
| | * scripts/dtc: dtx_diff - 2nd update of include dts paths to match buildFrank Rowand2017-09-201-13/+9
| | * dt-bindings: fix vendor prefix for AbraconAlexandre Belloni2017-09-191-1/+1
| | * of: provide inline helper for of_find_device_by_nodeArnd Bergmann2017-09-191-0/+7
| * | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-09-2420-86/+122
| |\ \
| | * | x86/asm: Fix inline asm call constraints for ClangJosh Poimboeuf2017-09-2313-45/+42
| | * | objtool: Handle another GCC stack pointer adjustment bugJosh Poimboeuf2017-09-232-17/+32
| | * | x86/mm/32: Load a sane CR3 before cpu_init() on secondary CPUsAndy Lutomirski2017-09-171-6/+7
| | * | x86/mm/32: Move setup_clear_cpu_cap(X86_FEATURE_PCID) earlierAndy Lutomirski2017-09-172-8/+8
| | * | x86/mm/64: Stop using CR3.PCID == 0 in ASID-aware codeAndy Lutomirski2017-09-171-2/+19
| | * | x86/mm: Factor out CR3-building codeAndy Lutomirski2017-09-172-10/+16
| * | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-09-241-2/+2
| |\ \ \
| | * | | clocksource/integrator: Fix section mismatch warningArnd Bergmann2017-09-181-2/+2
| | |/ /
| * | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-09-244-14/+17
| |\ \ \
| | * \ \ Merge tag 'irqchip-4.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Thomas Gleixner2017-09-213-10/+16
| | |\ \ \
| | | * | | irqchip.mips-gic: Fix shared interrupt mask writesPaul Burton2017-09-191-3/+3
| | | * | | irqchip/gic-v4: Fix building with ancient gccArnd Bergmann2017-09-191-3/+9
| | | * | | irqchip/gic-v3: Iterate over possible CPUs by for_each_possible_cpu()zijun_hu2017-09-191-4/+4
| | | | |/ | | | |/|
| | * | | Revert "genirq: Restrict effective affinity to interrupts actually using it"Thomas Gleixner2017-09-211-4/+1
| * | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-09-246-29/+36
| |\ \ \ \