linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-11-25 07:19:40 to 2014-11-28 15:11:51 UTC [more...]

[PATCH 1/2] groups: Factor out a function to set a pre-sorted group list
 2014-11-28 15:11 UTC  (11+ messages)
` [PATCH 2/2] groups: Allow unprivileged processes to use setgroups to drop groups
            ` [CFT][PATCH] userns: Avoid problems with negative groups
                        ` [CFT][PATCH v2] "

[PATCH v3 0/5] Add Spreadtrum Sharkl64 Platform support
 2014-11-28 15:09 UTC  (38+ messages)
  ` [PATCH v3 1/5] Documentation: DT: Renamed of-serial.txt to 8250.txt
  ` [PATCH v3 2/5] Documentation: DT: Add bindings for Spreadtrum SoC Platform
  ` [PATCH v3 3/5] arm64: dts: Add support for Spreadtrum SC9836 SoC in dts and Makefile
  ` [PATCH v3 4/5] arm64: Add support for Spreadtrum's Sharkl64 Platform in Kconfig and defconfig
  ` [PATCH v3 5/5] tty/serial: Add Spreadtrum sc9836-uart driver support

[PATCH v6 07/46] virtio: add virtio 1.0 feature bit
 2014-11-28  8:07 UTC  (9+ messages)
` [PATCH v6 08/46] virtio: memory access APIs
` [PATCH v6 12/46] virtio: set FEATURES_OK
` [PATCH v6 15/46] virtio_net: v1.0 endianness
` [PATCH v6 16/46] virtio_blk: v1.0 support
` [PATCH v6 37/46] tun: move internal flag defines out of uapi
` [PATCH v6 39/46] tun: add VNET_LE flag
` [PATCH v6 44/46] virtio_scsi: export to userspace

[PATCH 1/3] kcmp: Move kcmp.h into uapi
 2014-11-28  2:18 UTC  (2+ messages)

[PATCH v14 0/3] Add drm driver for Rockchip Socs
 2014-11-27 22:17 UTC  (14+ messages)
` [GIT PULL] core drm support for Rockchip SoCs v14

[RFC] lsm: namespace hooks
 2014-11-27 17:38 UTC  (13+ messages)

[PATCH v10 02/20] vfio: platform: probe to devices on the platform bus
 2014-11-27 17:32 UTC  (2+ messages)
  ` [PATCH v10 04/20] vfio: amba: VFIO support for AMBA devices

[REPORT PATCH] driver core: amba: add device binding path 'driver_override'
 2014-11-27 17:25 UTC 

[PATCH v3 1/6] vfio: implement iommu driver capabilities with an enum
 2014-11-27 17:22 UTC  (2+ messages)
  ` [PATCH v3 3/6] vfio: introduce the VFIO_DMA_MAP_FLAG_NOEXEC flag

[PATCH v17 0/7] MADV_FREE support
 2014-11-27 15:49 UTC  (5+ messages)
` [PATCH v17 1/7] mm: support madvise(MADV_FREE)
` [PATCH v17 7/7] mm: Don't split THP page when syscall is called

[PATCH v7 00/10] TPM 2.0 support
 2014-11-27 15:40 UTC  (26+ messages)
` [PATCH v7 01/10] tpm: merge duplicate transmit_cmd() functions
  ` [tpmdd-devel] "
` [PATCH v7 02/10] tpm: two-phase chip management functions
    ` [tpmdd-devel] "
` [PATCH v7 03/10] tpm: fix multiple race conditions in tpm_ppi.c
  ` [tpmdd-devel] "
` [PATCH v7 04/10] tpm: rename chip->dev to chip->pdev
    ` [tpmdd-devel] "
` [PATCH v7 05/10] tpm: device class for tpm
    ` [tpmdd-devel] "
` [PATCH v7 06/10] tpm: fix: move sysfs attributes to the correct place
    ` [tpmdd-devel] "
` [PATCH v7 07/10] tpm: TPM 2.0 baseline support
    ` [tpmdd-devel] "
` [PATCH v7 08/10] tpm: TPM 2.0 CRB Interface
    ` [tpmdd-devel] "
` [PATCH v7 09/10] tpm: TPM 2.0 FIFO Interface
    ` [tpmdd-devel] "
` [PATCH v7 10/10] tpm: TPM 2.0 sysfs attributes
    ` [tpmdd-devel] "

[PATCH v4 0/3] perf: User/kernel time correlation and event generation
 2014-11-27 15:05 UTC  (3+ messages)
` [PATCH v4 1/3] perf: Use monotonic clock as a source for timestamps

[RFC] LSM/Smack namespace work in progress
 2014-11-27 14:01 UTC 

[PATCH v5 06/45] virtio: add virtio 1.0 feature bit
 2014-11-27 12:33 UTC  (8+ messages)
` [PATCH v5 07/45] virtio: memory access APIs
` [PATCH v5 11/45] virtio: set FEATURES_OK
` [PATCH v5 14/45] virtio_net: v1.0 endianness
` [PATCH v5 15/45] virtio_blk: v1.0 support
` [PATCH v5 36/45] tun: move internal flag defines out of uapi
` [PATCH v5 38/45] tun: add VNET_LE flag
` [PATCH v5 43/45] virtio_scsi: export to userspace

[PATCH v4] selftest: size: Add size test for Linux kernel
 2014-11-27  6:04 UTC  (2+ messages)

[PATCH v2 00/19] kselftest install target feature
 2014-11-27  5:49 UTC  (7+ messages)
` [PATCH v2 02/19] kbuild: kselftest_install - add a new make target to install selftests
` [PATCH v2 03/19] selftests: add install target to enable installing selftests
` [PATCH v2 11/19] selftests/memory-hotplug: add install target to enable installing test

[PATCH net-next 0/6] allow eBPF programs to be attached to sockets
 2014-11-27  5:42 UTC  (7+ messages)
` [PATCH net-next 1/6] bpf: verifier: add checks for BPF_ABS | BPF_IND instructions
` [PATCH net-next 2/6] net: sock: allow eBPF programs to be attached to sockets
` [PATCH net-next 3/6] samples: bpf: example of stateful socket filtering
` [PATCH net-next 4/6] samples: bpf: elf_bpf file loader
` [PATCH net-next 5/6] samples: bpf: trivial eBPF program in C
` [PATCH net-next 6/6] samples: bpf: large "

[PATCHv2 0/7] CGroup Namespaces
 2014-11-26 22:58 UTC  (4+ messages)

[PATCH 1/2] iio: Add support for waveform output
 2014-11-26 22:06 UTC  (2+ messages)

[PATCH 1/7] KVM: add commentary for kvm_debug_exit_arch struct
 2014-11-26 19:27 UTC  (8+ messages)
` [PATCH 5/7] KVM: arm64: guest debug, add support for single-step
` [PATCH 7/7] KVM: arm64: guest debug, HW assisted debug support

[PATCH v4 03/42] virtio: add virtio 1.0 feature bit
 2014-11-26 15:48 UTC  (16+ messages)
` [PATCH v4 05/42] virtio: memory access APIs
` [PATCH v4 09/42] virtio: set FEATURES_OK
` [PATCH v4 12/42] virtio_net: v1.0 endianness
` [PATCH v4 13/42] virtio_blk: v1.0 support
  ` [PATCH v4 33/42] tun: move internal flag defines out of uapi
  ` [PATCH v4 35/42] tun: add VNET_LE flag
` [PATCH v4 40/42] virtio_scsi: export to userspace

[PATCH v2 00/13] Add kdbus implementation
 2014-11-26 15:39 UTC  (8+ messages)
` kdbus: add documentation

futex(2) man page update help request
 2014-11-26 13:41 UTC  (9+ messages)

[PATCH v4 0/7] kernel tinification: optionally compile out splice family of syscalls (splice, vmsplice, tee and sendfile)
 2014-11-26 12:19 UTC  (15+ messages)

[PATCH] selftest: size: Add size test for Linux kernel
 2014-11-25 23:33 UTC  (5+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH v6 0/7] vfs: Non-blockling buffered fs read (page cache only)
 2014-11-25 23:01 UTC  (2+ messages)

[PATCH v3] sched/fair: Add advisory flag for borrowing a timeslice (was: Pre-emption control for userspace)
 2014-11-25 19:40 UTC  (19+ messages)
      ` [PATCH v3] sched/fair: Add advisory flag for borrowing a timeslice

[PATCH v4 0/8] Add initial support for DA9150 Charger & Fuel-Gauge IC
 2014-11-25 18:25 UTC  (9+ messages)
` [PATCH v4 2/8] mfd: da9150: Add DT binding documentation for core
` [PATCH v4 3/8] iio: Add support for DA9150 GPADC
` [PATCH v4 4/8] iio: da9150: Add DT binding documentation for GPADC
  ` [PATCH v4 1/8] mfd: Add support for DA9150 combined charger & fuel-gauge device
  ` [PATCH v4 5/8] power: Add support for DA9150 Charger
` [PATCH v4 6/8] power: da9150: Add DT binding documentation for charger
` [PATCH v4 7/8] MAINTAINERS: Include DA9150 files in Dialog Semiconductor support list
` [PATCH v4 8/8] iio: Add ABI documentation for input current readings

[PATCH v3 0/7] crypto: AF_ALG: add AEAD and RNG support
 2014-11-25 15:08 UTC  (6+ messages)
` [PATCH v3 4/7] crypto: AF_ALG: add AEAD support

[PATCHv10 0/5] syscalls,x86,sparc: Add execveat() system call
 2014-11-25 12:16 UTC  (5+ messages)
` [PATCHv10 2/5] x86: Hook up execveat "

[PATCH v5 0/7] kernel tinification: optionally compile out splice family of syscalls (splice, vmsplice, tee and sendfile)
 2014-11-25  7:19 UTC  (4+ messages)
  ` [PATCH v5 5/7] net/core: support compiling out splice
  ` [PATCH v5 7/7] fs/splice: full support for "
` [PATCH v5 6/7] fs/nfsd: support "


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