summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | KVM: PPC: Book 3S HV: Do ptesync in radix guest exit pathPaul Mackerras2018-05-171-0/+8
| | * | | | | | KVM: PPC: Book3S HV: XIVE: Resend re-routed interrupts on CPU priority changeBenjamin Herrenschmidt2018-05-171-7/+101
| | * | | | | | KVM: PPC: Book3S HV: Make radix clear pte when unmappingNicholas Piggin2018-05-171-1/+1
| | * | | | | | KVM: PPC: Book3S HV: Make radix use correct tlbie sequence in kvmppc_radix_tl...Nicholas Piggin2018-05-171-2/+2
| | * | | | | | KVM: PPC: Book3S HV: Snapshot timebase offset on guest entryPaul Mackerras2018-05-174-45/+47
| | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge tag 'kvm-s390-master-4.17-1' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini2018-05-171-1/+1
| |\ \ \ \ \ \
| | * | | | | | KVM: s390: vsie: fix < 8k check for the itdbaDavid Hildenbrand2018-05-171-1/+1
| | |/ / / / /
* | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-05-2516-43/+125
|\ \ \ \ \ \ \
| * | | | | | | kasan: fix memory hotplug during bootDavid Hildenbrand2018-05-251-1/+1
| * | | | | | | kasan: free allocated shadow memory on MEM_CANCEL_ONLINEDavid Hildenbrand2018-05-251-0/+1
| * | | | | | | checkpatch: fix macro argument precedence testJoe Perches2018-05-251-1/+1
| * | | | | | | init/main.c: include <linux/mem_encrypt.h>Mathieu Malaterre2018-05-251-0/+1
| * | | | | | | kernel/sys.c: fix potential Spectre v1 issueGustavo A. R. Silva2018-05-251-0/+5
| * | | | | | | mm/memory_hotplug: fix leftover use of struct page during hotplugJonathan Cameron2018-05-253-6/+9
| * | | | | | | proc: fix smaps and meminfo alignmentHugh Dickins2018-05-251-5/+0
| * | | | | | | mm: do not warn on offline nodes unless the specific node is explicitly reque...Michal Hocko2018-05-251-1/+1
| * | | | | | | mm, memory_hotplug: make has_unmovable_pages more robustMichal Hocko2018-05-251-6/+10
| * | | | | | | mm/kasan: don't vfree() nonexistent vm_areaAndrey Ryabinin2018-05-251-2/+61
| * | | | | | | MAINTAINERS: change hugetlbfs maintainer and update filesMike Kravetz2018-05-251-1/+7
| * | | | | | | ipc/shm: fix shmat() nil address after round-down when remappingDavidlohr Bueso2018-05-251-2/+10
| * | | | | | | Revert "ipc/shm: Fix shmat mmap nil-page protection"Davidlohr Bueso2018-05-251-7/+2
| * | | | | | | idr: fix invalid ptr dereference on item deleteMatthew Wilcox2018-05-252-1/+10
| * | | | | | | ocfs2: revert "ocfs2/o2hb: check len for bio_add_page() to avoid getting inco...Changwei Ge2018-05-251-10/+1
| * | | | | | | mm: fix nr_rotate_swap leak in swapon() error caseOmar Sandoval2018-05-251-1/+6
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-05-2549-193/+372
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | ibmvnic: Fix partial success login retriesThomas Falcon2018-05-251-1/+6
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-05-254-24/+70
| |\ \ \ \ \ \ \
| | * | | | | | | bpf: properly enforce index mask to prevent out-of-bounds speculationDaniel Borkmann2018-05-242-23/+65
| | * | | | | | | selftests: net: reuseport_bpf_numa: don't fail if no numa supportAnders Roxell2018-05-231-1/+3
| | * | | | | | | selftests: bpf: config: enable NET_SCH_INGRESS for xdp_meta.shAnders Roxell2018-05-181-0/+2
| * | | | | | | | selftests/net: Add missing config options for PMTU testsStefano Brivio2018-05-251-0/+5
| * | | | | | | | Merge tag 'batadv-net-for-davem-20180524' of git://git.open-mesh.org/linux-mergeDavid S. Miller2018-05-252-18/+68
| |\ \ \ \ \ \ \ \
| | * | | | | | | | batman-adv: prevent TT request storms by not sending inconsistent TT TLVLsMarek Lindner2018-05-121-3/+12
| | * | | | | | | | batman-adv: Fix TT sync flags for intermediate TT responsesLinus Lüssing2018-05-121-10/+51
| | * | | | | | | | batman-adv: Avoid race in TT TVLV allocator helperSven Eckelmann2018-05-101-4/+4
| | * | | | | | | | batman-adv: don't pass a NULL hard_iface to batadv_hardif_putColin Ian King2018-04-221-1/+1
| | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | mlx4_core: allocate ICM memory in page size chunksQing Huang2018-05-251-7/+9
| * | | | | | | | enic: set DMA mask to 47 bitGovindarajulu Varadarajan2018-05-241-4/+4
| * | | | | | | | ppp: remove the PPPIOCDETACH ioctlEric Biggers2018-05-243-29/+6
| * | | | | | | | ipv4: remove warning in ip_recv_errorWillem de Bruijn2018-05-241-2/+0
| * | | | | | | | net : sched: cls_api: deal with egdev path only if neededOr Gerlitz2018-05-241-1/+1
| * | | | | | | | vhost: synchronize IOTLB message with dev cleanupJason Wang2018-05-241-0/+3
| * | | | | | | | Merge tag 'mlx5-fixes-2018-05-24' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2018-05-242-7/+47
| |\ \ \ \ \ \ \ \
| | * | | | | | | | net/mlx5: IPSec, Fix a race between concurrent sandbox QP commandsYossi Kuperman2018-05-241-7/+5
| | * | | | | | | | net/mlx5e: When RXFCS is set, add FCS data into checksum calculationEran Ben Elisha2018-05-241-0/+42
| * | | | | | | | | packet: fix reserve calculationWillem de Bruijn2018-05-241-1/+1
| |/ / / / / / / /
| * | | | | | | | net/mlx4: Fix irq-unsafe spinlock usageJack Morgenstein2018-05-231-2/+2
| * | | | | | | | net: phy: broadcom: Fix bcm_write_exp()Florian Fainelli2018-05-233-5/+12
| * | | | | | | | net: phy: broadcom: Fix auxiliary control register readsFlorian Fainelli2018-05-231-1/+1
| * | | | | | | | net: ipv4: add missing RTA_TABLE to rtm_ipv4_policyRoopa Prabhu2018-05-231-0/+1