aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-10-10stmmac: correct mc_filter local variable in set_filter and set_mac_addr callVince Bridgers1-2/+2
2014-10-10net: pxa168_eth: PXA168_ETH should depend on HAS_DMAGeert Uytterhoeven1-1/+2
2014-10-10perf session: Don't count per evsel eventsArnaldo Carvalho de Melo1-16/+0
2014-10-10RDMA/ocrdma: Save the bit environment, spare unncessary parenthesisJes Sorensen1-19/+19
2014-10-10RDMA/ocrdma: The kernel has a perfectly good BIT() macro - use itJes Sorensen2-103/+101
2014-10-10RDMA/ocrdma: Don't memset() buffers we just allocated with kzalloc()Jes Sorensen1-9/+3
2014-10-10RDMA/ocrdma: Remove a unused-label warningLi RongQing1-0/+2
2014-10-10RDMA/ocrdma: Convert kernel VA to PA for mmap in userDevesh Sharma1-5/+5
2014-10-10RDMA/ocrdma: Get vlan tag from ib_qp_attrsSelvin Xavier1-4/+5
2014-10-10RDMA/ocrdma: Add default GID at index 0Devesh Sharma1-0/+10
2014-10-10ALSA: bebob: Fix failure to detect source of clock for Terratec Phase 88Takashi Sakamoto1-2/+2
2014-10-10Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds39-444/+879
2014-10-10Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds7-205/+71
2014-10-10Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds23-298/+259
2014-10-10arm64: kvm: define PAGE_S2_DEVICE as read-only by defaultArd Biesheuvel1-1/+1
2014-10-10ARM: kvm: define PAGE_S2_DEVICE as read-only by defaultArd Biesheuvel1-1/+1
2014-10-10arm/arm64: KVM: add 'writable' parameter to kvm_phys_addr_ioremapArd Biesheuvel4-4/+8
2014-10-10arm/arm64: KVM: fix potential NULL dereference in user_mem_abort()Ard Biesheuvel1-0/+6
2014-10-10arm/arm64: KVM: use __GFP_ZERO not memset() to get zeroed pagesArd Biesheuvel1-2/+1
2014-10-10networking: fm10k: Fix build failurePranith Kumar1-0/+1
2014-10-10net: fs_enet: error: 'SCCE_ENET_TXF' undeclaredLEROY Christophe2-2/+2
2014-10-09Merge branch 'akpm' (fixes from Andrew Morton)Linus Torvalds177-2866/+4103
2014-10-09nosave: consolidate __nosave_{begin,end} in <asm/sections.h>Geert Uytterhoeven12-31/+12
2014-10-09include/linux/screen_info.h: remove unused ORIG_* macrosGeert Uytterhoeven1-8/+0
2014-10-09kernel/sys.c: compat sysinfo syscall: fix undefined behaviorScotty Bauer1-1/+1
2014-10-09kernel/sys.c: whitespace fixesvishnu.ps1-128/+137
2014-10-09acct: eliminate compile warningYing Xue1-5/+9
2014-10-09kernel/async.c: switch to pr_foo()Ionut Alexa1-4/+4
2014-10-09include/linux/blkdev.h: use NULL instead of zeroMichele Curti1-1/+1
2014-10-09include/linux/kernel.h: deduplicate code implementing clamp* macrosMichal Nazarewicz1-17/+7
2014-10-09include/linux/kernel.h: rewrite min3, max3 and clamp using min and maxMichal Nazarewicz1-27/+5
2014-10-09alpha: use Kbuild logic to include <asm-generic/sections.h>Geert Uytterhoeven2-7/+1
2014-10-09frv: remove deprecated IRQF_DISABLEDMichael Opdenacker4-8/+6
2014-10-09frv: remove unused cpuinfo_frv and friends to fix future build errorGeert Uytterhoeven2-18/+0
2014-10-09zbud: avoid accessing last unused freelistChao Yu1-6/+7
2014-10-09zsmalloc: simplify init_zspage free obj linkingDan Streetman1-9/+5
2014-10-09mm/zsmalloc.c: correct comment for fullness group computationWang Sheng-Hui1-1/+1
2014-10-09zram: use notify_free to account all free notificationsSergey Senozhatsky2-5/+9
2014-10-09zram: report maximum used memoryMinchan Kim4-2/+70
2014-10-09zram: zram memory size limitationMinchan Kim4-4/+79
2014-10-09zsmalloc: change return value unit of zs_get_total_size_bytesMinchan Kim3-8/+7
2014-10-09zsmalloc: move pages_allocated to zs_poolMinchan Kim1-15/+8
2014-10-09m68k: call find_vma with the mmap_sem held in sys_cacheflush()Davidlohr Bueso1-8/+13
2014-10-09vmstat: on-demand vmstat workers V8Christoph Lameter1-21/+120
2014-10-09CMA: document cma=0Jean Delvare2-1/+5
2014-10-09fs/buffer.c: increase the buffer-head per-CPU LRU sizeSebastien Buisson1-1/+1
2014-10-09mm: mempolicy: skip inaccessible VMAs when setting MPOL_MF_LAZYMel Gorman1-1/+3
2014-10-09selftests/vm/transhuge-stress: stress test for memory compactionKonstantin Khlebnikov2-0/+145
2014-10-09mm/balloon_compaction: add vmstat counters and kpageflags bitKonstantin Khlebnikov11-3/+37
2014-10-09mm/balloon_compaction: remove balloon mapping and flag AS_BALLOON_MAPKonstantin Khlebnikov4-206/+39