aboutsummaryrefslogtreecommitdiffstats
path: root/firmware (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-27proc: fix NULL dereference when reading /proc/<pid>/auxvLeon Yu1-0/+3
2016-10-27mm: kmemleak: ensure that the task stack is not freed during scanningCatalin Marinas1-2/+5
2016-10-27lib/stackdepot.c: bump stackdepot capacity from 16MB to 128MBDmitry Vyukov1-1/+1
2016-10-27latent_entropy: raise CONFIG_FRAME_WARN by defaultKees Cook1-0/+1
2016-10-27kconfig.h: remove config_enabled() macroMasahiro Yamada3-7/+6
2016-10-27ipc: account for kmem usage on mqueue and msgAristeu Rozanski1-2/+2
2016-10-27mm/slab: improve performance of gathering slabinfo statsAruna Ramakrishna2-16/+28
2016-10-27mm: page_alloc: use KERN_CONT where appropriateJoe Perches1-7/+9
2016-10-27mm/list_lru.c: avoid error-path NULL pointer derefAlexander Polakov1-0/+2
2016-10-27h8300: fix syscall restartingMark Rutland2-5/+1
2016-10-27kcov: properly check if we are in an interruptAndrey Konovalov1-1/+8
2016-10-27mm/slab: fix kmemcg cache creation delayed issueJoonsoo Kim1-1/+1
2016-10-27device-dax: fix percpu_ref_exit orderingDan Williams1-1/+1
2016-10-27Allow KASAN and HOTPLUG_MEMORY to co-exist when doing build testingLinus Torvalds1-1/+1
2016-10-27nvdimm: make CONFIG_NVDIMM_DAX 'bool'Arnd Bergmann2-2/+2
2016-10-27mm: remove unused variable in memory hotplugLinus Torvalds1-1/+0
2016-10-27btrfs: fix races on root_log_ctx listsChris Mason1-14/+6
2016-10-27mm: remove per-zone hashtable of bitlock waitqueuesLinus Torvalds6-182/+21
2016-10-27blk-mq: update hardware and software queues for sleeping allocJens Axboe1-3/+3
2016-10-27driver core: Make Kconfig text for DEBUG_TEST_DRIVER_REMOVE strongerLaura Abbott1-2/+4
2016-10-27kernfs: Add noop_fsync to supported kernfs_file_fopsTony Luck1-0/+1
2016-10-27vt: clear selection before resizingScot Doyle1-0/+3
2016-10-27sc16is7xx: always write state when configuring GPIO as an outputFrancois Berder1-2/+6
2016-10-27sh-sci: document R8A7743/5 supportSergei Shtylyov1-0/+8
2016-10-27tty: serial: 8250: 8250_core: NXP SC16C2552 workaroundSteve Shih1-1/+2
2016-10-27tty: limit terminal size to 4M charsDmitry Vyukov1-0/+2
2016-10-27tty: serial: fsl_lpuart: Fix Tx DMA edge caseAaron Brice1-2/+1
2016-10-27serial: 8250_lpss: enable MSI for sureAndy Shevchenko1-1/+1
2016-10-27serial: core: fix console problems on uart_closeRob Herring1-2/+0
2016-10-27serial: 8250_uniphier: fix clearing divisor latch access bitMasahiro Yamada1-1/+1
2016-10-27serial: 8250_uniphier: fix more unterminated stringDenys Vlasenko1-1/+1
2016-10-27serial: pch_uart: add terminate entry for dmi_system_id tablesWei Yongjun1-0/+1
2016-10-27devicetree: bindings: uart: Add new compatible string for ZynqMPNava kishore Manne1-1/+3
2016-10-27serial: xuartps: Add new compatible string for ZynqMPNava kishore Manne1-0/+2
2016-10-27serial: SERIAL_STM32 should depend on HAS_DMAGeert Uytterhoeven1-0/+1
2016-10-27serial: stm32: Fix comparisons with undefined registerGeert Uytterhoeven1-1/+1
2016-10-27tty: vt, fix bogus division in csi_JJiri Slaby1-1/+1
2016-10-27powerpc/64s: relocation, register save fixes for system reset interruptNicholas Piggin2-21/+45
2016-10-27powerpc/mm/radix: Use tlbiel only if we ever ran on the current cpuAneesh Kumar K.V2-4/+16
2016-10-27powerpc/process: Fix CONFIG_ALIVEC typo in restore_tm_state()Valentin Rothberg1-1/+1
2016-10-27ALSA: usb-audio: Add quirk for Syntek STK1160Marcel Hasler1-0/+17
2016-10-27sched/fair: Remove unused but set variable 'rq'Tobias Klauser1-3/+0
2016-10-27objtool: Fix rare switch jump table pattern detectionJosh Poimboeuf1-1/+1
2016-10-27security/keys: make BIG_KEYS dependent on stdrng.Artem Savkov1-1/+1
2016-10-27KEYS: Sort out big_key initialisationDavid Howells1-27/+32
2016-10-27KEYS: Fix short sprintf buffer in /proc/keys show functionDavid Howells1-1/+1
2016-10-26arm64: mm: fix __page_to_voff definitionNeeraj Upadhyay1-1/+1
2016-10-26arm64/numa: fix incorrect log for memory-less nodeHanjun Guo1-2/+5
2016-10-26arm64/numa: fix pcpu_cpu_distance() to get correct CPU proximityYisheng Xie1-1/+1
2016-10-26block: flush: fix IO hang in case of flood fua reqMing Lei1-0/+28