linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-08-28 13:05:49 to 2014-09-17 00:39:22 UTC [more...]

[PATCH v13 net-next 00/11] eBPF syscall, verifier, testsuite
 2014-09-17  0:39 UTC  (4+ messages)
` [PATCH v13 net-next 01/11] bpf: introduce BPF syscall and maps
` [PATCH v13 net-next 02/11] bpf: enable bpf syscall on x64 and i386
` [PATCH v13 net-next 03/11] bpf: add lookup/update/delete/iterate methods to BPF maps

[PATCH] x86/vdso: Add prctl to set per-process VDSO load
 2014-09-17  0:27 UTC  (4+ messages)

[PATCH v12 net-next 00/11] eBPF syscall, verifier, testsuite
 2014-09-16 22:06 UTC  (19+ messages)
` [PATCH v12 net-next 01/11] bpf: introduce BPF syscall and maps
` [PATCH v12 net-next 02/11] bpf: enable bpf syscall on x64 and i386
` [PATCH v12 net-next 03/11] bpf: add lookup/update/delete/iterate methods to BPF maps
` [PATCH v12 net-next 04/11] bpf: expand BPF syscall with program load/unload
` [PATCH v12 net-next 05/11] bpf: handle pseudo BPF_CALL insn
` [PATCH v12 net-next 08/11] bpf: handle pseudo BPF_LD_IMM64 insn
` [PATCH v12 net-next 09/11] bpf: verifier (add branch/goto checks)
` [PATCH v12 net-next 10/11] bpf: verifier (add verifier core)
  ` [PATCH v12 net-next 06/11] bpf: verifier (add docs)
  ` [PATCH v12 net-next 07/11] bpf: verifier (add ability to receive verification log)
  ` [PATCH v12 net-next 11/11] bpf: mini eBPF library, test stubs and verifier testsuite

[RFC 0/2] Yet another take at user/kernel time correlation problem
 2014-09-16 17:58 UTC  (19+ messages)
` [RFC 1/2] perf: Add sampling of the raw monotonic clock
  ` [RFC 2/2] perf: Marker software event and ioctl

[PATCH 0/7] kselftest new exit codes and test changes to use them
 2014-09-16 17:47 UTC  (12+ messages)
` [PATCH 1/7] selftests: add header file for test exit code defines
` [PATCH 2/7] selftests/breakpoints: change breakpoints test to use kselftest exit codes
  ` [PATCH 3/7] selftests/ipc: change ipc "
` [PATCH 4/7] selftests/kcmp: change kcmp "
` [PATCH 5/7] selftests/mount: change mount "
` [PATCH 6/7] selftests/ptrace: change ptrace "
` [PATCH 7/7] selftests/timers: change timers "

[PATCH v6 0/8] charger/mfd: max14577: Add support for MAX77836
 2014-09-16  9:47 UTC  (12+ messages)
` [PATCH v6 1/8] mfd: max14577: Add defines for MAX77836 charger
` [PATCH v6 2/8] mfd: max14577: Map charger device to its own of_node
` [PATCH v6 3/8] charger: max14577: Add support for MAX77836 charger
` [PATCH v6 4/8] regulator/mfd: max14577: Export symbols for calculating charger current
` [PATCH v6 5/8] charger: max14577: Configure battery-dependent settings from DTS and sysfs
` [PATCH v6 6/8] power: max17040: Add ID for MAX77836 Fuel Gauge block
` [PATCH v6 7/8] devicetree: mfd: max14577: Add device tree bindings document
  ` [PATCH v6 8/8] Documentation: charger: max14577: Document exported sysfs entry

[PATCH v16 0/7] MADV_FREE support
 2014-09-16  6:08 UTC  (10+ messages)
` [PATCH v16 1/7] mm: support madvise(MADV_FREE)
` [PATCH v16 2/7] x86: add pmd_[dirty|mkclean] for THP
` [PATCH v16 3/7] sparc: "
` [PATCH v16 4/7] powerpc: "
` [PATCH v16 5/7] arm: add pmd_mkclean "
` [PATCH v16 6/7] arm64: add pmd_[dirty|mkclean] "
` [PATCH v16 7/7] mm: Don't split THP page when syscall is called

[PATCH] selftests/memfd: Run test on all architectures
 2014-09-15 22:59 UTC 

[PATCH] Change userspace MKDEV, MAJOR, MINOR-macros from 8+8 bit, to 12+20 bit layout
 2014-09-14 18:22 UTC  (3+ messages)

[PATCH v11 net-next 00/12] eBPF syscall, verifier, testsuite
 2014-09-12 22:40 UTC  (38+ messages)
` [PATCH v11 net-next 01/12] bpf: introduce BPF syscall and maps
` [PATCH v11 net-next 02/12] bpf: enable bpf syscall on x64 and i386
` [PATCH v11 net-next 03/12] bpf: add lookup/update/delete/iterate methods to BPF maps
` [PATCH v11 net-next 04/12] bpf: expand BPF syscall with program load/unload
` [PATCH v11 net-next 05/12] bpf: handle pseudo BPF_CALL insn
` [PATCH v11 net-next 06/12] bpf: verifier (add docs)
` [PATCH v11 net-next 07/12] bpf: verifier (add ability to receive verification log)
` [PATCH v11 net-next 08/12] bpf: handle pseudo BPF_LD_IMM64 insn
` [PATCH v11 net-next 09/12] bpf: verifier (add branch/goto checks)
  ` [PATCH v11 net-next 10/12] bpf: verifier (add verifier core)
` [PATCH v11 net-next 11/12] net: filter: move eBPF instruction macros
` [PATCH v11 net-next 12/12] bpf: mini eBPF library, test stubs and verifier testsuite

[PATCH] locks: Ability to test for flock presence on fd
 2014-09-10 13:32 UTC  (14+ messages)

[PATCH v10 net-next 0/2] load imm64 insn and uapi/linux/bpf.h
 2014-09-10  1:42 UTC  (13+ messages)
  ` [PATCH v10 net-next 1/2] net: filter: add "load 64-bit immediate" eBPF instruction
  ` [PATCH v10 net-next 2/2] net: filter: split filter.h and expose eBPF to user space

Request to add linux-kselftest to linux-next
 2014-09-08 23:14 UTC  (2+ messages)

[PATCH 1/1] add selftest for virtio-net v1.0
 2014-09-05  3:31 UTC  (2+ messages)

[PATCH v9 net-next 2/4] net: filter: split filter.h and expose eBPF to user space
 2014-09-04 21:49 UTC  (2+ messages)

[PATCH Resend] memfd_test: Add missing argument to printf()
 2014-09-04 18:31 UTC  (2+ messages)

[PATCH] selftests/memfd: fix mfd_fail_open() to pass in buf to printf
 2014-09-04 15:21 UTC  (3+ messages)

[PATCH v3] memfd_test: Make it work on 32-bit systems
 2014-09-03 21:41 UTC  (2+ messages)

[PATCH v4 04/11] drivers: base: support cpu cache information interface to userspace via sysfs
 2014-09-03 17:00 UTC 

[PATCH v9 net-next 0/4] load imm64 insn and uapi/linux/bpf.h
 2014-09-03 15:46 UTC  (6+ messages)
` [PATCH v9 net-next 1/4] net: filter: add "load 64-bit immediate" eBPF instruction
` [PATCH v9 net-next 2/4] net: filter: split filter.h and expose eBPF to user space
` [PATCH RFC v9 net-next 3/4] net: filter: move eBPF instruction macros
  ` [PATCH RFC v9 net-next 4/4] net: filter: move common defines into bpf_common.h

[PATCH] shm: add memfd.h to UAPI export list
 2014-09-03 13:28 UTC 

[PATCH V4 0/8] namespaces: log namespaces per task
 2014-09-02 21:40 UTC  (6+ messages)
` [PATCH V4 1/8] namespaces: assign each namespace instance a serial number

[PATCH] usb: gadget: f_fs: add usb_functionfs_descs_head_v2
 2014-09-02 12:45 UTC  (2+ messages)

kselftest errors: test_num & fw_userhelper
 2014-08-30 17:57 UTC 

[PATCH v8 net-next 0/2] load imm64 insn and uapi/linux/bpf.h
 2014-08-30  7:48 UTC  (8+ messages)
` [PATCH v8 net-next 2/2] net: filter: split filter.h and expose eBPF to user space

[kselftest] kselftest wiki (was RE: [Ksummit-discuss] Fwd: Rough notes from testing unconference)
 2014-08-30  2:55 UTC  (2+ messages)

[PATCH 00/13] powerpc/iommu/vfio: Enable Dynamic DMA windows
 2014-08-29  7:59 UTC  (14+ messages)
` [PATCH 01/13] powerpc/iommu: Check that TCE page size is equal to it_page_size
` [PATCH 02/13] powerpc/powernv: Make invalidate() a callback
` [PATCH 03/13] powerpc/spapr: vfio: Implement spapr_tce_iommu_ops
` [PATCH 04/13] powerpc/powernv: Convert/move set_bypass() callback to take_ownership()
` [PATCH 05/13] powerpc/iommu: Fix IOMMU ownership control functions
  ` [PATCH 06/13] powerpc/iommu: Move tce_xxx callbacks from ppc_md to iommu_table
  ` [PATCH 08/13] powerpc/powernv: Release replaced TCE
  ` [PATCH 10/13] powerpc/powernv: Implement Dynamic DMA windows (DDW) for IODA
  ` [PATCH 12/13] vfio: powerpc/spapr: Use it_page_size
` [PATCH 07/13] powerpc/powernv: Do not set "read" flag if direction==DMA_NONE
` [PATCH 09/13] powerpc/pseries/lpar: Enable VFIO
` [PATCH 11/13] vfio: powerpc/spapr: Move locked_vm accounting to helpers
` [PATCH 13/13] vfio: powerpc/spapr: Enable Dynamic DMA windows

[PATCH] MAINTAINERS: Add entry for Kernel Selftest Framework
 2014-08-28 15:19 UTC 

[PATCH v5 0/8] charger/mfd: max14577: Add support for MAX77836
 2014-08-28 13:05 UTC  (3+ messages)
` [PATCH v5 7/8] devicetree: mfd: max14577: Add device tree bindings document
  ` [PATCH v5 8/8] Documentation: charger: max14577: Document exported sysfs entry


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