aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-04-01perf: Use hot regs with software sched switch/migrate eventsFrederic Weisbecker1-3/+1
2010-04-01perf: Correctly align perf event tracing bufferFrederic Weisbecker1-2/+9
2010-03-31genirq: Force MSI irq handlers to run with interrupts disabledThomas Gleixner1-0/+10
2010-03-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6Linus Torvalds1-1/+5
2010-03-30Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+6
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo49-6/+44
2010-03-30CRED: Fix memory leak in error handlingMathieu Desnoyers1-1/+5
2010-03-29ring-buffer: Add missing unlockJulia Lawall1-3/+5
2010-03-29tracing: Fix lockdep warning in global_clock()Li Zefan1-2/+2
2010-03-29x86: Do not free zero sized per cpu areasIan Campbell1-0/+6
2010-03-29SLOW_WORK: CONFIG_SLOW_WORK_PROC should be CONFIG_SLOW_WORK_DEBUGDavid Howells1-4/+4
2010-03-29slow-work: use get_ref wrapper instead of directly calling get_refDave Airlie1-1/+1
2010-03-29percpu, module: implement and use is_kernel/module_percpu_address()Tejun Heo2-16/+43
2010-03-29module: encapsulate percpu handling better and record percpu_sizeTejun Heo1-31/+35
2010-03-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-7/+37
2010-03-26Freezer: Fix buggy resume test for tasks frozen with cgroup freezerMatt Helsley2-4/+7
2010-03-26Freezer: Only show the state of tasks refusing to freezeXiaotian Feng1-2/+1
2010-03-26Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds5-17/+52
2010-03-26Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-3/+11
2010-03-26Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-4/+8
2010-03-26Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-11/+46
2010-03-26Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-2/+25
2010-03-24cpuset: alloc nodemask_t on the heap rather than the stackMiao Xie1-28/+66
2010-03-24cpuset: fix the problem that cpuset_mem_spread_node() returns an offline nodeMiao Xie2-9/+13
2010-03-24cgroups: remove duplicate includeLi Zefan1-1/+0
2010-03-24genirq: Move two IRQ functions from .init.text to .textHenrik Kretzschmar1-2/+2
2010-03-24genirq: Protect access to irq_desc->action in can_request_irq()Thomas Gleixner1-0/+4
2010-03-23resources: add interfaces that return conflict informationBjorn Helgaas1-7/+37
2010-03-23time: Fix accumulation bug triggered by long delay.John Stultz1-1/+2
2010-03-21softlockup: Stop spurious softlockup messages due to overflowColin Ian King1-2/+2
2010-03-18ring-buffer: Do 8 byte alignment for 64 bit that can not handle 4 byte alignSteven Rostedt1-3/+11
2010-03-18Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds8-125/+126
2010-03-17perf: Fix unexported generic perf_arch_fetch_caller_regsFrederic Weisbecker2-0/+4
2010-03-17sched: Use proper type in sched_getaffinity()KOSAKI Motohiro1-1/+1
2010-03-16kernel/sched.c: Suppress unused var warningAndrew Morton1-1/+1
2010-03-16rcu: Make rcu_read_lock_bh_held() allow for disabled BHPaul E. McKenney1-0/+23
2010-03-15sched: sched_getaffinity(): Allow less than NR_CPUS lengthKOSAKI Motohiro1-3/+7
2010-03-13Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-3/+8
2010-03-13Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds9-24/+49
2010-03-13Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds6-23/+77
2010-03-13Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-34/+13
2010-03-12tracing: Do not record user stack trace from NMI contextSteven Rostedt1-0/+7
2010-03-12tracing: Disable buffer switching when starting or stopping traceSteven Rostedt1-0/+9
2010-03-12tracing: Use same local variable when resetting the ring bufferSteven Rostedt1-4/+4
2010-03-12function-graph: Init curr_ret_stack with ret_stackSteven Rostedt1-1/+1
2010-03-12ring-buffer: Move disabled check into preempt disable sectionLai Jiangshan1-6/+6
2010-03-12Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+4
2010-03-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds8-12/+12
2010-03-12sysctl extern cleanup: lockdepDave Young1-3/+3
2010-03-12sysctl extern cleanup: rtmutexDave Young1-4/+3