| Commit message (Expand) | Author | Age | Files | Lines |
* | dax: fix radix tree insertion race | Ross Zwisler | 2017-04-08 | 1 | -13/+22 |
* | mm, thp: fix setting of defer+madvise thp defrag mode | David Rientjes | 2017-04-08 | 1 | -6/+6 |
* | ptrace: fix PTRACE_LISTEN race corrupting task->state | bsegall@google.com | 2017-04-08 | 1 | -4/+10 |
* | vmlinux.lds: add missing VMLINUX_SYMBOL macros | Jessica Yu | 2017-04-08 | 1 | -2/+2 |
* | mm/page_alloc.c: fix print order in show_free_areas() | Alexander Polakov | 2017-04-08 | 1 | -1/+1 |
* | userfaultfd: report actual registered features in fdinfo | Mike Rapoport | 2017-04-08 | 1 | -1/+1 |
* | mm: fix page_vma_mapped_walk() for ksm pages | Hugh Dickins | 2017-04-08 | 1 | -7/+8 |
* | Merge tag 'dm-4.11-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2017-04-07 | 4 | -8/+24 |
|\ |
|
| * | dm verity fec: fix bufio leaks | Sami Tolvanen | 2017-03-31 | 1 | -3/+3 |
| * | dm raid: fix NULL pointer dereference for raid1 without bitmap | Dmitry Bilunov | 2017-03-31 | 1 | -1/+1 |
| * | dm cache metadata: fix metadata2 format's blocks_are_clean_separate_dirty | Joe Thornber | 2017-03-20 | 1 | -3/+5 |
| * | dm verity fec: limit error correction recursion | Sami Tolvanen | 2017-03-16 | 2 | -1/+15 |
* | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds | 2017-04-07 | 2 | -32/+24 |
|\ \ |
|
| * | | Revert "Revert "arm64: hugetlb: partial revert of 66b3923a1a0f"" | Will Deacon | 2017-04-07 | 1 | -14/+0 |
| * | | arm64: mm: unaligned access by user-land should be received as SIGBUS | Victor Kamensky | 2017-04-04 | 1 | -18/+24 |
* | | | Merge tag 'metag-for-v4.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2017-04-07 | 2 | -199/+128 |
|\ \ \ |
|
| * | | | metag/usercopy: Add missing fixups | James Hogan | 2017-04-05 | 1 | -24/+48 |
| * | | | metag/usercopy: Fix src fixup in from user rapf loops | James Hogan | 2017-04-05 | 1 | -8/+28 |
| * | | | metag/usercopy: Set flags before ADDZ | James Hogan | 2017-04-05 | 1 | -4/+4 |
| * | | | metag/usercopy: Zero rest of buffer from copy_from_user | James Hogan | 2017-04-05 | 2 | -46/+26 |
| * | | | metag/usercopy: Add early abort to copy_to_user | James Hogan | 2017-04-05 | 1 | -0/+20 |
| * | | | metag/usercopy: Fix alignment error checking | James Hogan | 2017-04-05 | 1 | -6/+4 |
| * | | | metag/usercopy: Drop unused macros | James Hogan | 2017-04-05 | 1 | -113/+0 |
* | | | | Merge tag 'acpi-4.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... | Linus Torvalds | 2017-04-07 | 1 | -6/+6 |
|\ \ \ \ |
|
| * \ \ \ | Merge branch 'acpi-scan-fixes' | Rafael J. Wysocki | 2017-04-07 | 1 | -6/+6 |
| |\ \ \ \
| | |_|/ /
| |/| | | |
|
| | * | | | ACPI / scan: Prefer devices without _HID for _ADR matching | Rafael J. Wysocki | 2017-04-01 | 1 | -6/+6 |
* | | | | | Merge tag 'for-linus-4.11b-rc6-tag' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2017-04-07 | 1 | -1/+3 |
|\ \ \ \ \ |
|
| * | | | | | xenbus: remove transaction holder from list before freeing | Jan Beulich | 2017-04-04 | 1 | -1/+3 |
* | | | | | | sysctl: don't print negative flag for proc_douintvec | Liping Zhang | 2017-04-07 | 1 | -0/+1 |
* | | | | | | sysctl: add sanity check for proc_douintvec | Liping Zhang | 2017-04-07 | 1 | -0/+1 |
* | | | | | | Merge tag 'xfs-4.11-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 2017-04-06 | 7 | -58/+76 |
|\ \ \ \ \ \ |
|
| * | | | | | | xfs: fix kernel memory exposure problems | Darrick J. Wong | 2017-04-03 | 1 | -1/+1 |
| * | | | | | | xfs: Honor FALLOC_FL_KEEP_SIZE when punching ends of files | Calvin Owens | 2017-04-03 | 1 | -1/+9 |
| * | | | | | | xfs: rework the inline directory verifiers | Darrick J. Wong | 2017-04-03 | 5 | -56/+66 |
* | | | | | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 2017-04-06 | 19 | -46/+122 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | MIPS: IRQ Stack: Unwind IRQ stack onto task stack | Matt Redfearn | 2017-03-22 | 4 | -20/+60 |
| * | | | | | | | MIPS: c-r4k: Fix Loongson-3's vcache/scache waysize calculation | Huacai Chen | 2017-03-21 | 1 | -0/+2 |
| * | | | | | | | MIPS: Flush wrong invalid FTLB entry for huge page | Huacai Chen | 2017-03-21 | 1 | -4/+21 |
| * | | | | | | | MIPS: Check TLB before handle_ri_rdhwr() for Loongson-3 | Huacai Chen | 2017-03-21 | 2 | -6/+15 |
| * | | | | | | | MIPS: Add MIPS_CPU_FTLB for Loongson-3A R2 | Huacai Chen | 2017-03-21 | 1 | -1/+1 |
| * | | | | | | | MIPS: Lantiq: fix missing xbar kernel panic | Hauke Mehrtens | 2017-03-21 | 1 | -1/+1 |
| * | | | | | | | MIPS: smp-cps: Fix retrieval of VPE mask on big endian CPUs | Matt Redfearn | 2017-03-21 | 1 | -1/+1 |
| * | | | | | | | MIPS: Wire up statx system call | James Hogan | 2017-03-08 | 5 | -6/+13 |
| * | | | | | | | MIPS: Include asm/ptrace.h now linux/sched.h doesn't | James Hogan | 2017-03-08 | 1 | -0/+1 |
| * | | | | | | | MIPS: ralink: Fix typos in rt3883 pinctrl | John Crispin | 2017-03-08 | 1 | -2/+2 |
| * | | | | | | | MIPS: End spinlocks with .insn | Paul Burton | 2017-03-08 | 1 | -4/+4 |
| * | | | | | | | MIPS: Force o32 fp64 support on 32bit MIPS64r6 kernels | James Hogan | 2017-03-08 | 1 | -1/+1 |
| | |_|_|_|/ /
| |/| | | | | |
|
* | | | | | | | Merge tag 'trace-v4.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2017-04-06 | 1 | -4/+4 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | ring-buffer: Fix return value check in test_ringbuffer() | Wei Yongjun | 2017-04-05 | 1 | -4/+4 |
| | |_|_|/ / /
| |/| | | | | |
|
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2017-04-06 | 88 | -518/+1285 |
|\ \ \ \ \ \ \ |
|