| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2015-09-10 | 2 | -30/+6 |
|\ |
|
| * | dma-mapping: consolidate dma_set_mask | Christoph Hellwig | 2015-09-10 | 1 | -2/+0 |
| * | dma-mapping: consolidate dma_supported | Christoph Hellwig | 2015-09-10 | 1 | -1/+3 |
| * | dma-mapping: cosolidate dma_mapping_error | Christoph Hellwig | 2015-09-10 | 1 | -11/+0 |
| * | dma-mapping: consolidate dma_{alloc,free}_noncoherent | Christoph Hellwig | 2015-09-10 | 1 | -3/+0 |
| * | dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent} | Christoph Hellwig | 2015-09-10 | 1 | -13/+3 |
| * | kexec: split kexec_load syscall from kexec core code | Dave Young | 2015-09-10 | 1 | -1/+1 |
* | | Merge tag 'for-linus-4.3-rc0b-tag' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2015-09-10 | 1 | -2/+37 |
|\ \
| |/
|/| |
|
| * | xen: Use correctly the Xen memory terminologies | Julien Grall | 2015-09-08 | 1 | -2/+33 |
| * | xen: Make clear that swiotlb and biomerge are dealing with DMA address | Julien Grall | 2015-09-08 | 1 | -2/+6 |
* | | Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2015-09-08 | 4 | -78/+156 |
|\ \ |
|
| * | | x86, pmem: clarify that ARCH_HAS_PMEM_API implies PMEM mapped WB | Dan Williams | 2015-08-27 | 1 | -8/+1 |
| * | | Merge branch 'pmem-api' into libnvdimm-for-next | Dan Williams | 2015-08-27 | 3 | -77/+162 |
| |\ \ |
|
| | * | | nd_blk: change aperture mapping from WC to WB | Ross Zwisler | 2015-08-27 | 3 | -2/+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 |
| * | | | libnvdimm, e820: make CONFIG_X86_PMEM_LEGACY a tristate option | Dan Williams | 2015-08-19 | 1 | -1/+1 |
| |/ / |
|
* | | | Merge tag 'trace-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 2015-09-08 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | ftrace: Format MCOUNT_ADDR address as type unsigned long | Minfei Huang | 2015-07-20 | 1 | -2/+2 |
* | | | | Merge tag 'for-linus-4.3-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2015-09-08 | 4 | -14/+230 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | xen/PMU: Initialization code for Xen PMU | Boris Ostrovsky | 2015-08-20 | 1 | -0/+123 |
| * | | | xen/PMU: Sysfs interface for setting Xen PMU mode | Boris Ostrovsky | 2015-08-20 | 1 | -0/+6 |
| * | | | xen: remove no longer needed p2m.h | Juergen Gross | 2015-08-20 | 1 | -2/+4 |
| * | | | xen: allow more than 512 GB of RAM for 64 bit pv-domains | Juergen Gross | 2015-08-20 | 1 | -4/+0 |
| * | | | xen: sync with xen headers | Juergen Gross | 2015-08-20 | 1 | -9/+87 |
| * | | | xen/events: Support event channel rebind on ARM | Julien Grall | 2015-08-20 | 1 | -0/+11 |
* | | | | mm: send one IPI per CPU to TLB flush all entries after unmapping pages | Mel Gorman | 2015-09-04 | 1 | -0/+6 |
* | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2015-09-03 | 6 | -27/+68 |
|\ \ \ \ |
|
| * | | | | jump_label/x86: Work around asm build bug on older/backported GCCs | Peter Zijlstra | 2015-08-13 | 1 | -4/+4 |
| * | | | | locking/qrwlock: Implement queue_write_unlock() using smp_store_release() | Will Deacon | 2015-08-12 | 1 | -10/+0 |
| * | | | | Merge branch 'locking/arch-atomic' into locking/core, because it's ready for ... | Ingo Molnar | 2015-08-12 | 3 | -10/+44 |
| |\ \ \ \ |
|
| | * | | | | atomic: Collapse all atomic_{set,clear}_mask definitions | Peter Zijlstra | 2015-07-27 | 1 | -10/+0 |
| | * | | | | atomic: Provide atomic_{or,xor,and} | Peter Zijlstra | 2015-07-27 | 1 | -2/+0 |
| | * | | | | x86: Provide atomic_{or,xor,and} | Peter Zijlstra | 2015-07-27 | 3 | -8/+54 |
| | | |_|/
| | |/| | |
|
| * | | | | locking/static_keys: Add a new static_key interface | Peter Zijlstra | 2015-08-03 | 1 | -2/+19 |
| * | | | | Merge branch 'x86/asm' into locking/core | Ingo Molnar | 2015-08-03 | 21 | -187/+130 |
| |\ \ \ \ |
|
| * | | | | | locking, arch: use WRITE_ONCE()/READ_ONCE() in smp_store_release()/smp_load_a... | Andrey Konovalov | 2015-08-03 | 1 | -4/+4 |
| | | | | | | |
| | \ \ \ \ | |
| *-. \ \ \ \ | Merge branch 'locking/urgent', tag 'v4.2-rc5' into locking/core, to pick up f... | Ingo Molnar | 2015-08-03 | 13 | -111/+106 |
| |\ \ \ \ \ \
| | | |_|_|_|/
| | |/| | | | |
|
| * | | | | | | locking/qrwlock: Rename functions to queued_*() | Waiman Long | 2015-07-06 | 1 | -2/+2 |
* | | | | | | | Merge tag 'pm+acpi-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2015-09-01 | 1 | -0/+6 |
|\ \ \ \ \ \ \ |
|
| | \ \ \ \ \ \ | |
| | \ \ \ \ \ \ | |
| *-. \ \ \ \ \ \ | Merge branches 'pm-tools' and 'powercap' | Rafael J. Wysocki | 2015-09-01 | 1 | -0/+6 |
| |\ \ \ \ \ \ \ \
| | | | |_|_|_|/ /
| | | |/| | | | | |
|
| | * | | | | | | | Merge branch 'turbostat' of https://git.kernel.org/pub/scm/linux/kernel/git/l... | Rafael J. Wysocki | 2015-08-24 | 1 | -0/+6 |
| | |\ \ \ \ \ \ \
| | | |_|_|/ / / /
| | |/| | | | | | |
|
| | | * | | | | | | tools/power turbostat: dump CONFIG_TDP | Len Brown | 2015-06-17 | 1 | -0/+6 |
* | | | | | | | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2015-09-01 | 2 | -4/+6 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | x86/irq: Store irq descriptor in vector array | Thomas Gleixner | 2015-08-06 | 2 | -4/+6 |
| * | | | | | | | | | x86/irq: Rename VECTOR_UNDEFINED to VECTOR_UNUSED | Thomas Gleixner | 2015-08-06 | 1 | -1/+1 |
| | |_|_|/ / / / /
| |/| | | | | | | |
|
* | | | | | | | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2015-09-01 | 2 | -4/+33 |
|\ \ \ \ \ \ \ \ \ |
|