summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2012-09-13time: Fix timeekeping_get_ns overflow on 32bit systemsJohn Stultz
2012-09-13Merge branch 'core/rcu' into perf/coreIngo Molnar
2012-09-13lockdep: Check if nested lock is actually heldMaarten Lankhorst
2012-09-13sched: cpu_power: enable ARCH_POWERVincent Guittot
2012-09-13sched/nohz: Clean up select_nohz_load_balancer()Alex Shi
2012-09-13sched: Fix load avg vs. cpu-hotplugPeter Zijlstra
2012-09-13sched: Remove __ARCH_WANT_INTERRUPTS_ON_CTXSWPeter Zijlstra
2012-09-13sched: Fix nohz_idle_balance()Vincent Guittot
2012-09-13task_work: Simplify the usage in ptrace_notify() and get_signal_to_deliver()Oleg Nesterov
2012-09-13task_work: task_work_add() should not succeed after exit_task_work()Oleg Nesterov
2012-09-13task_work: Make task_work_add() locklessOleg Nesterov
2012-09-12audit: export audit_log_task_infoPeter Moody
2012-09-12Merge branch 'for-3.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman
2012-09-10properly __init-annotate pm_sysrq_init()Jan Beulich
2012-09-10workqueue: fix possible idle worker depletion across CPU hotplugLai Jiangshan
2012-09-10workqueue: restore POOL_MANAGING_WORKERSLai Jiangshan
2012-09-08netlink: hide struct module parameter in netlink_kernel_createPablo Neira Ayuso
2012-09-07PM / QoS: Add return code to pm_qos_get_value function.Luis Gonzalez Fernandez
2012-09-06pstore/ftrace: Convert to its own enable/disable debugfs knobAnton Vorontsov
2012-09-05workqueue: fix possible deadlock in idle worker rebindingTejun Heo
2012-09-05workqueue: move WORKER_REBIND clearing in rebind_workers() to the end of the ...Tejun Heo
2012-09-04workqueue: UNBOUND -> REBIND morphing in rebind_workers() should be atomicLai Jiangshan
2012-09-04perf/hwpb: Invoke __perf_event_disable() if interrupts are already disabledK.Prasad
2012-09-04perf_event: Switch to internal refcount, fix race with close()Al Viro
2012-09-04sched: Remove useless code in yield_to()Michael Wang
2012-09-04sched: Add time unit suffix to sched sysctl knobsNamhyung Kim
2012-09-04sched/debug: Limit sd->*_idx range on sysctlNamhyung Kim
2012-09-04sched: Remove AFFINE_WAKEUPS feature flagNamhyung Kim
2012-09-04Merge branch 'sched/urgent' into sched/coreIngo Molnar
2012-09-04sched: Fix kernel-doc warnings in kernel/sched/fair.cRandy Dunlap
2012-09-04sched: Unthrottle rt runqueues in __disable_runtime()Peter Boonstoppel
2012-09-04sched: Add missing call to calc_load_exit_idle()Charles Wang
2012-09-04sched: Fix load avg vs cpu-hotplugPeter Zijlstra
2012-09-04timekeeping: Add suspend and resume of clock event devicesRafael J. Wysocki
2012-09-04PM / Domains: Add power off/on function for system core suspend stageRafael J. Wysocki
2012-09-01time: Move ktime_t overflow checking into timespec_valid_strictJohn Stultz
2012-08-28uprobes: Remove "verify" argument from set_orig_insn()Oleg Nesterov
2012-08-28uprobes: Fold uprobe_reset_state() into uprobe_dup_mmap()Oleg Nesterov
2012-08-28uprobes: Introduce MMF_HAS_UPROBESOleg Nesterov
2012-08-28uprobes: Do not use -EEXIST in install_breakpoint() pathsOleg Nesterov
2012-08-28uprobes: Change uprobe_mmap() to ignore the errors but check fatal_signal_pen...Oleg Nesterov
2012-08-28uprobes: Kill dup_mmap()->uprobe_mmap(), simplify uprobe_mmap/munmapOleg Nesterov
2012-08-28uprobes: Kill uprobes_state->countOleg Nesterov
2012-08-28uprobes: Remove check for uprobe variable in handle_swbp()Sebastian Andrzej Siewior
2012-08-28uprobes: Remove redundant lock_page/unlock_pageSrikar Dronamraju
2012-08-28Merge branch 'perf/urgent' into perf/coreIngo Molnar
2012-08-26Merge remote-tracking branch 'upstream/master' into queueMarcelo Tosatti
2012-08-24cgroup: rename subsys_bits to subsys_maskAristeu Rozanski
2012-08-24cgroup: add xattr supportAristeu Rozanski