platform/kernel/linux-3.10.git
2015-04-17 Jean Delvarekernel/params: fix handling of signed integer types
2015-04-17 Jingoo Hankernel: replace strict_strto*() with kstrto*()
2015-04-17 Christoph Jaegermodule: fix sprintf format specifier in param_get_byte()
2015-04-02 Maciej WereskiEnable kdbus
2015-04-02 Daniel Macksamples: kdbus: build kdbus-workers conditionally
2015-04-02 Daniel Mackkdbus: Fix CONFIG_KDBUS help text
2015-04-02 Daniel Mackkdbus: connection: fix handling of failed fget()
2015-04-02 Lucas De Marchikdbus: fix header guard name
2015-04-02 Lukasz SkalskiDocumentation/kdbus: replace 'reply_cookie' with 'cooki...
2015-04-02 David Herrmannselftests/kdbus: fix gitignore
2015-04-02 David HerrmannDocumentation/kdbus: support quiet builds
2015-04-02 David HerrmannDocumentation/kdbus: fix out-of-tree builds
2015-04-02 David Herrmannsamples/kdbus: drop wrong include
2015-04-02 Nicolas Ioosskdbus: fix minor typo in the walk-through example
2015-04-02 David Herrmannkdbus: samples/kdbus: add -lrt
2015-04-02 Daniel MackDocumentation: kdbus: fix location for generated files
2015-04-02 Daniel Mackkdbus: add selftests
2015-04-02 Daniel Mackkdbus: add walk-through user space example
2015-04-02 Daniel Mackkdbus: add Makefile, Kconfig and MAINTAINERS entry
2015-04-02 Daniel Mackkdbus: add policy database implementation
2015-04-02 Daniel Mackkdbus: add name registry implementation
2015-04-02 Daniel Mackkdbus: add code for buses, domains and endpoints
2015-04-02 Daniel Mackkdbus: add code for notifications and matches
2015-04-02 Daniel Mackkdbus: add code to gather metadata
2015-04-02 Daniel Mackkdbus: add node and filesystem implementation
2015-04-02 Daniel Mackkdbus: add connection, queue handling and message valid...
2015-04-02 Daniel Mackkdbus: add connection pool implementation
2015-04-02 Daniel Mackkdbus: add driver skeleton, ioctl entry points and...
2015-04-02 Daniel Mackkdbus: add uapi header file
2015-04-02 Daniel Mackkdbus: add documentation
2015-04-02 Marek Szyprowskiarm: tizen_defconfig: enable Odroid X2/U3 support with...
2015-04-02 Inha SongARM: dts: exynos4412-trats2: Add 32khz clock property...
2015-04-02 Inha SongASoC: samsung: Add 32khz clock control logic for codec...
2015-03-27 Tejun Heosysfs: make sure read buffer is zeroed sandbox/pawelo/kernfs_better
2015-03-27 Tejun Heosysfs: bail early from kernfs_file_mmap() to avoid...
2015-03-27 Tejun Heosysfs, kernfs: remove cross inclusions of internal...
2015-03-27 Tejun Heosysfs, kernfs: implement kernfs_ns_enabled()
2015-03-27 Tejun Heosysfs, kernfs: make sysfs_dirent definition public
2015-03-27 Tejun Heosysfs, kernfs: move mount core code to fs/kernfs/mount.c
2015-03-27 Tejun Heosysfs, kernfs: prepare mount path for kernfs
2015-03-27 Tejun Heosysfs, kernfs: make super_blocks bind to different...
2015-03-27 Tejun Heosysfs, kernfs: make inode number ida per kernfs_root
2015-03-27 Tejun Heosysfs, kernfs: implement kernfs_create/destroy_root()
2015-03-27 Tejun Heosysfs, kernfs: introduce sysfs_root_sd
2015-03-27 Tejun Heosysfs, kernfs: no need to kern_mount() sysfs from sysfs...
2015-03-27 Tejun Heosysfs, kernfs: make sysfs_super_info->ns const
2015-03-27 Tejun Heosysfs, kernfs: drop unused params from sysfs_fill_super()
2015-03-27 Tejun Heosysfs, kernfs: move symlink core code to fs/kernfs...
2015-03-27 Tejun Heosysfs, kernfs: move file core code to fs/kernfs/file.c
2015-03-27 Tejun Heosysfs, kernfs: move dir core code to fs/kernfs/dir.c
2015-03-27 Tejun Heosysfs, kernfs: move inode code to fs/kernfs/inode.c
2015-03-27 Tejun Heosysfs, kernfs: move internal decls to fs/kernfs/kernfs...
2015-03-27 Tejun Heosysfs, kernfs: introduce kernfs[_find_and]_get() and...
2015-03-27 Tejun Heosysfs, kernfs: revamp sysfs_dirent active_ref lockdep...
2015-03-27 Tejun Heosysfs, kernfs: reorganize SYSFS_* constants
2015-03-27 Tejun Heosysfs, kernfs: introduce kernfs_notify()
2015-03-27 Tejun Heosysfs, kernfs: add kernfs_ops->seq_{start|next|stop}()
2015-03-27 Tejun Heosysfs, kernfs: remove sysfs_add_one()
2015-03-27 Tejun Heosysfs, kernfs: introduce kernfs_create_file[_ns]()
2015-03-27 Tejun Heosysfs, kernfs: remove SYSFS_KOBJ_BIN_ATTR
2015-03-27 Tejun Heosysfs, kernfs: add sysfs_dirent->s_attr.size
2015-03-27 Tejun Heosysfs, kernfs: introduce kernfs_ops
2015-03-27 Tejun Heosysfs, kernfs: move sysfs_open_file to include/linux...
2015-03-27 Tejun Heosysfs, kernfs: prepare open, release, poll paths for...
2015-03-27 Tejun Heosysfs, kernfs: prepare mmap path for kernfs
2015-03-27 Tejun Heosysfs, kernfs: prepare write path for kernfs
2015-03-27 Tejun Heosysfs, kernfs: prepare read path for kernfs
2015-03-27 Tejun Heosysfs, kernfs: introduce kernfs_create_dir[_ns]()
2015-03-27 Tejun Heosysfs, kernfs: replace sysfs_dirent->s_dir.kobj and...
2015-03-27 Tejun Heosysfs, kernfs: introduce kernfs_setattr()
2015-03-27 Tejun Heosysfs, kernfs: introduce kernfs_rename[_ns]()
2015-03-27 Tejun Heosysfs, kernfs: introduce kernfs_create_link()
2015-03-27 Tejun Heosysfs, kernfs: introduce kernfs_remove[_by_name[_ns]]()
2015-03-27 Tejun Heosysfs, kernfs: add skeletons for kernfs
2015-03-27 Tejun Heosysfs: make __sysfs_add_one() fail if the parent isn...
2015-03-27 Tejun Heosysfs: drop kobj_ns_type handling, take #2
2015-03-27 Tejun Heosysfs: use a separate locking class for open files...
2015-03-27 Tejun Heosysfs: use generic_file_llseek() for sysfs_file_operations
2015-03-27 Tejun Heosysfs: rename sysfs_assoc_lock and explain what it...
2015-03-27 Tejun Heosysfs: separate out dup filename warning into a separat...
2015-03-27 Tejun Heosysfs: move sysfs_hash_and_remove() to fs/sysfs/dir.c
2015-03-27 Tejun Heosysfs: remove unused sysfs_get_dentry() prototype
2015-03-27 Tejun Heosysfs: honor bin_attr.attr.ignore_lockdep
2015-03-27 Tejun Heosysfs: merge sysfs_elem_bin_attr into sysfs_elem_attr
2015-03-27 Tejun Heosysfs: make sysfs_file_ops() follow ignore_lockdep...
2015-03-27 Tejun Heosysfs: merge regular and bin file handling
2015-03-27 Tejun Heosysfs: prepare open path for unified regular / bin...
2015-03-27 Tejun Heosysfs: copy bin mmap support from fs/sysfs/bin.c to...
2015-03-27 Tejun Heosysfs: add sysfs_bin_read()
2015-03-27 Tejun Heosysfs: prepare path write for unified regular / bin...
2015-03-27 Tejun Heosysfs: collapse fs/sysfs/bin.c::fill_read() into read()
2015-03-27 Tejun Heosysfs: skip bin_buffer->buffer while reading
2015-03-27 Tejun Heosysfs: use seq_file when reading regular files
2015-03-27 Tejun Heosysfs: use transient write buffer
2015-03-27 Tejun Heosysfs: add sysfs_open_file->sd and ->file
2015-03-27 Tejun Heosysfs: rename sysfs_buffer to sysfs_open_file
2015-03-27 Tejun Heosysfs: add sysfs_open_file_mutex
2015-03-27 Tejun Heosysfs: remove sysfs_buffer->ops
2015-03-27 Tejun Heosysfs: remove sysfs_buffer->needs_read_fill
2015-03-27 Tejun Heosysfs: remove unused sysfs_buffer->pos
next