aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2013-07-21Merge tag 'acpi-video-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 4-1/+27
2013-07-20Merge tag 'staging-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+2
2013-07-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-3/+3
2013-07-20vfs: constify dentry parameter in d_count()Gravatar Peng Tao 1-1/+1
2013-07-20allow O_TMPFILE to work with O_WRONLYGravatar Al Viro 1-2/+2
2013-07-19Merge tag 'pm+acpi-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+2
2013-07-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-2/+1
2013-07-18vlan: mask vlan prio bitsGravatar Eric Dumazet 1-2/+1
2013-07-18Merge tag 'driver-core-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-17/+84
2013-07-18Merge branch 'cpuinit_phase2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-2/+2
2013-07-18ACPI / video / i915: No ACPI backlight if firmware expects Windows 8Gravatar Rafael J. Wysocki 2-1/+11
2013-07-18ACPICA: expose OSI versionGravatar Aaron Lu 2-0/+16
2013-07-16Merge tag 'iio-fixes-for-3.11a' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Greg Kroah-Hartman 1-2/+2
2013-07-16linked-list: Remove __list_for_eachGravatar Dave Jones 1-11/+0
2013-07-16sysfs: use file mode defines from stat.hGravatar Oliver Schinagl 1-8/+9
2013-07-16sysfs: add more helper macro's for (bin_)attribute(_groups)Gravatar Oliver Schinagl 1-13/+38
2013-07-16driver core: add default groups to struct classGravatar Greg Kroah-Hartman 1-1/+3
2013-07-16driver core: Introduce device_create_groupsGravatar Guenter Roeck 1-0/+5
2013-07-16sysfs: add support for binary attributes in groupsGravatar Greg Kroah-Hartman 1-2/+2
2013-07-16driver core: device.h: add RW and RO attribute macrosGravatar Greg Kroah-Hartman 1-7/+21
2013-07-16sysfs.h: add BIN_ATTR macroGravatar Greg Kroah-Hartman 1-0/+9
2013-07-16sysfs.h: add ATTRIBUTE_GROUPS() macroGravatar Greg Kroah-Hartman 1-0/+9
2013-07-16sysfs.h: add __ATTR_RW() macroGravatar Greg Kroah-Hartman 1-0/+2
2013-07-14kernel: delete __cpuinit usage from all core kernel filesGravatar Paul Gortmaker 2-2/+2
2013-07-15PM / Sleep: Fix comment typo in pm_wakeup.hGravatar Chanwoo Choi 1-2/+2
2013-07-14Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-23/+42
2013-07-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 4-19/+14
2013-07-14rpc_create_*_dir: don't bother with qstrGravatar Al Viro 1-2/+2
2013-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 3-16/+18
2013-07-13Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-1/+1
2013-07-13Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 3-359/+379
2013-07-13Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusGravatar Linus Torvalds 2-0/+25
2013-07-13Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Gravatar Linus Torvalds 14-17/+2673
2013-07-13Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 21-460/+299
2013-07-13llist: llist_add() can use llist_add_batch()Gravatar Oleg Nesterov 1-10/+4
2013-07-13llist: fix/simplify llist_add() and llist_add_batch()Gravatar Oleg Nesterov 1-12/+7
2013-07-13fput: turn "list_head delayed_fput_list" into llist_headGravatar Oleg Nesterov 1-0/+2
2013-07-13Safer ABI for O_TMPFILEGravatar Al Viro 1-2/+6
2013-07-12Merge branch 'linus' into timers/urgentGravatar Thomas Gleixner 325-1834/+5824
2013-07-12mutex: Move ww_mutex definitions to ww_mutex.hGravatar Maarten Lankhorst 3-359/+379
2013-07-11Merge branches 'mlx5', 'qib' and 'srp' into for-nextGravatar Roland Dreier 1-2/+2
2013-07-11mlx5_core: Adjust hca_cap.uar_page_sz to conform to Connect-IB specGravatar Moshe Lazer 1-2/+2
2013-07-11Merge tag 'dm-3.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-5/+5
2013-07-11Merge branch 'for-3.11/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-1/+7
2013-07-11Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Gravatar Linus Torvalds 6-22/+250
2013-07-11Merge tag 'remoteproc-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2013-07-11Merge tag 'xtensa-next-20130710' of git://github.com/czankel/xtensa-linuxGravatar Linus Torvalds 1-2/+2
2013-07-11Merge tag 'pm+acpi-3.11-rc1-more' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2013-07-11Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Gravatar Linus Torvalds 1-2/+2
2013-07-11Merge tag 'nfs-for-3.11-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-0/+1