summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * perf tools: Remove brace expansion from clean targetPalmer Cox2012-08-031-1/+2
| * perf kvm top: Limit guest kernel info message to onceDavid Ahern2012-08-031-2/+11
| * perf tools: Introduce intlistDavid Ahern2012-08-033-0/+178
| * perf tools: Change strlist to use the new rblistDavid Ahern2012-08-032-84/+57Star
| * perf tools: Introducing rblistDavid Ahern2012-08-033-0/+156
| * perf kvm: Use strtol for walking guestmount directoryDavid Ahern2012-08-031-1/+9
| * perf tool: Save cmdline from user in file header vs what is passed to recordDavid Ahern2012-08-033-2/+12
| * perf top: Error handling for counter creation should parallel perf-recordDavid Ahern2012-08-031-2/+4
| * perf session: Remove no longer used synthesize_sample methodArnaldo Carvalho de Melo2012-08-032-12/+0Star
| * perf evsel: Adopt parse_sample method from perf_eventArnaldo Carvalho de Melo2012-08-025-15/+11Star
| * perf evlist: Introduce perf_evlist__parse_sampleArnaldo Carvalho de Melo2012-08-027-31/+21Star
| * perf session: Use perf_evlist__id_hdr_size more extensivelyArnaldo Carvalho de Melo2012-08-024-10/+10
| * perf session: Use perf_evlist__sample_id_all more extensivelyArnaldo Carvalho de Melo2012-08-022-6/+4Star
| * perf session: Use perf_evlist__sample_type more extensivelyArnaldo Carvalho de Melo2012-08-024-27/+30
| * perf evsel: Precalculate the sample sizeArnaldo Carvalho de Melo2012-08-016-25/+24Star
| * perf target: Fix check on buffer sizeNamhyung Kim2012-08-011-1/+1
| * perf symbols: Fix array sizes for binary types arraysJiri Olsa2012-08-011-2/+2
| * perf test: Fix parse events automated testsJiri Olsa2012-08-011-6/+6
* | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2012-08-0431-194/+38Star
|\ \
| * | missed mnt_drop_write() in do_dentry_open()Al Viro2012-08-041-1/+1
| * | UBIFS: nuke pdflush from commentsArtem Bityutskiy2012-08-042-6/+6
| * | gfs2: nuke pdflush from commentsArtem Bityutskiy2012-08-041-1/+1
| * | drbd: nuke pdflush from commentsArtem Bityutskiy2012-08-041-2/+2
| * | nilfs2: nuke write_super from commentsArtem Bityutskiy2012-08-042-6/+0Star
| * | hfs: nuke write_super from commentsArtem Bityutskiy2012-08-041-2/+2
| * | vfs: nuke pdflush from commentsArtem Bityutskiy2012-08-042-2/+1Star
| * | jbd/jbd2: nuke write_super from commentsArtem Bityutskiy2012-08-042-4/+4
| * | btrfs: nuke pdflush from commentsArtem Bityutskiy2012-08-042-2/+3
| * | btrfs: nuke write_super from commentsArtem Bityutskiy2012-08-042-8/+0Star
| * | ext4: nuke pdflush from commentsArtem Bityutskiy2012-08-041-1/+1
| * | ext4: nuke write_super from commentsArtem Bityutskiy2012-08-042-19/+0Star
| * | ext3: nuke write_super from commentsArtem Bityutskiy2012-08-042-19/+0Star
| * | Documentation: fix the VM knobs descritpion WRT pdflushArtem Bityutskiy2012-08-042-13/+13
| * | Documentation: get rid of write_superArtem Bityutskiy2012-08-034-11/+4Star
| * | vfs: kill write_super and sync_supersArtem Bityutskiy2012-08-035-97/+0Star
* | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2012-08-0318-146/+73Star
|\ \ \ | |/ / |/| |
| | |
| | \
| | \
| | \
| *---. \ Merge branches 'delete-gts-bfs', 'misc', 'novell-bugzilla-757888-numa' and 'o...Len Brown2012-08-037366-189610/+452431
| |\ \ \ \
| | | | * | ACPI / PCI: Do not try to acquire _OSC control if that is hopelessRafael J. Wysocki2012-07-311-2/+9
| | | * | | ACPI: Only count valid srat memory structuresThomas Renninger2012-08-034-13/+17
| | | * | | ACPI: Untangle a return statement for better readabilityThomas Renninger2012-08-031-2/+4
| | * | | | ACPI processor: Fix tick_broadcast_mask online/offline regressionFeng Tang2012-08-031-1/+1
| | * | | | ACPI: replace strlen("string") with sizeof("string") -1Len Brown2012-07-271-2/+2
| | * | | | ACPI / PM: Fix build warning in sleep.c for CONFIG_ACPI_SLEEP unsetRafael J. Wysocki2012-07-271-1/+1
| * | | | | ACPI: delete _GTS/_BFS supportLen Brown2012-07-317-118/+34Star
| * | | | | ACPI/x86: revert 'x86, acpi: Call acpi_enter_sleep_state via an asmlinkage C ...Len Brown2012-07-314-8/+6Star
| | |_|/ / | |/| | |
* | | | | Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds2012-08-033-27/+25Star
|\ \ \ \ \
| * | | | | ore: Fix out-of-bounds access in _ios_obj()Boaz Harrosh2012-08-021-7/+7
| * | | | | exofs: Use proper max_IO calculations from oreBoaz Harrosh2012-08-021-6/+4Star
| * | | | | exofs: Fix __r4w_get_page when offset is beyond i_sizeBoaz Harrosh2012-08-021-3/+12
| * | | | | exofs: stop using s_dirtArtem Bityutskiy2012-08-021-11/+0Star