| Commit message (Expand) | Author | Age | Files | Lines |
* | dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent} | Christoph Hellwig | 2015-09-10 | 23 | -563/+12 |
* | mm, mpx: add "vm_flags_t vm_flags" arg to do_mmap_pgoff() | Oleg Nesterov | 2015-09-10 | 1 | -44/+7 |
* | mm: mark most vm_operations_struct const | Kirill A. Shutemov | 2015-09-10 | 1 | -1/+1 |
* | lib/decompressors: use real out buf size for gunzip with kernel | Yinghai Lu | 2015-09-10 | 8 | -10/+12 |
* | kexec: split kexec_load syscall from kexec core code | Dave Young | 2015-09-10 | 20 | -20/+32 |
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2015-09-08 | 9 | -33/+73 |
|\ |
|
| * | mm: rename alloc_pages_exact_node() to __alloc_pages_node() | Vlastimil Babka | 2015-09-08 | 5 | -9/+5 |
| * | x86: use generic early mem copy | Mark Salter | 2015-09-08 | 1 | -21/+1 |
| * | arm64: support initrd outside kernel linear map | Mark Salter | 2015-09-08 | 1 | -0/+62 |
| * | mem-hotplug: handle node hole when initializing numa_meminfo. | Tang Chen | 2015-09-08 | 1 | -2/+4 |
| * | sparc32: do not include swap.h from pgtable_32.h | Michal Hocko | 2015-09-08 | 1 | -1/+1 |
* | | Merge branch 'parisc-4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2015-09-08 | 5 | -21/+15 |
|\ \ |
|
| * | | parisc: Use platform_device_register_simple("rtc-generic") | Helge Deller | 2015-09-08 | 1 | -10/+4 |
| * | | parisc: Drop CONFIG_SMP around update_cr16_clocksource() | Helge Deller | 2015-09-08 | 1 | -7/+0 |
| * | | parisc: Use double word condition in 64bit CAS operation | John David Anglin | 2015-09-08 | 1 | -1/+1 |
| * | | parisc: Filter out spurious interrupts in PA-RISC irq handler | Helge Deller | 2015-09-08 | 1 | -2/+7 |
| * | | parisc: Additionally check for in_atomic() in page fault handler | Helge Deller | 2015-09-08 | 1 | -1/+1 |
| * | | parisc: Define ioremap_uc and ioremap_wc | Guenter Roeck | 2015-09-08 | 1 | -0/+2 |
| |/ |
|
* | | Merge tag 'rtc-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon... | Linus Torvalds | 2015-09-08 | 15 | -81/+41 |
|\ \ |
|
| * | | ARM: dts: AM437x: Add the internal and external clock nodes for rtc | Keerthy | 2015-09-05 | 4 | -0/+33 |
| * | | ARM: config: Switch PXA27x platforms to use PXA RTC driver | Rob Herring | 2015-09-05 | 6 | -6/+6 |
| * | | ARM: mmp: remove unused RTC register definitions | Rob Herring | 2015-09-05 | 1 | -23/+0 |
| * | | ARM: sa1100: remove unused RTC register definitions | Rob Herring | 2015-09-05 | 1 | -34/+0 |
| * | | ARM: pxa: add memory resource to SA1100 RTC device | Rob Herring | 2015-09-05 | 1 | -16/+2 |
| * | | rtc: pxa: convert to use shared sa1100 functions | Rob Herring | 2015-09-05 | 2 | -2/+0 |
* | | | Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2015-09-08 | 26 | -191/+197 |
|\ \ \ |
|
| * | | | x86, pmem: clarify that ARCH_HAS_PMEM_API implies PMEM mapped WB | Dan Williams | 2015-08-27 | 2 | -9/+2 |
| * | | | mm: ZONE_DEVICE for "device memory" | Dan Williams | 2015-08-27 | 7 | -12/+13 |
| * | | | mm: move __phys_to_pfn and __pfn_to_phys to asm/generic/memory_model.h | Christoph Hellwig | 2015-08-27 | 3 | -18/+0 |
| * | | | dax: drop size parameter to ->direct_access() | Dan Williams | 2015-08-27 | 1 | -1/+1 |
| * | | | Merge branch 'pmem-api' into libnvdimm-for-next | Dan Williams | 2015-08-27 | 13 | -86/+175 |
| |\ \ \ |
|
| | * | | | nd_blk: change aperture mapping from WC to WB | Ross Zwisler | 2015-08-27 | 4 | -2/+5 |
| | * | | | pmem, dax: have direct_access use __pmem annotation | Ross Zwisler | 2015-08-20 | 1 | -3/+4 |
| | * | | | pmem: add copy_from_iter_pmem() and clear_pmem() | Ross Zwisler | 2015-08-20 | 1 | -0/+75 |
| | * | | | pmem, x86: clean up conditional pmem includes | Ross Zwisler | 2015-08-20 | 1 | -11/+2 |
| | * | | | pmem: remove layer when calling arch_has_wmb_pmem() | Ross Zwisler | 2015-08-20 | 1 | -1/+1 |
| | * | | | pmem, x86: move x86 PMEM API to new pmem.h header | Ross Zwisler | 2015-08-20 | 2 | -71/+92 |
| | * | | | pmem: convert to generic memremap | Dan Williams | 2015-08-14 | 1 | -5/+1 |
| | * | | | arch: introduce memremap() | Dan Williams | 2015-08-14 | 3 | -0/+3 |
| | * | | | cleanup IORESOURCE_CACHEABLE vs ioremap() | Dan Williams | 2015-08-10 | 3 | -4/+3 |
| | * | | | arch, drivers: don't include <asm/io.h> directly, use <linux/io.h> instead | Dan Williams | 2015-08-10 | 2 | -2/+2 |
| * | | | | libnvdimm, e820: make CONFIG_X86_PMEM_LEGACY a tristate option | Dan Williams | 2015-08-19 | 4 | -74/+15 |
| |/ / / |
|
* | | | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | 2015-09-08 | 1 | -4/+4 |
|\ \ \ \ |
|
| * | | | | kbuild: Fix clang detection | Michal Marek | 2015-09-04 | 1 | -4/+4 |
* | | | | | Merge tag 'trace-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 2015-09-08 | 6 | -7/+7 |
|\ \ \ \ \ |
|
| * | | | | | ftrace: Format MCOUNT_ADDR address as type unsigned long | Minfei Huang | 2015-07-20 | 6 | -7/+7 |
* | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 2015-09-08 | 2 | -2/+3 |
|\ \ \ \ \ \ |
|
| * | | | | | | PKCS#7: Appropriately restrict authenticated attributes and content type | David Howells | 2015-08-12 | 1 | -1/+3 |
| * | | | | | | Yama: remove needless CONFIG_SECURITY_YAMA_STACKED | Kees Cook | 2015-07-28 | 1 | -1/+0 |
| |/ / / / / |
|
* | | | | | | Merge branch 'nmi' of git://ftp.arm.linux.org.uk/~rmk/linux-arm | Linus Torvalds | 2015-09-08 | 3 | -129/+27 |
|\ \ \ \ \ \ |
|