aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2011-12-26binary_sysctl(): fix memory leakMichel Lespinasse
2011-12-26cpusets: stall when updating mems_allowed for mempolicy or disjoint nodemaskDavid Rientjes
2011-12-26cgroups: fix a css_set not found bug in cgroup_attach_procMandeep Singh Baines
2011-12-26time/clocksource: Fix kernel-doc warningsKusanagi Kouichi
2011-12-26sched: Fix select_idle_sibling() regression in selecting an idle SMT siblingPeter Zijlstra
2011-12-26perf events: Fix ring_buffer_wakeup() brown paperbag bugWill Deacon
2011-12-26sys_getppid: add missing rcu_dereferenceMandeep Singh Baines
2011-12-26printk: avoid double lock acquirePeter Zijlstra
2011-12-26perf: Do no try to schedule task events if there are noneGleb Natapov
2011-12-26lockdep, kmemcheck: Annotate ->lock in lockdep_init_map()Yong Zhang
2011-12-26printk: don't use CONFIG_DEBUG_LLRabin Vincent
2011-12-26ftrace: Increase number of named processesJonas Aaberg
2011-12-26arm: add printascii in printk optionRabin Vincent
2011-12-26ARM: Make low-level printk workTony Lindgren
2011-12-26trace: add STM trace hooks for printk, trace_printk, trace_function, stack tr...Philippe Langlais
2011-12-26irq: Allow threaded and nested irqs to be sharedMattias Wallin
2011-12-26ux500: Start crash dump through SW resetPer Fransson
2011-12-26mpcore_wdt: Stop watchdog of non-crashing coresPer Fransson
2011-12-26alarmtimers: Fix time comparisonThomas Gleixner
2011-12-26ftrace: Fix hash record accounting bugSteven Rostedt
2011-12-26jump_label: jump_label_inc may return before the code is patchedGleb Natapov
2011-12-26ftrace: Remove force undef config value left for testingSteven Rostedt
2011-12-26tracing: Restore system filter behaviorLi Zefan
2011-12-26tracing: fix event_subsystem ref countingIlya Dryomov
2011-12-26perf: Fix loss of notification with multi-eventPeter Zijlstra
2011-12-26clockevents: Set noop handler in clockevents_exchange_device()Thomas Gleixner
2011-12-26tick-broadcast: Stop active broadcast device when replacing itThomas Gleixner
2011-12-26genirq: Fix race condition when stopping the irq threadIdo Yariv
2011-12-26trace_events_filter: Use rcu_assign_pointer() when setting ftrace_event_call-...Tejun Heo
2011-12-26clocksource: Fix bug with max_deferment margin calculationYang Honggang (Joseph)
2011-12-26genirq: fix regression in irqfixup, irqpollEdward Donovan
2011-12-26cgroup_freezer: fix freezing groups with stopped tasksMichal Hocko
2011-12-26PM / Hibernate: Do not leak memory in error/test code pathsRafael J. Wysocki
2011-12-26PM / Suspend: Fix bug in suspend statistics updateSrivatsa S. Bhat
2011-12-26hrtimer: Fix extra wakeups from __remove_hrtimer()Jeff Ohlstein
2011-12-26PM / Hibernate: Fix the early termination of test modesSrivatsa S. Bhat
2011-12-26timekeeping: add arch_offset hook to ktime_get functionsHector Palacios
2011-12-26genirq: Don't allow per cpu interrupts to be suspendedMarc Zyngier
2011-12-26writeback: remove vm_dirties and task->dirtiesWu Fengguang
2011-12-26sched: Fix buglet in return_cfs_rq_runtime()Paul Turner
2011-12-26sched: Avoid SMT siblings in select_idle_sibling() if possiblePeter Zijlstra
2011-12-26perf: Do not set task_ctx pointer in cpuctx if there are no events in the con...Gleb Natapov
2011-12-26sched: Set the command name of the idle tasks in SMP kernelsCarsten Emde
2011-12-26sched, rt: Provide means of disabling cross-cpu bandwidth sharingPeter Zijlstra
2011-12-26sched: Document wait_for_completion_*() return valuesJ. Bruce Fields
2011-12-26sched_fair: Fix a typo in the comment describing update_sd_lb_statsHui Kang
2011-12-26sched: Add a comment to effective_load() since it's a painPeter Zijlstra
2011-12-26clocksource: Avoid selecting mult values that might overflow when adjustedJohn Stultz
2011-12-26PM / QoS: Set cpu_dma_pm_qos->nameDominik Brodowski
2011-12-26genirq: Fix irqfixup, irqpoll regressionEdward Donovan