| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2017-05-13 | 7 | -19/+17 |
|\ |
|
| * | um: Add missing NR_CPUS include | Richard Weinberger | 2017-05-04 | 1 | -0/+1 |
| * | um: Fix to call read_initrd after init_bootmem | Masami Hiramatsu | 2017-05-03 | 2 | -3/+7 |
| * | um: Include kbuild.h instead of duplicating its macros | Matthias Kaehlcke | 2017-05-03 | 1 | -8/+1 |
| * | um: Fix PTRACE_POKEUSER on x86_64 | Richard Weinberger | 2017-05-03 | 1 | -1/+1 |
| * | um: Set number of CPUs | Nikola Kotur | 2017-05-03 | 2 | -3/+5 |
| * | um: Fix _print_addr() | Richard Weinberger | 2017-05-03 | 1 | -4/+2 |
* | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2017-05-13 | 3 | -3/+3 |
|\ \ |
|
| * | | Tigran has moved | Andrew Morton | 2017-05-13 | 3 | -3/+3 |
* | | | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2017-05-13 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | x86, pmem: Fix cache flushing for iovec write < 8 bytes | Ben Hutchings | 2017-05-09 | 1 | -1/+1 |
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2017-05-12 | 1 | -1/+1 |
|\ \ \ |
|
| * \ \ | Merge tag 'perf-core-for-mingo-4.12-20170503' of git://git.kernel.org/pub/scm... | Ingo Molnar | 2017-05-03 | 33 | -434/+674 |
| |\ \ \ |
|
| * | | | | perf/x86: Fix Broadwell-EP DRAM RAPL events | Vince Weaver | 2017-05-03 | 1 | -1/+1 |
| | |_|/
| |/| | |
|
* | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2017-05-12 | 15 | -27/+63 |
|\ \ \ \ |
|
| * | | | | x86/build: Don't add -maccumulate-outgoing-args w/o compiler support | Nick Desaulniers | 2017-05-09 | 1 | -1/+2 |
| * | | | | x86/boot/32: Fix UP boot on Quark and possibly other platforms | Andy Lutomirski | 2017-05-09 | 2 | -5/+20 |
| * | | | | x86/mm/32: Set the '__vmalloc_start_set' flag in initmem_init() | Laura Abbott | 2017-05-09 | 1 | -0/+1 |
| * | | | | x86/kexec/64: Use gbpages for identity mappings if available | Xunlei Pang | 2017-05-08 | 1 | -0/+4 |
| * | | | | x86/mm: Add support for gbpages to kernel_ident_mapping_init() | Xunlei Pang | 2017-05-08 | 5 | -5/+18 |
| * | | | | x86/boot: Declare error() as noreturn | Kees Cook | 2017-05-07 | 1 | -1/+3 |
| * | | | | x86/mm/kaslr: Use the _ASM_MUL macro for multiplication to work around Clang ... | Matthias Kaehlcke | 2017-05-05 | 2 | -1/+3 |
| * | | | | x86/mm: Fix boot crash caused by incorrect loop count calculation in sync_glo... | Baoquan He | 2017-05-05 | 1 | -6/+6 |
| * | | | | Merge branch 'linus' into x86/urgent, to pick up dependent commits | Ingo Molnar | 2017-05-05 | 667 | -34563/+7070 |
| |\ \ \ \ |
|
| * | | | | | x86/asm: Don't use RBP as a temporary register in csum_partial_copy_generic() | Josh Poimboeuf | 2017-05-05 | 1 | -6/+6 |
| * | | | | | Merge branch 'x86/microcode' into x86/urgent, to pick up cleanup | Ingo Molnar | 2017-05-01 | 1 | -2/+0 |
| |\ \ \ \ \
| | |_|/ / /
| |/| | | | |
|
| | * | | | | x86/microcode/AMD: Remove redundant NULL check on mc | Colin Ian King | 2017-03-18 | 1 | -2/+0 |
* | | | | | | Merge tag 'for-linus-4.12b-rc0c-tag' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2017-05-12 | 4 | -32/+24 |
|\ \ \ \ \ \ |
|
| * | | | | | | xen: adjust early dom0 p2m handling to xen hypervisor behavior | Juergen Gross | 2017-05-11 | 1 | -3/+4 |
| * | | | | | | x86/amd: don't set X86_BUG_SYSRET_SS_ATTRS when running under Xen | Juergen Gross | 2017-05-11 | 2 | -3/+3 |
| * | | | | | | xen/x86: Do not call xen_init_time_ops() until shared_info is initialized | Boris Ostrovsky | 2017-05-05 | 2 | -3/+8 |
| * | | | | | | x86/xen: fix xsave capability setting | Juergen Gross | 2017-05-05 | 1 | -23/+9 |
* | | | | | | | Merge tag 'powerpc-4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2017-05-12 | 20 | -24/+1203 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | powerpc/64s: Support new device tree binding for discovering CPU features | Nicholas Piggin | 2017-05-09 | 11 | -16/+1150 |
| * | | | | | | | powerpc: Don't print cpu_spec->cpu_name if it's NULL | Nicholas Piggin | 2017-05-09 | 1 | -1/+1 |
| * | | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo... | Michael Ellerman | 2017-05-09 | 4 | -0/+44 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | powerpc/64e: Don't place the stack beyond TASK_SIZE | Scott Wood | 2017-05-05 | 1 | -0/+5 |
| | * | | | | | | | powerpc/8xx: Adding support of IRQ in MPC8xx GPIO | Christophe Leroy | 2017-05-03 | 2 | -0/+27 |
| | * | | | | | | | powerpc/64e: Fix hang when debugging programs with relocated kernel | LiuHailong | 2017-04-30 | 1 | -0/+12 |
| * | | | | | | | | powerpc/64s: Fix unnecessary machine check handler relocation branch | Nicholas Piggin | 2017-05-09 | 1 | -3/+1 |
| * | | | | | | | | powerpc/mm/book3s/64: Rework page table geometry for lower memory usage | Michael Ellerman | 2017-05-09 | 1 | -3/+3 |
| * | | | | | | | | powerpc: Fix distclean with Makefile.postlink | Horia Geantă | 2017-05-09 | 1 | -1/+1 |
| * | | | | | | | | powerpc/powernv: Block PCI config access on BCM5718 during EEH recovery | Gavin Shan | 2017-05-04 | 1 | -0/+3 |
* | | | | | | | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 2017-05-12 | 45 | -10884/+1076 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | MIPS: Sibyte: Fix Kconfig warning. | Ralf Baechle | 2017-04-21 | 1 | -1/+1 |
| * | | | | | | | | | MIPS: Sibyte: Export symbol periph_rev to sb1250-mac network driver. | Ralf Baechle | 2017-04-21 | 2 | -0/+2 |
| * | | | | | | | | | Merge branch '4.11-fixes' into mips-for-linux-next | Ralf Baechle | 2017-04-13 | 9 | -27/+57 |
| |\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | MIPS: Remove confusing else statement in __do_page_fault() | Paul Burton | 2017-04-13 | 1 | -8/+8 |
| * | | | | | | | | | | MIPS: Stengthen IPI IRQ domain sanity check | Paul Burton | 2017-04-12 | 1 | -8/+12 |
| * | | | | | | | | | | MIPS: smp-mt: Use CPU interrupt controller IPI IRQ domain support | Paul Burton | 2017-04-12 | 3 | -176/+8 |