summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
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
2012-08-24cgroup: revise how we re-populate root directoryAristeu Rozanski
2012-08-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebie...David S. Miller
2012-08-23userns: Make credential debugging user namespace safe.Eric W. Biederman
2012-08-23Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2012-08-23Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2012-08-23ftrace: Do not test frame pointers if -mfentry is usedSteven Rostedt
2012-08-23ftrace: Add -mfentry to Makefile on function tracerSteven Rostedt
2012-08-23x86/smp: Don't ever patch back to UP if we unplug cpusRusty Russell
2012-08-23PM / Freezer: Fix small typo "regrigerator"Sedat Dilek
2012-08-22time: Avoid making adjustments if we haven't accumulated anythingJohn Stultz
2012-08-22time: Avoid potential shift overflow with large shift valuesJohn Stultz
2012-08-22time: Fix casting issue in timekeeping_forward_nowAndreas Schwab
2012-08-22time: Ensure we normalize the timekeeper in tk_xtime_addJohn Stultz
2012-08-21workqueue: reimplement cancel_delayed_work() using try_to_grab_pending()Tejun Heo
2012-08-21workqueue: use irqsafe timer for delayed_workTejun Heo
2012-08-21Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Tejun Heo