summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Revert "cpusets: randomize node rotor used in cpuset_mem_spread_node()"Linus Torvalds2010-05-302-9/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2010-05-301-0/+2
|\
| * sched: add wait_for_completion_killable_timeoutSage Weil2010-05-291-0/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2010-05-291-0/+16
|\ \
| * | ALSA: usb-audio: parse UAC2 endpoint descriptors correctlyDaniel Mack2010-05-271-0/+16
* | | Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2010-05-281-3/+5
|\ \ \
| * | | cpuidle: make cpuidle_curr_driver staticLen Brown2010-05-271-0/+2
| * | | cpuidle: fail to register if !CONFIG_CPU_IDLELen Brown2010-05-271-3/+3
| | |/ | |/|
* | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2010-05-2813-30/+468
|\ \ \
| * \ \ Merge branch 'misc-2.6.35' into releaseLen Brown2010-05-281-13/+0
| |\ \ \
| | * | | ACPI: delete unused c-state promotion/demotion data strucuturesLen Brown2010-05-211-13/+0
| | |/ /
| | | |
| | \ \
| *-. \ \ Merge branches 'video' and 'video-edid' into releaseLen Brown2010-05-281-0/+16
| |\ \ \ \ | | | |/ / | | |/| |
| | | * | ACPI: Export EDID blocks to the kernelMatthew Garrett2010-04-191-0/+16
| * | | | Merge branch 'acpi_enable' into releaseLen Brown2010-05-281-1/+0
| |\ \ \ \
| | * | | | ACPI: Unconditionally set SCI_EN on resumeMatthew Garrett2010-05-121-1/+0
| * | | | | Merge branch 'bjorn-pci-root-v4-2.6.35' into releaseLen Brown2010-05-282-3/+2
| |\ \ \ \ \
| | * | | | | ACPI: pci_root: pass acpi_pci_root to arch-specific scanBjorn Helgaas2010-04-041-2/+1
| | * | | | | ACPI: pci_root: save downstream bus rangeBjorn Helgaas2010-04-041-1/+1
| * | | | | | Add x64 support to debugfsHuang Ying2010-05-191-0/+2
| * | | | | | ACPI, APEI, Error Record Serialization Table (ERST) supportHuang Ying2010-05-191-0/+21
| * | | | | | ACPI, APEI, UEFI Common Platform Error Record (CPER) headerHuang Ying2010-05-191-0/+314
| * | | | | | Unified UUID/GUID definitionHuang Ying2010-05-191-0/+70
| * | | | | | ACPI Hardware Error Device (PNP0C33) supportHuang Ying2010-05-191-0/+18
| * | | | | | ACPI, APEI, PCIE AER, use general HEST table parsing in AER firmware_first setupHuang Ying2010-05-192-13/+2
| * | | | | | ACPI, APEI, HEST table parsingHuang Ying2010-05-191-0/+13
| * | | | | | ACPI, IO memory pre-mapping and atomic accessingHuang Ying2010-05-191-0/+10
| | |_|/ / / | |/| | | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-05-283-8/+16
|\ \ \ \ \ \
| * | | | | | net: fix lock_sock_bh/unlock_sock_bhEric Dumazet2010-05-271-6/+14
| * | | | | | sctp: dubious bitfields in sctp_transportDan Carpenter2010-05-261-1/+1
| * | | | | | cls_cgroup: Initialise classid when module is absentHerbert Xu2010-05-251-1/+1
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-05-286-14/+47
|\ \ \ \ \ \ \
| * | | | | | | fs: introduce new truncate sequencenpiggin@suse.de2010-05-272-1/+35
| * | | | | | | rename the generic fsync implementationsChristoph Hellwig2010-05-271-2/+2
| * | | | | | | drop unused dentry argument to ->fsyncChristoph Hellwig2010-05-275-12/+11
| * | | | | | | get rid of the magic around f_count in aioAl Viro2010-05-272-1/+1
* | | | | | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2010-05-271-7/+29
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | libata: implement dump_id force paramTejun Heo2010-05-251-0/+1
| * | | | | | | libata-sff: make BMDMA optionalTejun Heo2010-05-251-6/+16
| * | | | | | | libata-sff: separate out BMDMA initTejun Heo2010-05-251-0/+7
| * | | | | | | libata-sff: separate out BMDMA irq handlerTejun Heo2010-05-251-1/+4
| * | | | | | | libata-sff: ata_sff_irq_clear() is BMDMA specificTejun Heo2010-05-251-0/+1
* | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-05-276-265/+280
|\ \ \ \ \ \ \ \
| * | | | | | | | tracing: Add __used annotation to event variableSteven Rostedt2010-05-251-1/+1
| * | | | | | | | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Steven Rostedt2010-05-2132-182/+303
| |\ \ \ \ \ \ \ \
| | * | | | | | | | perf: Remove more code from the fastpathPeter Zijlstra2010-05-211-2/+0
| | * | | | | | | | perf: Optimize the !vmalloc backed bufferPeter Zijlstra2010-05-211-1/+1
| | * | | | | | | | perf: Optimize perf_output_copy()Peter Zijlstra2010-05-211-0/+3
| | * | | | | | | | perf: Fix wakeup storm for RO mmap()sPeter Zijlstra2010-05-211-1/+1
| | * | | | | | | | perf, trace: Optimize tracepoints by using per-tracepoint-per-cpu hlist to tr...Peter Zijlstra2010-05-213-11/+15
| | * | | | | | | | perf, trace: Optimize tracepoints by removing IRQ-disable from perf/tracepoin...Peter Zijlstra2010-05-212-16/+10
OpenPOWER on IntegriCloud