summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2018-09-29NFC: Fix the number of pipesSuren Baghdasaryan1-1/+1
2018-09-19mm: get rid of vmacache_flush_all() entirelyLinus Torvalds4-8/+2
2018-09-19ethtool: Remove trailing semicolon for static inlineFlorian Fainelli1-2/+2
2018-09-09x86/io: add interface to reserve io memtype for a resource range. (v1.1)Dave Airlie1-0/+22
2018-09-09udlfb: set optimal write delayMikulas Patocka1-1/+1
2018-09-09iommu/vt-d: Fix dev iotlb pfsid useJacob Pan1-3/+2
2018-09-09iommu/vt-d: Add definitions for PFSIDJacob Pan1-0/+3
2018-09-05scsi: sysfs: Introduce sysfs_{un,}break_active_protection()Bart Van Assche1-0/+14
2018-08-24net/ethernet/freescale/fman: fix cross-build errorRandy Dunlap1-0/+1
2018-08-24tcp: remove DELAYED ACK events in DCTCPYuchung Cheng1-2/+0
2018-08-24netfilter: ipv6: nf_defrag: reduce struct net memory wasteEric Dumazet2-1/+1
2018-08-22vsock: split dwork to avoid reinitializationsCong Wang1-2/+2
2018-08-22llc: use refcount_inc_not_zero() for llc_sap_find()Cong Wang1-0/+5
2018-08-17ioremap: Update pgtable free interfaces with addrChintan Pandya1-4/+4
2018-08-17crypto: vmac - separate tfm and request contextEric Biggers1-63/+0
2018-08-15x86/speculation/l1tf: Unbreak !__HAVE_ARCH_PFN_MODIFY_ALLOWED architecturesJiri Kosina1-6/+6
2018-08-15x86/speculation/l1tf: Limit swap file size to MAX_PA/2Andi Kleen1-0/+2
2018-08-15x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappingsAndi Kleen1-0/+12
2018-08-15mm: Add vm_insert_pfn_prot()Andy Lutomirski1-0/+2
2018-08-15x86/speculation/l1tf: Add sysfs reporting for l1tfAndi Kleen1-0/+2
2018-08-15IB/core: Make testing MR flags for writability a static inline functionJack Morgenstein1-0/+14
2018-08-15fork: unconditionally clear stack on forkKees Cook1-5/+1
2018-08-09ring_buffer: tracing: Inherit the tracing setting to next ring bufferMasami Hiramatsu1-0/+1
2018-08-06tcp: add max_quickacks param to tcp_incr_quickack and tcp_enter_quickack_modeEric Dumazet1-1/+1
2018-08-06drm: Add DP PSR2 sink enable bitJosé Roberto de Souza1-0/+1
2018-08-06memory: tegra: Apply interrupts mask per SoCDmitry Osipenko1-0/+2
2018-08-06brcmfmac: Add support for bcm43364 wireless chipsetSean Lanigan1-0/+1
2018-08-06dma-iommu: Fix compilation when !CONFIG_IOMMU_DMAMarc Zyngier1-0/+1
2018-08-06netfilter: ipset: List timing out entries with "timeout 1" instead of zeroJozsef Kadlecsik1-2/+8
2018-07-28tcp: do not delay ACK in DCTCP upon CE status changeYuchung Cheng1-0/+1
2018-07-28tcp: do not cancel delay-AcK on DCTCP special ACKYuchung Cheng1-0/+1
2018-07-25seccomp: Move speculation migitation control to arch codeThomas Gleixner1-0/+2
2018-07-25seccomp: Add filter flag to opt-out of SSB mitigationKees Cook2-2/+5
2018-07-25prctl: Add force disable speculationThomas Gleixner2-0/+10
2018-07-25nospec: Allow getting/setting on non-current taskKees Cook1-2/+5
2018-07-25prctl: Add speculation control prctlsThomas Gleixner2-0/+16
2018-07-25x86/bugs: Expose /sys/../spec_store_bypassKonrad Rzeszutek Wilk1-0/+2
2018-07-25net: Don't copy pfmemalloc flag in __copy_skb_header()Stefano Brivio1-6/+6
2018-07-25ipv6: fix useless rol32 call on hashColin Ian King1-1/+1
2018-07-22compiler-gcc.h: Add __attribute__((gnu_inline)) to all inline declarationsNick Desaulniers1-7/+22
2018-07-22compiler, clang: always inline when CONFIG_OPTIMIZE_INLINING is disabledDavid Rientjes2-15/+11
2018-07-22compiler, clang: properly override 'inline' for clangLinus Torvalds1-1/+2
2018-07-22compiler, clang: suppress warning for unused static inline functionsDavid Rientjes1-0/+7
2018-07-17ahci: Disable LPM on Lenovo 50 series laptops with a too old BIOSHans de Goede1-0/+1
2018-07-03Bluetooth: Fix connection if directed advertising and privacy is usedSzymon Janc1-1/+1
2018-07-03block: Fix transfer when chunk sectors exceeds maxKeith Busch1-2/+2
2018-07-03iio:buffer: make length types match kfifo typesMartin Kelly1-3/+3
2018-07-03branch-check: fix long->int truncation when profiling branchesMikulas Patocka1-1/+1
2018-06-16Clarify (and fix) MAX_LFS_FILESIZE macrosLinus Torvalds1-2/+2
2018-06-06tcp: avoid integer overflows in tcp_rcv_space_adjust()Eric Dumazet1-1/+1