Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | x86/platform/uv/BAU: Add generic function pointers | Andrew Banman | 2016-09-22 | 1 | -0/+11 | |
| * | | | | | | | x86/platform/uv/BAU: Convert uv_physnodeaddr() use to uv_gpa_to_offset() | Andrew Banman | 2016-09-22 | 1 | -2/+0 | |
| * | | | | | | | x86/platform/uv/BAU: Clean up pq_init() | Andrew Banman | 2016-09-22 | 1 | -1/+1 | |
| * | | | | | | | Merge branch 'linus' into x86/platform, to pick up fixes | Ingo Molnar | 2016-09-22 | 1 | -63/+16 | |
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | | | ||||||
| * | | | | | | | x86/cpu: Rename Merrifield2 to Moorefield | Andy Shevchenko | 2016-09-08 | 1 | -2/+2 | |
| * | | | | | | | x86/platform/intel-mid: Implement power off sequence | Andy Shevchenko | 2016-09-08 | 2 | -0/+4 | |
| | |_|/ / / / | |/| | | | | | ||||||
* | | | | | | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2016-10-03 | 1 | -2/+4 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | x86/e820: Prepare e280 code for switch to dynamic storage | Denys Vlasenko | 2016-09-21 | 1 | -2/+4 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2016-10-03 | 20 | -299/+237 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | x86/asm: Get rid of __read_cr4_safe() | Andy Lutomirski | 2016-09-30 | 4 | -21/+8 | |
| * | | | | | | | Merge branch 'x86/urgent' into x86/asm | Thomas Gleixner | 2016-09-30 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | x86/alternatives: Add stack frame dependency to alternative_call_2() | Josh Poimboeuf | 2016-09-24 | 1 | -2/+6 | |
| * | | | | | | | | x86/dumpstack: Remove dump_trace() and related callbacks | Josh Poimboeuf | 2016-09-20 | 1 | -36/+0 | |
| * | | | | | | | | x86/dumpstack: Convert show_trace_log_lvl() to use the new unwinder | Josh Poimboeuf | 2016-09-20 | 1 | -6/+4 | |
| * | | | | | | | | x86/unwind: Add new unwind interface and implementations | Josh Poimboeuf | 2016-09-20 | 1 | -0/+73 | |
| * | | | | | | | | Merge branch 'linus' into x86/asm, to pick up fixes | Ingo Molnar | 2016-09-20 | 1 | -1/+5 | |
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | | | ||||||
| * | | | | | | | | x86/dumpstack: Remove NULL task pointer convention | Josh Poimboeuf | 2016-09-16 | 1 | -2/+2 | |
| * | | | | | | | | x86: Move thread_info into task_struct | Andy Lutomirski | 2016-09-15 | 1 | -46/+0 | |
| * | | | | | | | | x86/asm: Move the thread_info::status field to thread_struct | Andy Lutomirski | 2016-09-15 | 3 | -34/+21 | |
| * | | | | | | | | Merge branch 'linus' into x86/asm, to pick up recent fixes | Ingo Molnar | 2016-09-15 | 1 | -62/+11 | |
| |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | | | ||||||
| * | | | | | | | | x86/dumpstack: Add get_stack_info() interface | Josh Poimboeuf | 2016-09-15 | 1 | -4/+37 | |
| * | | | | | | | | x86/dumpstack: Add get_stack_pointer() and get_frame_pointer() | Josh Poimboeuf | 2016-09-08 | 1 | -18/+23 | |
| * | | | | | | | | x86/mm: Improve stack-overflow #PF handling | Andy Lutomirski | 2016-09-08 | 1 | -0/+6 | |
| * | | | | | | | | Merge branch 'x86/mm' into x86/asm, to unify the two branches for simplicity | Ingo Molnar | 2016-09-08 | 4 | -3/+7 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | x86/mm/64: Enable KASLR for vmemmap memory region | Thomas Garnier | 2016-08-10 | 2 | -1/+4 | |
| | * | | | | | | | | x86: Apply more __ro_after_init and const | Kees Cook | 2016-08-10 | 2 | -2/+3 | |
| | | |_|_|_|_|_|/ | | |/| | | | | | | ||||||
| * | | | | | | | | sched/x86: Fix thread_saved_pc() | Brian Gerst | 2016-08-24 | 1 | -8/+2 | |
| * | | | | | | | | sched/x86: Pass kernel thread parameters in 'struct fork_frame' | Brian Gerst | 2016-08-24 | 1 | -0/+2 | |
| * | | | | | | | | sched/x86: Rewrite the switch_to() code | Brian Gerst | 2016-08-24 | 3 | -123/+21 | |
| * | | | | | | | | sched/x86: Add 'struct inactive_task_frame' to better document the sleeping t... | Brian Gerst | 2016-08-24 | 2 | -2/+7 | |
| * | | | | | | | | ftrace/x86: Implement HAVE_FUNCTION_GRAPH_RET_ADDR_PTR | Josh Poimboeuf | 2016-08-24 | 1 | -0/+2 | |
| * | | | | | | | | ftrace: Remove CONFIG_HAVE_FUNCTION_GRAPH_FP_TEST from config | Josh Poimboeuf | 2016-08-24 | 1 | -0/+1 | |
| * | | | | | | | | x86/mm/64: Enable vmapped stacks (CONFIG_HAVE_ARCH_VMAP_STACK=y) | Andy Lutomirski | 2016-08-24 | 1 | -1/+27 | |
| * | | | | | | | | x86/asm/head: Rename 'stack_start' -> 'initial_stack' | Josh Poimboeuf | 2016-08-18 | 2 | -3/+1 | |
| * | | | | | | | | x86/asm/head: Remove unused init_rsp variable extern | Josh Poimboeuf | 2016-08-18 | 1 | -1/+0 | |
| * | | | | | | | | x86/dumpstack: Remove show_trace() | Josh Poimboeuf | 2016-08-18 | 1 | -2/+0 | |
| | |_|_|_|/ / / | |/| | | | | | | ||||||
* | | | | | | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2016-10-03 | 2 | -4/+4 | |
|\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge branch 'x86/urgent' into x86/apic | Thomas Gleixner | 2016-09-26 | 1 | -60/+9 | |
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | | | ||||||
| * | | | | | | | | x86/acpi: Introduce persistent storage for cpuid <-> apicid mapping | Gu Zheng | 2016-09-21 | 1 | -0/+1 | |
| * | | | | | | | | x86/apic: Get rid of apic_version[] array | Denys Vlasenko | 2016-09-20 | 1 | -1/+1 | |
| * | | | | | | | | x86/apic: Order irq_enter/exit() calls correctly vs. ack_APIC_irq() | Wanpeng Li | 2016-09-20 | 1 | -3/+2 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2016-10-03 | 5 | -36/+57 | |
|\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge tag 'v4.8-rc8' into ras/core, to pick up fixes | Ingo Molnar | 2016-09-26 | 1 | -3/+7 | |
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | | | ||||||
| * | | | | | | | | x86/mce/AMD: Save MCA_IPID in MCE struct on SMCA systems | Yazen Ghannam | 2016-09-13 | 1 | -0/+1 | |
| * | | | | | | | | x86/mce/AMD, EDAC/mce_amd: Define and use tables for known SMCA IP types | Yazen Ghannam | 2016-09-13 | 1 | -29/+32 | |
| * | | | | | | | | x86/mce: Add support for new MCA_SYND register | Yazen Ghannam | 2016-09-13 | 2 | -1/+5 | |
| * | | | | | | | | x86/mce: Drop X86_FEATURE_MCE_RECOVERY and the related model string test | Tony Luck | 2016-09-05 | 1 | -1/+0 | |
| * | | | | | | | | x86/mce: Improve memcpy_mcsafe() | Tony Luck | 2016-09-05 | 2 | -5/+16 | |
| * | | | | | | | | x86/mce: Add PCI quirks to identify Xeons with machine check recovery | Tony Luck | 2016-09-05 | 1 | -0/+3 | |
| | |_|/ / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2016-10-03 | 6 | -257/+1 | |
|\ \ \ \ \ \ \ \ |