summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-04-08frv: declare jiffies to be located in the .data sectionMatthias Kaehlcke
2018-04-08jiffies.h: declare jiffies and jiffies_64 with ____cacheline_aligned_in_smpMatthias Kaehlcke
2018-04-08fs: compat: Remove warning from COMPATIBLE_IOCTLMark Charlebois
2018-04-08selinux: Remove unnecessary check of array base in selinux_set_mapping()Matthias Kaehlcke
2018-04-08cpumask: Add helper cpumask_available()Matthias Kaehlcke
2018-04-08genirq: Use cpumask_available() for check of cpumask variableMatthias Kaehlcke
2018-04-08netfilter: nf_nat_h323: fix logical-not-parentheses warningNick Desaulniers
2018-04-08Input: mousedev - fix implicit conversion warningNick Desaulniers
2018-04-08dm ioctl: remove double parenthesesMatthias Kaehlcke
2018-04-08PCI: Make PCI_ROM_ADDRESS_MASK a 32-bit constantMatthias Kaehlcke
2018-04-08kprobes/x86: Fix to set RWX bits correctly before releasing trampolineMasami Hiramatsu
2018-04-08partitions/msdos: Unable to mount UFS 44bsd partitionsRichard Narron
2018-04-08powerpc/64s: Fix i-side SLB miss bad address handler saving nonvolatile GPRsNicholas Piggin
2018-04-08powerpc/64s: Fix lost pending interrupt due to race causing lost update to ir...Nicholas Piggin
2018-04-08ipc/shm.c: add split function to shm_vm_opsMike Kravetz
2018-04-08ceph: only dirty ITER_IOVEC pages for direct readYan, Zheng
2018-04-08perf/hwbp: Simplify the perf-hwbp code, fix documentationLinus Torvalds
2018-04-08ALSA: pcm: potential uninitialized return valuesDan Carpenter
2018-04-08ALSA: pcm: Use dma_bytes as size parameter in dma_mmap_coherent()Stefan Roese
2018-04-08ALSA: usb-audio: Add native DSD support for TEAC UD-301Nobutaka Okabe
2018-04-08mtd: jedec_probe: Fix crash in jedec_read_mfr()Linus Walleij
2018-04-08ARM: 8746/1: vfp: Go back to clearing vfp_current_hw_state[]Fabio Estevam
2018-03-31Linux 4.9.92v4.9.92Greg Kroah-Hartman
2018-03-31net: hns: Fix a skb used after free bugYunsheng Lin
2018-03-31kcm: lock lower socket in kcm_attachTom Herbert
2018-03-31net: systemport: Rewrite __bcm_sysport_tx_reclaim()Florian Fainelli
2018-03-31s390/qeth: on channel error, reject further cmd requestsJulian Wiedmann
2018-03-31s390/qeth: lock read device while queueing next bufferJulian Wiedmann
2018-03-31s390/qeth: when thread completes, wake up all waitersJulian Wiedmann
2018-03-31s390/qeth: free netdevice when removing a cardJulian Wiedmann
2018-03-31soc/fsl/qbman: fix issue in qman_delete_cgr_safe()Madalin Bucur
2018-03-31team: Fix double free in error pathArkadi Sharshevsky
2018-03-31skbuff: Fix not waking applications when errors are enqueuedVinicius Costa Gomes
2018-03-31net: Only honor ifindex in IP_PKTINFO if non-0David Ahern
2018-03-31netlink: avoid a double skb free in genlmsg_mcast()Nicolas Dichtel
2018-03-31net/iucv: Free memory obtained by kzallocArvind Yadav
2018-03-31net: fec: Fix unbalanced PM runtime callsFlorian Fainelli
2018-03-31net: ethernet: ti: cpsw: add check for in-band mode setting with RGMII PHY in...SZ Lin (林上智)
2018-03-31net: ethernet: arc: Fix a potential memory leak if an optional regulator is d...Christophe JAILLET
2018-03-31l2tp: do not accept arbitrary socketsEric Dumazet
2018-03-31ipv6: fix access to non-linear packet in ndisc_fill_redirect_hdr_option()Lorenzo Bianconi
2018-03-31dccp: check sk for closed state in dccp_sendmsg()Alexey Kodanev
2018-03-31net: Fix hlist corruptions in inet_evict_bucket()Kirill Tkhai
2018-03-31net: use skb_to_full_sk() in skb_update_prio()Eric Dumazet
2018-03-31ieee802154: 6lowpan: fix possible NULL deref in lowpan_device_event()Eric Dumazet
2018-03-31sch_netem: fix skb leak in netem_enqueue()Alexey Kodanev
2018-03-31rhashtable: Fix rhlist duplicates insertionPaul Blakey
2018-03-31ppp: avoid loop in xmit recursion detection codeGuillaume Nault
2018-03-31net sched actions: return explicit error when tunnel_key mode is not specifiedRoman Mashak
2018-03-31Revert "genirq: Use irqd_get_trigger_type to compare the trigger type for sha...Greg Kroah-Hartman