index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-17
hsi: convert bus code to use dev_groups
Greg Kroah-Hartman
1
-4
/
+6
2013-10-17
xenbus: convert bus code to use dev_groups
Greg Kroah-Hartman
4
-9
/
+21
2013-10-17
ssb: convert bus code to use dev_groups
Greg Kroah-Hartman
1
-11
/
+14
2013-10-17
rapidio: convert bus code to use dev_groups
Greg Kroah-Hartman
3
-16
/
+26
2013-10-17
pcmcia: convert bus code to use dev_groups
Greg Kroah-Hartman
1
-26
/
+39
2013-10-17
bcma: convert bus code to use dev_groups
Greg Kroah-Hartman
1
-7
/
+16
2013-10-17
uwb: convert bus code to use dev_groups
Greg Kroah-Hartman
1
-5
/
+8
2013-10-17
MMC: convert bus code to use dev_groups
Greg Kroah-Hartman
2
-14
/
+19
2013-10-17
PNP: convert bus code to use dev_groups
Greg Kroah-Hartman
3
-19
/
+28
2013-10-17
drivers/base/core.c: output device renaming messages with dev_dbg().
ethan.zhao
1
-2
/
+1
2013-10-17
devres: add kernel standard devm_k.alloc functions
Joe Perches
2
-13
/
+35
2013-10-14
sysfs/bin: Fix size handling overflow for bin_attribute
Benjamin Herrenschmidt
1
-1
/
+1
2013-10-14
sysfs: make sysfs_file_ops() follow ignore_lockdep flag
Tejun Heo
3
-21
/
+20
2013-10-12
kobject: show debug info on delayed kobject release
Fengguang Wu
1
-1
/
+1
2013-10-06
driver core: remove dev_bin_attrs from struct class
Greg Kroah-Hartman
2
-41
/
+2
2013-10-06
driver core: remove dev_attrs from struct class
Greg Kroah-Hartman
2
-39
/
+1
2013-10-06
sysfs: merge regular and bin file handling
Tejun Heo
7
-502
/
+28
2013-10-06
sysfs: prepare open path for unified regular / bin file handling
Tejun Heo
1
-25
/
+33
2013-10-06
sysfs: copy bin mmap support from fs/sysfs/bin.c to fs/sysfs/file.c
Tejun Heo
3
-1
/
+249
2013-10-06
sysfs: add sysfs_bin_read()
Tejun Heo
1
-0
/
+65
2013-10-06
sysfs: prepare path write for unified regular / bin file handling
Tejun Heo
2
-6
/
+35
2013-10-06
sysfs: collapse fs/sysfs/bin.c::fill_read() into read()
Tejun Heo
1
-21
/
+15
2013-10-06
sysfs: skip bin_buffer->buffer while reading
Tejun Heo
1
-13
/
+8
2013-10-06
sysfs: use seq_file when reading regular files
Tejun Heo
1
-91
/
+73
2013-10-06
sysfs: use transient write buffer
Tejun Heo
1
-62
/
+52
2013-10-06
sysfs: add sysfs_open_file->sd and ->file
Tejun Heo
1
-11
/
+12
2013-10-06
sysfs: rename sysfs_buffer to sysfs_open_file
Tejun Heo
1
-64
/
+63
2013-10-06
sysfs: add sysfs_open_file_mutex
Tejun Heo
1
-6
/
+12
2013-10-06
sysfs: remove sysfs_buffer->ops
Tejun Heo
1
-12
/
+21
2013-10-05
sysfs: remove sysfs_buffer->needs_read_fill
Tejun Heo
1
-12
/
+12
2013-10-05
sysfs: remove unused sysfs_buffer->pos
Tejun Heo
1
-1
/
+0
2013-10-04
sysfs: introduce [__]sysfs_remove()
Tejun Heo
4
-28
/
+29
2013-10-04
sysfs: make __sysfs_remove_dir() recursive
Tejun Heo
1
-11
/
+64
2013-10-04
kobject: grab an extra reference on kobject->sd to allow duplicate deletes
Tejun Heo
2
-1
/
+18
2013-10-04
sysfs: remove sysfs_addrm_cxt->parent_sd
Tejun Heo
5
-36
/
+38
2013-10-04
fs/debugfs: add declaration for no CONFIG_DEBUG_FS
Weijie Yang
1
-0
/
+12
2013-09-30
Merge 3.12-rc3 into driver-core-next
Greg Kroah-Hartman
230
-1253
/
+2355
2013-09-30
Linux 3.12-rc3
v3.12-rc3
Linus Torvalds
1
-1
/
+1
2013-09-30
Merge tag 'usb-3.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
21
-107
/
+201
2013-09-30
Merge tag 'tty-3.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
5
-13
/
+10
2013-09-30
Merge tag 'staging-3.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
12
-16
/
+31
2013-09-30
Merge tag 'driver-core-3.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-7
/
+7
2013-09-30
Merge tag 'char-misc-3.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
12
-50
/
+116
2013-09-29
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-26
/
+1
2013-09-29
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
26
-77
/
+266
2013-09-29
Revert "perf symbols: Demangle cloned functions"
Ingo Molnar
1
-26
/
+1
2013-09-29
Merge branch 'msm-fixes-3.12-rc2' of git://people.freedesktop.org/~robclark/l...
Dave Airlie
3
-13
/
+4
2013-09-29
Merge branches 'sched-urgent-for-linus', 'timers-urgent-for-linus' and 'x86-u...
Linus Torvalds
7
-6
/
+31
2013-09-29
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
8
-41
/
+75
2013-09-29
Merge tag 'xfs-for-linus-v3.12-rc3' of git://oss.sgi.com/xfs/xfs
Linus Torvalds
5
-22
/
+68
[next]