linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-01-10 15:48:02 to 2018-01-12 01:41:09 UTC [more...]

[PATCH v2 00/19] prevent bounds-check bypass via speculative execution
 2018-01-12  1:41 UTC  (46+ messages)
` [PATCH v2 01/19] Documentation: document array_ptr
` [PATCH v2 02/19] arm64: implement ifence_array_ptr()
` [PATCH v2 03/19] arm: "
` [PATCH v2 04/19] x86: implement ifence()
` [PATCH v2 05/19] x86: implement ifence_array_ptr() and array_ptr_mask()
` [PATCH v2 06/19] asm-generic/barrier: mask speculative execution flows
` [PATCH v2 07/19] x86: introduce __uaccess_begin_nospec and ASM_IFENCE
` [PATCH v2 08/19] x86: use __uaccess_begin_nospec and ASM_IFENCE in get_user paths
` [PATCH v2 09/19] ipv6: prevent bounds-check bypass via speculative execution
` [PATCH v2 10/19] ipv4: "
` [PATCH v2 11/19] vfs, fdtable: "
` [PATCH v2 12/19] userns: "
` [PATCH v2 13/19] udf: "
` [PATCH v2 14/19] [media] uvcvideo: "
` [PATCH v2 15/19] carl9170: "
` [PATCH v2 16/19] p54: "
` [PATCH v2 17/19] qla2xxx: "
` [PATCH v2 18/19] cw1200: "
` [PATCH v2 19/19] net: mpls: "

[PATCH 00/11] siginfo fixes/cleanups esp SI_USER
 2018-01-12  0:59 UTC  (22+ messages)
` [PATCH 01/11] signal: Simplify and fix kdb_send_sig
` [PATCH 02/11] signal/sh: Ensure si_signo is initialized in do_divide_error
` [PATCH 03/11] signal/openrisc: Fix do_unaligned_access to send the proper signal
` [PATCH 04/11] signal/parisc: Document a conflict with SI_USER with SIGFPE
` [PATCH 05/11] signal/metag: "
` [PATCH 06/11] signal/powerpc: Document conflicts with SI_USER and SIGFPE and SIGTRAP
` [PATCH 07/11] signal/arm64: Document conflicts with SI_USER and SIGFPE,SIGTRAP,SIGBUS
` [PATCH 08/11] signal/arm: Document conflicts with SI_USER and SIGFPE
` [PATCH 09/11] signal: Reduce copy_siginfo to just a memcpy
` [PATCH 10/11] signal: Introduce clear_siginfo
` [PATCH 11/11] signal: Ensure generic siginfos the kernel sends have all bits initialized

[PATCH v5 00/38] Hardened usercopy whitelisting
 2018-01-11 23:21 UTC  (88+ 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 15/38] jfs: Define usercopy region in jfs_ip "
` [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 28/38] net: Restrict unwhitelisted proto caches to size 0
` [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 00/18] prevent bounds-check bypass via speculative execution
 2018-01-11 22:15 UTC  (17+ messages)
` [PATCH 04/18] arm: implement nospec_ptr()
` [PATCH 10/18] qla2xxx: prevent bounds-check bypass via speculative execution

[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  (15+ 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

consolidate swiotlb dma_map implementations
 2018-01-10 17:23 UTC  (18+ messages)
` [PATCH 08/22] swiotlb: wire up ->dma_supported in swiotlb_dma_ops
` [PATCH 10/22] swiotlb: refactor coherent buffer allocation
` [PATCH 21/22] arm64: replace ZONE_DMA with ZONE_DMA32

consolidate direct dma mapping V3
 2018-01-10 17:00 UTC  (11+ messages)
` [PATCH 27/33] dma-direct: use node local allocations for coherent memory
` [PATCH 31/33] dma-direct: reject too small dma masks

[PATCH v2 for 4.16 08/11] x86: Introduce sync_core_before_usermode
 2018-01-10 15:46 UTC  (6+ messages)
` [PATCH v3 for 4.16 09/11] membarrier: x86: Provide core serializing command
` [PATCH for 4.16 11/11] membarrier: selftest: Test private expedited sync core cmd


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).