summaryrefslogtreecommitdiff
path: root/kernel (unfollow)
Commit message (Expand)Author
2012-03-23time: remove no_sync_cmos_clockCesar Eduardo Barros
2012-03-23time: Avoid scary backtraces when warning of > 11% adjJohn Stultz
2012-03-23alarmtimer: Make sure we initialize the rtctimerJohn Stultz
2012-03-23locking/kconfig: Simplify INLINE_SPIN_UNLOCK usageRaghavendra K T
2012-03-23sched: Fix compiler warning about declared inline after usePeter Zijlstra
2012-03-23perf: Fix mmap_page capabilities and docsPeter Zijlstra
2012-03-22ntp: Fix leap-second hrtimer livelockJohn Stultz
2012-03-22kdb: Add message about CONFIG_DEBUG_RODATA on failure to install breakpointJason Wessel
2012-03-22kdb: Avoid using dbg_io_ops until it is initializedTim Bird
2012-03-22kgdb,debug_core: add the ability to control the reboot notifierJason Wessel
2012-03-22KDB: Fix usability issues relating to the 'enter' key.Andrei Warkentin
2012-03-22kgdb,debug-core,gdbstub: Hook the reboot notifier for debugger detachJason Wessel
2012-03-22kgdb: Respect that flush op is optionalJan Kiszka
2012-03-22tracing: Fix ftrace stack trace entriesWolfgang Mauerer
2012-03-21memcg: let css_get_next() rely upon rcu_read_lock()Hugh Dickins
2012-03-21cgroup: revert ss_id_lock to spinlockHugh Dickins
2012-03-21mm, counters: remove task argument to sync_mm_rss() and __sync_task_rss_stat()David Rientjes
2012-03-21cpuset: mm: reduce large amounts of memory barrier related damage v3Mel Gorman
2012-03-21mm: add rss counters consistency checkKonstantin Khlebnikov
2012-03-20constify path argument of trace_seq_path()Al Viro
2012-03-20constify path argument of audit_log_d_path()Al Viro
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro
2012-03-20exit_signal: fix the "parent has changed security domain" logicOleg Nesterov
2012-03-20exit_signal: simplify the "we have changed execution domain" logicOleg Nesterov
2012-03-20CLONE_PARENT shouldn't allow to set ->exit_signalOleg Nesterov
2012-03-20power: remove the second argument of k[un]map_atomic()Cong Wang
2012-03-20kdb: remove the second argument of k[un]map_atomic()Cong Wang
2012-03-16genirq: Remove paranoid warnons and bogus fixupsThomas Gleixner
2012-03-15time: Remove bogus commentsThomas Gleixner
2012-03-15time: Fix change_clocksource lockingJohn Stultz
2012-03-15prctl: use CAP_SYS_RESOURCE for PR_SET_MM optionCyrill Gorcunov
2012-03-15ntp: Fix integer overflow when setting timeSasha Levin
2012-03-15printk: Make it compile with !CONFIG_PRINTKPeter Zijlstra
2012-03-14genirq: Flush the irq thread on synchronizationIdo Yariv
2012-03-14padata: Fix race on sequence number wrapSteffen Klassert
2012-03-14padata: Fix race in the serialization pathSteffen Klassert
2012-03-14uprobes/core: Handle breakpoint and singlestep exceptionsSrikar Dronamraju
2012-03-13tracing: Fix build breakage without CONFIG_PERF_EVENTSMark Brown
2012-03-13ftrace: Fix function_graph for archs that test ftrace_trace_functionRajesh Bhagat
2012-03-13sched/arch: Introduce the finish_arch_post_lock_switch() scheduler callbackCatalin Marinas
2012-03-13uprobes/core: Rename bkpt to swbpSrikar Dronamraju
2012-03-13uprobes/core: Make order of function parameters consistent across functionsSrikar Dronamraju
2012-03-13uprobes/core: Make macro names consistentSrikar Dronamraju
2012-03-12sched: Fix nohz load accounting -- again!Peter Zijlstra
2012-03-12sched: Update yield() docsPeter Zijlstra
2012-03-12printk/sched: Introduce special printk_sched() for those awkward momentsPeter Zijlstra
2012-03-12sched/nohz: Correctly initialize 'next_balance' in 'nohz' idle balancerDiwakar Tundlam
2012-03-12sched: Cleanup cpu_active madnessPeter Zijlstra
2012-03-12sched: Fix load-balance wreckagePeter Zijlstra
2012-03-12workqueue: use percpu allocator for cwq on UPLai Jiangshan