| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2017-09-24 | 17 | -66/+87 |
|\ |
|
| * | x86/asm: Fix inline asm call constraints for Clang | Josh Poimboeuf | 2017-09-23 | 12 | -42/+39 |
| * | x86/mm/32: Load a sane CR3 before cpu_init() on secondary CPUs | Andy Lutomirski | 2017-09-17 | 1 | -6/+7 |
| * | x86/mm/32: Move setup_clear_cpu_cap(X86_FEATURE_PCID) earlier | Andy Lutomirski | 2017-09-17 | 2 | -8/+8 |
| * | x86/mm/64: Stop using CR3.PCID == 0 in ASID-aware code | Andy Lutomirski | 2017-09-17 | 1 | -2/+19 |
| * | x86/mm: Factor out CR3-building code | Andy Lutomirski | 2017-09-17 | 2 | -10/+16 |
* | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2017-09-24 | 5 | -25/+28 |
|\ \ |
|
| * | | arm64/syscalls: Move address limit check in loop | Thomas Garnier | 2017-09-17 | 1 | -3/+3 |
| * | | arm/syscalls: Optimize address limit check | Thomas Garnier | 2017-09-17 | 2 | -0/+18 |
| * | | Revert "arm/syscalls: Check address limit on user-mode return" | Thomas Garnier | 2017-09-17 | 4 | -23/+8 |
| |/ |
|
* | | Merge branch 'parisc-4.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2017-09-23 | 14 | -13/+106 |
|\ \ |
|
| * | | parisc: Unbreak bootloader due to gcc-7 optimizations | Helge Deller | 2017-09-22 | 2 | -2/+3 |
| * | | parisc: Reintroduce option to gzip-compress the kernel | Helge Deller | 2017-09-22 | 2 | -0/+17 |
| * | | parisc: Add HWPOISON page fault handler code | Helge Deller | 2017-09-22 | 1 | -4/+29 |
| * | | parisc: Move init_per_cpu() into init section | Helge Deller | 2017-09-22 | 4 | -4/+4 |
| * | | parisc: Check if initrd was loaded into broken RAM | Helge Deller | 2017-09-22 | 1 | -0/+9 |
| * | | parisc: Add PDCE_CHECK instruction to HPMC handler | Helge Deller | 2017-09-22 | 1 | -1/+9 |
| * | | parisc: Add wrapper for pdc_instr() firmware function | Helge Deller | 2017-09-22 | 2 | -0/+21 |
| * | | parisc: Move start_parisc() into init section | Helge Deller | 2017-09-22 | 1 | -2/+2 |
| * | | parisc: Stop unwinding at start of stack | Helge Deller | 2017-09-22 | 1 | -0/+12 |
* | | | Merge tag 'pci-v4.14-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2017-09-23 | 18 | -36/+38 |
|\ \ \ |
|
| * | | | MIPS: PCI: Move map_irq() hooks out of initdata | Lorenzo Pieralisi | 2017-09-19 | 32 | -60/+62 |
| |/ / |
|
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile | Linus Torvalds | 2017-09-23 | 3 | -4/+1 |
|\ \ \ |
|
| * | | | tile: array underflow in setup_maxnodemem() | Dan Carpenter | 2017-07-24 | 1 | -1/+1 |
| * | | | tile: defconfig: Cleanup from old Kconfig options | Krzysztof Kozlowski | 2017-07-20 | 2 | -3/+0 |
* | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds | 2017-09-23 | 3 | -2/+11 |
|\ \ \ \ |
|
| * | | | | arm64: ensure the kernel is compiled for LP64 | Andrew Pinski | 2017-09-18 | 1 | -0/+5 |
| * | | | | arm64: relax assembly code alignment from 16 byte to 4 byte | Masahiro Yamada | 2017-09-18 | 1 | -2/+2 |
| * | | | | arm64: efi: Don't include EFI fpsimd save/restore code in non-EFI kernels | Dave Martin | 2017-09-18 | 1 | -0/+4 |
| | |/ /
| |/| | |
|
* | | | | arch: remove unused *_segments() macros/functions | Tobias Klauser | 2017-09-23 | 10 | -51/+0 |
* | | | | Merge tag 'for-linus-4.14b-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2017-09-22 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | xen: x86: mark xen_find_pt_base as __init | Arnd Bergmann | 2017-09-15 | 1 | -1/+1 |
* | | | | | Merge tag 'powerpc-4.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2017-09-22 | 19 | -56/+77 |
|\ \ \ \ \ |
|
| * | | | | | powerpc/pseries: Fix parent_dn reference leak in add_dt_node() | Tyrel Datwyler | 2017-09-21 | 1 | -1/+3 |
| * | | | | | powerpc/pseries: Fix "OF: ERROR: Bad of_node_put() on /cpus" during DLPAR | Tyrel Datwyler | 2017-09-21 | 2 | -2/+5 |
| * | | | | | powerpc/eeh: Create PHB PEs after EEH is initialized | Benjamin Herrenschmidt | 2017-09-21 | 2 | -18/+4 |
| * | | | | | powerpc/kprobes: Update optprobes to use emulate_update_regs() | Naveen N. Rao | 2017-09-20 | 1 | -1/+3 |
| * | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo... | Michael Ellerman | 2017-09-20 | 1 | -2/+10 |
| |\ \ \ \ \ |
|
| | * | | | | | powerpc/e6500: Update machine check for L1D cache err | Matt Weber | 2017-08-29 | 1 | -2/+10 |
| * | | | | | | powerpc/powernv: Clear LPCR[PECE1] via stop-api only for deep state offline | Gautham R. Shenoy | 2017-09-20 | 1 | -1/+7 |
| * | | | | | | powerpc/sstep: mullw should calculate a 64 bit signed result | Anton Blanchard | 2017-09-20 | 1 | -2/+3 |
| * | | | | | | powerpc/sstep: Fix issues with mcrf | Anton Blanchard | 2017-09-20 | 1 | -2/+2 |
| * | | | | | | powerpc/sstep: Fix issues with set_cr0() | Anton Blanchard | 2017-09-20 | 1 | -7/+7 |
| * | | | | | | powerpc/tm: Flush TM only if CPU has TM feature | Gustavo Romero | 2017-09-20 | 1 | -1/+1 |
| * | | | | | | powerpc/sysrq: Fix oops whem ppmu is not registered | Ravi Bangoria | 2017-09-20 | 1 | -0/+5 |
| * | | | | | | powerpc/configs: Update for CONFIG_SND changes | Michael Ellerman | 2017-09-20 | 8 | -19/+27 |
* | | | | | | | Merge branch '4.14-fixes' of git://git.linux-mips.org/pub/scm/ralf/upstream-l... | Linus Torvalds | 2017-09-22 | 27 | -33/+37 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | MIPS: PCI: fix pcibios_map_irq section mismatch | Manuel Lauss | 2017-09-21 | 24 | -25/+25 |
| * | | | | | | | MIPS: Fix input modify in __write_64bit_c0_split() | James Hogan | 2017-09-21 | 1 | -6/+9 |
| * | | | | | | | MIPS: MSP71xx: Include asm/setup.h | Arnd Bergmann | 2017-09-21 | 1 | -0/+2 |