| Commit message (Expand) | Author | Age | Files | Lines |
* | microcode: Use request_firmware_direct() | Takashi Iwai | 2013-12-08 | 2 | -2/+2 |
* | firmware: Introduce request_firmware_direct() | Takashi Iwai | 2013-12-08 | 2 | -7/+41 |
* | kobject: fix memory leak in kobject_set_name_vargs | Maurizio Lombardi | 2013-12-08 | 1 | -1/+3 |
* | sysfs, kernfs: remove duplicated include from file.c | Wei Yongjun | 2013-12-08 | 1 | -1/+0 |
* | kobject: remove kset from sysfs immediately in kset_unregister() | Bjorn Helgaas | 2013-12-07 | 2 | -1/+5 |
* | kobject: delay kobject release for random time | Bjorn Helgaas | 2013-12-07 | 1 | -3/+6 |
* | kernfs: implement "trusted.*" xattr support | Tejun Heo | 2013-12-04 | 4 | -11/+74 |
* | kernfs: update sysfs_init_inode_attrs() | Tejun Heo | 2013-12-04 | 2 | -37/+29 |
* | kobject: fix kset sample error path | Bjorn Helgaas | 2013-12-03 | 1 | -0/+1 |
* | sysfs, kernfs: remove cross inclusions of internal headers | Tejun Heo | 2013-11-29 | 2 | -3/+0 |
* | sysfs, kernfs: implement kernfs_ns_enabled() | Tejun Heo | 2013-11-29 | 4 | -7/+21 |
* | sysfs, kernfs: make sysfs_dirent definition public | Tejun Heo | 2013-11-29 | 3 | -103/+115 |
* | sysfs, kernfs: move mount core code to fs/kernfs/mount.c | Tejun Heo | 2013-11-29 | 4 | -170/+178 |
* | sysfs, kernfs: prepare mount path for kernfs | Tejun Heo | 2013-11-29 | 5 | -35/+106 |
* | sysfs, kernfs: make super_blocks bind to different kernfs_roots | Tejun Heo | 2013-11-29 | 2 | -4/+12 |
* | sysfs, kernfs: make inode number ida per kernfs_root | Tejun Heo | 2013-11-29 | 5 | -38/+23 |
* | sysfs, kernfs: implement kernfs_create/destroy_root() | Tejun Heo | 2013-11-29 | 4 | -20/+113 |
* | sysfs, kernfs: introduce sysfs_root_sd | Tejun Heo | 2013-11-29 | 4 | -9/+11 |
* | sysfs, kernfs: no need to kern_mount() sysfs from sysfs_init() | Tejun Heo | 2013-11-29 | 1 | -16/+7 |
* | sysfs, kernfs: make sysfs_super_info->ns const | Tejun Heo | 2013-11-29 | 2 | -8/+8 |
* | sysfs, kernfs: drop unused params from sysfs_fill_super() | Tejun Heo | 2013-11-29 | 1 | -2/+2 |
* | sysfs, kernfs: move symlink core code to fs/kernfs/symlink.c | Tejun Heo | 2013-11-29 | 4 | -138/+144 |
* | sysfs, kernfs: move file core code to fs/kernfs/file.c | Tejun Heo | 2013-11-29 | 4 | -805/+813 |
* | sysfs, kernfs: move dir core code to fs/kernfs/dir.c | Tejun Heo | 2013-11-29 | 4 | -999/+1005 |
* | sysfs, kernfs: move inode code to fs/kernfs/inode.c | Tejun Heo | 2013-11-29 | 5 | -356/+341 |
* | sysfs, kernfs: move internal decls to fs/kernfs/kernfs-internal.h | Tejun Heo | 2013-11-29 | 2 | -96/+121 |
* | sysfs, kernfs: introduce kernfs[_find_and]_get() and kernfs_put() | Tejun Heo | 2013-11-29 | 9 | -148/+151 |
* | sysfs, kernfs: revamp sysfs_dirent active_ref lockdep annotation | Tejun Heo | 2013-11-29 | 4 | -52/+56 |
* | sysfs, kernfs: reorganize SYSFS_* constants | Tejun Heo | 2013-11-29 | 1 | -6/+6 |
* | sysfs, kernfs: introduce kernfs_notify() | Tejun Heo | 2013-11-29 | 3 | -15/+30 |
* | sysfs, kernfs: add kernfs_ops->seq_{start|next|stop}() | Tejun Heo | 2013-11-29 | 2 | -13/+35 |
* | sysfs, kernfs: remove sysfs_add_one() | Tejun Heo | 2013-11-29 | 4 | -41/+6 |
* | sysfs, kernfs: introduce kernfs_create_file[_ns]() | Tejun Heo | 2013-11-29 | 2 | -11/+60 |
* | sysfs, kernfs: remove SYSFS_KOBJ_BIN_ATTR | Tejun Heo | 2013-11-29 | 4 | -26/+14 |
* | sysfs, kernfs: add sysfs_dirent->s_attr.size | Tejun Heo | 2013-11-29 | 3 | -7/+8 |
* | sysfs, kernfs: introduce kernfs_ops | Tejun Heo | 2013-11-29 | 3 | -34/+141 |
* | sysfs, kernfs: move sysfs_open_file to include/linux/kernfs.h | Tejun Heo | 2013-11-29 | 2 | -11/+18 |
* | sysfs, kernfs: prepare open, release, poll paths for kernfs | Tejun Heo | 2013-11-29 | 3 | -21/+10 |
* | sysfs, kernfs: prepare mmap path for kernfs | Tejun Heo | 2013-11-29 | 1 | -30/+39 |
* | sysfs, kernfs: prepare write path for kernfs | Tejun Heo | 2013-11-29 | 1 | -53/+50 |
* | sysfs, kernfs: prepare read path for kernfs | Tejun Heo | 2013-11-29 | 1 | -65/+126 |
* | sysfs, kernfs: introduce kernfs_create_dir[_ns]() | Tejun Heo | 2013-11-29 | 6 | -37/+54 |
* | sysfs, kernfs: replace sysfs_dirent->s_dir.kobj and ->s_attr.[bin_]attr with ... | Tejun Heo | 2013-11-29 | 5 | -24/+21 |
* | Merge 3.13-rc2 into driver-core-next | Greg Kroah-Hartman | 2013-11-29 | 305 | -1805/+5073 |
|\ |
|
| * | Linux 3.13-rc2v3.13-rc2 | Linus Torvalds | 2013-11-29 | 1 | -1/+1 |
| * | Merge tag 'arm64-stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cma... | Linus Torvalds | 2013-11-29 | 8 | -66/+67 |
| |\ |
|
| | * | arm64: Move PTE_PROT_NONE higher up | Catalin Marinas | 2013-11-29 | 1 | -14/+17 |
| | * | arm64: Use Normal NonCacheable memory for writecombine | Catalin Marinas | 2013-11-29 | 1 | -1/+1 |
| | * | arm64: debug: make aarch32 bkpt checking endian clean | Matthew Leach | 2013-11-28 | 1 | -8/+12 |
| | * | arm64: ptrace: fix compat registes get/set to be endian clean | Matthew Leach | 2013-11-28 | 1 | -21/+19 |