| Commit message (Expand) | Author | Age | Files | Lines |
* | locking, arch: use WRITE_ONCE()/READ_ONCE() in smp_store_release()/smp_load_a... | Andrey Konovalov | 2015-08-03 | 1 | -2/+2 |
* | Merge branch 'locking/urgent', tag 'v4.2-rc5' into locking/core, to pick up f... | Ingo Molnar | 2015-08-03 | 1 | -0/+16 |
|\ |
|
| * | mm: clean up per architecture MM hook header files | Laurent Dufour | 2015-07-17 | 1 | -0/+16 |
* | | locking/qrwlock: Better optimization for interrupt context readers | Waiman Long | 2015-07-06 | 1 | -2/+2 |
* | | locking/qrwlock: Rename functions to queued_*() | Waiman Long | 2015-07-06 | 1 | -29/+29 |
|/ |
|
* | Merge tag 'arc-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup... | Linus Torvalds | 2015-07-01 | 1 | -1/+27 |
|\ |
|
| * | arch: conditionally define smp_{mb,rmb,wmb} | Vineet Gupta | 2015-06-25 | 1 | -0/+25 |
* | | Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-block | Linus Torvalds | 2015-06-25 | 1 | -34/+0 |
|\ \ |
|
| * | | remove <asm/scatterlist.h> | Christoph Hellwig | 2015-05-05 | 1 | -34/+0 |
| |/ |
|
* | | Merge tag 'for-4.2' of git://git.sourceforge.jp/gitroot/uclinux-h8/linux | Linus Torvalds | 2015-06-25 | 1 | -0/+1 |
|\ \ |
|
| * | | asm-generic: Add common asm-offsets.h | Yoshinori Sato | 2015-06-23 | 1 | -0/+1 |
| |/ |
|
* | | mm: clarify that the function operates on hugepage pte | Aneesh Kumar K.V | 2015-06-24 | 1 | -9/+9 |
* | | powerpc/mm: use generic version of pmdp_clear_flush() | Aneesh Kumar K.V | 2015-06-24 | 1 | -7/+2 |
* | | mm/thp: split out pmd collapse flush into separate functions | Aneesh Kumar K.V | 2015-06-24 | 1 | -0/+21 |
* | | Merge tag 'pci-v4.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2015-06-23 | 1 | -13/+0 |
|\ \ |
|
| * | | PCI: Remove unused pcibios_select_root() (again) | Bjorn Helgaas | 2015-06-08 | 1 | -13/+0 |
| |/ |
|
* | | Merge tag 'gpio-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds | 2015-06-23 | 1 | -5/+0 |
|\ \ |
|
| * | | gpio: remove gpiod_sysfs_set_active_low | Johan Hovold | 2015-05-12 | 1 | -5/+0 |
| |/ |
|
* | | Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2015-06-22 | 3 | -0/+25 |
|\ \ |
|
| | \ | |
| | \ | |
| *-. \ | Merge branches 'x86/apic', 'x86/asm', 'x86/mm' and 'x86/platform' into x86/co... | Ingo Molnar | 2015-06-22 | 7 | -5/+245 |
| |\ \ \
| | |_|/
| |/| | |
|
| | | * | x86/mm/pat: Add pgprot_writethrough() | Toshi Kani | 2015-06-07 | 1 | -0/+4 |
| | | * | x86/mm, asm-generic: Add ioremap_wt() for creating Write-Through mappings | Toshi Kani | 2015-06-07 | 2 | -0/+13 |
| | * | | Merge branch 'locking/core' into x86/core, to prepare for dependent patch | Ingo Molnar | 2015-06-03 | 4 | -5/+220 |
| | |\ \
| | | |/
| | |/| |
|
| | * | | x86/mm: Add ioremap_uc() helper to map memory uncacheable (not UC-) | Luis R. Rodriguez | 2015-05-11 | 1 | -0/+8 |
| |/ / |
|
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2015-06-22 | 2 | -7/+7 |
|\ \ \
| |_|/
|/| | |
|
| * | | preempt: Use preempt_schedule_context() as the official tracing preemption point | Frederic Weisbecker | 2015-06-07 | 1 | -5/+2 |
| * | | sched/preempt, futex: Disable preemption in UP futex_atomic_cmpxchg_inatomic(... | David Hildenbrand | 2015-05-19 | 1 | -0/+2 |
| * | | sched/preempt, futex: Disable preemption in UP futex_atomic_op_inuser() expli... | David Hildenbrand | 2015-05-19 | 1 | -2/+3 |
| |/ |
|
* | | locking/arch: Rename set_mb() to smp_store_mb() | Peter Zijlstra | 2015-05-19 | 1 | -2/+2 |
* | | locking/arch: Add WRITE_ONCE() to set_mb() | Peter Zijlstra | 2015-05-19 | 1 | -1/+1 |
* | | locking/rtmutex: Drop usage of __HAVE_ARCH_CMPXCHG | Sebastian Andrzej Siewior | 2015-05-13 | 1 | -3/+0 |
* | | locking/qspinlock: Revert to test-and-set on hypervisors | Peter Zijlstra (Intel) | 2015-05-08 | 1 | -0/+7 |
* | | locking/qspinlock: Optimize for smaller NR_CPUS | Peter Zijlstra (Intel) | 2015-05-08 | 1 | -0/+13 |
* | | locking/qspinlock: Extract out code snippets for the next patch | Waiman Long | 2015-05-08 | 1 | -0/+2 |
* | | locking/qspinlock: Add pending bit | Peter Zijlstra (Intel) | 2015-05-08 | 1 | -3/+9 |
* | | locking/qspinlock: Introduce a simple generic 4-byte queued spinlock | Waiman Long | 2015-05-08 | 2 | -0/+190 |
|/ |
|
* | Merge tag 'tty-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2015-04-21 | 1 | -0/+9 |
|\ |
|
| * | earlycon: Fix __earlycon_table stride | Peter Hurley | 2015-04-10 | 1 | -1/+1 |
| * | serial: earlycon: Enable earlycon without command line param | Peter Hurley | 2015-03-26 | 1 | -0/+9 |
* | | Merge tag 'gpio-v4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds | 2015-04-18 | 1 | -48/+0 |
|\ \ |
|
| * | | gpio: move pincontrol calls to <linux/gpio/driver.h> | Linus Walleij | 2015-03-19 | 1 | -48/+0 |
| |/ |
|
* | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2015-04-17 | 1 | -0/+2 |
|\ \ |
|
| * | | seccomp: allow COMPAT sigreturn overrides | Kees Cook | 2015-04-17 | 1 | -0/+2 |
* | | | Merge branch 'for-v4.1-rc1' of git://git.linaro.org/people/mszyprowski/linux-... | Linus Torvalds | 2015-04-16 | 1 | -0/+5 |
|\ \ \
| |/ /
|/| | |
|
| * | | asm/dma-mapping-common: Clarify output of dma_map_sg_attrs | Ricardo Ribalda Delgado | 2015-03-09 | 1 | -0/+5 |
| |/ |
|
* | | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm | Linus Torvalds | 2015-04-14 | 1 | -1/+1 |
|\ \ |
|
| * | | ARM: 8321/1: asm-generic: introduce .text.fixup input section | Ard Biesheuvel | 2015-03-29 | 1 | -1/+1 |
| |/ |
|
* | | Merge tag 'pm+acpi-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2015-04-14 | 1 | -0/+2 |
|\ \ |
|
| * | | ARM: cpuidle: Add a cpuidle ops structure to be used for DT | Daniel Lezcano | 2015-03-24 | 1 | -0/+2 |
| |/ |
|
* | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2015-04-14 | 1 | -0/+30 |
|\ \ |
|