summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'seccomp-v4.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-09-2310-129/+1006
|\
| * samples: Unrename SECCOMP_RET_KILLKees Cook2017-08-172-3/+3
| * selftests/seccomp: Test thread vs process killingKees Cook2017-08-141-60/+168
| * seccomp: Implement SECCOMP_RET_KILL_PROCESS actionKees Cook2017-08-143-3/+14
| * seccomp: Introduce SECCOMP_RET_KILL_PROCESSKees Cook2017-08-142-14/+26
| * seccomp: Rename SECCOMP_RET_KILL to SECCOMP_RET_KILL_THREADKees Cook2017-08-147-32/+39
| * seccomp: Action to log before allowingTyler Hicks2017-08-144-6/+125
| * seccomp: Filter flag to log all actions except SECCOMP_RET_ALLOWTyler Hicks2017-08-144-8/+91
| * seccomp: Selftest for detection of filter flag supportTyler Hicks2017-08-141-0/+60
| * seccomp: Sysctl to configure actions that are allowed to be loggedTyler Hicks2017-08-143-8/+187
| * seccomp: Operation for checking if an action is availableTyler Hicks2017-08-143-2/+65
| * seccomp: Sysctl to display available actionsTyler Hicks2017-08-143-0/+68
| * seccomp: Provide matching filter for introspectionKees Cook2017-08-141-3/+15
| * selftests/seccomp: Refactor RET_ERRNO testsKees Cook2017-08-141-37/+58
| * selftests/seccomp: Add simple seccomp overhead benchmarkKees Cook2017-08-142-5/+112
| * selftests/seccomp: Add tests for basic ptrace actionsKees Cook2017-08-141-7/+34
* | Merge tag '4.14-smb3-fixes-from-recent-test-events-for-stable' of git://git.s...Linus Torvalds2017-09-236-15/+66
|\ \
| * | SMB3: Don't ignore O_SYNC/O_DSYNC and O_DIRECT flagsSteve French2017-09-231-0/+7
| * | SMB3: handle new statx fieldsSteve French2017-09-231-0/+15
| * | SMB: Validate negotiate (to protect against downgrade) even if signing offSteve French2017-09-211-5/+12
| * | cifs: release auth_key.response for reconnect.Shu Wang2017-09-211-0/+8
| * | cifs: release cifs root_cred after exit_cifsShu Wang2017-09-211-1/+1
| * | CIFS: make arrays static const, reduces object code sizeColin Ian King2017-09-211-4/+8
| * | [SMB3] Update session and share information displayed for debugging SMB2/SMB3Steve French2017-09-201-2/+7
| * | cifs: show 'soft' in the mount options for hard mountsRonnie Sahlberg2017-09-201-0/+2
| * | SMB3: Warn user if trying to sign connection that authenticated as guestSteve French2017-09-201-0/+2
| * | SMB3: Fix endian warningSteve French2017-09-201-2/+3
| * | Fix SMB3.1.1 guest authentication to SambaSteve French2017-09-201-1/+1
* | | Merge tag 'ceph-for-4.14-rc2' of git://github.com/ceph/ceph-clientLinus Torvalds2017-09-233-13/+32
|\ \ \
| * | | ceph: avoid panic in create_session_open_msg() if utsname() returns NULLYan, Zheng2017-09-192-3/+7
| * | | libceph: don't allow bidirectional swap of pg-upmap-itemsIlya Dryomov2017-09-191-10/+25
* | | | Merge tag 'pci-v4.14-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-09-2319-43/+44
|\ \ \ \
| * | | | PCI: endpoint: Use correct "end of test" interruptJohn Keeping2017-09-201-7/+6
| * | | | MIPS: PCI: Move map_irq() hooks out of initdataLorenzo Pieralisi2017-09-1932-60/+62
| |/ / /
* | | | Merge tag 'iommu-fixes-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-09-233-7/+5
|\ \ \ \
| * | | | iommu/of: Remove PCI host bridge node checkRobin Murphy2017-09-221-4/+1
| * | | | iommu/qcom: Depend on HAS_DMA to fix compile errorGeert Uytterhoeven2017-09-191-0/+1
| * | | | iommu/vt-d: Fix harmless section mismatch warningArnd Bergmann2017-09-191-1/+1
| * | | | iommu: Add missing dependenciesGuenter Roeck2017-09-191-2/+2
| |/ / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2017-09-233-4/+1
|\ \ \ \
| * | | | tile: array underflow in setup_maxnodemem()Dan Carpenter2017-07-241-1/+1
| * | | | tile: defconfig: Cleanup from old Kconfig optionsKrzysztof Kozlowski2017-07-202-3/+0
* | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2017-09-234-2/+12
|\ \ \ \ \
| * | | | | drivers/perf: arm_pmu_acpi: Release memory obtained by kasprintfArvind Yadav2017-09-221-0/+1
| * | | | | arm64: ensure the kernel is compiled for LP64Andrew Pinski2017-09-181-0/+5
| * | | | | arm64: relax assembly code alignment from 16 byte to 4 byteMasahiro Yamada2017-09-181-2/+2
| * | | | | arm64: efi: Don't include EFI fpsimd save/restore code in non-EFI kernelsDave Martin2017-09-181-0/+4
| | |/ / / | |/| | |
* | | | | arch: remove unused *_segments() macros/functionsTobias Klauser2017-09-2310-51/+0
* | | | | Merge tag 'for-linus-4.14b-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-09-223-74/+68
|\ \ \ \ \
| * | | | | xen, arm64: drop dummy lookup_address()Tycho Andersen2017-09-191-10/+0