| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2017-11-16 | 59 | -1600/+308 |
|\ |
|
| * | mm, sparse: do not swamp log with huge vmemmap allocation failures | Michal Hocko | 2017-11-16 | 1 | -1/+0 |
| * | mm: remove cold parameter from free_hot_cold_page* | Mel Gorman | 2017-11-16 | 4 | -4/+4 |
| * | sparc64: optimize struct page zeroing | Pavel Tatashin | 2017-11-16 | 1 | -0/+30 |
| * | arm64/mm/kasan: don't use vmemmap_populate() to initialize shadow | Will Deacon | 2017-11-16 | 2 | -51/+81 |
| * | x86/mm/kasan: don't use vmemmap_populate() to initialize shadow | Andrey Ryabinin | 2017-11-16 | 2 | -8/+137 |
| * | sparc64: simplify vmemmap_populate | Pavel Tatashin | 2017-11-16 | 1 | -17/+6 |
| * | sparc64/mm: set fields in deferred pages | Pavel Tatashin | 2017-11-16 | 1 | -1/+8 |
| * | x86/mm: set fields in deferred pages | Pavel Tatashin | 2017-11-16 | 1 | -2/+8 |
| * | kmemcheck: rip it out | Levin, Alexander (Sasha Levin) | 2017-11-16 | 19 | -1396/+3 |
| * | kmemcheck: remove whats left of NOTRACK flags | Levin, Alexander (Sasha Levin) | 2017-11-16 | 2 | -18/+0 |
| * | kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACK | Levin, Alexander (Sasha Levin) | 2017-11-16 | 13 | -20/+19 |
| * | kmemcheck: remove annotations | Levin, Alexander (Sasha Levin) | 2017-11-16 | 7 | -23/+1 |
| * | mm: introduce wrappers to access mm->nr_ptes | Kirill A. Shutemov | 2017-11-16 | 3 | -3/+3 |
| * | mm: account pud page tables | Kirill A. Shutemov | 2017-11-16 | 3 | -1/+5 |
| * | mm, arch: remove empty_bad_page* | Michal Hocko | 2017-11-16 | 6 | -53/+1 |
| * | m32r: fix endianness constraints | Geert Uytterhoeven | 2017-11-16 | 1 | -2/+2 |
* | | Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2017-11-16 | 20 | -65/+204 |
|\ \ |
|
| * \ | Merge branch 'pci/host-layerscape' into next | Bjorn Helgaas | 2017-11-14 | 2 | -0/+106 |
| |\ \ |
|
| | * | | arm64: dts: ls1046a: Add PCIe controller DT nodes | Hou Zhiqiang | 2017-10-12 | 1 | -0/+75 |
| | * | | arm64: dts: ls1012a: Add PCIe controller DT node | Hou Zhiqiang | 2017-10-12 | 1 | -0/+24 |
| | * | | arm64: dts: ls1012a: Add MSI controller DT node | Hou Zhiqiang | 2017-10-12 | 1 | -0/+7 |
| * | | | Merge branch 'pci/virtualization' into next | Bjorn Helgaas | 2017-11-14 | 1 | -2/+2 |
| |\ \ \ |
|
| | * | | | PCI: Remove reset argument from pci_iov_{add,remove}_virtfn() | Jan H. Schönherr | 2017-10-05 | 1 | -2/+2 |
| | |/ / |
|
| * | | | Merge branch 'pci/resource' into next | Bjorn Helgaas | 2017-11-14 | 1 | -0/+85 |
| |\ \ \ |
|
| | * | | | x86/PCI: Enable a 64bit BAR on AMD Family 15h (Models 00-1f, 30-3f, 60-7f) | Christian König | 2017-10-25 | 1 | -0/+85 |
| | |/ / |
|
| * | | | alpha/PCI: Make pdev_save_srm_config() static | Bjorn Helgaas | 2017-11-08 | 2 | -9/+10 |
| * | | | PCI: Remove unused declarations | Bjorn Helgaas | 2017-11-08 | 4 | -12/+0 |
| * | | | PCI: Remove redundant pci_dev, pci_bus, resource declarations | Bjorn Helgaas | 2017-11-08 | 11 | -28/+0 |
| * | | | PCI: Remove redundant pcibios_set_master() declarations | Bjorn Helgaas | 2017-11-08 | 8 | -13/+0 |
| * | | | x86/pci/intel_mid_pci: Constify intel_mid_pci_ops and make it __initconst | Bhumika Goyal | 2017-10-05 | 1 | -1/+1 |
| |/ / |
|
* | | | Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2017-11-15 | 2 | -2/+2 |
|\ \ \ |
|
| * | | | treewide: Fix function prototypes for module_param_call() | Kees Cook | 2017-10-31 | 2 | -2/+2 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2017-11-15 | 3 | -53/+4 |
|\ \ \ \ |
|
| * \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-11-12 | 9 | -35/+60 |
| |\ \ \ \ |
|
| * | | | | | bpf: Revert bpf_overrid_function() helper changes. | David S. Miller | 2017-11-11 | 5 | -27/+0 |
| * | | | | | bpf: add a bpf_override_function helper | Josef Bacik | 2017-11-11 | 5 | -0/+27 |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-11-10 | 37 | -162/+195 |
| |\ \ \ \ \ |
|
| * \ \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-11-04 | 5726 | -56/+5765 |
| |\ \ \ \ \ \ |
|
| * \ \ \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-11-02 | 3 | -5/+14 |
| |\ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-10-30 | 36 | -162/+210 |
| |\ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-10-22 | 64 | -224/+507 |
| |\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | um: net: Convert timers to use timer_setup() | Kees Cook | 2017-10-18 | 1 | -5/+4 |
| * | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-10-10 | 42 | -83/+250 |
| |\ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-10-06 | 104 | -1048/+1454 |
| |\ \ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-09-23 | 105 | -404/+639 |
| |\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | blackfin: ezbrd: Remove non-functional DSA/KSZ8893M code | Florian Fainelli | 2017-09-21 | 1 | -47/+0 |
| * | | | | | | | | | | | | | blackfin: tcm-bf518: Remove dsa.h inclusion | Florian Fainelli | 2017-09-21 | 1 | -1/+0 |
* | | | | | | | | | | | | | | Merge tag 'mips_4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan... | Linus Torvalds | 2017-11-15 | 69 | -433/+503 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| |_|_|_|_|_|_|_|_|_|_|_|_|/
|/| | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | MIPS: Add iomem resource for kernel bss section. | David Daney | 2017-11-13 | 1 | -0/+4 |