summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-02-20mtd: mtdpart: fix add_mtd_partitions error pathBoris BREZILLON1-1/+3
2016-02-20integrity: prevent loading untrusted certificates on the IMA trusted keyringDmitry Kasatkin1-1/+1
2016-02-20TPM: revert the list handling logic fixed in 398a1e7Jarkko Sakkinen1-1/+1
2016-02-20tpm_tis: free irq after probingMartin Wilck1-0/+2
2016-02-20vTPM: fix memory allocation flag for rtce buffer at kernel bootHon Ching \(Vicky\) Lo1-1/+1
2016-02-20tpm, tpm_crb: fix unaligned read of the command buffer addressJarkko Sakkinen1-3/+4
2016-02-20spi/spi-xilinx: Fix race condition on last word readRicardo Ribalda Delgado1-14/+24
2016-02-20wlcore/wl12xx: spi: fix NULL pointer dereference (Oops)Uri Mashiach1-3/+7
2016-02-20wlcore/wl12xx: spi: fix oops on firmware loadUri Mashiach1-3/+7
2016-02-20spi: fix parent-device reference leakJohan Hovold1-1/+1
2016-02-20spi: ti-qspi: Fix data corruption seen on r/w stress testVignesh R1-2/+1
2016-02-20spi: atmel: Fix DMA-setup for transfers with more than 8 bits per wordDavid Mosberger-Tang1-1/+2
2016-02-20spi: omap2-mcspi: disable other channels CHCONF_FORCE in prepare_messageNeil Armstrong1-0/+28
2016-02-20Revert "dm mpath: fix stalls when handling invalid ioctls"Mauricio Faria de Oliveira1-5/+2
2016-02-20dm: initialize non-blk-mq queue data before queue is usedMikulas Patocka1-3/+7
2016-02-20sh64: fix __NR_fgetxattrDmitry V. Levin1-1/+1
2016-02-20ocfs2/dlm: clear refmap bit of recovery lock while doing local recovery cleanupxuejiufei1-0/+2
2016-02-20ocfs2/dlm: ignore cleaning the migration mle that is inusexuejiufei1-11/+15
2016-02-20ocfs2: fix BUG when calculate new backup superJoseph Qi1-3/+12
2016-02-20ocfs2: fix SGID not inherited issueJunxiao Bi1-3/+1
2016-02-20mm/hugetlb.c: fix resv map memory leak for placeholder entriesMike Kravetz1-2/+12
2016-02-20kernel/signal.c: unexport sigsuspend()Richard Weinberger2-2/+1
2016-02-20mm: hugetlb: call huge_pte_alloc() only if ptep is nullNaoya Horiguchi1-4/+4
2016-02-20fat: fix fake_offset handling on error pathOGAWA Hirofumi1-5/+11
2016-02-20mm/hugetlbfs: fix bugs in fallocate hole punch of areas with holesMike Kravetz1-33/+32
2016-02-20mm, vmstat: allow WQ concurrency to discover memory reclaim doesn't make any ...Michal Hocko2-5/+20
2016-02-20mm: hugetlb: fix hugepage memory leak caused by wrong reserve countNaoya Horiguchi1-1/+4
2016-02-20memcg: fix thresholds for 32b architectures.Michal Hocko1-6/+5
2016-02-20fs, seqfile: always allow oom killerGreg Thelen1-3/+8
2016-02-20lib/hexdump.c: truncate output in case of overflowAndy Shevchenko1-1/+5
2016-02-20mm/oom_kill.c: reverse the order of setting TIF_MEMDIE and sending SIGKILLTetsuo Handa1-1/+6
2016-02-20mm: slab: only move management objects off-slab for sizes larger than KMALLOC...Catalin Marinas1-2/+3
2016-02-20proc: fix -ESRCH error when writing to /proc/$pid/coredump_filterColin Ian King1-0/+1
2016-02-20remoteproc: avoid stack overflow in debugfs fileArnd Bergmann1-1/+1
2016-02-20proc: actually make proc_fd_permission() thread-friendlyOleg Nesterov1-3/+11
2016-02-20ALSA: hda - Implement loopback control switch for Realtek and other codecsTakashi Iwai1-19/+68
2016-02-20HID: usbhid: fix recursive deadlockIoan-Adrian Ratiu1-2/+2
2016-02-20ocfs2: NFS hangs in __ocfs2_cluster_lock due to race with ocfs2_unblock_lockTariq Saeed1-0/+6
2016-02-20NFSv4.1/pnfs: Fixup an lo->plh_block_lgets imbalance in layoutreturnTrond Myklebust1-1/+0
2016-02-20block: ensure to split after potentially bouncing a bioJunichi Nomura1-2/+2
2016-02-20drivers/base/memory.c: prohibit offlining of memory blocks with missing sectionsSeth Jennings1-0/+4
2016-02-20dm btree: fix leak of bufio-backed block in btree_split_sibling error pathMike Snitzer1-1/+3
2016-02-20block: Always check queue limits for cloned requestsHannes Reinecke2-15/+7
2016-02-20crypto: sun4i-ss - add missing statesizeLABBE Corentin1-0/+2
2016-02-20crypto: algif_skcipher - Use new skcipher interfaceHerbert Xu1-31/+30
2016-02-20crypto: skcipher - Copy iv from desc even for 0-len walksJason A. Donenfeld2-2/+2
2016-02-20crypto: talitos - Fix timing leak in ESP ICV verificationDavid Gstir1-1/+1
2016-02-20crypto: nx - Fix timing leak in GCM and CCM decryptionDavid Gstir2-2/+3
2016-02-20crypto: qat - don't use userspace pointerTadeusz Struk1-1/+1
2016-02-20crypto: algif_hash - Only export and import on sockets with dataHerbert Xu1-2/+10