| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | | | | | | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2018-10-23 | 1 | -25/+28 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | x86/mce: Add macros for the corrected error count bit field | Qiuxu Zhuo | 2018-09-27 | 1 | -0/+3 |
| * | | | | | | | | | x86/mce: Use BIT_ULL(x) for bit mask definitions | Qiuxu Zhuo | 2018-09-27 | 1 | -25/+25 |
| | |_|/ / / / / /
| |/| | | | | | | |
|
* | | | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2018-10-23 | 4 | -23/+54 |
|\ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ | Merge branch 'x86/cache' into perf/core, to pick up fixes | Ingo Molnar | 2018-10-23 | 1 | -0/+6 |
| |\ \ \ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ \ | Merge branch 'x86/urgent' into x86/cache, to pick up dependent fix | Ingo Molnar | 2018-10-09 | 2 | -0/+14 |
| | |\ \ \ \ \ \ \ \ \
| | | | |_|/ / / / / /
| | | |/| | | | | | | |
|
| * | | | | | | | | | | kprobes, x86/ptrace.h: Make regs_get_kernel_stack_nth() not fault on bad stack | Steven Rostedt (VMware) | 2018-10-18 | 1 | -7/+35 |
| * | | | | | | | | | | x86/cpu: Sanitize FAM6_ATOM naming | Peter Zijlstra | 2018-10-02 | 1 | -16/+17 |
| * | | | | | | | | | | perf/x86/intel: Add a separate Arch Perfmon v4 PMI handler | Andi Kleen | 2018-10-02 | 1 | -0/+1 |
| * | | | | | | | | | | Merge branch 'x86/cache' into perf/core, to resolve conflicts | Ingo Molnar | 2018-10-02 | 1 | -0/+1 |
| |\ \ \ \ \ \ \ \ \ \
| | |/ / / / / / / / / |
|
| | * | | | | | | | | | perf/x86: Add helper to obtain performance counter index | Reinette Chatre | 2018-09-28 | 1 | -0/+1 |
| | | |_|_|/ / / / /
| | |/| | | | | | | |
|
* | | | | | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2018-10-23 | 21 | -311/+329 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | locking/qspinlock, x86: Provide liveness guarantee | Peter Zijlstra | 2018-10-16 | 1 | -0/+15 |
| * | | | | | | | | | | x86/asm: 'Simplify' GEN_*_RMWcc() macros | Peter Zijlstra | 2018-10-16 | 7 | -53/+64 |
| * | | | | | | | | | | x86/jump-labels: Macrofy inline assembly code to work around GCC inlining bugs | Nadav Amit | 2018-10-06 | 1 | -54/+18 |
| * | | | | | | | | | | x86/cpufeature: Macrofy inline assembly code to work around GCC inlining bugs | Nadav Amit | 2018-10-06 | 1 | -35/+47 |
| * | | | | | | | | | | x86/extable: Macrofy inline assembly code to work around GCC inlining bugs | Nadav Amit | 2018-10-06 | 1 | -33/+20 |
| * | | | | | | | | | | Merge branch 'core/core' into x86/build, to prevent conflicts | Ingo Molnar | 2018-10-06 | 2 | -18/+9 |
| |\ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | x86/jump_table: Use relative references | Ard Biesheuvel | 2018-09-27 | 1 | -16/+8 |
| | * | | | | | | | | | | x86: Add support for 64-bit place relative relocations | Ard Biesheuvel | 2018-09-27 | 1 | -2/+1 |
| | | |/ / / / / / / /
| | |/| | | | | | | | |
|
| * | | | | | | | | | | Merge branch 'x86/core' into x86/build, to avoid conflicts | Ingo Molnar | 2018-10-05 | 6 | -18/+27 |
| |\ \ \ \ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ \ \ | Merge branch 'linus' into x86/core, to pick up fixes | Ingo Molnar | 2018-10-04 | 12 | -60/+79 |
| | |\ \ \ \ \ \ \ \ \ \
| | | |/ / / / / / / / / |
|
| | * | | | | | | | | | | x86/fault: Plumb error code and fault address through to fault handlers | Jann Horn | 2018-09-03 | 2 | -1/+4 |
| | * | | | | | | | | | | x86/extable: Introduce _ASM_EXTABLE_UA for uaccess fixups | Jann Horn | 2018-09-03 | 4 | -17/+23 |
| | | |_|_|_|_|/ / / /
| | |/| | | | | | | | |
|
| * | | | | | | | | | | x86/paravirt: Work around GCC inlining bugs when compiling paravirt ops | Nadav Amit | 2018-10-04 | 1 | -29/+27 |
| * | | | | | | | | | | x86/bug: Macrofy the BUG table section handling, to work around GCC inlining ... | Nadav Amit | 2018-10-04 | 1 | -42/+56 |
| * | | | | | | | | | | x86/alternatives: Macrofy lock prefixes to work around GCC inlining bugs | Nadav Amit | 2018-10-04 | 2 | -15/+16 |
| * | | | | | | | | | | x86/refcount: Work around GCC inlining bug | Nadav Amit | 2018-10-04 | 1 | -29/+45 |
| | |/ / / / / / / /
| |/| | | | | | | | |
|
* | | | | | | | | | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2018-10-23 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ | Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi... | Thomas Gleixner | 2018-09-27 | 1 | -0/+1 |
| |\ \ \ \ \ \ \ \ \ \
| | |/ / / / / / / / /
| |/| | | | | | | | | |
|
| | * | | | | | | | | | efi/x86: Handle page faults occurring while running EFI runtime services | Sai Praneeth | 2018-09-26 | 1 | -0/+1 |
| | | |_|_|_|/ / / /
| | |/| | | | | | | |
|
* | | | | | | | | | | Merge tag 'pm-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 2018-10-23 | 2 | -0/+12 |
|\ \ \ \ \ \ \ \ \ \ |
|
| | \ \ \ \ \ \ \ \ \ | |
| | \ \ \ \ \ \ \ \ \ | |
| *-. \ \ \ \ \ \ \ \ \ | Merge branches 'acpi-pm' and 'pm-sleep' | Rafael J. Wysocki | 2018-10-18 | 2 | -0/+12 |
| |\ \ \ \ \ \ \ \ \ \ \
| | | |/ / / / / / / / /
| | |/| | | | | | | | | |
|
| | | * | | | | | | | | | x86, hibernate: Rename temp_level4_pgt to temp_pgt | Zhimin Gu | 2018-10-03 | 1 | -1/+1 |
| | | * | | | | | | | | | x86, hibernate: Extract the common code of 64/32 bit system | Zhimin Gu | 2018-10-03 | 1 | -0/+8 |
| | | * | | | | | | | | | x86-32/asm/power: Create stack frames in hibernate_asm_32.S | Zhimin Gu | 2018-10-03 | 1 | -0/+4 |
| | | |/ / / / / / / / |
|
* | | | | | | | | | | | Merge tag 'for-4.20/block-20181021' of git://git.kernel.dk/linux-block | Linus Torvalds | 2018-10-22 | 2 | -12/+2 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ \ | Merge tag 'v4.19-rc6' into for-4.20/block | Jens Axboe | 2018-10-01 | 12 | -60/+79 |
| |\ \ \ \ \ \ \ \ \ \ \
| | | |/ / / / / / / / /
| | |/| | | | | | | | | |
|
| * | | | | | | | | | | | xen: don't include <xen/xen.h> from <asm/io.h> and <asm/dma-mapping.h> | Christoph Hellwig | 2018-09-26 | 2 | -4/+2 |
| * | | | | | | | | | | | block: remove ARCH_BIOVEC_PHYS_MERGEABLE | Christoph Hellwig | 2018-09-26 | 1 | -3/+0 |
| * | | | | | | | | | | | xen: provide a prototype for xen_biovec_phys_mergeable in xen.h | Christoph Hellwig | 2018-09-26 | 1 | -4/+0 |
| * | | | | | | | | | | | block: simplify BIOVEC_PHYS_MERGEABLE | Christoph Hellwig | 2018-09-24 | 1 | -3/+2 |
| | |_|_|/ / / / / / /
| |/| | | | | | | | | |
|
* | | | | | | | | | | | x86/fpu: Fix i486 + no387 boot crash by only saving FPU registers on context ... | Sebastian Andrzej Siewior | 2018-10-17 | 1 | -1/+1 |
* | | | | | | | | | | | x86/percpu: Fix this_cpu_read() | Peter Zijlstra | 2018-10-14 | 1 | -4/+4 |
| |_|/ / / / / / / /
|/| | | | | | | | | |
|
* | | | | | | | | | | Merge tag 'libnvdimm-fixes-4.19-rc8' of git://git.kernel.org/pub/scm/linux/ke... | Greg Kroah-Hartman | 2018-10-14 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \
| |_|_|_|_|/ / / / /
|/| | | | | | | | | |
|
| * | | | | | | | | | mm: Preserve _PAGE_DEVMAP across mprotect() calls | Jan Kara | 2018-10-09 | 1 | -1/+1 |
| | |/ / / / / / /
| |/| | | | | | | |
|
* | | | | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Greg Kroah-Hartman | 2018-10-05 | 1 | -0/+8 |
|\ \ \ \ \ \ \ \ \
| | |_|_|/ / / / /
| |/| | | | / / /
| |_|_|_|_|/ / /
|/| | | | | | | |
|
| * | | | | | | | perf/x86/amd/uncore: Set ThreadMask and SliceMask for L3 Cache perf events | Natarajan, Janakarajan | 2018-10-02 | 1 | -0/+8 |
| |/ / / / / / |
|
* | | | | | | | x86/platform/uv: Provide is_early_uv_system() | Mike Travis | 2018-10-02 | 1 | -0/+6 |
|/ / / / / / |
|
* | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Greg Kroah-Hartman | 2018-09-23 | 3 | -1/+19 |
|\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | | |
|