2013-12-09 |
David Herrmann | driver core: fix device_create() error path |
commit | commitdiff | tree | snapshot |
2013-12-09 |
Bjorn Helgaas | firmware: dmi-sysfs: Remove "dmi" directory on module... |
commit | commitdiff | tree | snapshot |
2013-12-09 |
Bjorn Helgaas | firmware: dmi-sysfs: Don't remove dmi-sysfs "raw" file... |
commit | commitdiff | tree | snapshot |
2013-12-09 |
Takashi Iwai | firmware: Suppress fallback warnings when CONFIG_FW_LOA... |
commit | commitdiff | tree | snapshot |
2013-12-09 |
Takashi Iwai | firmware: Use bit flags instead of boolean combos |
commit | commitdiff | tree | snapshot |
2013-12-09 |
Takashi Iwai | microcode: Use request_firmware_direct() |
commit | commitdiff | tree | snapshot |
2013-12-09 |
Takashi Iwai | firmware: Introduce request_firmware_direct() |
commit | commitdiff | tree | snapshot |
2013-12-09 |
Maurizio Lombardi | kobject: fix memory leak in kobject_set_name_vargs |
commit | commitdiff | tree | snapshot |
2013-12-09 |
Wei Yongjun | sysfs, kernfs: remove duplicated include from file.c |
commit | commitdiff | tree | snapshot |
2013-12-08 |
Bjorn Helgaas | kobject: remove kset from sysfs immediately in kset_unr... |
commit | commitdiff | tree | snapshot |
2013-12-08 |
Bjorn Helgaas | kobject: delay kobject release for random time |
commit | commitdiff | tree | snapshot |
2013-12-04 |
Tejun Heo | kernfs: implement "trusted.*" xattr support |
commit | commitdiff | tree | snapshot |
2013-12-04 |
Tejun Heo | kernfs: update sysfs_init_inode_attrs() |
commit | commitdiff | tree | snapshot |
2013-12-03 |
Bjorn Helgaas | kobject: fix kset sample error path |
commit | commitdiff | tree | snapshot |
2013-11-30 |
Tejun Heo | sysfs, kernfs: remove cross inclusions of internal... |
commit | commitdiff | tree | snapshot |
2013-11-30 |
Tejun Heo | sysfs, kernfs: implement kernfs_ns_enabled() |
commit | commitdiff | tree | snapshot |
2013-11-30 |
Tejun Heo | sysfs, kernfs: make sysfs_dirent definition public |
commit | commitdiff | tree | snapshot |
2013-11-30 |
Tejun Heo | sysfs, kernfs: move mount core code to fs/kernfs/mount.c |
commit | commitdiff | tree | snapshot |
2013-11-30 |
Tejun Heo | sysfs, kernfs: prepare mount path for kernfs |
commit | commitdiff | tree | snapshot |
2013-11-30 |
Tejun Heo | sysfs, kernfs: make super_blocks bind to different... |
commit | commitdiff | tree | snapshot |
2013-11-30 |
Tejun Heo | sysfs, kernfs: make inode number ida per kernfs_root |
commit | commitdiff | tree | snapshot |
2013-11-30 |
Tejun Heo | sysfs, kernfs: implement kernfs_create/destroy_root() |
commit | commitdiff | tree | snapshot |
2013-11-30 |
Tejun Heo | sysfs, kernfs: introduce sysfs_root_sd |
commit | commitdiff | tree | snapshot |
2013-11-30 |
Tejun Heo | sysfs, kernfs: no need to kern_mount() sysfs from sysfs... |
commit | commitdiff | tree | snapshot |
2013-11-30 |
Tejun Heo | sysfs, kernfs: make sysfs_super_info->ns const |
commit | commitdiff | tree | snapshot |
2013-11-30 |
Tejun Heo | sysfs, kernfs: drop unused params from sysfs_fill_super() |
commit | commitdiff | tree | snapshot |
2013-11-30 |
Tejun Heo | sysfs, kernfs: move symlink core code to fs/kernfs... |
commit | commitdiff | tree | snapshot |
2013-11-30 |
Tejun Heo | sysfs, kernfs: move file core code to fs/kernfs/file.c |
commit | commitdiff | tree | snapshot |
2013-11-30 |
Tejun Heo | sysfs, kernfs: move dir core code to fs/kernfs/dir.c |
commit | commitdiff | tree | snapshot |
2013-11-30 |
Tejun Heo | sysfs, kernfs: move inode code to fs/kernfs/inode.c |
commit | commitdiff | tree | snapshot |
2013-11-30 |
Tejun Heo | sysfs, kernfs: move internal decls to fs/kernfs/kernfs... |
commit | commitdiff | tree | snapshot |
2013-11-30 |
Tejun Heo | sysfs, kernfs: introduce kernfs[_find_and]_get() and... |
commit | commitdiff | tree | snapshot |
2013-11-30 |
Tejun Heo | sysfs, kernfs: revamp sysfs_dirent active_ref lockdep... |
commit | commitdiff | tree | snapshot |
2013-11-30 |
Tejun Heo | sysfs, kernfs: reorganize SYSFS_* constants |
commit | commitdiff | tree | snapshot |
2013-11-30 |
Tejun Heo | sysfs, kernfs: introduce kernfs_notify() |
commit | commitdiff | tree | snapshot |
2013-11-30 |
Tejun Heo | sysfs, kernfs: add kernfs_ops->seq_{start|next|stop}() |
commit | commitdiff | tree | snapshot |
2013-11-30 |
Tejun Heo | sysfs, kernfs: remove sysfs_add_one() |
commit | commitdiff | tree | snapshot |
2013-11-30 |
Tejun Heo | sysfs, kernfs: introduce kernfs_create_file[_ns]() |
commit | commitdiff | tree | snapshot |
2013-11-30 |
Tejun Heo | sysfs, kernfs: remove SYSFS_KOBJ_BIN_ATTR |
commit | commitdiff | tree | snapshot |
2013-11-30 |
Tejun Heo | sysfs, kernfs: add sysfs_dirent->s_attr.size |
commit | commitdiff | tree | snapshot |
2013-11-30 |
Tejun Heo | sysfs, kernfs: introduce kernfs_ops |
commit | commitdiff | tree | snapshot |
2013-11-30 |
Tejun Heo | sysfs, kernfs: move sysfs_open_file to include/linux... |
commit | commitdiff | tree | snapshot |
2013-11-30 |
Tejun Heo | sysfs, kernfs: prepare open, release, poll paths for... |
commit | commitdiff | tree | snapshot |
2013-11-30 |
Tejun Heo | sysfs, kernfs: prepare mmap path for kernfs |
commit | commitdiff | tree | snapshot |
2013-11-30 |
Tejun Heo | sysfs, kernfs: prepare write path for kernfs |
commit | commitdiff | tree | snapshot |
2013-11-30 |
Tejun Heo | sysfs, kernfs: prepare read path for kernfs |
commit | commitdiff | tree | snapshot |
2013-11-30 |
Tejun Heo | sysfs, kernfs: introduce kernfs_create_dir[_ns]() |
commit | commitdiff | tree | snapshot |
2013-11-30 |
Tejun Heo | sysfs, kernfs: replace sysfs_dirent->s_dir.kobj and... |
commit | commitdiff | tree | snapshot |
2013-11-30 |
Greg Kroah... | Merge 3.13-rc2 into driver-core-next |
commit | commitdiff | tree | snapshot |
2013-11-29 |
Linus Torvalds | Linux 3.13-rc2 |
commit | commitdiff | tree | snapshot |
2013-11-29 |
Linus Torvalds | Merge tag 'arm64-stable' of git://git.kernel.org/pub... |
commit | commitdiff | tree | snapshot |
2013-11-29 |
Linus Torvalds | Merge branch 'for-linus' of git://git.kernel.org/pub... |
commit | commitdiff | tree | snapshot |
2013-11-29 |
Linus Torvalds | Merge branch 'i2c/for-current' of git://git.kernel... |
commit | commitdiff | tree | snapshot |
2013-11-29 |
Linus Torvalds | Merge branch 'for-3.13-fixes' of git://git.kernel.org... |
commit | commitdiff | tree | snapshot |
2013-11-29 |
Linus Torvalds | Merge branch 'for-3.13-fixes' of git://git.kernel.org... |
commit | commitdiff | tree | snapshot |
2013-11-29 |
Linus Torvalds | Merge branch 'for-3.13-fixes' of git://git.kernel.org... |
commit | commitdiff | tree | snapshot |
2013-11-29 |
Linus Torvalds | Merge tag 'sound-3.13-rc2' of git://git.kernel.org... |
commit | commitdiff | tree | snapshot |
2013-11-29 |
Linus Torvalds | Merge branch 'for-linus' of git://git.kernel.org/pub... |
commit | commitdiff | tree | snapshot |
2013-11-29 |
Linus Torvalds | Merge branch 'drm-fixes' of git://people.freedesktop... |
commit | commitdiff | tree | snapshot |
2013-11-29 |
Catalin Marinas | arm64: Move PTE_PROT_NONE higher up |
commit | commitdiff | tree | snapshot |
2013-11-29 |
Catalin Marinas | arm64: Use Normal NonCacheable memory for writecombine |
commit | commitdiff | tree | snapshot |
2013-11-29 |
Al Viro | fix bogus path_put() of nd->root after some unlazy_walk... |
commit | commitdiff | tree | snapshot |
2013-11-28 |
Dave Airlie | drm/qxl: fix memory leak in release list handling |
commit | commitdiff | tree | snapshot |
2013-11-28 |
Matthew Leach | arm64: debug: make aarch32 bkpt checking endian clean |
commit | commitdiff | tree | snapshot |
2013-11-28 |
Matthew Leach | arm64: ptrace: fix compat registes get/set to be endian... |
commit | commitdiff | tree | snapshot |
2013-11-28 |
Linus Torvalds | Merge tag 'gpio-v3.13-2' of git://git.kernel.org/pub... |
commit | commitdiff | tree | snapshot |
2013-11-28 |
Linus Torvalds | Merge tag 'md/3.13-fixes' of git://neil.brown.name/md |
commit | commitdiff | tree | snapshot |
2013-11-28 |
Linus Torvalds | Merge branch 'for-next' of git://git.samba.org/sfrench... |
commit | commitdiff | tree | snapshot |
2013-11-28 |
Helge Deller | kernel/extable: fix address-checks for core_kernel... |
commit | commitdiff | tree | snapshot |
2013-11-28 |
Takashi Iwai | ALSA: hda - Add LFE chmap to ASUS ET2700 |
commit | commitdiff | tree | snapshot |
2013-11-28 |
Takashi Iwai | ALSA: hda - Initialize missing bass speaker pin for... |
commit | commitdiff | tree | snapshot |
2013-11-28 |
Oleksij Rempel | ALSA: hda - limit mic boost on Asus UX31[A,E] |
commit | commitdiff | tree | snapshot |
2013-11-28 |
Takashi Iwai | ALSA: hda - Check leaf nodes to find aamix amps |
commit | commitdiff | tree | snapshot |
2013-11-28 |
Florian Meier | i2c: bcm2835: Linking platform nodes to adapter nodes |
commit | commitdiff | tree | snapshot |
2013-11-28 |
Greg Kroah... | Merge branch 'driver-core-linus' into driver-core-next |
commit | commitdiff | tree | snapshot |
2013-11-28 |
Linus Torvalds | Merge branch 'drm-fixes' of git://people.freedesktop... |
commit | commitdiff | tree | snapshot |
2013-11-28 |
Linus Torvalds | Merge tag 'tty-3.13-rc2' of git://git.kernel.org/pub... |
commit | commitdiff | tree | snapshot |
2013-11-28 |
Linus Torvalds | Merge tag 'staging-3.13-rc2' of git://git.kernel.org... |
commit | commitdiff | tree | snapshot |
2013-11-28 |
Linus Torvalds | Merge tag 'driver-core-3.13-rc2' of git://git.kernel... |
commit | commitdiff | tree | snapshot |
2013-11-28 |
Linus Torvalds | Merge branch 'for-linus' of git://git.kernel.org/pub... |
commit | commitdiff | tree | snapshot |
2013-11-28 |
Linus Torvalds | Merge tag 'pm+acpi-3.13-rc2' of git://git.kernel.org... |
commit | commitdiff | tree | snapshot |
2013-11-28 |
Nicolas Dichtel | doc: fix generation of device-drivers |
commit | commitdiff | tree | snapshot |
2013-11-28 |
Ilia Mirkin | drm/nouveau/hwmon: fix compilation without CONFIG_HWMON |
commit | commitdiff | tree | snapshot |
2013-11-28 |
Will Deacon | lockref: include mutex.h rather than reinvent arch_mute... |
commit | commitdiff | tree | snapshot |
2013-11-28 |
David Herrmann | drm/sysfs: fix OOM verification |
commit | commitdiff | tree | snapshot |
2013-11-28 |
Dave Jones | remove obsolete references to powertweak |
commit | commitdiff | tree | snapshot |
2013-11-28 |
Linus Torvalds | Merge branch 'merge' of git://git.kernel.org/pub/scm... |
commit | commitdiff | tree | snapshot |
2013-11-28 |
NeilBrown | md/raid5: fix newly-broken locking in get_active_stripe. |
commit | commitdiff | tree | snapshot |
2013-11-28 |
NeilBrown | md: test mddev->flags more safely in md_check_recovery. |
commit | commitdiff | tree | snapshot |
2013-11-28 |
NeilBrown | md/raid5: fix new memory-reference bug in alloc_thread_... |
commit | commitdiff | tree | snapshot |
2013-11-27 |
Tejun Heo | cgroup: fix cgroup_subsys_state leak for seq_files |
commit | commitdiff | tree | snapshot |
2013-11-27 |
Tejun Heo | sysfs, kernfs: introduce kernfs_setattr() |
commit | commitdiff | tree | snapshot |
2013-11-27 |
Tejun Heo | sysfs, kernfs: introduce kernfs_rename[_ns]() |
commit | commitdiff | tree | snapshot |
2013-11-27 |
Tejun Heo | sysfs, kernfs: introduce kernfs_create_link() |
commit | commitdiff | tree | snapshot |
2013-11-27 |
Tejun Heo | sysfs, kernfs: introduce kernfs_remove[_by_name[_ns]]() |
commit | commitdiff | tree | snapshot |
2013-11-27 |
Tejun Heo | sysfs, kernfs: add skeletons for kernfs |
commit | commitdiff | tree | snapshot |
2013-11-27 |
Tejun Heo | sysfs: make __sysfs_add_one() fail if the parent isn... |
commit | commitdiff | tree | snapshot |
2013-11-27 |
Tejun Heo | sysfs: drop kobj_ns_type handling, take #2 |
commit | commitdiff | tree | snapshot |
2013-11-27 |
Rafael J. Wysocki | ATA: Fix port removal ordering |
commit | commitdiff | tree | snapshot |
2013-11-27 |
Peter Zijlstra | cpuset: Fix memory allocator deadlock |
commit | commitdiff | tree | snapshot |
next |