summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-05-2816-1194/+2284
|\
| * x86, asm: Clean up desc.h a bitIngo Molnar2011-05-271-76/+76
| * x86, amd: Do not enable ARAT feature on AMD processors below family 0x12Boris Ostrovsky2011-05-261-2/+5
| * x86: Move do_page_fault()'s error path under unlikely()KOSAKI Motohiro2011-05-261-15/+20
| * Merge branch 'linus' into x86/urgentIngo Molnar2011-05-26932-12293/+51041
| |\
| * | x86, efi: Retain boot service code until after switching to virtual modeMatthew Garrett2011-05-254-3/+55
| * | x86: Remove unnecessary check in detect_ht()Nikhil P Rao2011-05-251-7/+0
| * | x86: Reorder mm_context_t to remove x86_64 alignment padding and thus shrink ...Richard Kennedy2011-05-251-2/+2
| * | x86, UV: Clean up uv_tlb.cCliff Wickman2011-05-252-899/+1099
| * | x86, UV: Add support for SGI UV2 hub chipJack Steiner2011-05-256-238/+1075
| * | x86, cpufeature: Update CPU feature RDRND to RDRANDKees Cook2011-05-241-1/+1
* | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-05-288-27/+65
|\ \ \
| * | | cpuset: Fix cpuset_cpus_allowed_fallback(), don't update tsk->rt.nr_cpus_allowedKOSAKI Motohiro2011-05-285-12/+24
| * | | sched: Fix ->min_vruntime calculation in dequeue_entity()Peter Zijlstra2011-05-281-2/+3
| * | | sched: Fix ttwu() for __ARCH_WANT_INTERRUPTS_ON_CTXSWPeter Zijlstra2011-05-281-9/+28
| * | | sched: More sched_domain iterations fixesXiaotian Feng2011-05-282-4/+10
* | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-05-288-151/+147
|\ \ \ \
| * | | | rcu: Start RCU kthreads in TASK_INTERRUPTIBLE statePaul E. McKenney2011-05-282-0/+3
| * | | | rcu: Remove waitqueue usage for cpu, node, and boost kthreadsPeter Zijlstra2011-05-283-39/+17
| * | | | rcu: Avoid acquiring rcu_node locks in timer functionsPaul E. McKenney2011-05-282-9/+8
| * | | | atomic: Add atomic_or()Paul E. McKenney2011-05-281-0/+13
| * | | | Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar2011-05-286-103/+74
| |\ \ \ \
| | * | | | rcu: Decrease memory-barrier usage based on semi-formal proofPaul E. McKenney2011-05-265-89/+67
| | * | | | rcu: Make rcu_enter_nohz() pay attention to nestingPaul E. McKenney2011-05-261-2/+2
| | * | | | rcu: Don't do reschedule unless in irqPaul E. McKenney2011-05-261-2/+3
| | * | | | rcu: Remove old memory barriers from rcu_process_callbacks()Paul E. McKenney2011-05-261-14/+0
| | * | | | rcu: Add memory barriersPaul E. McKenney2011-05-261-0/+6
| | * | | | rcu: Fix unpaired rcu_irq_enter() from locking selftestsFrederic Weisbecker2011-05-261-1/+1
| * | | | | Documentation: Add statistics about nested locksJuri Lelli2011-05-281-2/+34
| | |/ / / | |/| | |
* | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-05-2834-106/+359
|\ \ \ \ \
| * | | | | perf: Fix SIGIO handlingPeter Zijlstra2011-05-281-0/+8
| * | | | | perf top: Don't stop if no kernel symtab is foundArnaldo Carvalho de Melo2011-05-271-5/+15
| * | | | | perf top: Handle kptr_restrictArnaldo Carvalho de Melo2011-05-271-0/+15
| * | | | | perf top: Remove unused macroArnaldo Carvalho de Melo2011-05-271-2/+0
| * | | | | perf events: initialize fd array to -1 instead of 0David Ahern2011-05-271-0/+10
| * | | | | perf tools: Make sure kptr_restrict warnings fit 80 col termsArnaldo Carvalho de Melo2011-05-272-21/+15
| * | | | | Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2011-05-2717-41/+148
| |\ \ \ \ \
| | * | | | | ftrace: Add internal recursive checksSteven Rostedt2011-05-254-7/+33
| | * | | | | tracing: Update btrfs's tracepoints to use u64 interfaceliubo2011-05-251-2/+2
| | * | | | | tracing: Add __print_symbolic_u64 to avoid warnings on 32bit machineliubo2011-05-253-0/+52
| | * | | | | ftrace: Set ops->flag to enabled even on static function tracingSteven Rostedt2011-05-251-1/+5
| | * | | | | tracing: Have event with function tracer check error returnSteven Rostedt2011-05-251-1/+6
| | * | | | | ftrace: Have ftrace_startup() return failure codeSteven Rostedt2011-05-251-6/+8
| | * | | | | jump_label: Check entries limit in __jump_label_updateJiri Olsa2011-05-251-5/+13
| | * | | | | ftrace/recordmcount: Avoid STT_FUNC symbols as base on ARMRabin Vincent2011-05-251-0/+8
| | * | | | | scripts/tags.sh: Add magic for trace-events for etags tooSteven Rostedt2011-05-251-1/+3
| | * | | | | scripts/tags.sh: Fix ctags for DEFINE_EVENT()Steven Rostedt2011-05-251-1/+1
| | * | | | | x86/ftrace: Fix compiler warning in ftrace.cRakib Mullick2011-05-251-6/+6
| | * | | | | maccess,probe_kernel: Make write/read src const void *Steven Rostedt2011-05-254-12/+12
| * | | | | | Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/o...Ingo Molnar2011-05-274-44/+79
| |\ \ \ \ \ \
OpenPOWER on IntegriCloud