summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sparc: remove unused header file nfs_fs.hAnupam Aggarwal2020-06-031-1/+0
* oradax: convert get_user_pages() --> pin_user_pages()John Hubbard2020-05-171-5/+3
* Merge branch 'Rework-sparc32-page-table-layout'David S. Miller2020-05-149-130/+85
|\
| * sparc32: mm: Reduce allocation size for PMD and PTE tablesWill Deacon2020-05-141-2/+2
| * sparc32: mm: Change pgtable_t type to pte_t * instead of struct page *Will Deacon2020-05-144-24/+24
| * sparc32: mm: Restructure sparc32 MMU page-table layoutWill Deacon2020-05-149-103/+58
| * sparc32: mm: Fix argument checking in __srmmu_get_nocache()Will Deacon2020-05-141-6/+6
|/
* Merge tag 'trace-v5.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-05-123-6/+17
|\
| * bootconfig: Fix to prevent warning message if no bootconfig optionMasami Hiramatsu2020-05-121-4/+6
| * tracing: Wait for preempt irq delay thread to executeSteven Rostedt (VMware)2020-05-111-2/+10
| * tools/bootconfig: Fix apply_xbc() to return zero on successSteven Rostedt (VMware)2020-05-111-0/+1
* | Merge tag 'gpio-v5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2020-05-123-6/+31
|\ \
| * | gpio: tegra: mask GPIO IRQs during IRQ shutdownStephen Warren2020-04-281-0/+1
| * | gpio: of: Build fails if CONFIG_OF_DYNAMIC enabled without CONFIG_OF_GPIODavid Gow2020-04-281-2/+3
| * | Merge tag 'gpio-fixes-for-v5.7-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Walleij2020-04-282-4/+27
| |\ \
| | * | gpiolib: don't call sleeping functions with a spinlock takenBartosz Golaszewski2020-04-231-1/+12
| | * | gpiolib: improve the robustness of watch/unwatch ioctl()Bartosz Golaszewski2020-04-231-2/+14
| | * | gpio: pca953x: Fix pca953x_gpio_set_configAdam Ford2020-04-231-1/+1
| |/ /
* | | Merge tag 'gfs2-v5.7-rc1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-05-1210-39/+49
|\ \ \
| * | | Revert "gfs2: Don't demote a glock until its revokes are written"Bob Peterson2020-05-081-3/+0
| * | | gfs2: If go_sync returns error, withdraw but skip invalidateBob Peterson2020-05-081-1/+2
| * | | gfs2: Grab glock reference sooner in gfs2_add_revokeAndreas Gruenbacher2020-05-081-3/+3
| * | | gfs2: don't call quota_unhold if quotas are not lockedBob Peterson2020-05-081-2/+1
| * | | gfs2: move privileged user check to gfs2_quota_lock_checkBob Peterson2020-05-082-3/+3
| * | | gfs2: remove check for quotas on in gfs2_quota_checkBob Peterson2020-05-081-3/+0
| * | | gfs2: Change BUG_ON to an assert_withdraw in gfs2_quota_changeBob Peterson2020-05-081-1/+3
| * | | gfs2: Fix problems regarding gfs2_qa_get and _putBob Peterson2020-05-082-4/+4
| * | | gfs2: More gfs2_find_jhead fixesAndreas Gruenbacher2020-05-081-7/+12
| * | | gfs2: Another gfs2_walk_metadata fixAndreas Gruenbacher2020-05-081-7/+9
| * | | gfs2: Fix use-after-free in gfs2_logd after withdrawBob Peterson2020-05-081-0/+5
| * | | gfs2: Fix BUG during unmount after file system withdrawBob Peterson2020-05-081-4/+6
| * | | gfs2: Fix error exit in do_xmoteBob Peterson2020-05-081-1/+1
| * | | gfs2: fix withdraw sequence deadlockBob Peterson2020-05-061-1/+1
* | | | Merge tag 'nfsd-5.7-rc-2' of git://git.linux-nfs.org/projects/cel/cel-2.6Linus Torvalds2020-05-119-37/+91
|\ \ \ \
| * | | | SUNRPC: Revert 241b1f419f0e ("SUNRPC: Remove xdr_buf_trim()")Chuck Lever2020-04-274-5/+46
| * | | | SUNRPC: Fix GSS privacy computation of auth->au_ralignChuck Lever2020-04-273-9/+19
| * | | | SUNRPC: Add "@len" parameter to gss_unwrap()Chuck Lever2020-04-277-27/+30
* | | | | drm: fix trivial field description cut-and-paste errorLinus Torvalds2020-05-111-1/+1
* | | | | Linux 5.7-rc5v5.7-rc5Linus Torvalds2020-05-111-1/+1
* | | | | Merge tag 'x86-urgent-2020-05-10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-05-1011-90/+138
|\ \ \ \ \
| * | | | | x86/unwind/orc: Move ORC sorting variables under !CONFIG_MODULESJosh Poimboeuf2020-05-031-4/+4
| * | | | | x86/apic: Move TSC deadline timer debug printkThomas Gleixner2020-05-011-13/+14
| * | | | | ftrace/x86: Fix trace event registration for syscalls without argumentsKonstantin Khlebnikov2020-05-011-2/+3
| * | | | | x86/mm/cpa: Flush direct map alias during cpaRick Edgecombe2020-04-301-4/+8
| * | | | | objtool: Fix infinite loop in for_offset_range()Josh Poimboeuf2020-04-261-3/+4
| * | | | | x86/unwind/orc: Fix premature unwind stoppage due to IRET framesJosh Poimboeuf2020-04-253-14/+43
| * | | | | x86/unwind/orc: Fix error path for bad ORC entry typeJosh Poimboeuf2020-04-251-1/+1
| * | | | | x86/unwind/orc: Prevent unwinding before ORC initializationJosh Poimboeuf2020-04-251-3/+3
| * | | | | x86/unwind/orc: Don't skip the first frame for inactive tasksMiroslav Benes2020-04-251-1/+1
| * | | | | x86/unwind: Prevent false warnings for non-current tasksJosh Poimboeuf2020-04-253-18/+28