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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.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
path:
root
/
include
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2008-07-22
sysdev: Add utility functions for simple int/ulong variable sysdev attributes
Andi Kleen
1
-0
/
+34
2008-07-22
sysdev: Pass the attribute to the low level sysdev show/store function
Andi Kleen
1
-2
/
+3
2008-07-22
driver core: Suppress sysfs warnings for device_rename().
Cornelia Huck
1
-0
/
+10
2008-07-22
debugfs: Implement debugfs_remove_recursive()
Haavard Skinnemoen
1
-0
/
+4
2008-07-22
kobject: reorder kobject to save space on 64 bit builds
Richard Kennedy
1
-1
/
+1
2008-07-22
UIO: minor style and comment fixes
Uwe Kleine-König
1
-3
/
+3
2008-07-22
UIO: Add write function to allow irq masking
Hans J. Koch
1
-0
/
+2
2008-07-22
driver core: remove DEVICE_ID_SIZE define
Greg Kroah-Hartman
1
-1
/
+0
2008-07-22
driver core: remove DEVICE_NAME_SIZE define
Kay Sievers
2
-4
/
+1
2008-07-22
driver core: remove KOBJ_NAME_LEN define
Kay Sievers
3
-4
/
+2
2008-07-22
class: add lockdep infrastructure
Matthew Wilcox
1
-2
/
+23
2008-07-22
class: move driver core specific parts to a private structure
Greg Kroah-Hartman
1
-5
/
+2
2008-07-22
Driver Core: add ability for class_find_device to start in middle of list
Greg Kroah-Hartman
1
-1
/
+2
2008-07-22
Driver Core: add ability for class_for_each_device to start in middle of list
Greg Kroah-Hartman
1
-1
/
+2
2008-07-22
device create: convert device_create_drvdata to device_create
Greg Kroah-Hartman
1
-5
/
+4
2008-07-22
driver core: remove device_create()
Greg Kroah-Hartman
1
-3
/
+0
2008-07-22
sysfs: add /sys/dev/{char,block} to lookup sysfs path by major:minor
Dan Williams
1
-0
/
+3
2008-07-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
Linus Torvalds
5
-9
/
+521
2008-07-22
USB: Force unbinding of drivers lacking reset_resume or other methods
Alan Stern
1
-0
/
+1
2008-07-22
USB: fix usb_reset_device and usb_reset_composite_device(take 3)
Ming Lei
1
-3
/
+2
2008-07-22
USB: remove interface parameter of usb_reset_composite_device
Ming Lei
1
-2
/
+1
2008-07-22
USB Gadget: documentation update
Alan Stern
1
-2
/
+6
2008-07-22
usb: irda: cleanup on ir-usb module
Felipe Balbi
1
-0
/
+151
2008-07-22
usb gadget: composite gadget core
David Brownell
1
-0
/
+338
2008-07-22
usb gadget: descriptor copying support
David Brownell
1
-0
/
+19
2008-07-22
USB: remove CVS keywords
Adrian Bunk
1
-2
/
+0
2008-07-22
USB: implement "soft" unbinding
Alan Stern
1
-0
/
+3
2008-07-22
USB: handle pci_name() being const
Greg Kroah-Hartman
1
-1
/
+1
2008-07-22
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...
Linus Torvalds
1
-3
/
+0
2008-07-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
3
-11
/
+8
2008-07-21
Merge branch 'x86/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+2
2008-07-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dm
Linus Torvalds
2
-2
/
+8
2008-07-21
Merge branch 'for-linus' of git://neil.brown.name/md
Linus Torvalds
6
-28
/
+61
2008-07-21
netfilter: nfnetlink_log: send complete hardware header
Eric Leblond
1
-0
/
+3
2008-07-21
netfilter: accounting rework: ct_extend + 64bit counters (v4)
Krzysztof Piotr Oledzki
2
-11
/
+5
2008-07-21
Merge branches 'x86/urgent', 'x86/amd-iommu', 'x86/apic', 'x86/cleanups', 'x8...
Ingo Molnar
1
-0
/
+2
2008-07-21
dm: introduce merge_bvec_fn
Milan Broz
2
-2
/
+8
2008-07-21
md: Protect access to mddev->disks list using RCU
NeilBrown
1
-0
/
+3
2008-07-21
md: only count actual openers as access which prevent a 'stop'
NeilBrown
1
-1
/
+2
2008-07-21
md: linear: Make array_size sector-based and rename it to array_sectors.
Andre Noll
1
-1
/
+1
2008-07-21
md: Make mddev->array_size sector-based.
Andre Noll
1
-1
/
+1
2008-07-21
Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 into next
Dmitry Torokhov
212
-1753
/
+4577
2008-07-21
Merge branch 'for-2.6.27' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
8
-34
/
+56
2008-07-21
Merge branch 'for-linus' of git://git.o-hand.com/linux-mfd
Linus Torvalds
1
-90
/
+95
2008-07-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb
Linus Torvalds
2
-8
/
+14
2008-07-21
Merge branch 'kvm-updates-2.6.27' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-6
/
+38
2008-07-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
51
-433
/
+1385
2008-07-21
Merge branch 'configfs-fixup-ptr-error' of git://oss.oracle.com/git/jlbec/lin...
Linus Torvalds
1
-3
/
+4
2008-07-21
tty: add more tty_port fields
Alan Cox
2
-4
/
+4
2008-07-21
cyclades: use tty_port
Alan Cox
1
-6
/
+1
[next]