Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | KVM: arm/arm64: Consolidate page-table accessors | Marc Zyngier | 2018-07-09 | 2 | -15/+0 | |
| | * | | | | | arm64: KVM: Avoid marking pages as XN in Stage-2 if CTR_EL0.DIC is set | Marc Zyngier | 2018-07-09 | 1 | -2/+12 | |
| | * | | | | | arm64: KVM: Handle Set/Way CMOs as NOPs if FWB is present | Marc Zyngier | 2018-07-09 | 1 | -1/+10 | |
| | * | | | | | arm64: KVM: Add support for Stage-2 control of memory types and cacheability | Marc Zyngier | 2018-07-09 | 8 | -9/+66 | |
| | | |/ / / | | |/| | | | ||||||
* | | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2018-08-22 | 9 | -16/+24 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | module: use relative references for __ksymtab entries | Ard Biesheuvel | 2018-08-22 | 2 | -5/+1 | |
| * | | | | | | module: allow symbol exports to be disabled | Ard Biesheuvel | 2018-08-22 | 1 | -4/+1 | |
| * | | | | | | arch: enable relative relocations for arm64, power and x86 | Ard Biesheuvel | 2018-08-22 | 4 | -0/+13 | |
| * | | | | | | mm: zero out the vma in vma_init() | Andrew Morton | 2018-08-22 | 1 | -5/+4 | |
| * | | | | | | mm, oom: distinguish blockable mode for mmu notifiers | Michal Hocko | 2018-08-22 | 1 | -2/+5 | |
* | | | | | | | Merge tag 'pm-4.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... | Linus Torvalds | 2018-08-22 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | x86/ACPI/cstate: Make APCI C1 FFH MWAIT C-state description vendor-neutral | Prarit Bhargava | 2018-08-15 | 1 | -1/+1 | |
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc | Linus Torvalds | 2018-08-22 | 5 | -249/+88 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | sparc: fix KBUILD_DEFCONFIG for ARCH=sparc32 | Masahiro Yamada | 2018-08-21 | 1 | -3/+3 | |
| * | | | | | | | | sparc32: split ramdisk detection and reservation to a helper function | Mike Rapoport | 2018-08-21 | 1 | -25/+31 | |
| * | | | | | | | | sparc32: switch to NO_BOOTMEM | Mike Rapoport | 2018-08-21 | 2 | -58/+21 | |
| * | | | | | | | | sparc: mm/init_32: kill trailing whitespace | Mike Rapoport | 2018-08-21 | 1 | -3/+3 | |
| * | | | | | | | | sparc: use generic dma_noncoherent_ops | Christoph Hellwig | 2018-08-21 | 3 | -165/+35 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge tag 'for-4.19' of git://git.sourceforge.jp/gitroot/uclinux-h8/linux | Linus Torvalds | 2018-08-22 | 8 | -50/+28 | |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | ||||||
| * | | | | | | | h8300: fix IRQ no | Yoshinori Sato | 2018-08-22 | 1 | -1/+1 | |
| * | | | | | | | arch/h8300: add a defconfig target | Randy Dunlap | 2018-08-22 | 1 | -0/+2 | |
| * | | | | | | | arch/h8300: eliminate kgbd.c warning | Randy Dunlap | 2018-08-22 | 1 | -1/+1 | |
| * | | | | | | | arch/h8300: eliminate ptrace.h warnings | Randy Dunlap | 2018-08-22 | 1 | -0/+2 | |
| * | | | | | | | h8300:let the checker know that size_t is ulong | Luc Van Oostenryck | 2018-08-22 | 1 | -0/+2 | |
| * | | | | | | | h8300: Don't include linux/kernel.h in asm/atomic.h | Will Deacon | 2018-08-22 | 1 | -2/+2 | |
| * | | | | | | | h8300: remove unnecessary of_platform_populate call | Rob Herring | 2018-08-22 | 1 | -10/+0 | |
| * | | | | | | | h8300: Correct signature of test_bit() | Geert Uytterhoeven | 2018-08-22 | 1 | -1/+1 | |
| * | | | | | | | h8300: switch to NO_BOOTMEM | Rob Herring | 2018-08-22 | 2 | -28/+9 | |
| * | | | | | | | h8300: gcc-8.1 fix | Yoshinori Sato | 2018-08-22 | 1 | -3/+4 | |
| * | | | | | | | h8300: Add missing output register. | Yoshinori Sato | 2018-08-22 | 1 | -6/+6 | |
* | | | | | | | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2018-08-21 | 3 | -9/+9 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | pid: Implement PIDTYPE_TGID | Eric W. Biederman | 2018-07-21 | 3 | -4/+4 | |
| * | | | | | | | | pids: Move the pgrp and session pid pointers from task_struct to signal_struct | Eric W. Biederman | 2018-07-21 | 2 | -3/+3 | |
| * | | | | | | | | pids: Compute task_tgid using signal->leader_pid | Eric W. Biederman | 2018-07-21 | 2 | -5/+5 | |
* | | | | | | | | | Merge tag 'microblaze-v4.19-rc1' of git://git.monstr.eu/linux-2.6-microblaze | Linus Torvalds | 2018-08-21 | 10 | -234/+25 | |
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | microblaze/PCI: Remove stale pcibios_align_resource() comment | Lorenzo Pieralisi | 2018-08-21 | 1 | -13/+0 | |
| * | | | | | | | | microblaze: delete wrong comment about machine_early_init | Masahiro Yamada | 2018-07-30 | 1 | -5/+0 | |
| * | | | | | | | | microblaze: add endianness options to LDFLAGS instead of LD | Masahiro Yamada | 2018-07-25 | 1 | -2/+2 | |
| * | | | | | | | | microblaze: remove consistent_sync and consistent_sync_page | Christoph Hellwig | 2018-07-20 | 2 | -48/+0 | |
| * | | | | | | | | microblaze: use generic dma_noncoherent_ops | Christoph Hellwig | 2018-07-20 | 6 | -166/+22 | |
| * | | | | | | | | microblaze: warn if of_iomap() failed | Nicholas Mc Guire | 2018-07-11 | 1 | -0/+1 | |
* | | | | | | | | | Merge tag 'please-pull-noboot' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2018-08-21 | 4 | -188/+33 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | ia64: switch to NO_BOOTMEM | Mike Rapoport | 2018-07-23 | 4 | -135/+22 | |
| * | | | | | | | | | ia64: use mem_data to detect nodes' minimal and maximal PFNs | Mike Rapoport | 2018-07-23 | 1 | -46/+14 | |
| * | | | | | | | | | ia64: remove unused num_dma_physpages member from 'struct early_node_data' | Mike Rapoport | 2018-07-23 | 1 | -8/+0 | |
| * | | | | | | | | | ia64: contig/paging_init: reduce code duplication | Mike Rapoport | 2018-07-23 | 1 | -3/+1 | |
* | | | | | | | | | | Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds | 2018-08-21 | 7 | -14/+18 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | s390/ftrace: Add -mfentry and -mnop-mcount support | Vasily Gorbik | 2018-08-16 | 5 | -12/+16 | |
| * | | | | | | | | | | Uprobe: Additional argument arch_uprobe to uprobe_write_opcode() | Ravi Bangoria | 2018-08-14 | 2 | -2/+2 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | Merge tag 'mfd-next-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/le... | Linus Torvalds | 2018-08-21 | 4 | -8/+8 | |
|\ \ \ \ \ \ \ \ \ \ |