Age | Commit message (Expand) | Author | Files | Lines |
2015-09-11 | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 16 | -83/+218 |
2015-09-11 | Merge branch 'linux-4.3' of git://anongit.freedesktop.org/git/nouveau/linux-2... | Dave Airlie | 3 | -4/+5 |
2015-09-11 | Merge branch 'for-4.3/blkcg' of git://git.kernel.dk/linux-block | Linus Torvalds | 17 | -1078/+1422 |
2015-09-11 | drm/nouveau/device: enable c800 quirk for tecra w50 | Ben Skeggs | 1 | -0/+1 |
2015-09-11 | drm/nouveau/clk/gt215: Unbreak engine pausing for GT21x/MCP7x | Roy Spliet | 1 | -1/+1 |
2015-09-11 | drm/nouveau/gr/nv04: fix big endian setting on gr context | Ilia Mirkin | 1 | -3/+3 |
2015-09-11 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 165 | -4353/+4768 |
2015-09-11 | Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/... | Linus Torvalds | 47 | -853/+540 |
2015-09-11 | Merge tag 'topic/drm-fixes-2015-09-09' of git://anongit.freedesktop.org/drm-i... | Dave Airlie | 2 | -21/+117 |
2015-09-11 | Merge tag 'drm-intel-next-fixes-2015-09-10' of git://anongit.freedesktop.org/... | Dave Airlie | 9 | -32/+54 |
2015-09-11 | drm/qxl: validate monitors config modes | Jonathon Jongsma | 2 | -26/+42 |
2015-09-11 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 62 | -700/+2653 |
2015-09-11 | Merge tag 'for-linus-4.3-rc0b-tag' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 29 | -158/+198 |
2015-09-11 | Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblaze | Linus Torvalds | 2 | -1/+3 |
2015-09-11 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rku... | Linus Torvalds | 2 | -18/+1 |
2015-09-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 78 | -315/+994 |
2015-09-10 | dma-mapping: consolidate dma_set_mask | Christoph Hellwig | 24 | -169/+28 |
2015-09-10 | dma-mapping: consolidate dma_supported | Christoph Hellwig | 18 | -98/+25 |
2015-09-10 | dma-mapping: cosolidate dma_mapping_error | Christoph Hellwig | 18 | -146/+19 |
2015-09-10 | dma-mapping: consolidate dma_{alloc,free}_noncoherent | Christoph Hellwig | 19 | -99/+39 |
2015-09-10 | dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent} | Christoph Hellwig | 25 | -569/+70 |
2015-09-10 | mm: use vma_is_anonymous() in create_huge_pmd() and wp_huge_pmd() | Kirill A. Shutemov | 1 | -2/+2 |
2015-09-10 | mm: make sure all file VMAs have ->vm_ops set | Kirill A. Shutemov | 1 | -0/+8 |
2015-09-10 | mm, mpx: add "vm_flags_t vm_flags" arg to do_mmap_pgoff() | Oleg Nesterov | 4 | -61/+31 |
2015-09-10 | mm: mark most vm_operations_struct const | Kirill A. Shutemov | 17 | -18/+18 |
2015-09-10 | namei: fix warning while make xmldocs caused by namei.c | Masanari Iida | 1 | -1/+1 |
2015-09-10 | ipc: convert invalid scenarios to use WARN_ON | Davidlohr Bueso | 2 | -3/+3 |
2015-09-10 | zlib_deflate/deftree: remove bi_reverse() | yalin wang | 2 | -19/+3 |
2015-09-10 | lib/decompress_unlzma: Do a NULL check for pointer | Fabio Estevam | 1 | -1/+1 |
2015-09-10 | lib/decompressors: use real out buf size for gunzip with kernel | Yinghai Lu | 14 | -27/+70 |
2015-09-10 | fs/affs: make root lookup from blkdev logical size | Pranay Kr. Srivastava | 1 | -3/+5 |
2015-09-10 | sysctl: fix int -> unsigned long assignments in INT_MIN case | Ilya Dryomov | 1 | -5/+5 |
2015-09-10 | kexec: export KERNEL_IMAGE_SIZE to vmcoreinfo | Baoquan He | 1 | -0/+3 |
2015-09-10 | kexec: align crash_notes allocation to make it be inside one physical page | Baoquan He | 1 | -1/+22 |
2015-09-10 | kexec: remove unnecessary test in kimage_alloc_crash_control_pages() | Minfei Huang | 1 | -2/+1 |
2015-09-10 | kexec: split kexec_load syscall from kexec core code | Dave Young | 32 | -1527/+1560 |
2015-09-10 | kexec: split kexec_file syscall code to kexec_file.c | Dave Young | 5 | -1045/+1090 |
2015-09-10 | drivers/net/wireless/ath/wil6210: use seq_hex_dump() to dump buffers | Andy Shevchenko | 1 | -28/+7 |
2015-09-10 | kmemleak: use seq_hex_dump() to dump buffers | Andy Shevchenko | 1 | -15/+6 |
2015-09-10 | drivers/s390/crypto/zcrypt_api.c: use seq_hex_dump() to dump buffers | Andy Shevchenko | 1 | -9/+1 |
2015-09-10 | parisc: use seq_hex_dump() to dump buffers | Andy Shevchenko | 2 | -17/+5 |
2015-09-10 | drivers/crypto/qat: use seq_hex_dump() to dump buffers | Andy Shevchenko | 1 | -14/+2 |
2015-09-10 | seq_file: provide an analogue of print_hex_dump() | Andy Shevchenko | 2 | -0/+46 |
2015-09-10 | fs: Don't dump core if the corefile would become world-readable. | Jann Horn | 1 | -2/+6 |
2015-09-10 | fs: if a coredump already exists, unlink and recreate with O_EXCL | Jann Horn | 1 | -6/+32 |
2015-09-10 | kmod: handle UMH_WAIT_PROC from system unbound workqueue | Frederic Weisbecker | 1 | -24/+20 |
2015-09-10 | kmod: use system_unbound_wq instead of khelper | Frederic Weisbecker | 3 | -26/+17 |
2015-09-10 | kmod: add up-to-date explanations on the purpose of each asynchronous levels | Frederic Weisbecker | 1 | -8/+24 |
2015-09-10 | kmod: remove unecessary explicit wide CPU affinity setting | Frederic Weisbecker | 1 | -3/+0 |
2015-09-10 | kmod: bunch of internal functions renames | Frederic Weisbecker | 1 | -13/+17 |