| Commit message (Expand) | Author | Age | Files | Lines |
* | binfmt_flat: replace flat_argvp_envp_on_stack with a Kconfig variable | Christoph Hellwig | 2019-06-24 | 12 | -12/+9 |
* | binfmt_flat: remove flat_old_ram_flag | Christoph Hellwig | 2019-06-24 | 10 | -8/+6 |
* | binfmt_flat: provide a default version of flat_get_relocate_addr | Christoph Hellwig | 2019-06-24 | 6 | -6/+4 |
* | binfmt_flat: remove flat_set_persistent | Christoph Hellwig | 2019-06-24 | 8 | -13/+0 |
* | binfmt_flat: remove flat_reloc_valid | Christoph Hellwig | 2019-06-24 | 8 | -8/+1 |
* | Linux 5.2-rc6v5.2-rc6 | Linus Torvalds | 2019-06-22 | 1 | -1/+1 |
* | Merge tag 'iommu-fix-v5.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2019-06-22 | 1 | -4/+3 |
|\ |
|
| * | Revert "iommu/vt-d: Fix lock inversion between iommu->lock and device_domain_... | Peter Xu | 2019-06-22 | 1 | -4/+3 |
* | | Merge tag 'pci-v5.2-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2019-06-22 | 1 | -0/+4 |
|\ \ |
|
| * | | PCI/P2PDMA: Ignore root complex whitelist when an IOMMU is present | Logan Gunthorpe | 2019-06-19 | 1 | -0/+4 |
* | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/... | Linus Torvalds | 2019-06-22 | 4 | -11/+11 |
|\ \ \ |
|
| * | | | scsi: qla2xxx: Fix hardlockup in abort command during driver remove | Arun Easi | 2019-06-18 | 1 | -1/+1 |
| * | | | scsi: ufs: Avoid runtime suspend possibly being blocked forever | Stanley Chu | 2019-06-18 | 1 | -7/+4 |
| * | | | scsi: qedi: update driver version to 8.37.0.20 | Nilesh Javali | 2019-06-18 | 1 | -3/+3 |
| * | | | scsi: qedi: Check targetname while finding boot target information | Nilesh Javali | 2019-06-18 | 1 | -0/+3 |
* | | | | Merge tag 'powerpc-5.2-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 2019-06-22 | 8 | -9/+31 |
|\ \ \ \ |
|
| * | | | | KVM: PPC: Book3S HV: Invalidate ERAT when flushing guest TLB entries | Suraj Jitindar Singh | 2019-06-20 | 1 | -0/+1 |
| * | | | | powerpc: enable a 30-bit ZONE_DMA for 32-bit pmac | Christoph Hellwig | 2019-06-19 | 3 | -1/+10 |
| * | | | | KVM: PPC: Book3S HV: Only write DAWR[X] when handling h_set_dawr in real mode | Suraj Jitindar Singh | 2019-06-18 | 1 | -1/+10 |
| * | | | | KVM: PPC: Book3S HV: Fix r3 corruption in h_set_dabr() | Michael Neuling | 2019-06-18 | 1 | -1/+3 |
| * | | | | powerpc/32: fix build failure on book3e with KVM | Christophe Leroy | 2019-06-16 | 2 | -3/+3 |
| * | | | | powerpc/booke: fix fast syscall entry on SMP | Christophe Leroy | 2019-06-15 | 1 | -3/+3 |
| * | | | | powerpc/32s: fix initial setup of segment registers on secondary CPU | Christophe Leroy | 2019-06-15 | 1 | -0/+1 |
* | | | | | Bluetooth: Fix regression with minimum encryption key size alignment | Marcel Holtmann | 2019-06-22 | 2 | -14/+37 |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2019-06-21 | 25 | -112/+123 |
|\ \ \ \ \ |
|
| * | | | | | tcp: refine memory limit test in tcp_fragment() | Eric Dumazet | 2019-06-21 | 1 | -1/+2 |
| * | | | | | inet: clear num_timeout reqsk_alloc() | Eric Dumazet | 2019-06-19 | 3 | -8/+3 |
| * | | | | | net: mvpp2: debugfs: Add pmap to fs dump | Nathan Huckleberry | 2019-06-19 | 1 | -0/+3 |
| * | | | | | ipv6: Default fib6_type to RTN_UNICAST when not set | David Ahern | 2019-06-19 | 1 | -1/+1 |
| * | | | | | net: hns3: Fix inconsistent indenting | Krzysztof Kozlowski | 2019-06-19 | 1 | -1/+1 |
| * | | | | | Merge branch 'af_iucv-fixes' | David S. Miller | 2019-06-19 | 1 | -13/+36 |
| |\ \ \ \ \ |
|
| | * | | | | | net/af_iucv: always register net_device notifier | Julian Wiedmann | 2019-06-19 | 1 | -7/+20 |
| | * | | | | | net/af_iucv: build proper skbs for HiperTransport | Julian Wiedmann | 2019-06-19 | 1 | -5/+11 |
| | * | | | | | net/af_iucv: remove GFP_DMA restriction for HiperTransport | Julian Wiedmann | 2019-06-19 | 1 | -1/+5 |
| |/ / / / / |
|
| * | | | | | net: dsa: mv88e6xxx: fix shift of FID bits in mv88e6185_g1_vtu_loadpurge() | Rasmus Villemoes | 2019-06-19 | 1 | -1/+1 |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 2019-06-18 | 3 | -14/+14 |
| |\ \ \ \ \ |
|
| | * | | | | | netfilter: ipv6: nf_defrag: accept duplicate fragments again | Guillaume Nault | 2019-06-07 | 1 | -3/+7 |
| | * | | | | | netfilter: ipv6: nf_defrag: fix leakage of unqueued fragments | Guillaume Nault | 2019-06-04 | 1 | -7/+5 |
| | * | | | | | netfilter: nf_tables: fix module autoload with inet family | Pablo Neira Ayuso | 2019-05-31 | 2 | -4/+2 |
| * | | | | | | hvsock: fix epollout hang from race condition | Sunil Muthuswamy | 2019-06-18 | 1 | -31/+8 |
| * | | | | | | net/udp_gso: Allow TX timestamp with UDP GSO | Fred Klassen | 2019-06-18 | 1 | -0/+5 |
| * | | | | | | Merge branch 'net-netem-fix-issues-with-corrupting-GSO-frames' | David S. Miller | 2019-06-18 | 1 | -12/+14 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | net: netem: fix use after free and double free with packet corruption | Jakub Kicinski | 2019-06-18 | 1 | -8/+7 |
| | * | | | | | | net: netem: fix backlog accounting for corrupted GSO frames | Jakub Kicinski | 2019-06-18 | 1 | -5/+8 |
| |/ / / / / / |
|
| * | | | | | | net: lio_core: fix potential sign-extension overflow on large shift | Colin Ian King | 2019-06-18 | 1 | -1/+1 |
| * | | | | | | Merge branch 'net-fix-quite-a-few-dst_cache-crashes-reported-by-syzbot' | David S. Miller | 2019-06-18 | 3 | -11/+15 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | tipc: pass tunnel dev as NULL to udp_tunnel(6)_xmit_skb | Xin Long | 2019-06-18 | 1 | -5/+3 |
| | * | | | | | | ip6_tunnel: allow not to count pkts on tstats by passing dev as NULL | Xin Long | 2019-06-18 | 1 | -3/+6 |
| | * | | | | | | ip_tunnel: allow not to count pkts on tstats by setting skb's dev to NULL | Xin Long | 2019-06-18 | 1 | -3/+6 |
| |/ / / / / / |
|
| * | | | | | | tun: wake up waitqueues after IFF_UP is set | Fei Li | 2019-06-18 | 1 | -10/+9 |