summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | lockdown: Lock down TIOCSSERIALDavid Howells2019-08-201-0/+1
| * | | | | | | | lockdown: Prohibit PCMCIA CIS storage when the kernel is locked downDavid Howells2019-08-201-0/+1
| * | | | | | | | acpi: Ignore acpi_rsdp kernel param when the kernel has been locked downJosh Boyer2019-08-201-0/+6
| * | | | | | | | ACPI: Limit access to custom_method when the kernel is locked downMatthew Garrett2019-08-201-0/+1
| * | | | | | | | x86/msr: Restrict MSR access when the kernel is locked downMatthew Garrett2019-08-201-0/+1
| * | | | | | | | x86: Lock down IO port access when the kernel is locked downMatthew Garrett2019-08-201-0/+1
| * | | | | | | | PCI: Lock down BAR access when the kernel is locked downMatthew Garrett2019-08-201-0/+1
| * | | | | | | | hibernate: Disable when the kernel is locked downJosh Boyer2019-08-201-0/+1
| * | | | | | | | kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and KEXEC_SIG_FORCEJiri Bohac2019-08-201-2/+2
| * | | | | | | | kexec_load: Disable at runtime if the kernel is locked downMatthew Garrett2019-08-201-0/+1
| * | | | | | | | lockdown: Restrict /dev/{mem,kmem,port} when the kernel is locked downMatthew Garrett2019-08-201-0/+1
| * | | | | | | | lockdown: Enforce module signatures if the kernel is locked downDavid Howells2019-08-201-0/+1
| * | | | | | | | security: Add a static lockdown policy LSMMatthew Garrett2019-08-201-0/+3
| * | | | | | | | security: Add a "locked down" LSM hookMatthew Garrett2019-08-202-0/+39
| * | | | | | | | security: Support early LSMsMatthew Garrett2019-08-203-1/+19
* | | | | | | | | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-09-284-3/+60
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | MODSIGN: make new include file self containedStephen Rothwell2019-08-061-0/+2
| * | | | | | | | | PKCS#7: Introduce pkcs7_get_digest()Thiago Jung Bauermann2019-08-061-0/+4
| * | | | | | | | | PKCS#7: Refactor verify_pkcs7_signature()Thiago Jung Bauermann2019-08-061-0/+10
| * | | | | | | | | MODSIGN: Export module signature definitionsThiago Jung Bauermann2019-08-062-3/+44
* | | | | | | | | | Merge tag 'nfsd-5.4' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-09-285-8/+53
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | nfsd: add support for upcall version 2Scott Mayhew2019-09-101-1/+29
| * | | | | | | | | | nfsd: add a "GetVersion" upcall for nfsdcldScott Mayhew2019-09-101-1/+10
| * | | | | | | | | | notify: export symbols for use by the knfsd file cacheTrond Myklebust2019-08-191-0/+2
| * | | | | | | | | | locks: create a new notifier chain for lease attemptsJeff Layton2019-08-191-0/+5
| * | | | | | | | | | sunrpc: add a new cache_detail operation for when a cache is flushedJeff Layton2019-08-191-0/+1
| * | | | | | | | | | svcrdma: Use llist for managing cache of recv_ctxtsChuck Lever2019-08-191-2/+3
| * | | | | | | | | | svcrdma: Remove svc_rdma_wqChuck Lever2019-08-191-1/+0
| * | | | | | | | | | SUNRPC: Track writers of the 'channel' file to improve cache_listeners_existDave Wysochanski2019-07-301-3/+3
| |/ / / / / / / / /
* | | | | | | | | | Merge tag 'virtio-fs-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/ms...Linus Torvalds2019-09-283-1/+27
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | virtio-fs: add virtiofs filesystemStefan Hajnoczi2019-09-182-0/+20
| * | | | | | | | | | fuse: reserve values for mapping protocolDr. David Alan Gilbert2019-09-121-1/+7
* | | | | | | | | | | Merge tag 'riscv/for-v5.4-rc1-b' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-09-271-0/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | KVM: RISC-V: Add KVM_REG_RISCV for ONE_REG interfaceAnup Patel2019-09-201-0/+1
| | |_|_|_|_|/ / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-09-272-0/+3
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | cpu/SMT: create and export cpu_smt_possible()Vitaly Kuznetsov2019-09-241-0/+2
| * | | | | | | | | | | KVM/Hyper-V: Add new KVM capability KVM_CAP_HYPERV_DIRECT_TLBFLUSHTianyu Lan2019-09-241-0/+1
* | | | | | | | | | | | Merge tag 'pwm/for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-09-271-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | pwm: Ensure pwm_apply_state() doesn't modify the state argumentUwe Kleine-König2019-09-211-2/+2
* | | | | | | | | | | | | Merge tag 'drm-next-2019-09-27' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-09-272-8/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | drm: Measure Self Refresh Entry/Exit times to avoid thrashingSean Paul2019-09-191-3/+3
| * | | | | | | | | | | | | drm: Fix kerneldoc and remove unused struct member in self_refresh helperSean Paul2019-09-191-1/+1
| * | | | | | | | | | | | | drm/atomic: Rename crtc_state->pageflip_flags to async_flipDaniel Vetter2019-09-181-4/+4
* | | | | | | | | | | | | | Merge tag 'nfs-for-5.4-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2019-09-266-19/+82
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | NFS: Refactor nfs_instantiate() for dentry referencing callersBenjamin Coddington2019-09-201-0/+3
| * | | | | | | | | | | | | | SUNRPC: Rename xdr_buf_read_netobj to xdr_buf_read_micBenjamin Coddington2019-09-201-1/+1
| * | | | | | | | | | | | | | SUNRPC: Dequeue the request from the receive queue while we're re-encodingTrond Myklebust2019-09-171-0/+1
| * | | | | | | | | | | | | | xprtrdma: Cache free MRs in each rpcrdma_reqChuck Lever2019-08-211-2/+36
| * | | | | | | | | | | | | | xprtrdma: Move rpcrdma_mr_get out of frwr_mapChuck Lever2019-08-201-1/+28
| * | | | | | | | | | | | | | xprtrdma: Rename CQE field in Receive trace pointsChuck Lever2019-08-201-10/+11