linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-08-19 18:39:09 to 2014-09-01 07:20:44 UTC [more...]

[PATCH v16 0/7] MADV_FREE support
 2014-09-01  7:20 UTC  (4+ 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: "

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  (9+ messages)
` [PATCH v8 net-next 1/2] net: filter: add "load 64-bit immediate" eBPF instruction
  ` [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 07/13] powerpc/powernv: Do not set "read" flag if direction==DMA_NONE
  ` [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 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 V4 0/8] namespaces: log namespaces per task
 2014-08-28 20:05 UTC  (29+ messages)
` [PATCH V4 8/8] audit: initialize at subsystem time rather than device time
  ` [PATCH V4 1/8] namespaces: assign each namespace instance a serial number
  ` [PATCH V4 2/8] namespaces: expose namespace instance serial number in proc_ns_operations
  ` [PATCH V4 3/8] namespaces: expose ns instance serial numbers in proc
  ` [PATCH V4 4/8] Documentation: add a section for /proc/<pid>/ns/
  ` [PATCH V4 5/8] namespaces: expose ns_entries
  ` [PATCH V4 6/8] audit: log namespace serial numbers
  ` [PATCH V4 7/8] audit: log creation and deletion of namespace instances

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

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

[PATCH RFC v7 net-next 00/28] BPF syscall
 2014-08-27 19:37 UTC  (39+ messages)
` [PATCH RFC v7 net-next 01/28] net: filter: add "load 64-bit immediate" eBPF instruction
` [PATCH RFC v7 net-next 02/28] net: filter: split filter.h and expose eBPF to user space
` [PATCH RFC v7 net-next 03/28] bpf: introduce syscall(BPF, ...) and BPF maps
` [PATCH RFC v7 net-next 04/28] bpf: enable bpf syscall on x64 and i386
` [PATCH RFC v7 net-next 05/28] bpf: add lookup/update/delete/iterate methods to BPF maps
` [PATCH RFC v7 net-next 06/28] bpf: add hashtable type of "
` [PATCH RFC v7 net-next 07/28] bpf: expand BPF syscall with program load/unload
` [PATCH RFC v7 net-next 08/28] bpf: handle pseudo BPF_CALL insn
` [PATCH RFC v7 net-next 09/28] bpf: verifier (add docs)
` [PATCH RFC v7 net-next 10/28] bpf: verifier (add ability to receive verification log)
` [PATCH RFC v7 net-next 11/28] bpf: handle pseudo BPF_LD_IMM64 insn
` [PATCH RFC v7 net-next 12/28] bpf: verifier (add branch/goto checks)
` [PATCH RFC v7 net-next 13/28] bpf: verifier (add verifier core)
` [PATCH RFC v7 net-next 14/28] bpf: verifier (add state prunning optimization)
` [PATCH RFC v7 net-next 17/28] tracing: allow eBPF programs to be attached to events
` [PATCH RFC v7 net-next 19/28] tracing: allow eBPF programs to be attached to kprobe/kretprobe
` [PATCH RFC v7 net-next 20/28] tracing: allow eBPF programs to call ktime_get_ns() and get_current()
` [PATCH RFC v7 net-next 21/28] samples: bpf: add mini eBPF library to manipulate maps and programs
` [PATCH RFC v7 net-next 22/28] samples: bpf: example of tracing filters with eBPF
` [PATCH RFC v7 net-next 23/28] bpf: verifier test
  ` [PATCH RFC v7 net-next 15/28] bpf: allow eBPF programs to use maps
  ` [PATCH RFC v7 net-next 16/28] bpf: split eBPF out of NET
  ` [PATCH RFC v7 net-next 18/28] tracing: allow eBPF programs call printk()
  ` [PATCH RFC v7 net-next 24/28] bpf: llvm backend
  ` [PATCH RFC v7 net-next 25/28] samples: bpf: elf file loader
` [PATCH RFC v7 net-next 26/28] samples: bpf: eBPF example in C
` [PATCH RFC v7 net-next 27/28] samples: bpf: counting "
` [PATCH RFC v7 net-next 28/28] samples: bpf: IO latency analysis (iosnoop/heatmap)

[RESEND PATCH v3 0/6] charger/mfd: max14577: Add support for MAX77836
 2014-08-27 17:05 UTC  (13+ messages)
` [RESEND PATCH v3 1/6] charger: max14577: Add support for MAX77836 charger
` [RESEND PATCH v3 2/6] regulator/mfd: max14577: Export symbols for calculating charger current
` [RESEND PATCH v3 3/6] charger: max14577: Configure battery-dependent settings from DTS and sysfs
` [RESEND PATCH v3 4/6] power: max17040: Add ID for MAX77836 Fuel Gauge block
` [RESEND PATCH v3 5/6] devicetree: mfd: max14577: Add device tree bindings document
  ` [RESEND PATCH v3 6/6] Documentation: charger: max14577: Document exported sysfs entry

[PATCH 1/1] add selftest for virtio-net
 2014-08-27 14:28 UTC  (3+ messages)

[PATCH v6 net-next 0/6] introduce BPF syscall
 2014-08-26 16:40 UTC  (24+ messages)
` [PATCH v6 net-next 1/6] net: filter: add "load 64-bit immediate" eBPF instruction
` [PATCH v6 net-next 3/6] bpf: introduce syscall(BPF, ...) and BPF maps
` [PATCH v6 net-next 4/6] bpf: enable bpf syscall on x64 and i386
  ` [PATCH v6 net-next 2/6] net: filter: split filter.h and expose eBPF to user space
  ` [PATCH v6 net-next 5/6] bpf: add lookup/update/delete/iterate methods to BPF maps
  ` [PATCH v6 net-next 6/6] bpf: add hashtable type of "

[PATCH v5 net-next 00/29] BPF syscall, maps, verifier, samples, llvm
 2014-08-25 22:07 UTC  (33+ messages)
` [PATCH v5 net-next 01/29] bpf: x86: add missing 'shift by register' instructions to x64 eBPF JIT
` [PATCH v5 net-next 02/29] net: filter: add "load 64-bit immediate" eBPF instruction
` [PATCH v5 net-next 03/29] net: filter: split filter.h and expose eBPF to user space
` [PATCH v5 net-next 04/29] bpf: introduce syscall(BPF, ...) and BPF maps
` [PATCH v5 net-next 10/29] bpf: verifier (add docs)
` [PATCH v5 net-next 11/29] bpf: verifier (add ability to receive verification log)
` [PATCH v5 net-next 13/29] bpf: verifier (add branch/goto checks)
` [PATCH v5 net-next 14/29] bpf: verifier (add verifier core)
` [PATCH v5 net-next 15/29] bpf: verifier (add state prunning optimization)
` [PATCH v5 net-next 16/29] bpf: allow eBPF programs to use maps
` [PATCH v5 net-next 17/29] bpf: split eBPF out of NET
` [PATCH v5 net-next 18/29] tracing: allow eBPF programs to be attached to events
` [PATCH v5 net-next 19/29] tracing: allow eBPF programs call printk()
` [PATCH v5 net-next 20/29] tracing: allow eBPF programs to be attached to kprobe/kretprobe
` [PATCH v5 net-next 22/29] samples: bpf: add mini eBPF library to manipulate maps and programs
` [PATCH v5 net-next 23/29] samples: bpf: example of tracing filters with eBPF
` [PATCH v5 net-next 24/29] bpf: verifier test
` [PATCH v5 net-next 25/29] bpf: llvm backend
` [PATCH v5 net-next 26/29] samples: bpf: elf file loader
` [PATCH v5 net-next 28/29] samples: bpf: counting eBPF example in C
` [PATCH v5 net-next 29/29] samples: bpf: IO latency analysis (iosnoop/heatmap)
  ` [PATCH v5 net-next 05/29] bpf: enable bpf syscall on x64 and i386
  ` [PATCH v5 net-next 06/29] bpf: add lookup/update/delete/iterate methods to BPF maps
  ` [PATCH v5 net-next 07/29] bpf: add hashtable type of "
  ` [PATCH v5 net-next 08/29] bpf: expand BPF syscall with program load/unload
  ` [PATCH v5 net-next 09/29] bpf: handle pseudo BPF_CALL insn
  ` [PATCH v5 net-next 12/29] bpf: handle pseudo BPF_LD_IMM64 insn
  ` [PATCH v5 net-next 21/29] tracing: allow eBPF programs to call ktime_get_ns() and get_current()
  ` [PATCH v5 net-next 27/29] samples: bpf: eBPF example in C

Pharmacy international
 2014-08-22 13:23 UTC 

[PATCH V3 0/6] namespaces: log namespaces per task
 2014-08-20 17:43 UTC  (4+ messages)

[PATCH RFC v4 net-next 00/26] BPF syscall, maps, verifier, samples, llvm
 2014-08-19 18:39 UTC  (12+ messages)
` [PATCH RFC v4 net-next 17/26] tracing: allow eBPF programs to be attached to events


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