summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2011-02-19genirq: Simplify affinity related codeThomas Gleixner1-23/+41
2011-02-19genirq: Namespace cleanupThomas Gleixner2-17/+17
2011-02-19genirq: Add missing buslock to set_irq_type(), set_irq_wake()Thomas Gleixner2-0/+4
2011-02-19genirq: Make nr_irqs runtime expandableThomas Gleixner1-3/+19
2011-02-19Merge branch 'irq/urgent' into irq/coreThomas Gleixner15-55/+105
2011-02-19genirq: Disable the SHIRQ_DEBUG call in request_threaded_irq for nowThomas Gleixner1-1/+1
2011-02-19genirq: Prevent access beyond allocated_irqs bitmapThomas Gleixner3-2/+17
2011-02-18Merge branch 'fixes-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-17/+28
2011-02-18ntp: Remove redundant and incorrect parameter checkRichard Cochran1-3/+3
2011-02-18Revert "tracing: Add unstable sched clock note to the warning"Ingo Molnar1-6/+2
2011-02-17Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar4-62/+40
2011-02-16PM / Hibernate: Return error code when alloc_image_page() failsStanislaw Gruszka1-5/+2
2011-02-16workqueue: make sure MAYDAY_INITIAL_TIMEOUT is at least 2 jiffies longTejun Heo1-1/+3
2011-02-16workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable'Tejun Heo3-16/+16
2011-02-16lockdep/timers: Explain in detail the locking problems del_timer_sync() may c...Steven Rostedt1-0/+23
2011-02-16Merge commit 'v2.6.38-rc5' into core/lockingIngo Molnar18-117/+155
2011-02-16sched: Wholesale removal of sd_idle logicVenkatesh Pallipadi1-42/+11
2011-02-16Merge commit 'v2.6.38-rc5' into sched/coreIngo Molnar18-156/+206
2011-02-16perf: Optimize hrtimer eventsPeter Zijlstra1-3/+32
2011-02-16perf: Optimize throttling codePeter Zijlstra2-20/+25
2011-02-16perf: Add cgroup supportStephane Eranian2-35/+626
2011-02-16cgroup: Fix cgroup_subsys::exit callbackPeter Zijlstra2-17/+20
2011-02-16Merge branch 'perf/urgent' into perf/coreIngo Molnar7-32/+64
2011-02-16perf: Fix throttle logicPeter Zijlstra1-4/+15
2011-02-15Merge branches 'core-fixes-for-linus' and 'timers-fixes-for-linus' of git://g...Linus Torvalds2-7/+5
2011-02-15Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+8
2011-02-15Merge branch 'master' into for-nextJiri Kosina42-626/+681
2011-02-15sh: Enable CONFIG_GCOV_PROFILE_ALL for shChris Smith1-1/+1
2011-02-14Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2-8/+46
2011-02-14workqueue: wake up a worker when a rescuer is leaving a gcwqTejun Heo1-0/+9
2011-02-14tracing/kprobe: Fix NULL pointer deref checkMasami Hiramatsu1-1/+1
2011-02-12timer debug: Hide kernel addresses via %pK in /proc/timer_listKees Cook1-2/+2
2011-02-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds1-1/+1
2011-02-12ptrace: use safer wake up on ptrace_detach()Tejun Heo1-1/+1
2011-02-12ftrace: Fix memory leak with function graph and cpu hotplugSteven Rostedt2-8/+46
2011-02-11Merge remote branch 'acme/perf/urgent' into perf/coreArnaldo Carvalho de Melo2-8/+18
2011-02-11security: add cred argument to security_capable()Chris Wright1-1/+1
2011-02-11cap_syslog: accept CAP_SYS_ADMIN for nowLinus Torvalds1-19/+35
2011-02-11Merge branch 'irq/for-mips' into irq/coreThomas Gleixner1-1/+6
2011-02-11genirq: Call bus_lock/unlock functions in setup_irq()David Daney1-1/+6
2011-02-10watchdog, nmi: Lower the severity of error messagesDon Zickus1-2/+8
2011-02-09Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-0/+7
2011-02-09workqueue: add system_freezeable_wqTejun Heo1-1/+5
2011-02-09tracing: Deprecate tracing_enabled for tracing_onSteven Rostedt1-0/+4
2011-02-09tracing: Remove obsolete sched_switch tracerSteven Rostedt1-48/+0
2011-02-08genirq: Remove dead codeThomas Gleixner1-17/+0
2011-02-08softirq: Avoid stack switch from ksoftirqdThomas Gleixner1-1/+4
2011-02-08tracing: Add unstable sched clock note to the warningJiri Olsa1-2/+6
2011-02-08Merge branch 'irq/for-xen' into irq/coreThomas Gleixner9-52/+68
2011-02-08genirq: Add IRQF_FORCE_RESUMEThomas Gleixner2-4/+10