summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* kobject: Remove redundant license textGreg Kroah-Hartman2017-12-076-15/+0
* kobject: add SPDX identifiers to all kobject filesGreg Kroah-Hartman2017-12-076-0/+6
* test_firmware: wrap custom sysfs load tests into helperLuis R. Rodriguez2017-11-291-15/+28
* test_firmware: wrap basic sysfs fallback tests into helperLuis R. Rodriguez2017-11-291-37/+41
* test_firmware: wrap sysfs timeout test into helperLuis R. Rodriguez2017-11-291-32/+37
* firmware: replace #ifdef over FW_OPT_FALLBACK with function checksLuis R. Rodriguez2017-11-291-11/+29
* firmware: provide helper for FW_OPT_USERHELPERLuis R. Rodriguez2017-11-291-13/+18
* firmware: add helper to copy built-in data to pre-alloc bufferLuis R. Rodriguez2017-11-291-2/+9
* firmware: use static inline for to_fw_priv()Luis R. Rodriguez2017-11-291-1/+4
* firmware: rename sysfs state checks with sysfs prefixLuis R. Rodriguez2017-11-291-10/+10
* firmware: use static inlines for state machine checkingLuis R. Rodriguez2017-11-291-39/+68
* firmware: remove unused __fw_state_is_done()Luis R. Rodriguez2017-11-291-5/+0
* firmware: remove duplicate fw_state_aborted()Luis R. Rodriguez2017-11-291-2/+0
* firmware: move core data structures to the top of fileLuis R. Rodriguez2017-11-291-95/+95
* firmware: rename struct fw_priv->fw_id to fw_nameLuis R. Rodriguez2017-11-291-13/+13
* firmware: rename struct firmware_buf to struct fw_privLuis R. Rodriguez2017-11-291-185/+187
* firmware: rename struct firmware_priv to struct fw_sysfsLuis R. Rodriguez2017-11-291-49/+49
* test_firmware: fix setting old custom fw path back on exitLuis R. Rodriguez2017-11-291-1/+4
* firmware: fix detecting error on register_reboot_notifier()Luis R. Rodriguez2017-11-291-1/+8
* firmware: provide helpers for registering the syfs loaderLuis R. Rodriguez2017-11-291-8/+21
* firmware: fix capturing errors on fw_cache_init() on early initLuis R. Rodriguez2017-11-291-13/+32
* firmware: add helper to unregister pm opsLuis R. Rodriguez2017-11-291-4/+10
* Linux 4.15-rc1v4.15-rc1Linus Torvalds2017-11-271-2/+2
* Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2017-11-276-6/+42
|\
| * ARM: BUG if jumping to usermode address in kernel modeRussell King2017-11-262-0/+24
| * ARM: 8722/1: mm: make STRICT_KERNEL_RWX effective for LPAEPhilip Derrin2017-11-211-2/+2
| * ARM: 8721/1: mm: dump: check hardware RO bit for LPAEPhilip Derrin2017-11-211-2/+2
| * ARM: make decompressor debug output user selectableRussell King2017-11-211-2/+2
| * ARM: fix get_user_pages_fastRussell King2017-11-211-0/+12
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-2612-15/+52
|\ \
| * | genirq/matrix: Make - vs ?: Precedence explicitKees Cook2017-11-231-1/+1
| * | irqchip/imgpdc: Use resource_size function on resource objectVasyl Gomonovych2017-11-231-1/+1
| * | irqchip/qcom: Fix u32 comparison with value less than zeroColin Ian King2017-11-231-1/+1
| * | irqchip/exiu: Fix return value check in exiu_init()Wei Yongjun2017-11-141-2/+2
| * | Merge tag 'irqchip-4.15-4' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Thomas Gleixner2017-11-148-10/+47
| |\ \
| | * | irqchip/gic-v3-its: Remove artificial dependency on PCIMarc Zyngier2017-11-132-1/+9
| | * | irqchip/gic-v4: Add forward definition of struct irq_domain_opsMarc Zyngier2017-11-131-0/+1
| | * | irqchip/gic-v3: pr_err() strings should end with newlinesArvind Yadav2017-11-131-1/+1
| | * | irqchip/s3c24xx: pr_err() strings should end with newlinesArvind Yadav2017-11-131-2/+2
| | * | irqchip/gic-v3: Fix ppi-partitions lookupJohan Hovold2017-11-121-3/+6
| | * | irqchip/gic-v4: Clear IRQ_DISABLE_UNLAZY again if mapping failsMarc Zyngier2017-11-101-1/+6
| | * | genirq: Track whether the trigger type has been setMarc Zyngier2017-11-102-2/+22
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-2638-616/+472
|\ \ \ \
| * | | | x86/decoder: Add new TEST instruction patternMasami Hiramatsu2017-11-241-1/+1
| * | | | x86/PCI: Remove unused HyperTransport interrupt supportBjorn Helgaas2017-11-2311-454/+2
| * | | | x86/umip: Fix insn_get_code_seg_params()'s return valueBorislav Petkov2017-11-233-4/+4
| * | | | x86/boot/KASLR: Remove unused variableChao Fan2017-11-231-3/+2
| * | | | x86/entry/64: Add missing irqflags tracing to native_load_gs_index()Andy Lutomirski2017-11-231-2/+8
| * | | | x86/mm/kasan: Don't use vmemmap_populate() to initialize shadowAndrey Ryabinin2017-11-222-8/+137
| * | | | x86/entry/64: Fix entry_SYSCALL_64_after_hwframe() IRQ tracingAndy Lutomirski2017-11-221-2/+2