summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | cgroup: remove bcache_subsys_id which got added stealthilyTejun Heo2013-07-091-38/+7
* | | | | | | Merge tag 'trace-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2013-07-221-4/+0
|\ \ \ \ \ \ \
| * | | | | | | tracing/perf: Move the PERF_MAX_TRACE_SIZE check into perf_trace_buf_prepare()Oleg Nesterov2013-07-181-4/+0
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'for-3.11/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2013-07-226-110/+346
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Merge branch 'bcache-for-3.11' of git://evilpiepirate.org/~kent/linux-bcache ...Jens Axboe2013-07-021-109/+272
| |\ \ \ \ \ \
| | * | | | | | bcache: Rip out pkey()/pbtree()Kent Overstreet2013-06-261-0/+33
| | * | | | | | bcache: Fix/revamp tracepointsKent Overstreet2013-06-261-111/+241
| * | | | | | | Merge tag 'v3.10-rc7' into for-3.11/driversJens Axboe2013-07-0278-198/+425
| |\| | | | | |
| * | | | | | | drbd: Allow online change of al-stripes and al-stripe-sizePhilipp Reisner2013-06-283-1/+16
| * | | | | | | Merge branch 'stable/for-jens-3.10' of git://git.kernel.org/pub/scm/linux/ker...Jens Axboe2013-06-282-0/+58
| |\ \ \ \ \ \ \
| | * | | | | | | xen/io/ring.h: new macro to detect whether there are too many requests on the...Jan Beulich2013-06-171-0/+5
| | * | | | | | | xen-block: implement indirect descriptorsRoger Pau Monne2013-04-181-0/+53
* | | | | | | | | Merge tag 'acpi-video-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-07-214-1/+27
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ACPI / video / i915: No ACPI backlight if firmware expects Windows 8Rafael J. Wysocki2013-07-182-1/+11
| * | | | | | | | | ACPICA: expose OSI versionAaron Lu2013-07-182-0/+16
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'staging-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-07-201-2/+2
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge tag 'iio-fixes-for-3.11a' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2013-07-161-2/+2
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| | * | | | | | | | iio: Fix iio_channel_has_infoAlexandre Belloni2013-07-021-2/+2
* | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-07-202-3/+3
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | vfs: constify dentry parameter in d_count()Peng Tao2013-07-201-1/+1
| * | | | | | | | | | allow O_TMPFILE to work with O_WRONLYAl Viro2013-07-201-2/+2
* | | | | | | | | | | Merge tag 'pm+acpi-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-07-191-2/+2
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
| * | | | | | | | | | PM / Sleep: Fix comment typo in pm_wakeup.hChanwoo Choi2013-07-151-2/+2
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-07-181-2/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | vlan: mask vlan prio bitsEric Dumazet2013-07-181-2/+1
| |/ / / / / / / / /
* | | | | | | | | | 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-144-19/+14
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | 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
| * | | | | | | | | Safer ABI for O_TMPFILEAl Viro2013-07-131-2/+6
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-07-133-16/+18
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | net: rename busy poll socket op and globalsEliezer Tamir2013-07-102-5/+5
| * | | | | | | | | | net: rename ll methods to busy-pollEliezer Tamir2013-07-102-11/+13