aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-02-16perf: Optimize throttling codePeter Zijlstra1-0/+4
2011-02-16perf: Add cgroup supportStephane Eranian3-3/+35
2011-02-16cgroup: Fix cgroup_subsys::exit callbackPeter Zijlstra1-1/+2
2011-02-16Merge branch 'perf/urgent' into perf/coreIngo Molnar8-19/+39
2011-02-15thp: prevent hugepages during args/env copying into the user stackAndrea Arcangeli1-1/+2
2011-02-15Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+11
2011-02-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-2/+2
2011-02-15Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile into perf/urgentIngo Molnar1-2/+11
2011-02-14Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/coreIngo Molnar1-0/+2
2011-02-13klist: Fix object alignment on 64-bit.David Miller1-1/+1
2011-02-11ftrace: Fix memory leak with function graph and cpu hotplugSteven Rostedt1-0/+2
2011-02-11Input: matrix_keypad - increase the limit of rows and columnsTrilok Soni1-2/+2
2011-02-11security: add cred argument to security_capable()Chris Wright1-3/+3
2011-02-10Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-4/+0
2011-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-5/+18
2011-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds1-1/+2
2011-02-08CDC NCM errata updates for cdc.hAlexey Orishko1-5/+18
2011-02-09virtio: console: Update CopyrightAmit Shah1-1/+2
2011-02-07Merge branch 'linus' into perf/coreIngo Molnar19-61/+106
2011-02-06Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+2
2011-02-06Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds5-53/+62
2011-02-05genirq: Add missing status flags to modification maskThomas Gleixner1-1/+2
2011-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds7-4/+9
2011-02-04USB: Fix trout build failure with ci13xxx_msm gadgetPavankumar Kondeti1-4/+0
2011-02-04Merge branch 'tip/perf/urgent-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/urgentIngo Molnar5-53/+62
2011-02-04Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds3-2/+8
2011-02-03include/net/genetlink.h: Allow genlmsg_cancel to accept a NULL argumentJulia Lawall1-1/+2
2011-02-03net: Provide compat support for SIOCGETMIFCNT_IN6 and SIOCGETSGCNT_IN6.David S. Miller1-0/+1
2011-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds1-0/+1
2011-02-03tracing: Replace syscall_meta_data struct array with pointer arraySteven Rostedt2-14/+13
2011-02-03tracepoints: Fix section alignment using pointer arrayMathieu Desnoyers3-19/+26
2011-02-03perf: Cure task_oncpu_function_call() racesPeter Zijlstra1-7/+0
2011-02-02tracing: Replace trace_event struct array with pointer arraySteven Rostedt4-20/+23
2011-02-02vfs: sparse: add __FMODE_EXECNamhyung Kim1-0/+1
2011-02-02vfs: sparse: remove a warning on OPEN_FMODE()Namhyung Kim1-1/+3
2011-02-02memcg: prevent endless loop when charging huge pages to near-limit groupJohannes Weiner1-0/+20
2011-02-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6David S. Miller1-3/+0
2011-02-02drm/radeon: remove 0x4243 pci idAlex Deucher1-1/+0
2011-02-02Merge remote branch 'intel/drm-intel-fixes' of /ssd/git/drm-next into drm-fixesDave Airlie2-1/+8
2011-02-01netfilter: ecache: always set events bits, filter them laterPablo Neira Ayuso1-3/+0
2011-02-01Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds4-16/+3
2011-02-01kernel.h: fix kernel-doc warningRandy Dunlap1-1/+1
2011-02-01Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2-0/+4
2011-01-31drm/i915: Suppress spurious vblank interruptsChris Wilson1-1/+1
2011-01-30net: Add compat ioctl support for the ipv4 multicast ioctl SIOCGETSGCNTEric W. Biederman2-0/+3
2011-01-30caif: bugfix - add caif headers for userspace usage.sjur.brandeland@stericsson.com2-0/+3
2011-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-3/+6
2011-01-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller1-0/+1
2011-01-26ARM: oprofile: Fix backtraces in timer modeAri Kauppi1-0/+9
2011-01-26oprofile: Fix usage of CONFIG_HW_PERF_EVENTS for oprofile_perf_init and friendsAri Kauppi1-2/+2