summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-07-18sr9700: use skb_cow_head() to deal with cloned skbsEric Dumazet1-7/+2
2017-07-18cx82310_eth: use skb_cow_head() to deal with cloned skbsEric Dumazet1-5/+2
2017-07-18smsc75xx: use skb_cow_head() to deal with cloned skbsEric Dumazet1-6/+2
2017-07-18mac80211: reject ToDS broadcast data framesJohannes Berg1-0/+24
2017-07-18ring-buffer: Have ring_buffer_iter_empty() return true when emptySteven Rostedt (VMware)1-2/+14
2017-07-18ACPI / power: Avoid maybe-uninitialized warningArnd Bergmann1-0/+1
2017-07-18tracing: Allocate the snapshot buffer before enabling probeSteven Rostedt (VMware)1-3/+5
2017-07-18Input: elantech - add Fujitsu Lifebook E547 to force crc_enabledThorsten Leemhuis1-0/+8
2017-07-18KEYS: Change the name of the dead type to ".dead" to prevent user accessDavid Howells1-1/+1
2017-07-18cifs: Do not send echoes before Negotiate is completeSachin Prabhu1-0/+10
2017-07-18p9_client_readdir() fixAl Viro1-0/+4
2017-07-18ftrace/x86: Fix triple fault with graph tracing and suspend-to-ramJosh Poimboeuf1-0/+12
2017-07-18perf/x86: Avoid exposing wrong/stale data in intel_pmu_lbr_read_32()Peter Zijlstra1-0/+2
2017-07-18zram: do not use copy_page with non-page aligned addressMinchan Kim1-3/+3
2017-07-18cpupower: Fix turbo frequency reporting for pre-Sandy Bridge coresBen Hutchings1-0/+1
2017-07-18ALSA: seq: Don't break snd_use_lock_sync() loop by timeoutTakashi Iwai1-6/+3
2017-07-18MIPS: KGDB: Use kernel context for sleeping threadsJames Hogan1-15/+33
2017-07-18s390/mm: fix CMMA vs KSM vs othersChristian Borntraeger1-0/+2
2017-07-18CIFS: remove bad_network_name flagGermano Percossi2-6/+0
2017-07-18x86/vdso: Plug race between mapping and ELF header setupThomas Gleixner1-1/+1
2017-07-18x86/vdso: Ensure vdso32_enabled gets set to valid values onlyMathias Krause1-2/+9
2017-07-18l2tp: don't mask errors in pppol2tp_getsockopt()Guillaume Nault1-1/+6
2017-07-18l2tp: don't mask errors in pppol2tp_setsockopt()Guillaume Nault1-2/+0
2017-07-18ptrace: fix PTRACE_LISTEN race corrupting task->statebsegall@google.com1-4/+10
2017-07-18scsi: sd: Fix capacity calculation with 32-bit sector_tMartin K. Petersen1-2/+18
2017-07-18scsi: sr: Sanity check returned mode dataMartin K. Petersen1-2/+4
2017-07-18xen, fbfront: fix connecting to backendJuergen Gross1-2/+2
2017-07-18virtio_console: fix uninitialized variable useMichael S. Tsirkin1-2/+4
2017-07-18Reset TreeId to zero on SMB2 TREE_CONNECTJan-Marek Glogowski1-0/+4
2017-07-18CIFS: Handle mismatched open callsPavel Shilovsky8-8/+134
2017-07-18metag/usercopy: Add missing fixupsJames Hogan1-24/+48
2017-07-18metag/usercopy: Fix src fixup in from user rapf loopsJames Hogan1-8/+28
2017-07-18metag/usercopy: Set flags before ADDZJames Hogan1-4/+4
2017-07-18metag/usercopy: Zero rest of buffer from copy_from_userJames Hogan2-46/+26
2017-07-18metag/usercopy: Add early abort to copy_to_userJames Hogan1-0/+20
2017-07-18metag/usercopy: Fix alignment error checkingJames Hogan1-6/+4
2017-07-18metag/usercopy: Drop unused macrosJames Hogan1-113/+0
2017-07-18ring-buffer: Fix return value check in test_ringbuffer()Wei Yongjun1-4/+4
2017-07-18crypto: caam - fix RNG deinstantiation error checkingHoria Geantă1-1/+2
2017-07-18powerpc/64: Fix flush_(d|i)cache_range() called from modulesOliver O'Halloran1-2/+2
2017-07-18powerpc/kernel: Use kprobe blacklist for asm functionsNicholas Piggin3-29/+20
2017-07-18l2tp: take reference on sessions being dumpedGuillaume Nault5-11/+27
2017-07-18powerpc: Don't try to fix up misaligned load-with-reservation instructionsPaul Mackerras1-8/+19
2017-07-18kvm: arm/arm64: Fix locking for kvm_free_stage2_pgdSuzuki K Poulose1-0/+10
2017-07-18af_key: Add lock to key dumpYuejie Shi1-8/+38
2017-07-18iscsi-target: Drop work-around for legacy GlobalSAN initiatorNicholas Bellinger1-16/+0
2017-07-18iio: hid-sensor-attributes: Fix sensor property setting failure.Song Hongyan1-0/+10
2017-07-18iio: core: Fix IIO_VAL_FRACTIONAL_LOG2 for negative valuesNikolaus Schulz1-4/+3
2017-07-18include/linux/kernel.h: change abs() macro so it uses consistent return typeMichal Nazarewicz3-24/+23
2017-07-18kernel.h: make abs() work with 64-bit typesMichal Nazarewicz1-21/+24