summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* DLM: retry rcom when dlm_wait_function is timed out.tsutomu.owa@toshiba.co.jp2017-09-252-0/+10
* DLM: fix to use sock_mutex correctly in xxx_accept_from_socktsutomu.owa@toshiba.co.jp2017-09-251-0/+6
* DLM: fix race condition between dlm_send and dlm_recvtsutomu.owa@toshiba.co.jp2017-09-251-2/+6
* DLM: fix double list_del()tsutomu.owa@toshiba.co.jp2017-09-251-5/+39
* DLM: fix remove save_cb argument from add_sock()tsutomu.owa@toshiba.co.jp2017-09-251-8/+8
* DLM: Fix saving of NULL callbacksBob Peterson2017-09-251-20/+25
* DLM: Eliminate CF_WRITE_PENDING flagBob Peterson2017-09-251-13/+8Star
* DLM: Eliminate CF_CONNECT_PENDING flagBob Peterson2017-09-251-7/+3Star
* Linux 4.14-rc2Linus Torvalds2017-09-251-1/+1
* Merge tag 'devicetree-fixes-for-4.14' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-09-254-15/+18
|\
| * dt-bindings: clk: stm32h7: fix clock-cell sizeGabriel Fernandez2017-09-221-1/+1
| * scripts/dtc: dtx_diff - 2nd update of include dts paths to match buildFrank Rowand2017-09-201-13/+9Star
| * 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/+42Star
| * | 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/+1Star
* | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-09-246-29/+36
|\ \ \ \
| * | | | arm64/syscalls: Move address limit check in loopThomas Garnier2017-09-171-3/+3
| * | | | arm/syscalls: Optimize address limit checkThomas Garnier2017-09-172-0/+18
| * | | | Revert "arm/syscalls: Check address limit on user-mode return"Thomas Garnier2017-09-174-23/+8Star
| * | | | syscalls: Use CHECK_DATA_CORRUPTION for addr_limit_user_checkThomas Garnier2017-09-171-4/+8
| | |_|/ | |/| |
* | | | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-09-241-3/+3
|\ \ \ \
| * | | | security: fix description of values returned by cap_inode_need_killprivStefan Berger2017-09-241-3/+3
* | | | | Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds2017-09-248-52/+89
|\ \ \ \ \
| * | | | | tpm: ibmvtpm: simplify crq initialization and document crq formatMichal Suchanek2017-09-241-36/+60
| * | | | | tpm: replace msleep() with usleep_range() in TPM 1.2/2.0 generic driversHamza Attak2017-09-245-14/+21
| * | | | | Documentation: tpm: add powered-while-suspended binding documentationEnric Balletbo i Serra2017-09-241-0/+6
| * | | | | tpm: tpm_crb: constify acpi_device_id.Arvind Yadav2017-09-241-1/+1
| * | | | | tpm: vtpm: constify vio_device_idArvind Yadav2017-09-241-1/+1
| |/ / / /
* | | | | Merge branch 'parisc-4.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-09-2315-14/+108
|\ \ \ \ \
| * | | | | parisc: Unbreak bootloader due to gcc-7 optimizationsHelge Deller2017-09-222-2/+3
| * | | | | parisc: Reintroduce option to gzip-compress the kernelHelge Deller2017-09-222-0/+17
| * | | | | parisc: Add HWPOISON page fault handler codeHelge Deller2017-09-221-4/+29
| * | | | | parisc: Move init_per_cpu() into init sectionHelge Deller2017-09-224-4/+4
| * | | | | parisc: Check if initrd was loaded into broken RAMHelge Deller2017-09-221-0/+9
| * | | | | parisc: Add PDCE_CHECK instruction to HPMC handlerHelge Deller2017-09-221-1/+9
| * | | | | parisc: Add wrapper for pdc_instr() firmware functionHelge Deller2017-09-222-0/+21