Linux-api Archive mirror
 help / color / mirror / Atom feed
 messages from 2015-02-10 04:49:39 to 2015-02-16 23:05:40 UTC [more...]

[PATCH 05/45] drm.h: include stdlib.h in userspace
 2015-02-16 23:05 UTC  (33+ messages)
` [PATCH 06/45] drm_mode.h: include stdint.h and linux/types.h "
` [PATCH 07/45] exynos_drm.h: include stdint.h "
` [PATCH 08/45] nouveau_drm.h: "
` [PATCH 09/45] radeon_drm.h: "
` [PATCH 10/45] r128_drm.h: include drm/drm.h
` [PATCH 11/45] via_drm.h: include linux/types.h instead of non-existing via_drmclient.h
` [PATCH 12/45] via_drm.h: hide struct via_file_private in userspace
` [PATCH 13/45] savage_drm.h: include <drm/drm.h>
` [PATCH 14/45] sis_drm.h: hide sis_file_private in userspace
` [PATCH 15/45] dm-log-userspace.h: include stdint.h "
` [PATCH 16/45] hsi_char.h: "
` [PATCH 17/45] ebtables.h: "
` [PATCH 18/45] cld.h: "
  ` [PATCH 19/45] rds.h: "
  ` [PATCH 20/45] sctp.h: "
  ` [PATCH 29/45] include/uapi/asm-generic/msgbuf.h: include asm/ipcbuf.h
` [PATCH 21/45] scsi_bsg_fc.h: include stdint.h in userspace
` [PATCH 22/45] scsi_netlink.h: "
` [PATCH 23/45] scsi_netlink_fc.h: "
` [PATCH 24/45] hdspm.h: "
` [PATCH 25/45] gntalloc.h: "
` [PATCH 26/45] gntdev.h: "
` [PATCH 27/45] include/uapi/linux/sysctl.h: include stdlib.h "
` [PATCH 28/45] include/uapi/asm-generic/ipcbuf.h: include linux/posix_types.h
` [PATCH 30/45] include/uapi/asm-generic/shmbuf.h: include fixes
` [PATCH 31/45] asm-generic/sembuf.h: include asm/posix_types.h and asm/ipcbuf.h
` [PATCH 32/45] drm/i810_drm.h: include drm/drm.h
` [PATCH 33/45] include/uapi/asm-generic/signal.h: include stdlib.h in userspace
` [PATCH 34/45] include/uapi/asm-generic/signal.h: hide sigset_t definition "
` [PATCH 35/45] include/uapi/sound/asound.h: include stdlib.h "
` [PATCH 36/45] include/uapi/linux/netfilter.h: include in.h and in6.h
` [PATCH 37/45] include/uapi/linux/socket.h: include sys/socket.h in userspace

[PATCH 0/2] ASoC: pcm512x: Add knobs to allow and control overclocking
 2015-02-16 21:02 UTC  (4+ messages)
` [PATCH 1/2] ASoC: pcm512x: Rearrange to not repeat dacsrc_rate / dac_div
  ` [PATCH 2/2] ASoC: pcm512x: Allow independently overclocking PLL, DAC and DSP

[PATCH 01/14] scripts: link-vmlinux: Don't pass page offset to kallsyms if XIP Kernel
 2015-02-16 15:48 UTC  (41+ messages)
  ` [PATCH 02/14] ARM: ARMv7M: Enlarge vector table to 256 entries
  ` [PATCH 03/14] clocksource: Add ARM System timer driver
  ` [PATCH 04/14] reset: Add reset_controller_of_init() function
  ` [PATCH 05/14] ARM: call reset_controller_of_init from default time_init handler
  ` [PATCH 06/14] drivers: reset: Add STM32 reset driver
  ` [PATCH 07/14] clockevent: Add STM32 Timer driver
  ` [PATCH 08/14] pinctrl: Add pinctrl driver for STM32 MCUs
  ` [PATCH 09/14] serial: stm32-usart: Add STM32 USART Driver
  ` [PATCH 10/14] ARM: Add STM32 family machine
  ` [PATCH 11/14] ARM: dts: Add ARM System timer as clockevent in armv7m
  ` [PATCH 12/14] ARM: dts: Introduce STM32F429 MCU
  ` [PATCH 13/14] ARM: configs: Add STM32 defconfig
  ` [PATCH 14/14] MAINTAINERS: Add entry for STM32 MCUs
` [PATCH 00/14] Add support to STMicroelectronics STM32 family

[PATCH RESEND 0/12] fs: Introduce FALLOC_FL_INSERT_RANGE for fallocate
 2015-02-16 15:47 UTC  (13+ messages)
` [PATCH RESEND 1/12] fs: Add support "
` [PATCH RESEND 2/12] xfs: "
` [PATCH RESEND 3/12] ext4: "
  ` [PATCH RESEND 4/12] xfsprog: xfsio: update xfs_io manpage for FALLOC_FL_INSERT_RANGE
` [PATCH RESEND 5/12] xfstests: generic/042: Standard insert range tests
` [PATCH RESEND 6/12] xfstests: generic/043: Delayed allocation insert range
` [PATCH RESEND 7/12] xfstests: generic/044: Multi insert range tests
` [PATCH RESEND 8/12] xfstests: generic/045: Delayed allocation multi insert
` [PATCH RESEND 9/12] xfstests: generic/046: Test multiple fallocate insert/collapse range calls
` [PATCH RESEND 10/12] xfstests: fsstress: Add fallocate insert range operation
` [PATCH RESEND 11/12] xfstests: fsx: "
` [PATCH RESEND 12/12] manpage: update FALLOC_FL_INSERT_RANGE flag in fallocate

futex(2) man page update help request
 2015-02-16 13:14 UTC  (9+ messages)

[PATCH v3 linux-trace 1/8] tracing: attach eBPF programs to tracepoints and syscalls
 2015-02-16 11:26 UTC  (7+ messages)

[PATCH RFC v3 0/7] epoll: Introduce new syscalls, epoll_ctl_batch and epoll_pwait1
 2015-02-16  8:12 UTC  (14+ messages)
` [PATCH RFC v3 2/7] epoll: Specify clockid explicitly
` [PATCH RFC v3 3/7] epoll: Extract ep_ctl_do
  ` [PATCH RFC v3 1/7] epoll: Extract epoll_wait_do and epoll_pwait_do
  ` [PATCH RFC v3 4/7] epoll: Add implementation for epoll_ctl_batch
` [PATCH RFC v3 5/7] x86: Hook up epoll_ctl_batch syscall
` [PATCH RFC v3 6/7] epoll: Add implementation for epoll_pwait1
` [PATCH RFC v3 7/7] x86: Hook up epoll_pwait1 syscall

[PATCH v17 1/7] mm: support madvise(MADV_FREE)
 2015-02-16  4:36 UTC  (14+ messages)

[PATCH v3 linux-trace 1/8] tracing: attach eBPF programs to tracepoints and syscalls
 2015-02-14 23:02 UTC 

[PATCH v3 linux-trace 1/8] tracing: attach eBPF programs to tracepoints and syscalls
 2015-02-14 22:54 UTC 

[PATCH v3 linux-trace 1/8] tracing: attach eBPF programs to tracepoints and syscalls
 2015-02-14 22:48 UTC 

[PATCH v2] iio: Export userspace IIO headers
 2015-02-14 11:53 UTC  (2+ messages)

[PATCHv4 02/25] [media] media: Fix DVB devnode representation at media controller
 2015-02-13 22:57 UTC  (3+ messages)
  ` [PATCHv4 04/25] [media] media: add new types for DVB devnodes
` [PATCHv4 06/25] [media] media: add a subdev type for tuner

[RESEND] [PATCH] block: create ioctl to discard-or-zeroout a range of blocks
 2015-02-13  8:51 UTC  (2+ messages)

[PATCH v4 1/3] perf: Use monotonic clock as a source for timestamps
 2015-02-13  7:07 UTC  (10+ messages)
` [PATCH v5] "

[PATCH 00/14] Add support to STMicroelectronics STM32 family
 2015-02-12 17:45 UTC 

[PATCH v2] userns: Disallow setgroups unless the gid_map writer is privileged
 2015-02-12 13:53 UTC  (28+ messages)
` [CFT][PATCH 2/3] userns: Add a knob to disable setgroups on a per user namespace basis
  ` [CFT][PATCH 1/7] userns: Document what the invariant required for safe unprivileged mappings
    ` [CFT][PATCH 6/7] userns: Add a knob to disable setgroups on a per user namespace basis
                ` [CFT][PATCH 1/8] userns: Document what the invariant required for safe unprivileged mappings
                  ` [CFT][PATCH 7/8] userns: Add a knob to disable setgroups on a per user namespace basis
                              ` [CFT][PATCH v6] "
                                ` [PATCH 0/2] Documenting user namespace changes
                                  ` [PATCH 1/2] proc.5: Document /proc/[pid]/setgroups
                                  ` [PATCH 2/2] user_namespaces.7: Update the documention to reflect the fixes for negative groups

[PATCH 2/5] Documentation/ABI: Add file describing the sysfs entries for toshiba_acpi
 2015-02-12  5:42 UTC  (2+ messages)

[PATCH] tpm, tpm_tis: fix TPM 2.0 probing
 2015-02-12  5:25 UTC  (7+ messages)

[Patch v4] firmware: dmi-sysfs: add SMBIOS entry point area attribute
 2015-02-12  2:33 UTC  (5+ messages)

[PATCH 1/2 v2] xfs: introduce a generic shutdown ioctl
 2015-02-12  1:40 UTC 

[RFC] simple_char: New infrastructure to simplify chardev management
 2015-02-11 20:04 UTC  (4+ messages)

[PATCHv3 8/8] cgroup: Add documentation for cgroup namespaces
 2015-02-11 16:18 UTC  (21+ messages)

[PATCH RFC 1/6] fs: new interface and behavior for file project id
 2015-02-11 15:11 UTC  (6+ messages)
` [PATCH RFC 2/6] quota: adds generic code for enforcing project quota limits
` [PATCH RFC 3/6] quota: mangle statfs result according to project quota usage and limits
` [PATCH RFC 4/6] ext4: add project id support
` [PATCH RFC 5/6] ext4: adds project quota support
` [PATCH RFC 6/6] tools/quota/project_quota: sample tool for early adopters

[PATCH v3 linux-trace 1/8] tracing: attach eBPF programs to tracepoints and syscalls
 2015-02-11 12:51 UTC  (2+ messages)

[RFC] implementing tape statistics single file vs multi-file in sysfs
 2015-02-11 11:32 UTC  (7+ messages)

[PATCH v3 linux-trace 1/8] tracing: attach eBPF programs to tracepoints and syscalls
 2015-02-11 10:28 UTC  (3+ messages)

[PATCH v3 linux-trace 1/8] tracing: attach eBPF programs to tracepoints and syscalls
 2015-02-11  4:31 UTC  (2+ messages)

[PATCH 1/2] kernel/fork: handle put_user errors for CLONE_CHILD_SETTID/CLEARTID
 2015-02-10 19:47 UTC  (6+ messages)
    ` memcg && uaccess (Was: [PATCH 1/2] kernel/fork: handle put_user errors for CLONE_CHILD_SETTID/CLEARTID)

[PATCH 2/2] epoll: introduce EPOLLEXCLUSIVE and EPOLLROUNDROBIN
 2015-02-10 19:32 UTC  (5+ messages)

[PATCH v3 linux-trace 0/8] tracing: attach eBPF programs to tracepoints/syscalls/kprobe
 2015-02-10 14:55 UTC  (11+ messages)
` [PATCH v3 linux-trace 1/8] tracing: attach eBPF programs to tracepoints and syscalls
` [PATCH v3 linux-trace 4/8] samples: bpf: simple tracing example in C

[PATCH v2 1/4] scsi: ufs: add ioctl interface for query request
 2015-02-10 13:58 UTC 

[PATCH v3 linux-trace 1/8] tracing: attach eBPF programs to tracepoints and syscalls
 2015-02-10 13:05 UTC  (2+ messages)

[PATCH v3 linux-trace 1/8] tracing: attach eBPF programs to tracepoints and syscalls
 2015-02-10 12:27 UTC  (2+ messages)

[RFC PATCH] iio: Export userspace IIO headers
 2015-02-10  9:57 UTC  (4+ messages)


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 read-only IMAP folder(s) and NNTP newsgroup(s).