linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-07-20 20:37:59 to 2017-08-08 22:34:20 UTC [more...]

[PATCH v06 00/36] Userspace compile test and fixes for exported uapi header files
 2017-08-08 22:34 UTC  (61+ messages)
` [PATCH v06 01/36] Add scripts/headers_compile_test.sh: compile test for exported uapi headers
` [PATCH v06 02/36] uapi scsi/scsi_bsg_fc.h: use __u8, __u32 and __u64 from linux/types.h
` [PATCH v06 03/36] uapi scsi/scsi_netlink.h: use __u8, __u16 "
` [PATCH v06 04/36] uapi scsi/scsi_netlink_fc.h: use __u16, __u32 "
` [PATCH v06 06/36] uapi asm-generic/ipcbuf.h: include linux/posix_types.h
` [PATCH v06 07/36] uapi asm-generic/msgbuf.h: include asm/ipcbuf.h
` [PATCH v06 08/36] uapi asm-generic/shmbuf.h: include fixes
` [PATCH v06 09/36] uapi asm-generic/sembuf.h: include asm/posix_types.h and asm/ipcbuf.h
` [PATCH v06 10/36] uapi asm-generic/signal.h: use __kernel_size_t instead of size_t
` [PATCH v06 11/36] uapi asm-generic/ucontext.h: include asm/signal.h and asm/sigcontext.h
` [PATCH v06 12/36] x86 uapi asm/signal.h: use __kernel_size_t instead of size_t
` [PATCH v06 13/36] x86 uapi asm/sembuf.h: include linux/types.h and linux/ipc.h
` [PATCH v06 14/36] arm uapi asm/signal.h: include <stddef.h> for size_t in userspace
` [PATCH v06 15/36] uapi linux/socket.h: include sys/socket.h in user space
` [PATCH v06 16/36] uapi linux/dlm_netlink.h: include linux/dlmconstants.h
` [PATCH v06 17/36] uapi linux/sctp.h: use __u8, __u16 and __u32 from linux/types.h
` [PATCH v06 18/36] uapi linux/errqueue.h: include linux/time.h in user space
` [PATCH v06 19/36] uapi linux/omapfb.h: use __kernel_size_t instead of size_t
` [PATCH v06 20/36] uapi linux/scc.h: include linux/sockios.h
  ` [PATCH v06 05/36] uapi linux/sysctl.h: use __kernel_size_t instead of size_t
  ` [PATCH v06 21/36] uapi linux/kexec.h: "
  ` [PATCH v06 30/36] uapi rdma/rdma_user_rxe.h: include in.h and in6.h
  ` [PATCH v06 36/36] uapi linux/kfd_ioctl.h: use __u32 and __u64 instead of uint32_t and uint64_t
` [PATCH v06 22/36] uapi linux/reiserfs_xattr.h: use __kernel_size_t instead of size_t
` [PATCH v06 23/36] uapi linux/coda.h: use __kernel_pid_t and add u_short etc definitions for userspace
` [PATCH v06 24/36] uapi linux/coda_psdev.h: move upc_req definition from uapi to kernel side headers
` [PATCH v06 25/36] uapi linux/android/binder.h: use __kernel_pid_t and __kernel_uid_t
` [PATCH v06 26/36] uapi xen/privcmd.h: fix compilation in userspace
` [PATCH v06 27/36] uapi xen/gntdev.h: include xen/privcmd.h and define grant_ref_t
` [PATCH v06 28/36] uapi xen/evtchn.h: include xen/privcmd.h
` [PATCH v06 29/36] uapi linux/elfcore.h: remove non-compiling userspace parts
` [PATCH v06 31/36] uapi linux/patchkey.h: change #error to #warning if file included directly
` [PATCH v06 32/36] uapi drm/armada_drm.h: use __u32 and __u64 instead of uint32_t and uint64_t
` [PATCH v06 33/36] uapi linux/fsmap.h: use __kernel_size_t instead of size_t
` [PATCH v06 34/36] uapi: break dependency loop between <linux/hdlc/ioctl.h> and <linux/if.h>
` [PATCH v06 35/36] uapi linux/tls.h: don't include <net/tcp.h> in user space

[PATCH v2 0/7] signal: Fix sending signals with siginfo
 2017-08-08 15:29 UTC  (17+ messages)
` [PATCH 4/7] signal/mips: Document a conflict with SI_USER with SIGFPE
` [PATCH 6/7] fcntl: Don't use ambiguous SIG_POLL si_codes
` [PATCH 7/7] signal: Remove kernel interal si_code magic
        ` Simplfying copy_siginfo_to_user

[RFC PATCH 0/1] Add hugetlbfs support to memfd_create()
 2017-08-08  5:33 UTC  (3+ messages)
` [RFC PATCH 1/1] mm/shmem: add "

[RFC v3 0/3] VFS/NFS support to destroy FS credentials
 2017-08-07 21:23 UTC  (5+ messages)
` [RFC v3 1/3] VFS adding destroy_creds call
` [RFC 1/1] destroy_creds.2: new page documenting destroy_creds()
  ` [RFC v3 2/3] SUNRPC mark user credentials destroyed
  ` [RFC v3 3/3] NFS define vfs destroy_creds functions

[PATCH v2 00/22] Intel FPGA Device Drivers
 2017-08-07 20:43 UTC  (25+ messages)
` [PATCH v2 02/22] fpga: add FPGA device framework
` [PATCH v2 03/22] fpga: bridge: remove OF dependency for fpga-bridge
` [PATCH v2 04/22] fpga: mgr: add region_id to fpga_image_info
` [PATCH v2 06/22] fpga: intel: add FPGA PCIe device driver
` [PATCH v2 22/22] fpga: intel: afu: add FPGA_PORT_DMA_MAP/UNMAP ioctls support

[PATCH v5 0/6] Improved seccomp logging
 2017-08-07 19:16 UTC  (20+ messages)
` [PATCH v5 1/6] seccomp: Sysctl to display available actions
  ` [PATCH v5 2/6] seccomp: Sysctl to configure actions that are allowed to be logged
` [PATCH v5 3/6] seccomp: Filter flag to log all actions except SECCOMP_RET_ALLOW
` [PATCH v5 4/6] seccomp: Operation for checking if an action is available
` [PATCH v5 5/6] seccomp: Action to log before allowing
` [PATCH v5 6/6] seccomp: Selftest for detection of filter flag support

(unknown),
 2017-08-07 19:03 UTC 

[PATCH v2 0/2] mm,fork,security: introduce MADV_WIPEONFORK
 2017-08-07 16:02 UTC  (6+ messages)

[PATCH v2 0/5] fs, xfs: block map immutable files for dax, dma-to-storage, and swap
 2017-08-06 18:51 UTC  (3+ messages)

[PATCH man] kcmp: Add KCMP_EPOLL_TFD description
 2017-08-06  7:38 UTC 

[PATCH net-next v4 0/9] socket sendmsg MSG_ZEROCOPY
 2017-08-04  4:37 UTC  (11+ messages)
` [PATCH net-next v4 3/9] sock: add MSG_ZEROCOPY
` [PATCH net-next v4 4/9] sock: add SOCK_ZEROCOPY sockopt
` [PATCH net-next v4 5/9] sock: enable MSG_ZEROCOPY
` [PATCH net-next v4 7/9] sock: ulimit on MSG_ZEROCOPY pages
` [PATCH net-next v4 8/9] tcp: enable MSG_ZEROCOPY
  ` [PATCH net-next v4 1/9] sock: allocate skbs from optmem
  ` [PATCH net-next v4 2/9] sock: skb_copy_ubufs support for compound pages
  ` [PATCH net-next v4 6/9] sock: MSG_ZEROCOPY notification coalescing
  ` [PATCH net-next v4 9/9] test: add msg_zerocopy test

[Ksummit-discuss] [MAINTAINERS SUMMIT] & [TECH TOPIC] Improve regression tracking
 2017-08-04  1:15 UTC  (25+ messages)

[PATCH rdma-next V1 00/13] [PATCH V1 for-next 00/13] IB/core: SG IOCTL based RDMA ABI
 2017-08-03 15:17 UTC  (15+ messages)
  ` [PATCH rdma-next V1 01/13] IB/core: Add a generic way to execute an operation on a uobject
  ` [PATCH rdma-next V1 02/13] IB/core: Add support to finalize objects in one transaction
  ` [PATCH rdma-next V1 03/13] IB/core: Add new ioctl interface
  ` [PATCH rdma-next V1 04/13] IB/core: Declare an object instead of declaring only type attributes
  ` [PATCH rdma-next V1 05/13] IB/core: Add DEVICE object and root tree structure
  ` [PATCH rdma-next V1 06/13] IB/core: Add uverbs merge trees functionality
  ` [PATCH rdma-next V1 07/13] IB/core: Add macros for declaring methods and attributes
  ` [PATCH rdma-next V1 08/13] IB/core: Explicitly destroy an object while keeping uobject
  ` [PATCH rdma-next V1 09/13] IB/core: Export ioctl enum types to user-space
  ` [PATCH rdma-next V1 10/13] IB/core: Add legacy driver's user-data
  ` [PATCH rdma-next V1 11/13] IB/core: Add completion queue (cq) object actions
  ` [PATCH rdma-next V1 12/13] IB/core: Assign root to all drivers
  ` [PATCH rdma-next V1 13/13] IB/core: Expose ioctl interface through experimental Kconfig

[RESEND PATCH v3 0/2] userfaultfd: selftest: Add tests for UFFD_FEATURE_SIGBUS feature
 2017-08-01  6:01 UTC  (4+ messages)
` [RESEND PATCH v3 1/2] userfaultfd: Add feature to request for a signal delivery
` [RESEND PATCH v3 2/2] userfaultfd: selftest: Add tests for UFFD_FEATURE_SIGBUS feature

[PATCH v2 2/2] userfaultfd: selftest: Add tests for UFFD_FEATURE_SIGBUS feature
 2017-07-31  6:32 UTC  (3+ messages)

[PATCH v3 2/2] userfaultfd: selftest: Add tests for UFFD_FEATURE_SIGBUS feature
 2017-07-31  6:30 UTC 

[PATCHv3] uapi libc compat: add fallback for unsupported libcs
 2017-07-29 14:02 UTC 

[RESEND PATCH 0/2] userfaultfd: Add feature to request for a signal delivery
 2017-07-28  1:13 UTC  (11+ messages)
` [RESEND PATCH 1/2] "
` [RESEND PATCH 2/2] userfaultfd: selftest: Add tests for UFFD_FREATURE_SIGBUS

Здравствуйте! Вас интересуют клиентские базы данных? Ответ на Email: prodawez395@gmail.com
 2017-07-27  5:34 UTC 

[PATCH 0/2] userfaultfd: Add feature to request for a signal delivery
 2017-07-25  2:30 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] userfaultfd: selftest: Add tests for UFFD_FREATURE_SIGBUS

[PATCH] mm/mremap: Fail map duplication attempts for private mappings
 2017-07-24  8:50 UTC  (5+ messages)
` [PATCH v2] "

+ mm-page_alloc-rip-out-zonelist_order_zone.patch added to -mm tree
 2017-07-21 19:12 UTC 

[PATCH 1/9] mm, page_alloc: rip out ZONELIST_ORDER_ZONE
 2017-07-21 14:45 UTC 


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