Age | Commit message (Expand) | Author | Files | Lines |
2015-06-09 | bump releasesandbox/mwereski/kdbus-integration | Maciej Wereski | 1 | -1/+1 |
2015-06-09 | kdbus: after previous commit: these files are not needed anymore | Paul Osmialowski | 7 | -120/+0 |
2015-06-09 | kdbus: backported kdbus_pool_copy() to deal with vfs_iter problems. | Paul Osmialowski | 1 | -0/+145 |
2015-06-09 | kdbus: fix nasty warning when calling task_cgroup_path() | Paul Osmialowski | 2 | -0/+79 |
2015-06-09 | fixed headers and other stuff | Paul Osmialowski | 11 | -3308/+132 |
2015-06-09 | [kdbus] New functions as wrappers of their 3.10 counterparts | Maciej Wereski | 2 | -0/+26 |
2015-06-09 | Import vfs_iter_* functions from Linux 4.0 | Paul Osmialowski | 3 | -0/+58 |
2015-06-09 | [kdbus] Import iov_iter_init & iov_iter_kvec from Linux 4.0 | Maciej Wereski | 9 | -1/+3374 |
2015-06-09 | idr: Add new function idr_is_empty() | Andreas Gruenbacher | 2 | -0/+11 |
2015-06-09 | Add module param type 'ullong' | Hannes Reinecke | 2 | -0/+6 |
2015-06-09 | kernel.h: define u8, s8, u32, etc. limits | Alex Elder | 1 | -0/+13 |
2015-06-09 | params: improve standard definitions | Felipe Contreras | 1 | -16/+9 |
2015-06-09 | kernel/params: fix handling of signed integer types | Jean Delvare | 1 | -3/+3 |
2015-06-09 | kernel: replace strict_strto*() with kstrto*() | Jingoo Han | 3 | -9/+9 |
2015-06-09 | module: fix sprintf format specifier in param_get_byte() | Christoph Jaeger | 1 | -1/+1 |
2015-06-09 | Enable kdbus | Maciej Wereski | 3 | -0/+3 |
2015-06-09 | samples: kdbus: build kdbus-workers conditionally | Daniel Mack | 2 | -1/+8 |
2015-06-09 | kdbus: Fix CONFIG_KDBUS help text | Daniel Mack | 1 | -2/+3 |
2015-06-09 | kdbus: connection: fix handling of failed fget() | Daniel Mack | 1 | -3/+2 |
2015-06-09 | kdbus: fix header guard name | Lucas De Marchi | 1 | -3/+3 |
2015-06-09 | Documentation/kdbus: replace 'reply_cookie' with 'cookie_reply' | Lukasz Skalski | 1 | -1/+1 |
2015-06-09 | selftests/kdbus: fix gitignore | David Herrmann | 1 | -3/+1 |
2015-06-09 | Documentation/kdbus: support quiet builds | David Herrmann | 1 | -3/+13 |
2015-06-09 | Documentation/kdbus: fix out-of-tree builds | David Herrmann | 1 | -1/+1 |
2015-06-09 | samples/kdbus: drop wrong include | David Herrmann | 1 | -3/+1 |
2015-06-09 | kdbus: fix minor typo in the walk-through example | Nicolas Iooss | 1 | -2/+2 |
2015-06-09 | kdbus: samples/kdbus: add -lrt | David Herrmann | 1 | -0/+1 |
2015-06-09 | Documentation: kdbus: fix location for generated files | Daniel Mack | 2 | -2/+4 |
2015-06-09 | kdbus: add selftests | Daniel Mack | 29 | -0/+11191 |
2015-06-09 | kdbus: add walk-through user space example | Daniel Mack | 5 | -1/+1452 |
2015-06-09 | kdbus: add Makefile, Kconfig and MAINTAINERS entry | Daniel Mack | 4 | -1/+48 |
2015-06-09 | kdbus: add policy database implementation | Daniel Mack | 2 | -0/+540 |
2015-06-09 | kdbus: add name registry implementation | Daniel Mack | 2 | -0/+846 |
2015-06-09 | kdbus: add code for buses, domains and endpoints | Daniel Mack | 6 | -0/+1376 |
2015-06-09 | kdbus: add code for notifications and matches | Daniel Mack | 4 | -0/+872 |
2015-06-09 | kdbus: add code to gather metadata | Daniel Mack | 2 | -0/+1221 |
2015-06-09 | kdbus: add node and filesystem implementation | Daniel Mack | 5 | -0/+1533 |
2015-06-09 | kdbus: add connection, queue handling and message validation code | Daniel Mack | 11 | -1/+4722 |
2015-06-09 | kdbus: add connection pool implementation | Daniel Mack | 2 | -0/+774 |
2015-06-09 | kdbus: add driver skeleton, ioctl entry points and utility functions | Daniel Mack | 7 | -0/+1167 |
2015-06-09 | kdbus: add uapi header file | Daniel Mack | 2 | -0/+980 |
2015-06-09 | kdbus: add documentation | Daniel Mack | 15 | -1/+7339 |
2015-06-09 | sysfs: make sure read buffer is zeroed | Tejun Heo | 1 | -1/+2 |
2015-06-09 | sysfs: bail early from kernfs_file_mmap() to avoid spurious lockdep warning | Tejun Heo | 2 | -8/+22 |
2015-06-09 | sysfs, kernfs: remove cross inclusions of internal headers | Tejun Heo | 2 | -3/+0 |
2015-06-09 | sysfs, kernfs: implement kernfs_ns_enabled() | Tejun Heo | 4 | -7/+21 |
2015-06-09 | sysfs, kernfs: make sysfs_dirent definition public | Tejun Heo | 3 | -103/+115 |
2015-06-09 | sysfs, kernfs: move mount core code to fs/kernfs/mount.c | Tejun Heo | 4 | -170/+178 |
2015-06-09 | sysfs, kernfs: prepare mount path for kernfs | Tejun Heo | 5 | -35/+106 |
2015-06-09 | sysfs, kernfs: make super_blocks bind to different kernfs_roots | Tejun Heo | 2 | -4/+12 |