Age | Commit message (Expand) | Author | Files | Lines |
2017-03-31 | ARM: at91: pm: Merge all at91sam9*_pm_init | Alexandre Belloni | 3 | -61/+6 |
2017-03-31 | ARM: at91: pm: Tie the USB clock mask to the pmc | Alexandre Belloni | 1 | -14/+23 |
2017-03-31 | ARM: at91: pm: Tie the memory controller type to the ramc id | Alexandre Belloni | 1 | -10/+20 |
2017-03-31 | ARM: at91: pm: Workaround DDRSDRC self-refresh bug with LPDDR1 memories. | Alexandre Belloni | 1 | -1/+19 |
2017-03-31 | ARM: at91: pm: Simplify at91rm9200_standby | Alexandre Belloni | 1 | -8/+3 |
2017-03-31 | ARM: at91: pm: Use struct at91_pm_data in pm_suspend.S | Alexandre Belloni | 5 | -67/+102 |
2017-03-31 | ARM: at91: pm: Move global variables into at91_pm_data | Alexandre Belloni | 1 | -23/+21 |
2017-03-31 | ARM: at91: pm: Move at91_ramc_read/write to pm.c | Alexandre Belloni | 2 | -8/+6 |
2017-03-31 | ARM: at91: pm: Cleanup headers | Alexandre Belloni | 1 | -16/+5 |
2017-03-14 | ARM: at91: pm: cpu_idle: switch DDR to power-down mode | Nicolas Ferre | 1 | -1/+17 |
2017-03-06 | Revert "ARM: at91/dt: sama5d2: Use new compatible for ohci node" | Romain Izard | 1 | -1/+1 |
2017-03-04 | Merge tag 'kvm-4.11-2' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 8 | -24/+46 |
2017-03-04 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2 | -2/+12 |
2017-03-04 | Merge branch 'parisc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 5 | -33/+10 |
2017-03-04 | Merge tag 'xtensa-20170303' of git://github.com/jcmvbkbc/linux-xtensa | Linus Torvalds | 8 | -30/+71 |
2017-03-04 | Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/... | Linus Torvalds | 25 | -296/+778 |
2017-03-03 | Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2 | -0/+2 |
2017-03-03 | Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 475 | -144/+757 |
2017-03-03 | statx: Add a system call to make enhanced file info available | David Howells | 2 | -0/+2 |
2017-03-03 | Merge tag 'pm-turbostat-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -1/+11 |
2017-03-03 | sched/headers: Remove the <linux/topology.h> include from <linux/sched.h> | Ingo Molnar | 1 | -0/+1 |
2017-03-03 | sched/headers, x86/apic: Remove the <linux/pm.h> header inclusion from <asm/a... | Ingo Molnar | 1 | -1/+0 |
2017-03-03 | sched/core: Remove unused prefetch_stack() | Ingo Molnar | 2 | -25/+0 |
2017-03-03 | sched/headers: Remove <asm/ptrace.h> from <linux/sched.h> | Ingo Molnar | 2 | -0/+4 |
2017-03-03 | sched/headers: Move task-stack related APIs from <linux/sched.h> to <linux/sc... | Ingo Molnar | 2 | -2/+2 |
2017-03-03 | sched/headers: Move task statistics APIs from <linux/sched.h> to <linux/sched... | Ingo Molnar | 1 | -0/+1 |
2017-03-03 | sched/headers: Move task_struct::signal and task_struct::sighand types and ac... | Ingo Molnar | 2 | -3/+2 |
2017-03-03 | sched/headers: Move task->mm handling methods to <linux/sched/mm.h> | Ingo Molnar | 24 | -21/+25 |
2017-03-03 | Merge tag 'juno-fixes-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Arnd Bergmann | 1 | -6/+7 |
2017-03-03 | ARM: deconfig: fix the moxart defconfig | Linus Walleij | 1 | -6/+6 |
2017-03-02 | Merge branch 'kvm-ppc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Radim Krčmář | 3 | -7/+9 |
2017-03-02 | ARM: ux500: resume the second core properly | Linus Walleij | 5 | -60/+7 |
2017-03-02 | Merge branch 'next/late' with mainline | Arnd Bergmann | 18 | -224/+758 |
2017-03-02 | sched/headers: Prepare to move _init() prototypes from <linux/sched.h> to <li... | Ingo Molnar | 3 | -0/+3 |
2017-03-02 | sched/headers: Prepare to move kstack_end() from <linux/sched.h> to <linux/sc... | Ingo Molnar | 5 | -0/+6 |
2017-03-02 | sched/headers: Prepare to move sched_info_on() and force_schedstat_enabled() ... | Ingo Molnar | 2 | -0/+4 |
2017-03-02 | sched/headers: Prepare to move cputime functionality from <linux/sched.h> int... | Ingo Molnar | 7 | -4/+8 |
2017-03-02 | sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/... | Ingo Molnar | 1 | -0/+1 |
2017-03-02 | sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h... | Ingo Molnar | 3 | -0/+5 |
2017-03-02 | sched/headers: Prepare to move 'init_task' and 'init_thread_union' from <linu... | Ingo Molnar | 10 | -0/+11 |
2017-03-02 | sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu... | Ingo Molnar | 75 | -17/+109 |
2017-03-02 | sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API depe... | Ingo Molnar | 1 | -0/+1 |
2017-03-02 | signals: Prepare to split out <linux/signal_types.h> from <linux/signal.h> | Ingo Molnar | 1 | -0/+2 |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 149 | -0/+159 |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 58 | -0/+60 |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 18 | -0/+18 |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 132 | -1/+139 |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2 | -0/+2 |
2017-03-02 | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar | 18 | -9/+24 |
2017-03-02 | sched/headers: Prepare for the removal of <asm/ptrace.h> from <linux/sched.h> | Ingo Molnar | 3 | -0/+3 |