| Commit message (Expand) | Author | Files | Lines |
2015-05-27 | speedstep-ich: Replace cpu_sibling_mask() with topology_sibling_cpumask() | Bartosz Golaszewski | 1 | -1/+1 |
2015-05-27 | acpi-cpufreq: Replace cpu_**_mask() with topology_**_cpumask() | Bartosz Golaszewski | 1 | -2/+3 |
2015-05-27 | p4-clockmod: Replace cpu_sibling_mask() with topology_sibling_cpumask() | Bartosz Golaszewski | 1 | -1/+1 |
2015-05-27 | powernow-k8: Replace cpu_core_mask() with topology_core_cpumask() | Bartosz Golaszewski | 1 | -10/+3 |
2015-05-27 | coretemp: Replace cpu_sibling_mask() with topology_sibling_cpumask() | Bartosz Golaszewski | 1 | -1/+2 |
2015-05-27 | Documentation: Update cputopology.txt | Bartosz Golaszewski | 1 | -9/+26 |
2015-05-27 | sched/topology: Rename topology_thread_cpumask() to topology_sibling_cpumask() | Bartosz Golaszewski | 20 | -25/+26 |
2015-05-27 | sched/x86: Drop repeated word from mwait_idle() comment | Huang Rui | 1 | -4/+3 |
2015-05-19 | mm/fault, um: Fix compile error | Peter Zijlstra | 1 | -0/+1 |
2015-05-19 | sched/dl/Documentation: Split Section 3 | Luca Abeni | 1 | -0/+16 |
2015-05-19 | sched/dl/Documentation: Clarify the relationship between tasks' deadlines and... | Luca Abeni | 1 | -3/+11 |
2015-05-19 | sched/dl/Documentation: Add some references | Luca Abeni | 1 | -6/+67 |
2015-05-19 | sched/dl/Documentation: Add some notes on EDF schedulability | Luca Abeni | 1 | -3/+42 |
2015-05-19 | sched/dl/Documentation: Clarify indexing notation | Luca Abeni | 1 | -5/+5 |
2015-05-19 | sched/dl/Documentation: Use consistent naming | Luca Abeni | 1 | -2/+2 |
2015-05-19 | sched/dl/Documentation: Fix typos | Luca Abeni | 1 | -2/+2 |
2015-05-19 | sched/dl/Documentation: Switch to American English | Luca Abeni | 1 | -16/+16 |
2015-05-19 | sched/dl/Documentation: Correct the definition of density as C_i/min{D_i,P_i} | Zhiqiang Zhang | 1 | -2/+2 |
2015-05-19 | sched/numa: Reduce conflict between fbq_classify_rq() and migration | Rik van Riel | 1 | -27/+33 |
2015-05-19 | sched/wait: Introduce TASK_NOLOAD and TASK_IDLE | Peter Zijlstra | 2 | -4/+9 |
2015-05-19 | sched/preempt, mm/fault: Decouple preemption from the page fault logic | David Hildenbrand | 1 | -14/+2 |
2015-05-19 | sched/preempt, MIPS: Properly lock access to the FPU | David Hildenbrand | 1 | -7/+2 |
2015-05-19 | sched/preempt, powerpc: Disable preemption in enable_kernel_altivec() explicitly | David Hildenbrand | 4 | -6/+27 |
2015-05-19 | sched/preempt, futex: Update comments to clarify that preemption doesn't have... | David Hildenbrand | 2 | -7/+7 |
2015-05-19 | sched/preempt, arm/futex: Disable preemption in UP futex_atomic_op_inuser() e... | David Hildenbrand | 1 | -2/+8 |
2015-05-19 | sched/preempt, arm/futex: Disable preemption in UP futex_atomic_cmpxchg_inato... | David Hildenbrand | 1 | -0/+3 |
2015-05-19 | sched/preempt, futex: Disable preemption in UP futex_atomic_cmpxchg_inatomic(... | David Hildenbrand | 1 | -0/+2 |
2015-05-19 | sched/preempt, futex: Disable preemption in UP futex_atomic_op_inuser() expli... | David Hildenbrand | 1 | -2/+3 |
2015-05-19 | mm/fault, drm/i915: Use pagefault_disabled() to check for disabled pagefaults | David Hildenbrand | 1 | -1/+2 |
2015-05-19 | mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t... | David Hildenbrand | 30 | -57/+72 |
2015-05-19 | sched/preempt, mm/kmap, MIPS: Disable preemption in kmap_coherent() explicitly | David Hildenbrand | 1 | -0/+2 |
2015-05-19 | sched/preempt, mm/kmap: Explicitly disable/enable preemption in kmap_atomic_* | David Hildenbrand | 15 | -7/+38 |
2015-05-19 | mm/uaccess, mm/fault: Clarify that uaccess may only sleep if pagefaults are e... | David Hildenbrand | 12 | -59/+118 |
2015-05-19 | sched/preempt, mm/fault: Trigger might_sleep() in might_fault() with disabled... | David Hildenbrand | 2 | -13/+8 |
2015-05-19 | sched/preempt, mm/fault: Count pagefault_disable() levels in pagefault_disabled | David Hildenbrand | 3 | -7/+33 |
2015-05-19 | sched/preempt: Remove PREEMPT_ACTIVE unmasking off in_atomic() | Frederic Weisbecker | 1 | -1/+1 |
2015-05-19 | sched/preempt: Fix out of date comment | Frederic Weisbecker | 1 | -1/+1 |
2015-05-19 | sched/preempt: Optimize preemption operations on __schedule() callers | Frederic Weisbecker | 2 | -20/+21 |
2015-05-19 | sched/preempt: Rename PREEMPT_CHECK_OFFSET to PREEMPT_DISABLE_OFFSET | Frederic Weisbecker | 1 | -4/+4 |
2015-05-19 | sched/preempt: Rearrange a few symbols after headers merge | Frederic Weisbecker | 1 | -19/+15 |
2015-05-19 | sched/preempt: Merge preempt_mask.h into preempt.h | Frederic Weisbecker | 7 | -124/+114 |
2015-05-18 | Linux 4.1-rc4v4.1-rc4 | Linus Torvalds | 1 | -1/+1 |
2015-05-18 | watchdog: Fix merge 'conflict' | Peter Zijlstra | 1 | -5/+15 |
2015-05-17 | sched: Fix function declaration return type mismatch | Nicholas Mc Guire | 1 | -3/+3 |
2015-05-15 | Documentation: dt: mtd: replace "nor-jedec" binding with "jedec, spi-nor" | Brian Norris | 2 | -6/+6 |
2015-05-15 | MIPS: tlb-r4k: Fix PG_ELPA comment | James Hogan | 1 | -1/+1 |
2015-05-15 | MIPS: Fix up obsolete cpu_set usage | Ezequiel Garcia | 1 | -1/+1 |
2015-05-15 | MAINTAINERS: Add dts entries for some of the Marvell SoCs | Gregory CLEMENT | 1 | -1/+9 |
2015-05-15 | ext4: fix an ext3 collapse range regression in xfstests | Theodore Ts'o | 1 | -0/+8 |
2015-05-15 | mm, numa: really disable NUMA balancing by default on single node machines | Mel Gorman | 1 | -1/+1 |