aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2010-04-15sched: Fix UP update_avg() build warningMike Galbraith1-6/+6
2010-04-15Merge branch 'linus' into sched/coreIngo Molnar59-193/+309
2010-04-15Merge branch 'perf' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/lin...Ingo Molnar2-220/+331
2010-04-15blkio: fix for modular blk-cgroup buildDivyesh Shah1-0/+1
2010-04-15perf: Fix hlist related build errorFrederic Weisbecker1-30/+30
2010-04-14tracing/kprobes: Support basic types on dynamic eventsMasami Hiramatsu2-220/+331
2010-04-14perf: Make clock software events consistent with general exclusion rulesFrederic Weisbecker1-8/+1
2010-04-14perf: Store active software events in a hashlistFrederic Weisbecker1-63/+183
2010-04-14Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar1-1/+1
2010-04-13Input: implement SysRq as a separate input handlerDmitry Torokhov1-1/+22
2010-04-13genirq: Remove IRQF_DISABLED from core codeThomas Gleixner1-30/+0
2010-04-13genirq: Run irq handlers with interrupts disabledIngo Molnar1-3/+0
2010-04-13genirq: Introduce request_any_context_irq()Marc Zyngier1-0/+37
2010-04-13Merge branch 'linus' into irq/coreThomas Gleixner72-275/+577
2010-04-13time: Remove xtime_cacheJohn Stultz1-19/+16
2010-04-12security: remove dead hook acctEric Paris1-15/+5
2010-04-12security: remove dead hook task_setgroupsEric Paris1-6/+0
2010-04-12security: remove dead hook task_setgidEric Paris1-16/+0
2010-04-12security: remove dead hook task_setuidEric Paris1-15/+0
2010-04-12security: remove dead hook cred_commitEric Paris1-2/+0
2010-04-10PM / Hibernate: user.c, fix SNAPSHOT_SET_SWAP_AREA handlingJiri Slaby1-1/+1
2010-04-10ptrace: kill BKL in ptrace syscallArnd Bergmann1-10/+0
2010-04-08Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2010-04-08Merge branch 'linus' into perf/coreIngo Molnar57-181/+284
2010-04-08Merge branch 'linus' into tracing/coreIngo Molnar58-190/+306
2010-04-07mm: avoid null-pointer deref in sync_mm_rss()KAMEZAWA Hiroyuki2-1/+5
2010-04-06Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+10
2010-04-06hrtimers: Provide schedule_hrtimeout for CLOCK_REALTIMECarsten Emde1-26/+41
2010-04-06timers: Introduce the concept of timer slack for legacy timersArjan van de Ven1-0/+56
2010-04-06sched: Fix sched_getaffinity()Anton Blanchard1-1/+1
2010-04-05Fix up possibly racy module refcountingNick Piggin1-8/+27
2010-04-06lockstat: Make lockstat counting per cpuFrederic Weisbecker3-80/+99
2010-04-05audit: preface audit printk with auditEric Paris1-1/+1
2010-04-05Merge branch 'slabh' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/miscLinus Torvalds49-6/+44
2010-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2-47/+78
2010-04-05tracing: Fix uninitialized variable of tracing/trace outputLai Jiangshan1-1/+1
2010-04-05Merge branch 'master' into export-slabhTejun Heo11-129/+153
2010-04-04Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-10/+23
2010-04-04Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-5/+1
2010-04-04Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-5/+7
2010-04-04perf_event: Make perf fd non seekableArnd Bergmann1-0/+1
2010-04-03Merge branch 'perf/urgent' into perf/coreIngo Molnar1-2/+1
2010-04-03perf: Always build the stub perf_arch_fetch_caller_regs versionFrederic Weisbecker1-2/+1
2010-04-02Merge branch 'kgdb-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jw...Linus Torvalds1-102/+103
2010-04-02Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2-6/+8
2010-04-02kgdb: Turn off tracing while in the debuggerJason Wessel1-0/+8
2010-04-02kgdb: use atomic_inc and atomic_dec instead of atomic_setJason Wessel1-8/+7
2010-04-02kgdb: eliminate kgdb_wait(), all cpus enter the same wayJason Wessel1-83/+82
2010-04-02kgdb: have ebin2mem call probe_kernel_write onceJason Wessel1-14/+9
2010-04-02sched: Add enqueue/dequeue flagsPeter Zijlstra4-37/+30