summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* ext4: isolate ext4_extents.h fileZheng Liu2013-08-281-1/+0Star
* quota: provide interface for readding allocated space into reserved spaceJan Kara2013-08-172-0/+16
* ext4: add support for extent pre-cachingTheodore Ts'o2013-08-171-0/+1
* ext4: cache all of an extent tree's leaf block upon readingTheodore Ts'o2013-08-171-1/+13
* ext4: use unsigned int for es_status valuesTheodore Ts'o2013-08-171-7/+7
* 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-211-2/+2
|\ \
| * \ Merge tag 'iio-fixes-for-3.11a' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2013-07-171-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-191-2/+1Star
|\ \ \ \
| * | | | vlan: mask vlan prio bitsEric Dumazet2013-07-181-2/+1Star
| |/ / /
* | | | 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-152-2/+2
| |/ /
* / / linked-list: Remove __list_for_eachDave Jones2013-07-171-11/+0Star
|/ /
* | Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-07-152-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/+14Star
|\ \ \
| * | | 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/+4Star
| * | | llist: fix/simplify llist_add() and llist_add_batch()Oleg Nesterov2013-07-131-12/+7Star
| * | | 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-143-16/+18
|\ \ \ \
| * | | | net: rename busy poll socket op and globalsEliezer Tamir2013-07-112-5/+5
| * | | | net: rename ll methods to busy-pollEliezer Tamir2013-07-112-11/+13
| * | | | net: rename include/net/ll_poll.h to include/net/busy_poll.hEliezer Tamir2013-07-111-0/+0
* | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2013-07-141-1/+1
|\ \ \ \ \
| * \ \ \ \ Merge branch 'linus' into timers/urgentThomas Gleixner2013-07-12325-1834/+5824
| |\ \ \ \ \
| * \ \ \ \ \ 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-143-359/+379
|\ \ \ \ \ \ \ \
| * | | | | | | | mutex: Move ww_mutex definitions to ww_mutex.hMaarten Lankhorst2013-07-123-359/+379