summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Fix build dependency of perf python extensionNamhyung Kim2012-02-133-5/+25
* perf record: No build id option failsDavid Ahern2012-02-091-2/+2
* perf tools: fix endianness detection in perf.dataStephane Eranian2012-02-091-13/+64
* x86/sched/perf/AMD: Set sched_clock_stableBorislav Petkov2012-02-071-0/+3
* Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2012-02-0794-493/+584
|\
| * perf stat: Align scaled output of cpu-clockNamhyung Kim2012-02-061-0/+2
| * perf stat: Adjust print unitNamhyung Kim2012-02-061-1/+7
| * perf doc: Allow producing documentation in a specified output directoryFranck Bui-Huu2012-02-061-34/+52
| * perf tool: Fix perf stack to non executable on x86_64Jiri Olsa2012-02-061-0/+7
| * Merge branch 'perf/urgent' into perf/coreArnaldo Carvalho de Melo2012-02-06365-6059/+2515
| |\
| | * perf evsel: Fix an issue where perf report fails to show the proper percentageNaveen N. Rao2012-02-061-0/+1
| | * perf tools: Fix prefix matching for kernel mapsJiri Olsa2012-02-061-1/+1
| | * perf tools: Fix perf stack to non executable on x86_64Jiri Olsa2012-02-061-0/+6
| | * perf: Remove deprecated WARN_ON_ONCE()Stephane Eranian2012-02-033-6/+0
| | * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2012-02-028-15/+36
| | |\
| | | * rbd: fix safety of rbd_put_client()Alex Elder2012-02-021-2/+4
| | | * rbd: fix a memory leak in rbd_get_client()Alex Elder2012-02-021-0/+1
| | | * ceph: create a new session lock to avoid lock inversionAlex Elder2012-02-024-9/+14
| | | * ceph: fix length validation in parse_reply_info()Xi Wang2012-02-021-0/+2
| | | * ceph: initialize client debugfs outside of monc->mutexSage Weil2012-02-022-3/+12
| | | * ceph: change "ceph.layout" xattr to be "ceph.file.layout"Alex Elder2012-02-021-1/+3
| | * | include/linux/lp8727.h: Remove executable bitJosh Triplett2012-02-021-0/+0
| | * | Fix race in process_vm_rw_coreChristopher Yeoh2012-02-024-34/+35
| | * | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-02-0212-23/+95
| | |\ \
| | | * | drm/radeon/kms/blit: fix blit copy for very large buffersIlija Hadzic2012-02-021-10/+25
| | | * | drm/radeon/kms: fix TRAVIS panel setupAlex Deucher2012-02-021-3/+15
| | | * | drm/radeon: fix use after free in ATRM bios reading code.Dave Airlie2012-02-021-1/+2
| | | * | drm/radeon/kms: Fix device tree linkage of DP i2c buses tooJean Delvare2012-02-011-0/+1
| | | * | drm/radeon: Set DESKTOP_HEIGHT register to the framebuffer (not mode) height.Michel Dänzer2012-02-011-2/+2
| | | * | drm/radeon/kms: disable output polling when suspendedSeth Forshee2012-02-011-0/+4
| | | * | Merge branch 'drm-nouveau-fixes' of git://anongit.freedesktop.org/git/nouveau...Dave Airlie2012-02-016-7/+46
| | | |\ \
| | | | * | drm/nv50/pm: signedness bug in nv50_pm_clocks_pre()Dan Carpenter2012-02-011-2/+2
| | | | * | drm/nouveau/gem: fix fence_sync race / oopsBen Skeggs2012-02-011-2/+21
| | | | * | drm/nouveau: fix typo on mxmdcb optionBen Skeggs2012-02-011-1/+1
| | | | * | drm/nouveau/mxm: pretend to succeed, even if we can't shadow the MXM-SISBen Skeggs2012-02-011-0/+9
| | | | * | drm/nouveau/disp: check that panel power gpio is enabled at init timeBen Skeggs2012-02-012-2/+13
| | | |/ /
| | * | | Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2012-02-021-20/+1
| | |\ \ \
| | | * | | Revert "microblaze: Add topology init"Michal Simek2012-01-311-20/+1
| | | | | |
| | | \ \ \
| | | \ \ \
| | | \ \ \
| | | \ \ \
| | | \ \ \
| | *-----. \ \ \ Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus', 'sched-urgen...Linus Torvalds2012-02-0223-97/+177
| | |\ \ \ \ \ \ \
| | | | | | * | | | x86/reboot: Remove VersaLogic Menlow reboot quirkMichael D Labriola2012-01-301-8/+0
| | | | | | * | | | x86/reboot: Skip DMI checks if reboot set by userMichael D Labriola2012-01-301-2/+26
| | | | | | * | | | x86: Properly parenthesize cmpxchg() macro argumentsJan Beulich2012-01-261-3/+3
| | | | | * | | | | sched/rt: Fix task stack corruption under __ARCH_WANT_INTERRUPTS_ON_CTXSWChanho Min2012-01-271-0/+5
| | | | | * | | | | sched: Fix ancient race in do_exit()Yasunori Goto2012-01-271-0/+16
| | | | | * | | | | sched/nohz: Fix nohz cpu idle load balancing state with cpu hotplugSuresh Siddha2012-01-261-5/+29
| | | | | * | | | | sched/s390: Fix compile error in sched/core.cChristian Borntraeger2012-01-261-0/+1
| | | | | * | | | | sched: Fix rq->nr_uninterruptible update racePeter Zijlstra2012-01-261-12/+6
| | | * | | | | | | bugs, x86: Fix printk levels for panic, softlockups and stack dumpsPrarit Bhargava2012-01-265-8/+9
| | * | | | | | | | Merge tag 'firewire-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/i...Linus Torvalds2012-02-011-1/+5
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | firewire: ohci: disable MSI on Ricoh controllersStefan Richter2012-01-301-1/+1
OpenPOWER on IntegriCloud