summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2011-05-19Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2-7/+27
2011-05-19ftrace: Modify ftrace_set_filter/notrace to take opsSteven Rostedt1-1/+6
2011-05-18ftrace: Allow dynamically allocated function tracersSteven Rostedt2-0/+2
2011-05-18ftrace: Implement separate user function filteringSteven Rostedt1-1/+6
2011-05-18ftrace: Use counters to enable functions to traceSteven Rostedt1-2/+6
2011-05-18ftrace: Create a global_ops to hold the filter and notrace hashesSteven Rostedt1-2/+8
2011-05-18ftrace: Use hash instead for FTRACE_FL_FILTERSteven Rostedt1-2/+1
2011-05-18ftrace: Replace FTRACE_FL_NOTRACE flag with a hash of ignored functionsSteven Rostedt1-1/+0
2011-05-16ftrace: Avoid recording mcount on .init sections directlySteven Rostedt1-7/+7
2011-05-10Merge commit 'v2.6.39-rc7' into perf/coreIngo Molnar21-16/+70
2011-05-10Don't lock guardpage if the stack is growing upMikulas Patocka1-1/+23
2011-05-09Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds1-1/+1
2011-05-09drm: mm: fix debug outputDaniel Vetter1-1/+1
2011-05-08Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-1/+15
2011-05-07Regression: partial revert "tracing: Remove lock_depth from event entry"Arjan van de Ven1-0/+1
2011-05-06Merge branch 'perf/stat' into perf/coreIngo Molnar1-0/+2
2011-05-06Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/tor...Ingo Molnar6-3/+10
2011-05-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds1-1/+1
2011-05-05slub: Fix the lockless code on 32-bit platforms with no 64-bit cmpxchgThomas Gleixner1-1/+1
2011-05-04Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar2-1/+15
2011-05-04perf events: Clean up definitions and initializers, update copyrightsIngo Molnar1-52/+44
2011-05-04Merge branch 'for-linus' of git://git.infradead.org/users/eparis/selinux into...James Morris1-1/+1
2011-05-04drm/radeon/kms: fix gart setup on fusion parts (v2)Alex Deucher1-0/+1
2011-05-04drm/radeon/kms: add some new pci idsAlex Deucher1-0/+5
2011-05-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...Linus Torvalds1-1/+0
2011-05-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-0/+2
2011-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-0/+1
2011-05-01Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar1-5/+3
2011-05-01Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar5-9/+19
2011-05-01i2c-i801: Move device ID definitions to driverJean Delvare1-4/+0
2011-04-30ftrace: Remove FTRACE_FL_CONVERTED flagSteven Rostedt1-1/+0
2011-04-30ftrace: Remove FTRACE_FL_FAILED flagSteven Rostedt1-5/+4
2011-04-29perf events: Add generic front-end and back-end stalled cycle event definitionsIngo Molnar1-1/+2
2011-04-29Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2-0/+2
2011-04-29Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds3-1/+7
2011-04-29flex_array: flex_array_prealloc takes a number of elements, not an endEric Paris1-1/+1
2011-04-28usbnet: Resubmit interrupt URB if device is openPaul Stewart1-0/+1
2011-04-28mm: thp: fix /dev/zero MAP_PRIVATE and vm_flags cleanupsAndrea Arcangeli2-2/+3
2011-04-28Input: wm831x-ts - allow IRQ flags to be specifiedMark Brown1-0/+2
2011-04-28mmc: fix a race between card-detect rescan and clock-gate work instancesGuennadi Liakhovetski1-1/+0
2011-04-28Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-3/+7
2011-04-27NFSv4: Ensure we request the ordinary fileid when doing readdirplusTrond Myklebust1-0/+2
2011-04-27Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar6-113/+81
2011-04-27drm/i915: restore only the mode of this driver on lastclose (v2)Dave Airlie1-0/+1
2011-04-27drm/radeon/kms: add info query for tile pipesAlex Deucher1-0/+1
2011-04-26perf events: Add stalled cycles generic event - PERF_COUNT_HW_STALLED_CYCLESIngo Molnar1-0/+1
2011-04-26add hlist_bl_lock/unlock helpersChristoph Hellwig1-0/+11
2011-04-26bit_spinlock: don't play preemption games inside the busy loopLinus Torvalds1-4/+4
2011-04-25ptrace: Prepare to fix racy accesses on task breakpointsFrederic Weisbecker2-1/+15
2011-04-24SUNRPC: Allow RPC calls to return ETIMEDOUT instead of EIOTrond Myklebust1-1/+2