summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-026-34/+57
|\
| * MAX_LFS_FILESIZE should be a loff_tChuck Lever2012-10-021-2/+2
| * compat: fs: Generic compat_sys_sendfile implementationCatalin Marinas2012-10-021-0/+3
| * coredump: move core dump functionality into its own fileAlex Kelly2012-10-021-0/+1
| * switch simple cases of fget_light to fdgetAl Viro2012-09-261-2/+3
| * new helpers: fdget()/fdput()Al Viro2012-09-261-0/+26
| * make get_file() return its argumentAl Viro2012-09-261-1/+5
| * new helper: daemonize_descriptors()Al Viro2012-09-261-0/+1
| * new helper: iterate_fd()Al Viro2012-09-261-0/+3
| * make expand_files() and alloc_fd() staticAl Viro2012-09-262-2/+0
| * take __{set,clear}_{open_fd,close_on_exec}() into fs/file.cAl Viro2012-09-261-20/+0
| * new helper: replace_fd()Al Viro2012-09-261-0/+1
| * take purely descriptor-related stuff from fcntl.c to file.cAl Viro2012-09-261-0/+2
| * take close-on-exec logics to fs/file.c, clean it up a bitAl Viro2012-09-261-0/+1
| * take descriptor-related part of close() to file.cAl Viro2012-09-261-0/+2
| * expose a low-level variant of fd_install() for binderAl Viro2012-09-261-0/+2
| * move files_struct-related bits from kernel/exit.c to fs/file.cAl Viro2012-09-261-6/+0
| * new helper: __alloc_fd()Al Viro2012-09-261-0/+3
| * make get_unused_fd_flags() a functionAl Viro2012-09-261-2/+2
| * unexport sock_map_fd(), switch to sock_alloc_file()Al Viro2012-09-261-1/+2
* | Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2012-10-028-9/+50
|\ \
| * \ Merge SCSI misc branch into isci-for-3.6 tagJames Bottomley2012-10-028-9/+50
| |\ \
| | * | [SCSI] sd: Ensure we correctly disable devices with unknown protection typeMartin K. Petersen2012-09-241-0/+6
| | * | [SCSI] hpsa: gen8plus Smart Array IDsMike Miller2012-09-241-0/+1
| | * | [SCSI] fc-transport: Remove unnecessary includeRobert Love2012-09-241-2/+0
| | * | [SCSI] Disable DIF on Hitachi Ultrastar 15K300Martin K. Petersen2012-09-242-0/+5
| | * | [SCSI] libsas, ipr: cleanup ata_host flags initialization via ata_host_initDan Williams2012-08-241-2/+1
| | * | [SCSI] libsas: suspend / resume supportDan Williams2012-08-242-5/+25
| | * | [SCSI] libata: export ata_port suspend/resume infrastructure for sasDan Williams2012-08-241-0/+11
| | * | [SCSI] libata: reset onceDan Williams2012-08-241-0/+1
* | | | Merge tag 'pm-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-10-026-27/+99
|\ \ \ \
| * \ \ \ Merge branch 'pm-cpuidle'Rafael J. Wysocki2012-09-241-2/+0
| |\ \ \ \
| | * | | | cpuidle / ACPI : move cpuidle_device field out of the acpi_processor_power st...Daniel Lezcano2012-09-171-2/+0
| * | | | | Merge branch 'pm-cpufreq'Rafael J. Wysocki2012-09-171-0/+8
| |\ \ \ \ \
| | * | | | | PM / OPP: Initialize OPP table from device treeShawn Guo2012-09-091-0/+8
| * | | | | | Merge branch 'pm-domains'Rafael J. Wysocki2012-09-171-17/+56
| |\ \ \ \ \ \
| | * | | | | | PM / Domains: Operations related to cpuidle using domain namesRafael J. Wysocki2012-09-041-0/+10
| | * | | | | | PM / Domains: Document cpuidle-related functions and change their namesRafael J. Wysocki2012-09-041-4/+4
| | * | | | | | PM / Domains: Add power-on function using names to identify domainsRafael J. Wysocki2012-09-041-0/+5
| | * | | | | | PM / Domains: Make it possible to use names when adding subdomainsRafael J. Wysocki2012-09-041-0/+7
| | * | | | | | PM / Domains: Make it possible to use domain names when adding devicesRafael J. Wysocki2012-09-041-13/+30
| * | | | | | | Merge branch 'pm-cpuidle'Rafael J. Wysocki2012-09-171-5/+2
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| | * | | | | | ACPI / processor: remove unused function parameterDaniel Lezcano2012-09-151-4/+2
| | * | | | | | cpuidle / ACPI : remove power from acpi_processor_cx structureDaniel Lezcano2012-09-051-1/+0
| | | |/ / / / | | |/| | | |
| * | | | | | Merge branch 'pm-timers'Rafael J. Wysocki2012-09-174-3/+33
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | PM: Do not use the syscore flag for runtime PMRafael J. Wysocki2012-09-042-5/+8
| | * | | | | PM / Domains: Move syscore flag from subsys data to struct deviceRafael J. Wysocki2012-09-042-3/+5
| | * | | | | PM / Domains: Rename the always_on device flag to syscoreRafael J. Wysocki2012-09-041-3/+3
| | * | | | | PM / Runtime: Allow helpers to be called by early platform driversRafael J. Wysocki2012-09-041-0/+1
| | * | | | | timekeeping: Add suspend and resume of clock event devicesRafael J. Wysocki2012-09-041-0/+8