| Commit message (Expand) | Author | Age | Files | Lines |
* | sched/wait: Introduce wait_on_bit_timeout() | Johan Hedberg | 2015-02-04 | 1 | -0/+26 |
* | sched: Pull resched loop to __schedule() callers | Frederic Weisbecker | 2015-02-04 | 1 | -4/+7 |
* | sched/deadline: Remove cpu_active_mask from cpudl_find() | Xunlei Pang | 2015-02-04 | 1 | -2/+1 |
* | sched: Fix hrtick_start() on UP | Wanpeng Li | 2015-02-04 | 1 | -0/+5 |
* | sched/deadline: Avoid pointless __setscheduler() | Wanpeng Li | 2015-02-04 | 1 | -1/+15 |
* | sched/deadline: Fix stale yield state | Peter Zijlstra | 2015-02-04 | 1 | -19/+19 |
* | sched/deadline: Fix hrtick for a non-leftmost task | Wanpeng Li | 2015-02-04 | 1 | -1/+7 |
* | Merge branch 'sched/urgent' into sched/core, to merge fixes before applying n... | Ingo Molnar | 2015-02-04 | 3 | -7/+30 |
|\ |
|
| * | sched/deadline: Fix deadline parameter modification handling | Peter Zijlstra | 2015-02-04 | 2 | -6/+30 |
| * | sched/wait: Remove might_sleep() from wait_event_cmd() | Mikulas Patocka | 2015-02-03 | 1 | -1/+0 |
* | | sched/deadline: Modify cpudl::free_cpus to reflect rd->online | Xunlei Pang | 2015-01-30 | 3 | -7/+28 |
* | | sched/idle: Add missing checks to the exit condition of cpu_idle_poll() | Preeti U Murthy | 2015-01-30 | 1 | -1/+2 |
* | | sched: Fix missing preemption opportunity | Frederic Weisbecker | 2015-01-30 | 1 | -21/+19 |
* | | sched/rt: Reduce rq lock contention by eliminating locking of non-feasible ta... | Tim Chen | 2015-01-30 | 1 | -1/+16 |
* | | Merge branch 'sched/urgent' into sched/core | Ingo Molnar | 2015-01-30 | 901 | -6987/+9391 |
|\ \
| |/ |
|
| * | sched: Fix crash if cpuset_cpumask_can_shrink() is passed an empty cpumask | Mike Galbraith | 2015-01-28 | 1 | -0/+3 |
| * | sched/fair: Avoid using uninitialized variable in preferred_group_nid() | Jan Beulich | 2015-01-28 | 1 | -1/+1 |
| * | Merge branch 'akpm' (patches from Andrew Morton) | Linus Torvalds | 2015-01-26 | 9 | -98/+94 |
| |\ |
|
| | * | drivers/rtc/rtc-s5m.c: terminate s5m_rtc_id array with empty element | Andrey Ryabinin | 2015-01-26 | 1 | -0/+1 |
| | * | printk: add dummy routine for when CONFIG_PRINTK=n | Pranith Kumar | 2015-01-26 | 1 | -3/+12 |
| | * | mm/vmscan: fix highidx argument type | Michael S. Tsirkin | 2015-01-26 | 1 | -1/+1 |
| | * | memcg: remove extra newlines from memcg oom kill log | Greg Thelen | 2015-01-26 | 1 | -2/+2 |
| | * | x86, build: replace Perl script with Shell script | Kees Cook | 2015-01-26 | 3 | -40/+43 |
| | * | mm: page_alloc: embed OOM killing naturally into allocation slowpath | Johannes Weiner | 2015-01-26 | 2 | -52/+35 |
| * | | Merge branch 'for-3.19-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2015-01-26 | 1 | -1/+1 |
| |\ \ |
|
| | * | | cgroup: prevent mount hang due to memory controller lifetime | Johannes Weiner | 2015-01-22 | 1 | -1/+1 |
| * | | | Merge tag 'regulator-v3.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2015-01-26 | 3 | -5/+43 |
| |\ \ \ |
|
| | * \ \ | Merge remote-tracking branch 'regulator/fix/s2mps11' into regulator-linus | Mark Brown | 2015-01-16 | 2 | -4/+40 |
| | |\ \ \ |
|
| | | * | | | regulator: s2mps11: Fix wrong calculation of register offset | Jonghwa Lee | 2015-01-08 | 2 | -4/+40 |
| | | |/ / |
|
| | * | | | Merge remote-tracking branch 'regulator/fix/core' into regulator-linus | Mark Brown | 2015-01-16 | 1 | -1/+3 |
| | |\ \ \ |
|
| | | * | | | regulator: core: fix race condition in regulator_put() | Ashay Jaiswal | 2015-01-08 | 1 | -1/+3 |
| | | |/ / |
|
| * | | | | Merge tag 'spi-v3.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/br... | Linus Torvalds | 2015-01-26 | 4 | -6/+5 |
| |\ \ \ \
| | |_|_|/
| |/| | | |
|
| | | | | | |
| | | \ \ | |
| | | \ \ | |
| | | \ \ | |
| | *---. \ \ | Merge remote-tracking branches 'spi/fix/dw', 'spi/fix/msiof' and 'spi/fix/pxa... | Mark Brown | 2015-01-26 | 4 | -6/+5 |
| | |\ \ \ \ \ |
|
| | | | | * | | | spi/pxa2xx: Clear cur_chip pointer before starting next message | Mika Westerberg | 2014-12-29 | 1 | -1/+1 |
| | | | | | |/
| | | | | |/| |
|
| | | | * | | | spi: sh-msiof: fix MDR1_FLD_MASK value | Yoshihiro Shimoda | 2015-01-06 | 1 | -1/+1 |
| | | | |/ / |
|
| | | * | | | spi: dw: amend warning message | Andy Shevchenko | 2015-01-07 | 1 | -1/+1 |
| | | * | | | spi: dw-mid: fix FIFO size | Andy Shevchenko | 2015-01-05 | 1 | -1/+0 |
| | | * | | | spi: dw: Fix detecting FIFO depth | Axel Lin | 2015-01-05 | 1 | -2/+2 |
| | | |/ / |
|
| * | | | | Linux 3.19-rc6v3.19-rc6 | Linus Torvalds | 2015-01-25 | 1 | -1/+1 |
| * | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2015-01-25 | 16 | -77/+106 |
| |\ \ \ \ |
|
| | * | | | | x86/tsc: Change Fast TSC calibration failed from error to info | Alexandre Demers | 2015-01-23 | 1 | -1/+1 |
| | * | | | | x86/apic: Re-enable PCI_MSI support for non-SMP X86_32 | Bryan O'Donoghue | 2015-01-23 | 1 | -1/+5 |
| | * | | | | x86, mm: Change cachemode exports to non-gpl | Juergen Gross | 2015-01-22 | 1 | -2/+2 |
| | * | | | | x86, tls: Interpret an all-zero struct user_desc as "no segment" | Andy Lutomirski | 2015-01-22 | 2 | -2/+36 |
| | * | | | | x86, tls, ldt: Stop checking lm in LDT_empty | Andy Lutomirski | 2015-01-22 | 1 | -7/+2 |
| | * | | | | x86, mpx: Strictly enforce empty prctl() args | Dave Hansen | 2015-01-22 | 1 | -0/+4 |
| | * | | | | x86, mpx: Fix potential performance issue on unmaps | Dave Hansen | 2015-01-22 | 1 | -1/+19 |
| | * | | | | x86, mpx: Explicitly disable 32-bit MPX support on 64-bit kernels | Dave Hansen | 2015-01-22 | 1 | -0/+6 |
| | * | | | | x86, hyperv: Mark the Hyper-V clocksource as being continuous | K. Y. Srinivasan | 2015-01-20 | 1 | -0/+1 |
| | * | | | | x86: Don't rely on VMWare emulating PAT MSR correctly | Juergen Gross | 2015-01-20 | 1 | -1/+6 |