summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-07-19sctp: load transport header after sk_filterWillem de Bruijn1-4/+1
2016-07-19net/sched/sch_htb: clamp xstats tokens to fit into 32-bit intKonstantin Khlebnikov1-2/+4
2016-07-19clk: at91: fix clk_programmable_set_parent()Boris Brezillon1-1/+1
2016-07-19perf tests: Add is_printable_array testJiri Olsa4-0/+42
2016-07-19perf tools: Make is_printable_array globalJiri Olsa4-28/+17
2016-07-19perf script python: Fix string vs byte array resolvingJiri Olsa1-6/+33
2016-07-19perf probe: Warn unmatched function filter correctlyMasami Hiramatsu2-2/+13
2016-07-19perf cpu_map: Add more helpersMark Rutland2-2/+14
2016-07-19perf stat: Balance opening and reading eventsMark Rutland1-2/+6
2016-07-19libata: LITE-ON CX1-JB256-HP needs lower max_sectorsTejun Heo1-0/+6
2016-07-19tools: Copy linux/{hash,poison}.h and check for driftArnaldo Carvalho de Melo4-6/+195
2016-07-19perf tools: Remove include/linux/list.h from perf's MANIFESTArnaldo Carvalho de Melo1-1/+0
2016-07-19tools: Copy the bitops files accessed from the kernel and check for driftArnaldo Carvalho de Melo7-10/+203
2016-07-19Remove: kernel unistd*h files from perf's MANIFEST, not usedArnaldo Carvalho de Melo1-2/+0
2016-07-18perf tools: Remove tools/perf/util/include/linux/const.hArnaldo Carvalho de Melo2-2/+0
2016-07-18perf tools: Remove tools/perf/util/include/asm/byteorder.hArnaldo Carvalho de Melo2-4/+0
2016-07-18perf tools: Add missing linux/compiler.h include to perf-sys.hArnaldo Carvalho de Melo1-0/+1
2016-07-18drm/i915/kbl: Introduce the first official DMC for Kabylake.Rodrigo Vivi1-11/+19
2016-07-18cdc-acm: beautify probe()Oliver Neukum1-20/+24
2016-07-18cdc-wdm: use the common CDC parserOliver Neukum1-25/+5
2016-07-18cdc-acm: cleanup error handlingOliver Neukum1-5/+3
2016-07-18cdc-acm: use the common parserOliver Neukum1-59/+10
2016-07-18usbnet: move the CDC parser into USB coreOliver Neukum2-138/+153
2016-07-18perf jit: Remove some no-op error handlingDan Carpenter1-6/+1
2016-07-18perf jit: Add missing curly bracesDan Carpenter1-1/+2
2016-07-18drm/i915: add missing condition for committing planes on crtcLionel Landwerlin1-0/+6
2016-07-18drm/i915: Treat eDP as always connected, againVille Syrjälä1-1/+1
2016-07-18ALSA: usb-audio: Fix quirks code is not calledKazuki Oikawa1-1/+1
2016-07-18mmc: pxamci: fix potential oopsRobert Jarzmik1-7/+9
2016-07-18mmc: block: fix packed command header endiannessTaras Kondratiuk1-6/+6
2016-07-18mmc: block: fix free of uninitialized 'idata->buf'Ville Viinikka1-1/+3
2016-07-18KEYS: Fix for erroneous trust of incorrectly signed X.509 certsMat Martineau1-1/+1
2016-07-18pefile: Fix the failure of calculation for digestLans Zhang1-1/+6
2016-07-18PKCS#7: Fix panic when referring to the empty AKID when DEBUG definedLans Zhang1-1/+1
2016-07-17net: cavium: liquidio: Avoid dma_unmap_single on uninitialized ndataFlorian Fainelli1-4/+5
2016-07-17net: nb8800: Fix SKB leak in nb8800_receive()Florian Fainelli1-0/+1
2016-07-17et131x: Fix logical vs bitwise check in et131x_tx_timeout()Florian Fainelli1-1/+1
2016-07-17vlan: use a valid default mtu value for vlan over macsecPaolo Abeni3-6/+18
2016-07-17Merge tag 'lkdtm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/...Greg Kroah-Hartman7-55/+46
2016-07-17usb: musb: sunxi: Simplify dr_mode handlingHans de Goede1-43/+25
2016-07-17usb: musb: sunxi: make unexported symbols staticBen Dooks1-3/+3
2016-07-17usb: musb: cppi41: add dma channel tracepointsBin Liu2-12/+80
2016-07-17usb: musb: cppi41: move struct cppi41_dma_channel to headerBin Liu2-21/+23
2016-07-17usb: musb: cleanup cppi_dma headerBin Liu2-8/+1
2016-07-17usb: musb: gadget: add usb-request tracepointsBin Liu2-21/+90
2016-07-17usb: musb: host: add urb tracepointsBin Liu2-26/+71
2016-07-17usb: musb: add tracepoints to dump interrupt eventsBin Liu2-3/+22
2016-07-17usb: musb: add tracepoints for register accessBin Liu2-3/+103
2016-07-17usb: musb: dsps: use musb register read/write wrappers insteadBin Liu1-68/+44
2016-07-17usb: musb: switch dev_dbg to tracepointsBin Liu8-199/+187