Age | Commit message (Expand) | Author | Files | Lines |
2015-04-03 | temp fix | Maciej Wereski | 2 | -4/+4 |
2015-04-02 | Enable kdbus | Maciej Wereski | 3 | -0/+3 |
2015-04-02 | samples: kdbus: build kdbus-workers conditionally | Daniel Mack | 2 | -1/+8 |
2015-04-02 | kdbus: Fix CONFIG_KDBUS help text | Daniel Mack | 1 | -2/+3 |
2015-04-02 | kdbus: connection: fix handling of failed fget() | Daniel Mack | 1 | -3/+2 |
2015-04-02 | kdbus: fix header guard name | Lucas De Marchi | 1 | -3/+3 |
2015-04-02 | Documentation/kdbus: replace 'reply_cookie' with 'cookie_reply' | Lukasz Skalski | 1 | -1/+1 |
2015-04-02 | selftests/kdbus: fix gitignore | David Herrmann | 1 | -3/+1 |
2015-04-02 | Documentation/kdbus: support quiet builds | David Herrmann | 1 | -3/+13 |
2015-04-02 | Documentation/kdbus: fix out-of-tree builds | David Herrmann | 1 | -1/+1 |
2015-04-02 | samples/kdbus: drop wrong include | David Herrmann | 1 | -3/+1 |
2015-04-02 | kdbus: fix minor typo in the walk-through example | Nicolas Iooss | 1 | -2/+2 |
2015-04-02 | kdbus: samples/kdbus: add -lrt | David Herrmann | 1 | -0/+1 |
2015-04-02 | Documentation: kdbus: fix location for generated files | Daniel Mack | 2 | -2/+4 |
2015-04-02 | kdbus: add selftests | Daniel Mack | 29 | -0/+11191 |
2015-04-02 | kdbus: add walk-through user space example | Daniel Mack | 5 | -1/+1452 |
2015-04-02 | kdbus: add Makefile, Kconfig and MAINTAINERS entry | Daniel Mack | 4 | -1/+48 |
2015-04-02 | kdbus: add policy database implementation | Daniel Mack | 2 | -0/+540 |
2015-04-02 | kdbus: add name registry implementation | Daniel Mack | 2 | -0/+846 |
2015-04-02 | kdbus: add code for buses, domains and endpoints | Daniel Mack | 6 | -0/+1376 |
2015-04-02 | kdbus: add code for notifications and matches | Daniel Mack | 4 | -0/+872 |
2015-04-02 | kdbus: add code to gather metadata | Daniel Mack | 2 | -0/+1221 |
2015-04-02 | kdbus: add node and filesystem implementation | Daniel Mack | 5 | -0/+1533 |
2015-04-02 | kdbus: add connection, queue handling and message validation code | Daniel Mack | 11 | -1/+4722 |
2015-04-02 | kdbus: add connection pool implementation | Daniel Mack | 2 | -0/+774 |
2015-04-02 | kdbus: add driver skeleton, ioctl entry points and utility functions | Daniel Mack | 7 | -0/+1167 |
2015-04-02 | kdbus: add uapi header file | Daniel Mack | 2 | -0/+980 |
2015-04-02 | kdbus: add documentation | Daniel Mack | 15 | -1/+7339 |
2015-04-02 | arm: tizen_defconfig: enable Odroid X2/U3 support with single kernel image | Marek Szyprowski | 1 | -24/+36 |
2015-04-02 | ARM: dts: exynos4412-trats2: Add 32khz clock property in sound node to contro... | Inha Song | 1 | -2/+4 |
2015-04-02 | ASoC: samsung: Add 32khz clock control logic for codec mclk2 | Inha Song | 1 | -1/+18 |
2015-03-27 | sysfs: make sure read buffer is zeroedsandbox/pawelo/kernfs_better | Tejun Heo | 1 | -1/+2 |
2015-03-27 | sysfs: bail early from kernfs_file_mmap() to avoid spurious lockdep warning | Tejun Heo | 2 | -8/+22 |
2015-03-27 | sysfs, kernfs: remove cross inclusions of internal headers | Tejun Heo | 2 | -3/+0 |
2015-03-27 | sysfs, kernfs: implement kernfs_ns_enabled() | Tejun Heo | 4 | -7/+21 |
2015-03-27 | sysfs, kernfs: make sysfs_dirent definition public | Tejun Heo | 3 | -103/+115 |
2015-03-27 | sysfs, kernfs: move mount core code to fs/kernfs/mount.c | Tejun Heo | 4 | -170/+178 |
2015-03-27 | sysfs, kernfs: prepare mount path for kernfs | Tejun Heo | 5 | -35/+106 |
2015-03-27 | sysfs, kernfs: make super_blocks bind to different kernfs_roots | Tejun Heo | 2 | -4/+12 |
2015-03-27 | sysfs, kernfs: make inode number ida per kernfs_root | Tejun Heo | 5 | -38/+23 |
2015-03-27 | sysfs, kernfs: implement kernfs_create/destroy_root() | Tejun Heo | 4 | -20/+113 |
2015-03-27 | sysfs, kernfs: introduce sysfs_root_sd | Tejun Heo | 4 | -9/+11 |
2015-03-27 | sysfs, kernfs: no need to kern_mount() sysfs from sysfs_init() | Tejun Heo | 1 | -16/+7 |
2015-03-27 | sysfs, kernfs: make sysfs_super_info->ns const | Tejun Heo | 2 | -8/+8 |
2015-03-27 | sysfs, kernfs: drop unused params from sysfs_fill_super() | Tejun Heo | 1 | -2/+2 |
2015-03-27 | sysfs, kernfs: move symlink core code to fs/kernfs/symlink.c | Tejun Heo | 4 | -138/+144 |
2015-03-27 | sysfs, kernfs: move file core code to fs/kernfs/file.c | Tejun Heo | 4 | -805/+813 |
2015-03-27 | sysfs, kernfs: move dir core code to fs/kernfs/dir.c | Tejun Heo | 4 | -998/+1005 |
2015-03-27 | sysfs, kernfs: move inode code to fs/kernfs/inode.c | Tejun Heo | 5 | -355/+341 |
2015-03-27 | sysfs, kernfs: move internal decls to fs/kernfs/kernfs-internal.h | Tejun Heo | 2 | -96/+121 |