summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-02-2120-239/+419
|\
| * x86/mm/ASLR: Avoid PAGE_SIZE redefinition for UML subarchJiri Kosina2015-02-202-2/+0
| * Merge tag 'microcode_fixes_for-3.21' of git://git.kernel.org/pub/scm/linux/ke...Ingo Molnar2015-02-192-1/+10
| |\
| | * x86/microcode/intel: Handle truncated microcode images more robustlyQuentin Casasnovas2015-02-192-0/+9
| | * x86/microcode/intel: Guard against stack overflow in the loaderQuentin Casasnovas2015-02-191-1/+1
| * | Merge branch 'tip-x86-kaslr' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2015-02-199-22/+69
| |\ \
| | * | x86, mm/ASLR: Fix stack randomization on 64-bit systemsHector Marco-Gisbert2015-02-192-5/+6
| | * | x86/mm/ASLR: Propagate base load address calculationJiri Kosina2015-02-197-17/+63
| * | | Merge branch 'tip-x86-mm' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Ingo Molnar2015-02-191-2/+26
| |\ \ \
| | * | | x86/mm/init: Fix incorrect page size in init_memory_mapping() printksDave Hansen2015-02-191-2/+26
| | |/ /
| * | | Documentation/x86: Fix path in zero-page.txtAlexander Kuleshov2015-02-181-1/+1
| * | | x86/apic: Fix the devicetree build in certain configsRicardo Ribalda Delgado2015-02-181-0/+8
| * | | Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem...Ingo Molnar2015-02-186-213/+307
| |\ \ \
| | * | | Revert "efi/libstub: Call get_memory_map() to obtain map and desc sizes"Matt Fleming2015-02-181-10/+6
| | * | | x86/efi: Avoid triple faults during EFI mixed mode callsMatt Fleming2015-02-135-203/+301
* | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-02-216-102/+155
|\ \ \ \ \
| * | | | | sched/rt: Avoid obvious configuration failPeter Zijlstra2015-02-181-3/+11
| * | | | | sched/autogroup: Fix failure to set cpu.rt_runtime_usPeter Zijlstra2015-02-182-5/+7
| * | | | | sched/dl: Do update_rq_clock() in yield_task_dl()Kirill Tkhai2015-02-181-0/+1
| * | | | | sched: Prevent recursion in io_schedule()NeilBrown2015-02-182-22/+19
| * | | | | sched/completion: Serialize completion_done() with complete()Oleg Nesterov2015-02-181-2/+17
| * | | | | sched: Fix preempt_schedule_common() triggering tracing recursionFrederic Weisbecker2015-02-181-1/+1
| * | | | | sched/dl: Prevent enqueue of a sleeping task in dl_task_timer()Kirill Tkhai2015-02-181-0/+20
| * | | | | sched: Make dl_task_time() use task_rq_lock()Peter Zijlstra2015-02-183-85/+79
| * | | | | sched: Clarify ordering between task_rq_lock() and move_queued_task()Peter Zijlstra2015-02-181-0/+16
| |/ / / /
* | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-02-212-44/+111
|\ \ \ \ \
| * | | | | kprobes/x86: Mark 2 bytes NOP as boostableWang Nan2015-02-181-1/+1
| * | | | | uprobes/x86: Fix 2-byte opcode tableDenys Vlasenko2015-02-181-35/+17
| * | | | | uprobes/x86: Fix 1-byte opcode tablesDenys Vlasenko2015-02-181-48/+18
| * | | | | uprobes/x86: Add comment with insn opcodes, mnemonics and why we dont support...Denys Vlasenko2015-02-181-19/+134
| |/ / / /
| | | | |
| \ \ \ \
*-. \ \ \ \ Merge branches 'core-urgent-for-linus' and 'irq-urgent-for-linus' of git://gi...Linus Torvalds2015-02-213-0/+9
|\ \ \ \ \ \
| | * | | | | x86/irq: Check for valid irq descriptor in check_irq_vectors_for_cpu_disable()Joerg Roedel2015-02-181-0/+3
| | * | | | | x86/irq: Fix regression caused by commit b568b8601f05Jiang Liu2015-02-181-0/+5
| | |/ / / /
| * | | | | Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2015-02-181-0/+1
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | rcu: Clear need_qs flag to prevent splatPaul E. McKenney2015-02-111-0/+1
* | | | | | kernel: make READ_ONCE() valid on const argumentsLinus Torvalds2015-02-211-3/+3
* | | | | | Merge tag 'for_linux-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-02-207-27/+74
|\ \ \ \ \ \
| * | | | | | kgdb, docs: Fix <para> pdfdocs build errorsRajaneesh Acharya2015-02-191-3/+3
| * | | | | | debug: prevent entering debug mode on panic/exception.Colin Cross2015-02-191-0/+17
| * | | | | | kdb: Const qualifier for kdb_getstr's prompt argumentDaniel Thompson2015-02-192-2/+2
| * | | | | | kdb: Provide forward search at more promptDaniel Thompson2015-02-193-5/+26
| * | | | | | kdb: Fix a prompt management bug when using | grepDaniel Thompson2015-02-191-2/+2
| * | | | | | kdb: Remove stack dump when entering kgdb due to NMIDaniel Thompson2015-02-191-1/+0
| * | | | | | kdb: Avoid printing KERN_ levels to consolesDaniel Thompson2015-02-193-11/+21
| * | | | | | kdb: Fix off by one error in kdb_cpu()Jason Wessel2015-02-192-2/+2
| * | | | | | kdb: fix incorrect counts in KDB summary command outputJay Lan2015-02-191-1/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'for-linus-3.20-1' of git://git.code.sf.net/p/openipmi/linux-ipmiLinus Torvalds2015-02-204-125/+110
|\ \ \ \ \ \
| * | | | | | ipmi: Fix a memory ordering issueCorey Minyard2015-02-191-4/+10
| * | | | | | ipmi: Remove uses of return value of seq_printfJoe Perches2015-02-193-16/+26
| * | | | | | ipmi: Use is_visible callback for conditional sysfs entriesTakashi Iwai2015-02-191-43/+17