aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2010-12-16perf: Sysfs enumerationPeter Zijlstra1-0/+1
2010-12-16perf: Dynamic pmu typesPeter Zijlstra1-1/+4
2010-12-16Merge branch 'perf/urgent' into perf/coreIngo Molnar3-1/+27
2010-12-10lockup detector: Compile fixes from removing the old x86 nmi watchdogDon Zickus1-1/+3
2010-12-08perf: Fix duplicate events with multiple-pmu vs software eventsPeter Zijlstra1-0/+1
2010-12-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2-1/+26
2010-12-07Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 into perf/coreIngo Molnar1-1/+12
2010-12-07Merge commit 'v2.6.37-rc5' into perf/coreIngo Molnar21-58/+52
2010-12-06Input: add input driver for polled GPIO buttonsGabor Juhos1-0/+2
2010-12-06Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6Linus Torvalds1-2/+2
2010-12-06PM / Hibernate: Fix memory corruption related to swapRafael J. Wysocki1-2/+2
2010-12-06kprobes: Use text_poke_smp_batch for unoptimizingMasami Hiramatsu1-0/+2
2010-12-06kprobes: Use text_poke_smp_batch for optimizingMasami Hiramatsu1-1/+1
2010-12-04perf events: Make sample_type identity fields available in all PERF_RECORD_ eventsArnaldo Carvalho de Melo1-1/+11
2010-12-04perf events: Separate the routines handling the PERF_SAMPLE_ identity fieldsArnaldo Carvalho de Melo1-0/+1
2010-12-02mem-hotplug: introduce {un}lock_memory_hotplug()KOSAKI Motohiro1-0/+6
2010-12-02vmalloc: eagerly clear ptes on vunmapJeremy Fitzhardinge1-2/+0
2010-12-02Merge branch 'driver-core-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds3-11/+1
2010-12-02Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds1-0/+1
2010-12-02Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-0/+4
2010-11-30Input: document struct input_absinfoDmitry Torokhov1-1/+20
2010-11-30Input: add keycodes for touchpad on/off keysBastien Nocera1-0/+4
2010-11-30exec: copy-and-paste the fixes into compat_do_execve() pathsOleg Nesterov1-0/+4
2010-11-30exec: make argv/envp memory visible to oom-killerOleg Nesterov1-0/+1
2010-11-30Merge branch 'for-greg' of git://gitorious.org/usb/usb into workGreg Kroah-Hartman1-0/+4
2010-11-30perf events: Precalculate the header space for PERF_SAMPLE_ fieldsArnaldo Carvalho de Melo1-0/+2
2010-11-29TTY: open/hangup race fixupJiri Slaby1-0/+1
2010-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-0/+1
2010-11-28Un-inline get_pipe_info() helper functionLinus Torvalds1-12/+1
2010-11-28Export 'get_pipe_info()' to other usersLinus Torvalds1-0/+12
2010-11-28Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-14/+16
2010-11-27Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds1-0/+1
2010-11-27Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-3/+14
2010-11-27Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+4
2010-11-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmcLinus Torvalds2-0/+2
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 Molnar13-22/+13
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-26dmar, x86: Use function stubs when CONFIG_INTR_REMAP is disabledRandy Dunlap1-3/+14
2010-11-25Merge branch 'fbdev-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/fbdev-2.6Linus Torvalds1-0/+1
2010-11-25Merge branch 'sh-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds1-31/+3
2010-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds1-1/+1
2010-11-25memcg: fix false positive VM_BUG on non-SMPKirill A. Shutemov1-2/+5
2010-11-25include/linux/fs.h: fix userspace buildLoïc Minier1-3/+3
2010-11-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller1-0/+1
2010-11-24module: Update prototype for ref_module (formerly use_module)Anders Kaseorg1-1/+1
2010-11-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6Linus Torvalds1-3/+0