summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2010-05-08Merge branch 'cpu_stop' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/m...Ingo Molnar3-30/+95
2010-05-08cpu_stop: add dummy implementation for UPTejun Heo1-6/+63
2010-05-08Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds1-28/+0
2010-05-08Merge branch 'v4l_for_2.6.34' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+0
2010-05-08Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-0/+3
2010-05-07perf: Add group scheduling transactional APIsLin Ming1-3/+12
2010-05-07perf, x86: Improve the PEBS ABIPeter Zijlstra1-4/+19
2010-05-07Merge branch 'perf/urgent' into perf/coreIngo Molnar5-4/+20
2010-05-07perf: Fix exit() vs PERF_FORMAT_GROUPPeter Zijlstra1-0/+1
2010-05-07sched: Remove rq argument to the tracepointsPeter Zijlstra1-22/+10
2010-05-07Merge commit 'v2.6.34-rc6' into sched/coreIngo Molnar18-48/+184
2010-05-07drm/ttm: Remove the ttm_bo_block_reservation() function.Thomas Hellstrom1-28/+0
2010-05-07V4L/DVB: saa7146: fix regression of the av7110/budget-av driverHans Verkuil1-1/+0
2010-05-06sched: replace migration_thread with cpu_stopTejun Heo2-3/+0
2010-05-06stop_machine: reimplement using cpu_stopTejun Heo1-20/+0
2010-05-06cpu_stop: implement stop_cpu[s]()Tejun Heo1-4/+35
2010-05-06rcu: create rcu_my_thread_group_empty() wrapperPaul E. McKenney1-0/+2
2010-05-06sctp: Fix a race between ICMP protocol unreachable and connect()Vlad Yasevich2-0/+4
2010-05-05tracing: Fix tracepoint.h DECLARE_TRACE() to allow more than one headerSteven Rostedt3-57/+72
2010-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-1/+2
2010-05-05x86, acpi/irq: Teach acpi_get_override_irq to take a gsi not an isa_irqEric W. Biederman1-2/+2
2010-05-05x86, acpi/irq: Introduce apci_isa_irq_to_gsiEric W. Biederman1-0/+1
2010-05-04arch, hweight: Fix compilation errorsBorislav Petkov2-4/+9
2010-05-04cgroup: Check task_lock in task_subsys_state()Li Zefan1-0/+1
2010-05-04tracing: Convert nop macros to static inlinesSteven Rostedt1-12/+18
2010-05-04i2c-core: Use per-adapter userspace device listsJean Delvare1-0/+2
2010-05-03net: fix compile error due to double return type in SOCK_DEBUGJan Engelhardt1-1/+1
2010-05-01hw-breakpoints: Get the number of available registers on boot dynamicallyFrederic Weisbecker1-0/+10
2010-05-01hw-breakpoints: Separate constraint space for data and instruction breakpointsFrederic Weisbecker1-3/+6
2010-05-01hw-breakpoints: Tag ptrace breakpoint as exclude_kernelFrederic Weisbecker1-0/+6
2010-04-30USB: rename usb_buffer_alloc() and usb_buffer_free()Daniel Mack1-3/+15
2010-04-30Merge commit 'v2.6.34-rc6' into perf/coreIngo Molnar11-11/+31
2010-04-29Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds1-0/+1
2010-04-29sctp: Fix skb_over_panic resulting from multiple invalid parameter errors (CV...Neil Horman1-0/+1
2010-04-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-0/+2
2010-04-28sctp: Fix oops when sending queued ASCONF chunksVlad Yasevich1-0/+1
2010-04-28sctp: avoid irq lock inversion while call sk->sk_data_ready()Wei Yongjun1-0/+1
2010-04-28Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/...Linus Torvalds2-9/+6
2010-04-28Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds4-0/+10
2010-04-28coda: move backing-dev.h kernel include inside __KERNEL__Jens Axboe1-1/+2
2010-04-27ring-buffer: Make non-consuming read less expensive with lots of cpus.David Miller1-1/+3
2010-04-27tracing: Add graph output support for irqsoff tracerJiri Olsa1-4/+11
2010-04-26Merge branch 'sh/stable-updates'Paul Mundt60-139/+458
2010-04-26SH: constify multiple DMA related objects and references to themGuennadi Liakhovetski1-4/+5
2010-04-25Catch filesystems lacking s_bdiJörn Engel1-0/+1
2010-04-24hugetlb: fix infinite loop in get_futex_key() when backed by huge pagesMel Gorman1-0/+9
2010-04-23Cleanup generic block based fiemapJosef Bacik1-2/+3
2010-04-23Merge commit 'tip/tracing/core' into oprofile/coreRobert Richter6-57/+59
2010-04-23Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2-3/+12
2010-04-23Merge branch 'linus' into perf/coreIngo Molnar21-72/+354