index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
kobject.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-09
kobject: export kset_find_obj() for module use
Gabriel Somlo
1
-0
/
+1
2015-11-06
lib/kobject.c: use kvasprintf_const for formatting ->name
Rasmus Villemoes
1
-8
/
+22
2015-10-04
kobject: move EXPORT_SYMBOL() macros next to corresponding definitions
Gabriel Somlo
1
-7
/
+5
2015-07-17
include, lib: add __printf attributes to several function prototypes
Nicolas Iooss
1
-2
/
+3
2015-06-30
Merge branch 'for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+1
2015-06-25
lib/kobject.c: use strreplace()
Rasmus Villemoes
1
-8
/
+5
2015-06-19
lib: export symbol kobject_move()
Anand Jain
1
-0
/
+1
2015-03-25
kobject: WARN as tip when call kobject_get() to a kobject not initialized
Ethan Zhao
1
-1
/
+6
2014-11-07
kobject: fix NULL pointer derefernce in kobj_child_ns_ops
Pankaj Dubey
1
-1
/
+1
2014-02-07
sysfs, kobject: add sysfs wrapper for kernfs_enable_ns()
Tejun Heo
1
-1
/
+1
2014-01-30
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-0
/
+1
2014-01-28
kobject: export kobj_sysfs_ops
Jeff Mahoney
1
-0
/
+1
2014-01-08
kobject: Fix source code comment spelling
Bart Van Assche
1
-1
/
+1
2014-01-04
Revert "kobject: introduce kobj_completion"
Greg Kroah-Hartman
1
-50
/
+0
2013-12-11
kernfs: s/sysfs_dirent/kernfs_node/ and rename its friends accordingly
Tejun Heo
1
-1
/
+1
2013-12-08
kobject: fix memory leak in kobject_set_name_vargs
Maurizio Lombardi
1
-1
/
+3
2013-12-07
kobject: remove kset from sysfs immediately in kset_unregister()
Bjorn Helgaas
1
-0
/
+1
2013-12-07
kobject: delay kobject release for random time
Bjorn Helgaas
1
-3
/
+6
2013-11-29
sysfs, kernfs: introduce kernfs_create_dir[_ns]()
Tejun Heo
1
-1
/
+1
2013-11-27
sysfs: drop kobj_ns_type handling, take #2
Tejun Heo
1
-5
/
+22
2013-11-07
Revert "sysfs: drop kobj_ns_type handling"
Linus Torvalds
1
-4
/
+1
2013-10-11
kobject: show debug info on delayed kobject release
Fengguang Wu
1
-1
/
+1
2013-10-03
kobject: grab an extra reference on kobject->sd to allow duplicate deletes
Tejun Heo
1
-0
/
+12
2013-09-29
Merge 3.12-rc3 into driver-core-next
Greg Kroah-Hartman
1
-4
/
+1
2013-09-27
sysfs: Allow mounting without CONFIG_NET
Eric W. Biederman
1
-4
/
+1
2013-09-26
kobject: introduce kobj_completion
Jeff Mahoney
1
-0
/
+50
2013-09-26
sysfs: drop kobj_ns_type handling
Tejun Heo
1
-1
/
+4
2013-09-26
sysfs: remove ktype->namespace() invocations in directory code
Tejun Heo
1
-4
/
+24
2013-09-07
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
1
-0
/
+15
2013-08-28
sysfs: Restrict mounting sysfs
Eric W. Biederman
1
-0
/
+15
2013-07-25
kobject: delayed kobject release: help find buggy drivers
Russell King
1
-3
/
+19
2013-06-07
kobject: sanitize argument for format string
Kees Cook
1
-1
/
+1
2013-05-07
kref: minor cleanup
Anatol Pomozov
1
-1
/
+1
2013-04-13
kobject: fix kset_find_obj() race with concurrent last kobject_put()
Linus Torvalds
1
-1
/
+8
2012-05-07
kobject: fix the uncorrect comment
Zhi Yong Wu
1
-1
/
+1
2012-05-02
Merge 3.4-rc5 into driver-core-next
Greg Kroah-Hartman
1
-7
/
+7
2012-04-23
lib/kobject.c : Remove redundant check in create_dir
yan
1
-7
/
+5
2012-04-10
kobject: provide more diagnostic info for kobject_add_internal() failures
Dan Williams
1
-7
/
+7
2012-03-07
lib: reduce the use of module.h wherever possible
Paul Gortmaker
1
-1
/
+1
2011-12-21
kobject: remove kset_find_obj_hinted()
Kay Sievers
1
-37
/
+0
2011-06-12
Delay struct net freeing while there's a sysfs instance refering to it
Al Viro
1
-17
/
+9
2010-10-22
kobject: Introduce kset_find_obj_hinted.
Robin Holt
1
-0
/
+39
2010-05-21
sysfs: Comment sysfs directory tagging logic
Serge E. Hallyn
1
-0
/
+11
2010-05-21
sysfs: Implement sysfs tagged directory support.
Eric W. Biederman
1
-0
/
+1
2010-05-21
kobj: Add basic infrastructure for dealing with namespaces.
Eric W. Biederman
1
-0
/
+103
2010-03-07
Driver core: Constify struct sysfs_ops in struct kobj_type
Emese Revfy
1
-1
/
+1
2010-03-07
kobject: Constify struct kset_uevent_ops
Emese Revfy
1
-2
/
+2
2009-06-15
kobject: make kset_create check kobject_set_name return value
Dave Young
1
-1
/
+6
2009-04-20
driver: dont update dev_name via device_add path
Kay Sievers
1
-0
/
+3
2009-03-24
driver core: get rid of struct device's bus_id string array
Kay Sievers
1
-1
/
+1
[next]