aboutsummaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2019-08-19x86/mmiotrace: Lock down the testmmiotrace moduleDavid Howells1-0/+1
2019-08-19lockdown: Lock down module params that specify hardware parameters (eg. ioport)David Howells1-0/+1
2019-08-19lockdown: Lock down TIOCSSERIALDavid Howells1-0/+1
2019-08-19lockdown: Prohibit PCMCIA CIS storage when the kernel is locked downDavid Howells1-0/+1
2019-08-19acpi: Ignore acpi_rsdp kernel param when the kernel has been locked downJosh Boyer1-0/+6
2019-08-19ACPI: Limit access to custom_method when the kernel is locked downMatthew Garrett1-0/+1
2019-08-19x86/msr: Restrict MSR access when the kernel is locked downMatthew Garrett1-0/+1
2019-08-19x86: Lock down IO port access when the kernel is locked downMatthew Garrett1-0/+1
2019-08-19PCI: Lock down BAR access when the kernel is locked downMatthew Garrett1-0/+1
2019-08-19hibernate: Disable when the kernel is locked downJosh Boyer1-0/+1
2019-08-19kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and KEXEC_SIG_FORCEJiri Bohac1-2/+2
2019-08-19kexec_load: Disable at runtime if the kernel is locked downMatthew Garrett1-0/+1
2019-08-19lockdown: Restrict /dev/{mem,kmem,port} when the kernel is locked downMatthew Garrett1-0/+1
2019-08-19lockdown: Enforce module signatures if the kernel is locked downDavid Howells1-0/+1
2019-08-19security: Add a static lockdown policy LSMMatthew Garrett1-0/+3
2019-08-19security: Add a "locked down" LSM hookMatthew Garrett2-0/+39
2019-08-19security: Support early LSMsMatthew Garrett2-0/+12
2019-08-19Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+14
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-0/+5
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller16-29/+76
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds4-5/+15
2019-08-19keys: Fix description sizeDavid Howells1-4/+4
2019-08-19media: lib/sort.c: implement sort() variant taking context argumentRasmus Villemoes1-0/+5
2019-08-19notify: export symbols for use by the knfsd file cacheTrond Myklebust1-0/+2
2019-08-19locks: create a new notifier chain for lease attemptsJeff Layton1-0/+5
2019-08-19sunrpc: add a new cache_detail operation for when a cache is flushedJeff Layton1-0/+1
2019-08-19svcrdma: Use llist for managing cache of recv_ctxtsChuck Lever1-2/+3
2019-08-19svcrdma: Remove svc_rdma_wqChuck Lever1-1/+0
2019-08-19block: remove struct request_queue queue_headJunxiao Bi1-4/+0
2019-08-19genirq: Force interrupt threading on RTThomas Gleixner1-0/+4
2019-08-19netfilter: add include guard to nf_conntrack_h323_types.hMasahiro Yamada1-0/+5
2019-08-19signal: Allow cifs and drbd to receive their terminating signalsEric W. Biederman1-1/+14
2019-08-19Merge 5.3-rc5 into usb-nextGreg Kroah-Hartman9-18/+51
2019-08-19Merge 5.3-rc5 into staging-nextGreg Kroah-Hartman9-18/+51
2019-08-19Merge 5.3-rc5 into char-misc-nextGreg Kroah-Hartman9-18/+51
2019-08-18Merge tag 'usb-5.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-1/+4
2019-08-17Merge tag 'for-linus-2019-08-17' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+1
2019-08-17bpf: export bpf_map_inc_not_zeroStanislav Fomichev1-0/+2
2019-08-17xsk: replace ndo_xsk_async_xmit with ndo_xsk_wakeupMagnus Karlsson1-2/+12
2019-08-17net: phy: remove genphy_config_initHeiner Kallweit1-1/+0
2019-08-17dma-fence: Store the timestamp in the same union as the cb_listChris Wilson1-5/+19
2019-08-17dma-fence: Shrink size of struct dma_fenceChris Wilson1-3/+3
2019-08-16drivers: remove the SGI SN2 IOC4 base supportChristoph Hellwig2-185/+0
2019-08-16clk: Overwrite clk_hw::init with NULL during clk_register()Stephen Boyd1-1/+2
2019-08-16Merge tag 'pm-5.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-0/+2
2019-08-16mm/mmu_notifiers: add a get/put scheme for the registrationJason Gunthorpe1-0/+35
2019-08-16PCI/P2PDMA: Introduce pci_p2pdma_unmap_sg()Logan Gunthorpe1-0/+13
2019-08-16PCI/P2PDMA: Add attrs argument to pci_p2pdma_map_sg()Logan Gunthorpe1-4/+11
2019-08-16PCI/P2PDMA: Introduce private pagemap structureLogan Gunthorpe1-1/+0
2019-08-16dma-buf: Restore seqlock around dma_resv updatesChris Wilson1-65/+48