Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | | | | | | | | | ARM: spectre-v2: warn about incorrect context switching functions | Russell King | 2018-05-31 | 1 | -0/+15 | |
| | | * | | | | | | | | | ARM: spectre-v2: add firmware based hardening | Russell King | 2018-05-31 | 2 | -0/+81 | |
| | | * | | | | | | | | | ARM: spectre-v2: harden user aborts in kernel space | Russell King | 2018-05-31 | 5 | -8/+94 | |
| | | * | | | | | | | | | ARM: spectre-v2: add Cortex A8 and A15 validation of the IBE bit | Russell King | 2018-05-31 | 3 | -3/+39 | |
| | | * | | | | | | | | | ARM: spectre-v2: harden branch predictor on context switches | Russell King | 2018-05-31 | 3 | -35/+115 | |
| | | * | | | | | | | | | ARM: spectre: add Kconfig symbol for CPUs vulnerable to Spectre | Russell King | 2018-05-31 | 1 | -0/+4 | |
| | | * | | | | | | | | | ARM: bugs: add support for per-processor bug checking | Russell King | 2018-05-31 | 3 | -1/+10 | |
| | | * | | | | | | | | | ARM: bugs: hook processor bug checking into SMP and suspend paths | Russell King | 2018-05-31 | 4 | -0/+13 | |
| | | * | | | | | | | | | ARM: bugs: prepare processor bug infrastructure | Russell King | 2018-05-31 | 3 | -2/+12 | |
| | | * | | | | | | | | | ARM: add more CPU part numbers for Cortex and Brahma B15 CPUs | Russell King | 2018-05-31 | 1 | -0/+8 | |
| | * | | | | | | | | | | ARM: 8774/1: remove no-op macro VMLINUX_SYMBOL() | Masahiro Yamada | 2018-05-19 | 1 | -8/+8 | |
| | * | | | | | | | | | | ARM: 8768/1: uaccess: remove const to avoid duplicate specifier | Stefan Agner | 2018-05-19 | 1 | -1/+1 | |
| | * | | | | | | | | | | ARM: 8767/1: add support for building ARM kernel with clang | Stefan Agner | 2018-05-19 | 1 | -1/+1 | |
| | * | | | | | | | | | | ARM: 8766/1: drop no-thumb-interwork in EABI mode | Stefan Agner | 2018-05-19 | 1 | -1/+1 | |
| | * | | | | | | | | | | ARM: 8765/1: smp: Move clear_tasks_mm_cpumask() call to __cpu_die() | Grygorii Strashko | 2018-05-19 | 1 | -2/+1 | |
| | * | | | | | | | | | | ARM: 8764/1: kgdb: fix NUMREGBYTES so that gdb_regs[] is the correct size | David Rivshin | 2018-05-19 | 1 | -1/+1 | |
| | * | | | | | | | | | | ARM: 8763/1: dma-mapping: Use vma_pages() | Fabio Estevam | 2018-05-19 | 1 | -1/+1 | |
| | * | | | | | | | | | | ARM: 8757/1: NOMMU: Support PMSAv8 MPU | Vladimir Murzin | 2018-05-19 | 9 | -4/+547 | |
| | * | | | | | | | | | | ARM: 8756/1: NOMMU: Postpone MPU activation till __after_proc_init | Vladimir Murzin | 2018-05-19 | 1 | -23/+22 | |
| | * | | | | | | | | | | ARM: 8755/1: NOMMU: Reorganise __setup_mpu | Vladimir Murzin | 2018-05-19 | 1 | -2/+5 | |
| | * | | | | | | | | | | ARM: 8754/1: NOMMU: Move PMSAv7 MPU under it's own namespace | Vladimir Murzin | 2018-05-19 | 6 | -110/+133 | |
| | * | | | | | | | | | | ARM: 8752/1: Kconfig: default ARM_MODULE_PLTS to 'y' | Anders Roxell | 2018-05-19 | 1 | -1/+3 | |
| | | |_|/ / / / / / / | | |/| | | | | | | | | ||||||
* | | | | | | | | | | | Merge tag 'kconfig-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ma... | Linus Torvalds | 2018-06-06 | 5 | -13/+13 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | kconfig: add basic helper macros to scripts/Kconfig.include | Masahiro Yamada | 2018-05-28 | 1 | -0/+2 | |
| * | | | | | | | | | | | kconfig: show compiler version text in the top comment | Masahiro Yamada | 2018-05-28 | 1 | -0/+2 | |
| * | | | | | | | | | | | kconfig: reference environment variables directly and remove 'option env=' | Masahiro Yamada | 2018-05-28 | 5 | -13/+9 | |
* | | | | | | | | | | | | Merge tag 'kbuild-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2018-06-06 | 13 | -45/+21 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | kbuild: add machine size to CHECKFLAGS | Luc Van Oostenryck | 2018-06-01 | 8 | -10/+7 | |
| * | | | | | | | | | | | | kbuild: add endianness flag to CHEKCFLAGS | Luc Van Oostenryck | 2018-05-29 | 3 | -3/+2 | |
| * | | | | | | | | | | | | powerpc: Allow LD_DEAD_CODE_DATA_ELIMINATION to be selected | Nicholas Piggin | 2018-05-17 | 2 | -11/+12 | |
| * | | | | | | | | | | | | kbuild: Allow LD_DEAD_CODE_DATA_ELIMINATION to be selectable if enabled | Nicholas Piggin | 2018-05-17 | 1 | -15/+0 | |
| * | | | | | | | | | | | | kbuild: remove CONFIG_HAVE_UNDERSCORE_SYMBOL_PREFIX | Masahiro Yamada | 2018-05-17 | 1 | -6/+0 | |
* | | | | | | | | | | | | | Merge tag 'sound-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 2018-06-06 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge tag 'asoc-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/broon... | Takashi Iwai | 2018-06-05 | 1 | -0/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | ARM: ep93xx: i2s: Add IRQ to platform device resources | Alexander Sverdlin | 2018-05-11 | 1 | -0/+1 | |
| | | |_|_|/ / / / / / / / | | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge tag 'tty-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2018-06-06 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge 4.17-rc3 into tty-next | Greg Kroah-Hartman | 2018-04-30 | 123 | -1106/+1845 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | serial: 8250_dw: Limit dw8250_tx_wait_empty quirk to armada-38x devices | Joshua Scott | 2018-04-23 | 1 | -2/+2 | |
| | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Merge tag 'char-misc-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2018-06-06 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | misc: IBM Virtual Management Channel Driver (VMC) | Bryant G. Ly | 2018-05-14 | 1 | -0/+1 | |
| | |/ / / / / / / / / / / / | |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Merge tag 'mmc-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc | Linus Torvalds | 2018-06-06 | 3 | -0/+90 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | MIPS: configs: ci20: Enable ext4 | Ezequiel Garcia | 2018-05-02 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | | MIPS: configs: ci20: Enable DMA and MMC support | Ezequiel Garcia | 2018-05-02 | 1 | -0/+3 | |
| * | | | | | | | | | | | | | | MIPS: dts: ci20: Enable MMC in the devicetree | Ezequiel Garcia | 2018-05-02 | 1 | -0/+34 | |
| * | | | | | | | | | | | | | | MIPS: dts: jz4780: Add MMC controller node to the devicetree | Ezequiel Garcia | 2018-05-02 | 1 | -0/+40 | |
| * | | | | | | | | | | | | | | MIPS: dts: jz4780: Add DMA controller node to the devicetree | Ezequiel Garcia | 2018-05-02 | 1 | -0/+12 | |
| |/ / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2018-06-06 | 43 | -2288/+7409 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | crypto: x86/salsa20 - remove x86 salsa20 implementations | Eric Biggers | 2018-05-30 | 4 | -1838/+0 | |
| * | | | | | | | | | | | | | | crypto: clarify licensing of OpenSSL asm code | Adam Langley | 2018-05-30 | 8 | -14/+76 | |
| * | | | | | | | | | | | | | | crypto: morus - Mark MORUS SIMD glue as x86-specific | Ondrej Mosnacek | 2018-05-30 | 3 | -0/+603 |