linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-01-10 08:02:12 to 2018-01-11 02:03:35 UTC [more...]

[PATCH v5 00/38] Hardened usercopy whitelisting
 2018-01-11  2:03 UTC  (53+ messages)
` [PATCH 01/38] usercopy: Remove pointer from overflow report
` [PATCH 02/38] usercopy: Enhance and rename report_usercopy()
` [PATCH 03/38] usercopy: Include offset in hardened usercopy report
` [PATCH 04/38] lkdtm/usercopy: Adjust test to include an offset to check reporting
` [PATCH 05/38] stddef.h: Introduce sizeof_field()
` [PATCH 06/38] usercopy: Prepare for usercopy whitelisting
` [PATCH 07/38] usercopy: WARN() on slab cache usercopy region violations
` [PATCH 08/38] usercopy: Allow strict enforcement of whitelists
` [PATCH 09/38] usercopy: Mark kmalloc caches as usercopy caches
` [PATCH 10/38] dcache: Define usercopy region in dentry_cache slab cache
` [PATCH 11/38] vfs: Define usercopy region in names_cache slab caches
` [PATCH 12/38] vfs: Copy struct mount.mnt_id to userspace using put_user()
` [PATCH 13/38] ext4: Define usercopy region in ext4_inode_cache slab cache
` [PATCH 14/38] ext2: Define usercopy region in ext2_inode_cache "
` [PATCH 16/38] befs: Define usercopy region in befs_inode_cache "
` [PATCH 17/38] exofs: Define usercopy region in exofs_inode_cache "
` [PATCH 18/38] orangefs: Define usercopy region in orangefs_inode_cache "
` [PATCH 19/38] ufs: Define usercopy region in ufs_inode_cache "
` [PATCH 20/38] vxfs: Define usercopy region in vxfs_inode "
` [PATCH 21/38] cifs: Define usercopy region in cifs_request "
` [PATCH 22/38] scsi: Define usercopy region in scsi_sense_cache "
` [PATCH 23/38] net: Define usercopy region in struct proto "
` [PATCH 24/38] ip: Define usercopy region in IP "
` [PATCH 25/38] caif: Define usercopy region in caif "
` [PATCH 26/38] sctp: Define usercopy region in SCTP "
` [PATCH 27/38] sctp: Copy struct sctp_sock.autoclose to userspace using put_user()
` [PATCH 29/38] fork: Define usercopy region in mm_struct slab caches
` [PATCH 30/38] fork: Define usercopy region in thread_stack "
` [PATCH 31/38] fork: Provide usercopy whitelisting for task_struct
` [PATCH 32/38] x86: Implement thread_struct whitelist for hardened usercopy
` [PATCH 33/38] arm64: "
` [PATCH 34/38] arm: "
` [PATCH 35/38] kvm: whitelist struct kvm_vcpu_arch
` [PATCH 36/38] kvm: x86: fix KVM_XEN_HVM_CONFIG ioctl
` [PATCH 37/38] usercopy: Restrict non-usercopy caches to size 0
` [PATCH 38/38] lkdtm: Update usercopy tests for whitelisting

[PATCH 0/5] Remove asm/clkdev.h and privatize __clk{get,put}()
 2018-01-10 21:20 UTC  (16+ messages)
` [PATCH 1/5] blackfin: Use generic clkdev.h header
` [PATCH 2/5] clk: Prepare to remove asm-generic/clkdev.h
` [PATCH 3/5] arch: Remove clkdev.h asm-generic from Kbuild
` [PATCH 4/5] clk: sunxi: Use CLK_IS_CRITICAL flag for critical clks
` [PATCH 5/5] clk: Move __clk_{get,put}() into private clk.h API

[PATCH v4 00/36] Hardened usercopy whitelisting
 2018-01-10 21:15 UTC  (19+ messages)
` [PATCH 02/36] usercopy: Include offset in overflow report
` [PATCH 04/36] usercopy: Prepare for usercopy whitelisting
` [PATCH 05/36] usercopy: WARN() on slab cache usercopy region violations
` [PATCH 13/36] befs: Define usercopy region in befs_inode_cache slab cache

[PATCH 00/18] prevent bounds-check bypass via speculative execution
 2018-01-10 17:24 UTC  (5+ messages)
` [PATCH 04/18] arm: implement nospec_ptr()

consolidate swiotlb dma_map implementations
 2018-01-10 17:23 UTC  (69+ messages)
` [PATCH 01/22] swiotlb: suppress warning when __GFP_NOWARN is set
` [PATCH 02/22] arm64: rename swiotlb_dma_ops
` [PATCH 03/22] ia64: "
` [PATCH 04/22] powerpc: "
` [PATCH 05/22] x86: "
` [PATCH 06/22] swiotlb: rename swiotlb_free to swiotlb_exit
` [PATCH 07/22] swiotlb: add common swiotlb_map_ops
` [PATCH 08/22] swiotlb: wire up ->dma_supported in swiotlb_dma_ops
` [PATCH 09/22] swiotlb: refactor coherent buffer freeing
` [PATCH 10/22] swiotlb: refactor coherent buffer allocation
` [PATCH 11/22] swiotlb: remove various exports
` [PATCH 12/22] ia64: replace ZONE_DMA with ZONE_DMA32
` [PATCH 13/22] ia64: use generic swiotlb_ops
` [PATCH 14/22] ia64: clean up swiotlb support
` [PATCH 15/22] ia64: remove an ifdef around the content of pci-dma.c
` [PATCH 16/22] unicore32: use generic swiotlb_ops
` [PATCH 17/22] tile: replace ZONE_DMA with ZONE_DMA32
` [PATCH 18/22] tile: use generic swiotlb_ops
` [PATCH 19/22] mips/netlogic: remove swiotlb support
` [PATCH 20/22] mips: use swiotlb_{alloc,free}
` [PATCH 21/22] arm64: replace ZONE_DMA with ZONE_DMA32
` [PATCH 22/22] arm64: use swiotlb_alloc and swiotlb_free

consolidate direct dma mapping V3
 2018-01-10 17:00 UTC  (47+ messages)
` [PATCH 09/33] dma-mapping: take dma_pfn_offset into account in dma_max_pfn
` [PATCH 10/33] arm64: don't override dma_max_pfn
` [PATCH 11/33] dma-mapping: move swiotlb arch helpers to a new header
` [PATCH 20/33] dma-mapping: clear harmful GFP_* flags in common code
` [PATCH 27/33] dma-direct: use node local allocations for coherent memory
` [PATCH 29/33] dma-direct: retry allocations using GFP_DMA for small masks
` [PATCH 31/33] dma-direct: reject too small dma masks
` [PATCH 32/33] cris: use dma-direct
` [PATCH 33/33] h8300: "

[PATCH v2 for 4.16 02/11] membarrier: selftest: Test private expedited cmd
 2018-01-10 15:46 UTC  (16+ messages)
` [PATCH v7 for 4.16 03/11] powerpc: membarrier: Skip memory barrier in switch_mm()
  ` [PATCH for 4.16 06/11] membarrier: selftest: Test shared expedited cmd
  ` [PATCH for 4.16 07/11] membarrier: Provide core serializing command
  ` [PATCH for 4.16 10/11] membarrier: arm64: "
  ` [PATCH for 4.16 11/11] membarrier: selftest: Test private expedited sync core cmd
` [PATCH v2 for 4.16 08/11] x86: Introduce sync_core_before_usermode
` [PATCH v3 for 4.16 09/11] membarrier: x86: Provide core serializing command


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).