summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-07-182-17/+84
|\
| * sysfs: use file mode defines from stat.hOliver Schinagl2013-07-161-8/+9
| * sysfs: add more helper macro's for (bin_)attribute(_groups)Oliver Schinagl2013-07-161-13/+38
| * driver core: add default groups to struct classGreg Kroah-Hartman2013-07-161-1/+3
| * driver core: Introduce device_create_groupsGuenter Roeck2013-07-161-0/+5
| * sysfs: add support for binary attributes in groupsGreg Kroah-Hartman2013-07-161-2/+2
| * driver core: device.h: add RW and RO attribute macrosGreg Kroah-Hartman2013-07-161-7/+21
| * sysfs.h: add BIN_ATTR macroGreg Kroah-Hartman2013-07-161-0/+9
| * sysfs.h: add ATTRIBUTE_GROUPS() macroGreg Kroah-Hartman2013-07-161-0/+9
| * sysfs.h: add __ATTR_RW() macroGreg Kroah-Hartman2013-07-161-0/+2
* | Merge branch 'cpuinit_phase2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-07-182-2/+2
|\ \
| * | kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker2013-07-142-2/+2
| |/
* / linked-list: Remove __list_for_eachDave Jones2013-07-161-11/+0
|/
* Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-07-142-23/+42
|\
| * slab: add kmalloc() to kernel API documentationMichael Opdenacker2013-07-072-12/+14
| * slob: Rework #ifdeffery in slab.hChristoph Lameter2013-06-181-11/+28
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-07-143-17/+8
|\ \
| * | rpc_create_*_dir: don't bother with qstrAl Viro2013-07-141-2/+2
| * | llist: llist_add() can use llist_add_batch()Oleg Nesterov2013-07-131-10/+4
| * | llist: fix/simplify llist_add() and llist_add_batch()Oleg Nesterov2013-07-131-12/+7
| * | fput: turn "list_head delayed_fput_list" into llist_headOleg Nesterov2013-07-131-0/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-07-131-1/+1
|\ \ \
| * | | net: rename ll methods to busy-pollEliezer Tamir2013-07-101-1/+1
* | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2013-07-131-1/+1
|\ \ \ \
| * \ \ \ Merge branch 'linus' into timers/urgentThomas Gleixner2013-07-12197-1056/+2775
| |\ \ \ \
| * \ \ \ \ Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar2013-07-101-1/+1
| |\ \ \ \ \
| | * | | | | watchdog: Rename confusing state variableFrederic Weisbecker2013-06-201-1/+1
* | | | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-07-133-359/+379
|\ \ \ \ \ \ \
| * | | | | | | mutex: Move ww_mutex definitions to ww_mutex.hMaarten Lankhorst2013-07-123-359/+379
* | | | | | | | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2013-07-138-0/+2467
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| | | | | | | |
| | \ \ \ \ \ \
| *-. \ \ \ \ \ \ Merge branches 'mlx5', 'qib' and 'srp' into for-nextRoland Dreier2013-07-111-2/+2
| |\ \ \ \ \ \ \ \
| | * | | | | | | | mlx5_core: Adjust hca_cap.uar_page_sz to conform to Connect-IB specMoshe Lazer2013-07-111-2/+2
| | | | | | | | | |
| | \ \ \ \ \ \ \ \
| *-. | | | | | | | | Merge branches 'af_ib', 'cxgb4', 'misc', 'mlx5', 'ocrdma', 'qib' and 'srp' in...Roland Dreier2013-07-087-0/+2465
| |\ \| | | | | | | | | | | |/ / / / / / / | | |/| | | | | | |
| | | * | | | | | | mlx5: Fix parameter type of health_handler_tRoland Dreier2013-07-081-1/+1
| | | * | | | | | | mlx5: Add driver for Mellanox Connect-IB adaptersEli Cohen2013-07-087-0/+2465
| | |/ / / / / / /
| * / / / / / / / RDMA/cma: Define native IB addressSean Hefty2013-06-201-0/+2
| |/ / / / / / /
* | | | | | | | Merge tag 'dm-3.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-07-111-3/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | dm: optimize use SRCU and RCUMikulas Patocka2013-07-101-3/+3
* | | | | | | | | Merge branch 'for-3.11/core' of git://git.kernel.dk/linux-blockLinus Torvalds2013-07-112-1/+7
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | elevator: Fix a race in elevator switchingJianpeng Ma2013-07-031-1/+5
| * | | | | | | | | blk-throttle: implement proper hierarchy supportTejun Heo2013-05-141-0/+2
* | | | | | | | | | Merge tag 'remoteproc-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-07-111-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | remoteproc/omap: fix a sparse warningSuman Anna2013-07-011-1/+1
* | | | | | | | | | | Merge tag 'xtensa-next-20130710' of git://github.com/czankel/xtensa-linuxLinus Torvalds2013-07-111-2/+2
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | xtensa: remove the second argument of __bio_kmap_atomic()Zhao Hongjiang2013-07-081-2/+2
* | | | | | | | | | | | Merge tag 'pm+acpi-3.11-rc1-more' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-07-111-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | cpufreq: Fix serialization of frequency transitionsViresh Kumar2013-07-041-1/+1
* | | | | | | | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2013-07-111-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | thermal: cpu_cooling: fix stub functionArnd Bergmann2013-07-081-2/+2
* | | | | | | | | | | | | | Merge tag 'nfs-for-3.11-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2013-07-111-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \