summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2012-01-03Revert "clockevents: Set noop handler in clockevents_exchange_device()"Linus Torvalds1-1/+0
2011-12-21lockdep, kmemcheck: Annotate ->lock in lockdep_init_map()Yong Zhang1-1/+7
2011-12-21alarmtimers: Fix time comparisonThomas Gleixner1-1/+1
2011-12-09clockevents: Set noop handler in clockevents_exchange_device()Thomas Gleixner1-0/+1
2011-12-09clocksource: Fix bug with max_deferment margin calculationYang Honggang (Joseph)1-2/+2
2011-12-09jump_label: jump_label_inc may return before the code is patchedGleb Natapov1-1/+2
2011-12-09tick-broadcast: Stop active broadcast device when replacing itThomas Gleixner1-1/+1
2011-12-09tracing: fix event_subsystem ref countingIlya Dryomov1-1/+0
2011-12-09trace_events_filter: Use rcu_assign_pointer() when setting ftrace_event_call-...Tejun Heo1-3/+3
2011-12-09ftrace: Remove force undef config value left for testingSteven Rostedt1-1/+0
2011-12-09genirq: Fix race condition when stopping the irq threadIdo Yariv1-1/+4
2011-12-09clocksource: Avoid selecting mult values that might overflow when adjustedJohn Stultz2-10/+55
2011-12-09hrtimer: Fix extra wakeups from __remove_hrtimer()Jeff Ohlstein1-2/+4
2011-12-09timekeeping: add arch_offset hook to ktime_get functionsHector Palacios1-0/+4
2011-12-09cgroup_freezer: fix freezing groups with stopped tasksMichal Hocko1-2/+9
2011-12-09genirq: fix regression in irqfixup, irqpollEdward Donovan1-1/+3
2011-11-26genirq: Fix irqfixup, irqpoll regressionEdward Donovan1-1/+1
2011-11-11PM / Suspend: Off by one in pm_suspend()Dan Carpenter1-1/+1
2011-11-11genirq: Add IRQF_RESUME_EARLY and resume such IRQs earlierIan Campbell1-7/+41
2011-11-11tracing: Fix returning of duplicate data after EOF in trace_pipe_rawSteven Rostedt1-2/+2
2011-11-11ftrace/kprobes: Fix not to delete probes if in useMasami Hiramatsu1-9/+49
2011-11-11time: Change jiffies_to_clock_t() argument type to unsigned longhank1-1/+1
2011-11-11kmod: prevent kmod_loop_msg overflow in __request_module()Jiri Kosina1-1/+3
2011-10-18cputimer: Cure lock inversionPeter Zijlstra1-3/+4
2011-10-17Avoid using variable-length arrays in kernel/sys.cLinus Torvalds1-1/+1
2011-10-01Merge branches 'irq-urgent-for-linus', 'x86-urgent-for-linus' and 'sched-urge...Linus Torvalds4-30/+11
2011-09-30posix-cpu-timers: Cure SMP wobblesPeter Zijlstra2-26/+3
2011-09-29Resource: fix wrong resource window calculationRam Pai1-1/+6
2011-09-26sched: Fix up wchan borkageSimon Kirby1-1/+1
2011-09-25ptrace: PTRACE_LISTEN forgets to unlock ->siglockOleg Nesterov1-13/+10
2011-09-20irq: Fix check for already initialized irq_domain in irq_domain_addRob Herring1-1/+5
2011-09-19Merge branch 'irq-fixes-for-linus' of git://tesla.tglx.de/git/linux-2.6-tipLinus Torvalds1-1/+1
2011-09-19Make taskstats round statistics down to nearest 1k bytes/eventsLinus Torvalds1-7/+8
2011-09-19Make TASKSTATS require root accessLinus Torvalds1-0/+1
2011-09-18sched/rt: Migrate equal priority tasks to available CPUsShawn Bohrer1-2/+2
2011-09-14workqueue: lock cwq access in drain_workqueueThomas Tuttle1-1/+6
2011-09-12genirq: Make irq_shutdown() symmetric vs. irq_startup againGeert Uytterhoeven1-1/+1
2011-09-07Merge branch 'timers-fixes-for-linus' of git://tesla.tglx.de/git/linux-2.6-tipLinus Torvalds1-5/+13
2011-09-07Merge branch 'sched-fixes-for-linus' of git://tesla.tglx.de/git/linux-2.6-tipLinus Torvalds1-15/+26
2011-08-31perf_event: Fix broken calc_timer_values()Eric B Munson1-2/+2
2011-08-29perf events: Fix slow and broken cgroup context switch codeStephane Eranian2-11/+54
2011-08-29sched: Fix a memory leak in __sdt_free()WANG Cong1-0/+1
2011-08-29sched: Move blk_schedule_flush_plug() out of __schedule()Thomas Gleixner1-10/+15
2011-08-29sched: Separate the scheduler entry for preemptionThomas Gleixner1-5/+10
2011-08-26All Arch: remove linkage for sys_nfsservctl system callNeilBrown1-1/+0
2011-08-25kernel/printk: do not turn off bootconsole in printk_late_init() if keep_bootconNishanth Aravamudan1-1/+1
2011-08-25Add a personality to report 2.6.x version numbersAndi Kleen1-0/+38
2011-08-23Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2-2/+2
2011-08-23Revert "irq: Always set IRQF_ONESHOT if no primary handler is specified"Linus Torvalds1-1/+0
2011-08-19Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+16