aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller19-125/+289
2013-04-22nohz: Add basic tracingFrederic Weisbecker1-4/+15
2013-04-22nohz: Select wide RCU nocb for full dynticksFrederic Weisbecker1-0/+1
2013-04-22nohz: Disable the tick when irq resume in full dynticks CPUFrederic Weisbecker1-5/+14
2013-04-22nohz: Re-evaluate the tick for the new task after a context switchFrederic Weisbecker2-0/+22
2013-04-22nohz: Prepare to stop the tick on irq exitFrederic Weisbecker1-6/+25
2013-04-22nohz: Implement full dynticks kickFrederic Weisbecker1-4/+38
2013-04-22timekeeping: Update tk->cycle_last in resumeThomas Gleixner1-1/+1
2013-04-22nohz: Re-evaluate the tick from the scheduler IPIFrederic Weisbecker2-2/+4
2013-04-22sched: New helper to prevent from stopping the tick in full dynticksFrederic Weisbecker1-0/+18
2013-04-22sched: Kick full dynticks CPU that have more than one task enqueued.Frederic Weisbecker1-0/+11
2013-04-22perf: New helper to prevent full dynticks CPUs from stopping tickFrederic Weisbecker1-0/+10
2013-04-22perf: Kick full dynticks CPU if events rotation is neededFrederic Weisbecker1-1/+6
2013-04-22posix_timers: Fix pre-condition to stop the tick on full dynticksFrederic Weisbecker1-3/+3
2013-04-22kernel/hz.bc: ignore.Rusty Russell1-0/+1
2013-04-21Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2013-04-21sched: Fix wrong rq's runnable_avg update with rt tasksVincent Guittot3-2/+49
2013-04-21events: Protect access via task_subsys_state_check()Paul E. McKenney1-0/+2
2013-04-21Merge branch 'timers/nohz-posix-timers-v2' of git://git.kernel.org/pub/scm/li...Ingo Molnar3-16/+112
2013-04-21Merge branch 'perf/urgent' into perf/coreIngo Molnar11-45/+113
2013-04-20Merge branch 'x86-kdump-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-13/+105
2013-04-19tracepoints: Prevent null probe from being addedSahara1-8/+13
2013-04-19posix_timers: New API to prevent from stopping the tick when timers are runningFrederic Weisbecker1-15/+26
2013-04-19posix_timers: Kick full dynticks CPUs when a posix cpu timer is armedFrederic Weisbecker1-1/+34
2013-04-19nohz: New option to default all CPUs in full dynticks rangeFrederic Weisbecker2-2/+31
2013-04-19nohz: Ensure full dynticks CPUs are RCU nocbsFrederic Weisbecker4-19/+23
2013-04-19nohz: Force boot CPU outside full dynticks rangeFrederic Weisbecker1-39/+15
2013-04-19mutex: Back out architecture specific check for negative mutex countWaiman Long1-7/+2
2013-04-19mutex: Queue mutex spinners with MCS lock to reduce cacheline contentionWaiman Long1-1/+90
2013-04-19mutex: Make more scalable by doing less atomic operationsWaiman Long1-3/+16
2013-04-19mutex: Move mutex spinning code from sched/core.c back to mutex.cWaiman Long3-52/+46
2013-04-18cgroup: fix broken file xattrsLi Zefan1-5/+6
2013-04-18Merge branch 'userns-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-9/+13
2013-04-18nohz: New APIs to re-evaluate the tick on full dynticks CPUsFrederic Weisbecker2-0/+52
2013-04-18Revert "block: add missing block_bio_complete() tracepoint"Linus Torvalds1-23/+3
2013-04-18kprobes: Fix a double lock bug of kprobe_mutexMasami Hiramatsu1-6/+13
2013-04-18posix-timers: Remove unused variableThomas Gleixner1-1/+0
2013-04-17kernel/signal.c: stop info leak via the tkill and the tgkill syscallsEmese Revfy1-1/+1
2013-04-17kexec: use Crash kernel for Crash kernel lowYinghai Lu1-1/+1
2013-04-17x86, kdump: Change crashkernel_high/low= to crashkernel=,high/lowYinghai Lu1-13/+96
2013-04-17x86, kdump: Retore crashkernel= to allocate under 896MYinghai Lu1-0/+9
2013-04-17clockevents: Switch into oneshot mode even if broadcast registered lateStephen Boyd1-0/+10
2013-04-17timer_list: Convert timer list to be a proper seq_fileNathan Zimmer1-12/+77
2013-04-17timer_list: Split timer_list_show_tickdevicesNathan Zimmer1-12/+9
2013-04-17posix timers: Allocate timer id per process (v2)Pavel Emelyanov1-37/+69
2013-04-17idle: Remove GENERIC_IDLE_LOOP config switchThomas Gleixner1-8/+0
2013-04-17module: don't unlink the module until we've removed all exposure.Rusty Russell1-4/+9
2013-04-16audit: allow checking the type of audit message in the user filterEric Paris2-4/+26
2013-04-16audit: fix build break when AUDIT_DEBUG == 2Eric Paris1-3/+5
2013-04-16Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar3-111/+397