| Commit message (Expand) | Author | Age | Files | Lines |
* | sched/preempt, MIPS: Properly lock access to the FPU | David Hildenbrand | 2015-05-19 | 1 | -7/+2 |
* | sched/preempt, powerpc: Disable preemption in enable_kernel_altivec() explicitly | David Hildenbrand | 2015-05-19 | 1 | -5/+6 |
* | sched/preempt, futex: Update comments to clarify that preemption doesn't have... | David Hildenbrand | 2015-05-19 | 2 | -7/+7 |
* | sched/preempt, arm/futex: Disable preemption in UP futex_atomic_op_inuser() e... | David Hildenbrand | 2015-05-19 | 1 | -2/+8 |
* | sched/preempt, arm/futex: Disable preemption in UP futex_atomic_cmpxchg_inato... | David Hildenbrand | 2015-05-19 | 1 | -0/+3 |
* | mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t... | David Hildenbrand | 2015-05-19 | 29 | -57/+60 |
* | sched/preempt, mm/kmap, MIPS: Disable preemption in kmap_coherent() explicitly | David Hildenbrand | 2015-05-19 | 1 | -0/+2 |
* | sched/preempt, mm/kmap: Explicitly disable/enable preemption in kmap_atomic_* | David Hildenbrand | 2015-05-19 | 13 | -7/+34 |
* | mm/uaccess, mm/fault: Clarify that uaccess may only sleep if pagefaults are e... | David Hildenbrand | 2015-05-19 | 11 | -57/+114 |
* | sched/preempt: Merge preempt_mask.h into preempt.h | Frederic Weisbecker | 2015-05-19 | 1 | -3/+0 |
* | Merge branch 'master' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 2015-05-17 | 9 | -17/+10 |
|\ |
|
| * | MIPS: tlb-r4k: Fix PG_ELPA comment | James Hogan | 2015-05-15 | 1 | -1/+1 |
| * | MIPS: Fix up obsolete cpu_set usage | Ezequiel Garcia | 2015-05-15 | 1 | -1/+1 |
| * | MIPS: IP32: Fix build errors in reset code in DS1685 platform hook. | Joshua Kinard | 2015-05-13 | 1 | -2/+2 |
| * | MIPS: KVM: Fix unused variable build warning | Nicholas Mc Guire | 2015-05-12 | 1 | -6/+0 |
| * | MIPS: traps: remove extra Tainted: line from __show_regs() output | Petri Gynther | 2015-05-12 | 1 | -1/+0 |
| * | MIPS: Fix wrong CHECKFLAGS (sparse builds) with GCC 5.1 | Aaro Koskinen | 2015-05-12 | 1 | -1/+1 |
| * | MIPS: Fix a preemption issue with thread's FPU defaults | Maciej W. Rozycki | 2015-05-12 | 3 | -5/+5 |
* | | Merge tag 'arc-4.1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vg... | Linus Torvalds | 2015-05-17 | 3 | -16/+3 |
|\ \ |
|
| * | | ARC: inline cache flush toggle helpers | Vineet Gupta | 2015-05-11 | 1 | -2/+2 |
| * | | ARC: With earlycon in use, retire EARLY_PRINTK | Vineet Gupta | 2015-05-11 | 1 | -13/+0 |
| * | | ARC: unbork !LLSC build | Vineet Gupta | 2015-05-10 | 1 | -1/+1 |
* | | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2015-05-17 | 24 | -163/+188 |
|\ \ \ |
|
| * \ \ | Merge tag 'samsung-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Arnd Bergmann | 2015-05-15 | 7 | -40/+41 |
| |\ \ \ |
|
| | * | | | ARM: EXYNOS: Use of_machine_is_compatible instead of soc_is_exynos4 | Krzysztof Kozlowski | 2015-05-14 | 1 | -1/+1 |
| | * | | | ARM: EXYNOS: Fix failed second suspend on Exynos4 | Krzysztof Kozlowski | 2015-05-14 | 4 | -37/+34 |
| | * | | | ARM: EXYNOS: Fix dereference of ERR_PTR returned by of_genpd_get_from_provider | Krzysztof Kozlowski | 2015-05-13 | 1 | -2/+2 |
| | * | | | ARM: EXYNOS: Don't try to initialize suspend on old DT | Julien Grall | 2015-05-12 | 1 | -1/+3 |
| | * | | | ARM: dts: Add keep-power-in-suspend to WiFi SDIO node for Peach Boards | Javier Martinez Canillas | 2015-05-12 | 2 | -0/+2 |
| * | | | | Merge tag 'mvebu-fixes-4.1-2' of git://git.infradead.org/linux-mvebu into fixes | Arnd Bergmann | 2015-05-15 | 4 | -3/+4 |
| |\ \ \ \ |
|
| | * | | | | ARM: dove: Add clock-names to CuBox Si5351 clk generator | Sebastian Hesselbarth | 2015-05-11 | 1 | -0/+1 |
| | * | | | | ARM: mvebu: Fix the main PLL frequency on Armada 375, 38x and 39x SoCs | Gregory CLEMENT | 2015-05-01 | 3 | -3/+3 |
| * | | | | | Merge tag 'v4.1-rockchip-socfixes2' of git://git.kernel.org/pub/scm/linux/ker... | Arnd Bergmann | 2015-05-13 | 2 | -30/+0 |
| |\ \ \ \ \ |
|
| | * | | | | | Revert "ARM: rockchip: fix undefined instruction of reset_ctrl_regs" | Heiko Stuebner | 2015-05-13 | 2 | -30/+0 |
| * | | | | | | ARM: gemini: fix compiler warning due wrong data type | Hans Ulli Kroll | 2015-05-12 | 2 | -2/+6 |
| * | | | | | | Merge tag 'omap-for-v4.1/fixes-rc2' of git://git.kernel.org/pub/scm/linux/ker... | Arnd Bergmann | 2015-05-12 | 5 | -76/+98 |
| |\ \ \ \ \ \ |
|
| | * \ \ \ \ \ | Merge tag 'for-v4.1-rc/omap-fixes-a' of git://git.kernel.org/pub/scm/linux/ke... | Tony Lindgren | 2015-05-11 | 4 | -68/+93 |
| | |\ \ \ \ \ \ |
|
| | | * | | | | | | ARM: AM33xx+: hwmod: re-use omap4 implementations for reset functionality | Tero Kristo | 2015-05-08 | 1 | -52/+4 |
| | | * | | | | | | ARM: OMAP4+: PRM: add support for passing status register/bit info to reset | Tero Kristo | 2015-05-08 | 2 | -15/+17 |
| | | * | | | | | | ARM: AM43xx: hwmod: add VPFE hwmod entries | Benoit Parrot | 2015-05-08 | 2 | -1/+72 |
| | | | |_|_|/ /
| | | |/| | | | |
|
| | * | | | | | | ARM: OMAP2+: Remove bogus struct clk comparison for timer clock | Tony Lindgren | 2015-05-11 | 1 | -8/+5 |
| * | | | | | | | ARM: vexpress/tc2: Add interrupt-affinity to the PMU node | Sudeep Holla | 2015-05-12 | 1 | -0/+1 |
| * | | | | | | | ARM: vexpress/ca9: Add interrupt-affinity to the PMU node | Robert Schwebel | 2015-05-12 | 1 | -4/+6 |
| * | | | | | | | ARM: vexpress/ca9: Add unified-cache property to l2 cache node | Robert Schwebel | 2015-05-12 | 1 | -0/+1 |
| * | | | | | | | ARM64: juno: add sp810 support and fix sp804 clock frequency | Sudeep Holla | 2015-05-12 | 1 | -4/+27 |
| * | | | | | | | Merge tag 'tegra-for-4.1-fixes-for-rc3' of git://git.kernel.org/pub/scm/linux... | Arnd Bergmann | 2015-05-12 | 1 | -4/+4 |
| |\ \ \ \ \ \ \
| | |_|_|_|_|/ /
| |/| | | | | | |
|
| | * | | | | | | ARM: tegra: Correct which USB controller has the UTMI pad registers | Tomeu Vizoso | 2015-04-28 | 1 | -4/+4 |
| | | |/ / / /
| | |/| | | | |
|
* | | | | | | | Merge branch 'parisc-4.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2015-05-15 | 3 | -4/+13 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | parisc,metag: Fix crashes due to stack randomization on stack-grows-upwards a... | Helge Deller | 2015-05-12 | 2 | -0/+7 |
| * | | | | | | | parisc: copy_thread(): rename 'arg' argument to 'kthread_arg' | Alex Dowad | 2015-04-24 | 1 | -4/+6 |