summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-05-162-22/+22
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | rtnetlink: make SR-IOV VF interface symmetricChris Wright2010-05-161-4/+19
| | | * | | | | | | | | | | | | tcp: fix MD5 (RFC2385) supportEric Dumazet2010-05-161-18/+3
| | * | | | | | | | | | | | | | Fix the regression created by "set S_DEAD on unlink()..." commitAl Viro2010-05-151-0/+14
| | |/ / / / / / / / / / / / /
| | * | | | | | | | | | | | | revert "procfs: provide stack information for threads" and its fixup commitsRobin Holt2010-05-111-1/+0
| | * | | | | | | | | | | | | dma-mapping: fix dma_sync_single_range_*FUJITA Tomonori2010-05-111-2/+2
| | * | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-05-112-0/+4
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / | | |/| | | | | | | | | | | |
| | | * | | | | | | | | | | | sctp: Fix a race between ICMP protocol unreachable and connect()Vlad Yasevich2010-05-062-0/+4
| | * | | | | | | | | | | | | Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2010-05-071-28/+0
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | drm/ttm: Remove the ttm_bo_block_reservation() function.Thomas Hellstrom2010-05-071-28/+0
| | * | | | | | | | | | | | | | Merge branch 'v4l_for_2.6.34' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2010-05-071-1/+0
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | V4L/DVB: saa7146: fix regression of the av7110/budget-av driverHans Verkuil2010-05-061-1/+0
| | * | | | | | | | | | | | | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-05-072-0/+3
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | rcu: create rcu_my_thread_group_empty() wrapperPaul E. McKenney2010-05-061-0/+2
| | | * | | | | | | | | | | | | | cgroup: Check task_lock in task_subsys_state()Li Zefan2010-05-041-0/+1
| * | | | | | | | | | | | | | | | 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-183-5/+8
| | |_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Steven Rostedt2010-05-1812-94/+142
|\| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Revert "perf: Fix exit() vs PERF_FORMAT_GROUP"Ingo Molnar2010-05-111-1/+0
| * | | | | | | | | | | | | | | tracing: Factorize lock events in a lock classFrederic Weisbecker2010-05-091-33/+15
| * | | | | | | | | | | | | | | tracing: Drop the nested field from lock_release eventFrederic Weisbecker2010-05-091-2/+2
| * | | | | | | | | | | | | | | tracing: Drop lock_acquired waittime fieldFrederic Weisbecker2010-05-091-7/+4
| * | | | | | | | | | | | | | | perf: Add group scheduling transactional APIsLin Ming2010-05-071-3/+12
| * | | | | | | | | | | | | | | perf, x86: Improve the PEBS ABIPeter Zijlstra2010-05-071-4/+19
| * | | | | | | | | | | | | | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2010-05-075-4/+20
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | perf: Fix exit() vs PERF_FORMAT_GROUPPeter Zijlstra2010-05-071-0/+1
| | |/ / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-05-052-1/+2
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|/ / / / / / / / / / / | | | |/| | | | | | | | | | | |
| | | * | | | | | | | | | | | | net: fix compile error due to double return type in SOCK_DEBUGJan Engelhardt2010-05-021-1/+1
| | | * | | | | | | | | | | | | sctp: Fix skb_over_panic resulting from multiple invalid parameter errors (CV...Neil Horman2010-04-281-0/+1
| | * | | | | | | | | | | | | | i2c-core: Use per-adapter userspace device listsJean Delvare2010-05-041-0/+2
| | | |_|_|_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | | |
| | * | | | | | | | | | | | | USB: rename usb_buffer_alloc() and usb_buffer_free()Daniel Mack2010-04-301-3/+15
| | | |_|_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | hw-breakpoints: Get the number of available registers on boot dynamicallyFrederic Weisbecker2010-05-011-0/+10
| * | | | | | | | | | | | | hw-breakpoints: Separate constraint space for data and instruction breakpointsFrederic Weisbecker2010-05-011-3/+6
| * | | | | | | | | | | | | hw-breakpoints: Tag ptrace breakpoint as exclude_kernelFrederic Weisbecker2010-05-011-0/+6
| * | | | | | | | | | | | | Merge commit 'v2.6.34-rc6' into perf/coreIngo Molnar2010-04-3011-11/+31
| |\| | | | | | | | | | | |
| * | | | | | | | | | | | | Merge branch 'linus' into perf/coreIngo Molnar2010-04-2321-72/+354
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / / | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | perf & kvm: Clean up some of the guest profiling callback API detailsZhang, Yanmin2010-04-201-6/+4
| * | | | | | | | | | | | | perf: Enhance perf to allow for guest statistic collection from hostZhang, Yanmin2010-04-191-1/+20
| * | | | | | | | | | | | | perf: Store active software events in a hashlistFrederic Weisbecker2010-04-141-0/+12
| * | | | | | | | | | | | | Merge branch 'linus' into perf/coreIngo Molnar2010-04-0842-67/+102
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | perf: Fetch hot regs from the template callerFrederic Weisbecker2010-04-041-11/+12
| * | | | | | | | | | | | | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2010-04-0229-88/+129
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | x86, perf, bts, mm: Delete the never used BTS-ptrace codePeter Zijlstra2010-03-264-37/+0
| * | | | | | | | | | | | | | | Merge commit 'v2.6.34-rc2' into perf/coreIngo Molnar2010-03-2279-171/+541
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'perf/urgent' into perf/coreIngo Molnar2010-03-125-47/+95
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | perf, x86: use LBR for PEBS IP+1 fixupPeter Zijlstra2010-03-101-0/+6
| * | | | | | | | | | | | | | | | | perf, x86: Implement simple LBR supportPeter Zijlstra2010-03-101-0/+11
| * | | | | | | | | | | | | | | | | perf, x86: Add PEBS infrastructurePeter Zijlstra2010-03-101-1/+2