aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2013-03-25tick: Change log level of NOHZ: local_softirq_pending messageRado Vrbovsky1-2/+2
2013-03-25hrtimer/trivial: Fix comment text in hrtimer.cDavid Daney1-2/+4
2013-03-23bcache: A block layer cacheKent Overstreet1-0/+4
2013-03-23Export __lockdep_no_validate__Kent Overstreet1-0/+1
2013-03-23Export blk_fill_rwbs()Kent Overstreet1-0/+1
2013-03-23Revert "rw_semaphore: remove up/down_read_non_owner"Kent Overstreet1-0/+16
2013-03-22poweroff: change orderly_poweroff() to use schedule_work()Oleg Nesterov1-25/+32
2013-03-22printk: Provide a wake_up_klogd() off-caseFrederic Weisbecker1-41/+39
2013-03-22timekeeping: Split timekeeper_lock into lock and seqcountThomas Gleixner1-59/+73
2013-03-22timekeeping: Move lock out of timekeeper structThomas Gleixner1-55/+53
2013-03-22timekeeping: Make jiffies_lock internalThomas Gleixner2-0/+3
2013-03-22timekeeping: Calc stuff onceThomas Gleixner1-3/+4
2013-03-22hrtimer: Add hrtimer support for CLOCK_TAIJohn Stultz3-2/+38
2013-03-22timekeeping: Add CLOCK_TAI clockidJohn Stultz2-0/+40
2013-03-22timekeeping: Move TAI managment into timekeeping core from ntpJohn Stultz2-8/+54
2013-03-21Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds6-26/+88
2013-03-21nohz: Wake up full dynticks CPUs when a timer gets enqueuedFrederic Weisbecker2-7/+25
2013-03-21nohz: Assign timekeeping duty to a CPU outside the full dynticks rangeFrederic Weisbecker3-4/+51
2013-03-21nohz: Basic full dynticks interfaceFrederic Weisbecker2-0/+81
2013-03-21perf: Fix ring_buffer perf_output_space() boundary calculationStephane Eranian2-5/+19
2013-03-21sched: Convert BUG_ON()s in try_to_wake_up_local() to WARN_ON_ONCE()sTejun Heo1-2/+4
2013-03-21Merge branch 'perf/urgent' into perf/coreIngo Molnar15-81/+178
2013-03-20tracing: Update debugfs README fileSteven Rostedt (Red Hat)1-14/+78
2013-03-20workqueue: avoid false negative in assert_manager_or_pool_lock()Lai Jiangshan1-1/+2
2013-03-20workqueue: use rcu_read_lock_sched() instead for accessing pwq in RCULai Jiangshan1-5/+5
2013-03-20workqueue: kick a worker in pwq_adjust_max_active()Lai Jiangshan1-7/+6
2013-03-20workqueue: simplify current_is_workqueue_rescuer()Lai Jiangshan1-1/+1
2013-03-20connector: Added coredumping event to the process connectorJesper Derehag1-0/+2
2013-03-20workqueue: add missing POOL_FREEZINGLai Jiangshan1-0/+3
2013-03-20cgroup: consolidate cgroup_attach_task() and cgroup_attach_proc()Li Zefan2-90/+21
2013-03-20cgroup: fix an off-by-one bug which may trigger BUG_ON()Li Zefan1-1/+1
2013-03-20module: fix symbol versioning with symbol prefixesJames Hogan1-1/+2
2013-03-19workqueue: restore CPU affinity of unbound workers on CPU_ONLINETejun Heo1-5/+47
2013-03-19workqueue: directly restore CPU affinity of workers from CPU_ONLINETejun Heo2-131/+64
2013-03-19workqueue: relocate rebind_workers()Tejun Heo1-71/+71
2013-03-19workqueue: convert worker_pool->worker_ida to idr and implement for_each_pool...Tejun Heo1-12/+51
2013-03-19sched: replace PF_THREAD_BOUND with PF_NO_SETAFFINITYTejun Heo5-23/+18
2013-03-19Merge tag 'v3.9-rc3' into drm-intel-next-queuedDaniel Vetter118-4514/+5435
2013-03-18Merge branch 'for-3.9-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-19/+25
2013-03-18params: Fix potential memory leak in add_sysfs_param()David Woodhouse1-1/+4
2013-03-18perf/cgroup: Add __percpu annotation to perf_cgroup->infoNamhyung Kim1-1/+1
2013-03-18sched/tracing: Allow tracing the preemption decision on wakeupPeter Zijlstra1-1/+1
2013-03-18Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fr...Ingo Molnar1-12/+34
2013-03-18Merge branch 'tip/perf/urgent-2' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar4-21/+78
2013-03-18perf: Generate EXIT event only once per task contextNamhyung Kim1-2/+5
2013-03-18perf: Reset hwc->last_period on sw clock eventsNamhyung Kim1-0/+1
2013-03-15timekeeping: utilize the suspend-nonstop clocksource to count suspended timeFeng Tang1-7/+51
2013-03-15timekeeping: Use inject_offset in warp_clockJohn Stultz1-3/+3
2013-03-15timekeeping: Avoid adjust kernel time once hwclock kept in UTC timeDong Zhu1-5/+6
2013-03-15tracing: Fix ftrace_dump()Steven Rostedt (Red Hat)2-40/+31