summaryrefslogtreecommitdiffstats
path: root/include/linux
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-285-2/+388
|\ \ \
| * \ \ Merge branch 'acpi_enable' into releaseLen Brown2010-05-281-1/+0
| |\ \ \
| | * | | ACPI: Unconditionally set SCI_EN on resumeMatthew Garrett2010-05-121-1/+0
| * | | | Add x64 support to debugfsHuang Ying2010-05-191-0/+2
| * | | | ACPI, APEI, UEFI Common Platform Error Record (CPER) headerHuang Ying2010-05-191-0/+314
| * | | | Unified UUID/GUID definitionHuang Ying2010-05-191-0/+70
| * | | | ACPI, APEI, PCIE AER, use general HEST table parsing in AER firmware_first setupHuang Ying2010-05-191-1/+2
| | |/ / | |/| |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-05-285-12/+43
|\ \ \ \
| * | | | 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-274-10/+7
| * | | | 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-274-103/+183
|\ \ \ \ \
| * \ \ \ \ Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Steven Rostedt2010-05-2121-116/+214
| |\ \ \ \ \
| | * | | | | 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-212-10/+12
| | * | | | | perf, trace: Optimize tracepoints by removing IRQ-disable from perf/tracepoin...Peter Zijlstra2010-05-211-6/+3
| | * | | | | Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar2010-05-2029-268/+453
| | |\ \ \ \ \
| | * | | | | | perf: Optimize perf_output_*() by avoiding local_xchg()Peter Zijlstra2010-05-181-0/+1
| | * | | | | | perf: Optimize the hotpath by converting the perf output buffer to local_tPeter Zijlstra2010-05-181-8/+7
| | * | | | | | perf: Optimize the perf_output() path by removing IRQ-disablesPeter Zijlstra2010-05-181-3/+2
| | * | | | | | perf/ftrace: Optimize perf/tracepoint interaction for single eventsPeter Zijlstra2010-05-182-4/+6
| * | | | | | | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Steven Rostedt2010-05-188-49/+116
| |\| | | | | |
| * | | | | | | tracing: Comment the use of event_mutex with trace event flagsSteven Rostedt2010-05-141-1/+8
| * | | | | | | tracing: Combine event filter_active and enable into single flags fieldSteven Rostedt2010-05-141-2/+19
| * | | | | | | tracing: Remove duplicate id information in event structureSteven Rostedt2010-05-141-3/+2
| * | | | | | | tracing: Move print functions into event classSteven Rostedt2010-05-142-15/+5
| * | | | | | | tracing: Allow events to share their print functionsSteven Rostedt2010-05-142-7/+20
| * | | | | | | tracing: Move raw_init from events to classSteven Rostedt2010-05-142-3/+1
| * | | | | | | tracing: Move fields from event to class structureSteven Rostedt2010-05-142-8/+11
| * | | | | | | tracing: Remove per event trace registeringSteven Rostedt2010-05-142-29/+19
| * | | | | | | tracing: Let tracepoints have data passed to tracepoint callbacksSteven Rostedt2010-05-141-23/+72
| * | | | | | | tracepoints: Add check trace callback typeMathieu Desnoyers2010-05-141-1/+6