summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2010-11-26perf, arch: Cleanup perf-pmu init vs lockup-detectorPeter Zijlstra1-0/+4
2010-11-26perf: Introduce is_sampling_event()Franck Bui-Huu1-0/+5
2010-11-26Merge branch 'perf/urgent' into perf/coreIngo Molnar2-14/+20
2010-11-26Merge commit 'v2.6.37-rc3' into perf/coreIngo Molnar20-32/+46
2010-11-26perf: Fix the software context switch counterPeter Zijlstra1-14/+15
2010-11-26perf: Fix inherit vs. context rotation bugThomas Gleixner1-0/+1
2010-11-20Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds1-1/+0
2010-11-20fs: Do not dispatch FITRIM through separate super_operationLukas Czerner1-1/+0
2010-11-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds3-4/+7
2010-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds3-3/+3
2010-11-19Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds1-0/+7
2010-11-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller1-1/+1
2010-11-18Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Ingo Molnar6-7/+32
2010-11-18hardirq.h: needs sched.h if using BKLLinus Torvalds1-0/+1
2010-11-18net: Fix duplicate volatile warning.Tetsuo Handa1-1/+1
2010-11-18tracing: Remove useless syscall ftrace_event_call declarationFrederic Weisbecker1-4/+0
2010-11-18tracing: Allow syscall trace events for non privileged usersFrederic Weisbecker3-8/+13
2010-11-18tracing: Allow raw syscall trace events for non privileged usersFrederic Weisbecker1-0/+4
2010-11-18tracing: New macro to set up initial event flags valueFrederic Weisbecker2-0/+16
2010-11-18tracing: New flag to allow non privileged users to use a trace eventFrederic Weisbecker1-0/+2
2010-11-18x86: Eliminate bp argument from the stack tracing routinesSoeren Sandmann Pedersen1-1/+3
2010-11-18Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar1-0/+4
2010-11-18x86, nmi_watchdog: Remove all stub function calls from old nmi_watchdogDon Zickus1-2/+0
2010-11-18x86, nmi_watchdog: Remove the old nmi_watchdogDon Zickus1-5/+1
2010-11-18drm/nouveau: Expose some BO usage flags to userspace.Francisco Jerez1-0/+7
2010-11-18hardirq.h: remove now-empty #ifdef/#endif pairLinus Torvalds1-2/+0
2010-11-18Fix build failure due to hwirq.h needing smp_lock.hLinus Torvalds2-4/+1
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann3-3/+0
2010-11-17Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2-6/+1
2010-11-17Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
2010-11-17SCSI host lock push-downJeff Garzik5-9/+25
2010-11-16nfs: trivial: remove unused nfs_wait_event macroJeff Layton1-6/+0
2010-11-16NLM: Fix a regression in lockdTrond Myklebust1-0/+1
2010-11-16capabilities/syslog: open code cap_syslog logic to fix build failureEric Paris1-5/+4
2010-11-16Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-23/+1
2010-11-16i2c: Mark i2c_adapter.id as deprecatedJean Delvare1-1/+1
2010-11-16i2c: Delete unused adapter IDsJean Delvare1-22/+0
2010-11-16include/linux/kernel.h: Move logging bits to include/linux/printk.hLinus Torvalds2-244/+249
2010-11-15cfg80211: fix WIPHY_FLAG_IBSS_RSN bitJussi Kivilinna1-1/+1
2010-11-15b43legacy: Fix compile on ARM architectureArnd Hannemann1-0/+1
2010-11-15net: rtnetlink.h -- only include linux/netdevice.h when used by the kernelAndy Whitcroft1-1/+1
2010-11-15Merge branch 'fbdev-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+0
2010-11-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt31-55/+369
2010-11-15fsl-diu-fb: drop dead ioctl defineMike Frysinger1-1/+0
2010-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds8-9/+40
2010-11-13Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-1/+3
2010-11-13Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-1/+1
2010-11-12vlan: Add function to retrieve EtherType from vlan packets.Hao Zheng1-0/+25
2010-11-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6David S. Miller1-1/+1
2010-11-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2-2/+17