index
:
platform/kernel/kernel-mfld-blackbay
master
tizen
tizen_2.0
tizen_2.1
Domain: System / Uncategorized;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-04-14
sched: Move the second half of ttwu() to the remote cpu
Peter Zijlstra
4
-1
/
+69
2011-04-14
sched: Restructure ttwu() some more
Peter Zijlstra
1
-33
/
+58
2011-04-14
sched: Rename ttwu_post_activation() to ttwu_do_wakeup()
Peter Zijlstra
1
-3
/
+6
2011-04-14
sched: Remove rq argument from ttwu_stat()
Peter Zijlstra
1
-3
/
+6
2011-04-14
sched: Remove rq->lock from the first half of ttwu()
Peter Zijlstra
1
-28
/
+37
2011-04-14
sched: Drop rq->lock from sched_exec()
Peter Zijlstra
1
-10
/
+5
2011-04-14
sched: Drop rq->lock from first part of wake_up_new_task()
Peter Zijlstra
1
-14
/
+3
2011-04-14
sched: Add p->pi_lock to task_rq_lock()
Peter Zijlstra
1
-56
/
+47
2011-04-14
sched: Also serialize ttwu_local() with p->pi_lock
Peter Zijlstra
1
-12
/
+19
2011-04-14
sched: Delay task_contributes_to_load()
Peter Zijlstra
2
-12
/
+5
2011-04-14
sched: Deal with non-atomic min_vruntime reads on 32bits
Peter Zijlstra
2
-2
/
+20
2011-04-14
sched: Remove rq argument to sched_class::task_waking()
Peter Zijlstra
3
-5
/
+11
2011-04-14
sched: Drop the rq argument to sched_class::select_task_rq()
Peter Zijlstra
6
-27
/
+41
2011-04-14
sched: Serialize p->cpus_allowed and ttwu() using p->pi_lock
Peter Zijlstra
1
-21
/
+16
2011-04-14
sched: Provide p->on_rq
Peter Zijlstra
5
-28
/
+31
2011-04-14
sched: Clean up ttwu() stats
Peter Zijlstra
1
-35
/
+40
2011-04-14
sched: Change the ttwu() success details
Peter Zijlstra
1
-9
/
+7
2011-04-14
sched: Move wq_worker_waking to the correct site
Peter Zijlstra
1
-3
/
+4
2011-04-14
mutex: Use p->on_cpu for the adaptive spin
Peter Zijlstra
7
-56
/
+39
2011-04-14
sched: Always provide p->on_cpu
Peter Zijlstra
2
-20
/
+30
2011-04-14
sched: Provide scheduler_ipi() callback in response to smp_send_reschedule()
Peter Zijlstra
26
-50
/
+63
2011-04-14
Merge branch 'linus' into sched/locking
Ingo Molnar
178
-2083
/
+1587
2011-04-13
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg...
Linus Torvalds
1
-1
/
+1
2011-04-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...
Linus Torvalds
7
-43
/
+53
2011-04-13
Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...
Linus Torvalds
28
-125
/
+201
2011-04-13
x86 platform drivers: Build fix for intel_pmic_gpio
Matthew Garrett
1
-1
/
+1
2011-04-13
block: don't flush plugged IO on forced preemtion scheduling
Linus Torvalds
1
-10
/
+10
2011-04-13
vm: fix vm_pgoff wrap in stack expansion
Linus Torvalds
1
-5
/
+8
2011-04-13
avr32: add ATAG_BOARDINFO
Andreas Bießmann
2
-0
/
+24
2011-04-13
don't check platform_get_irq's return value against zero
Uwe Kleine-König
1
-1
/
+1
2011-04-13
avr32: init cannot ignore signals sent by force_sig_info()
Matt Fleming
1
-22
/
+0
2011-04-13
avr32: fix deadlock when reading clock list in debugfs
Ole Henrik Jahren
1
-8
/
+16
2011-04-13
avr32: Fix .size directive for cpu_enter_idle
Ben Hutchings
1
-1
/
+1
2011-04-13
avr32: At32ap: pio fix typo "))" on gpio_irq_unmask prototype
Jean-Christophe PLAGNIOL-VILLARD
1
-1
/
+1
2011-04-13
fix the wrong argument of the functions definition
Wanlong Gao
1
-10
/
+10
2011-04-12
m68k,m68knommu: Wire up name_to_handle_at, open_by_handle_at, clock_adjtime, ...
Geert Uytterhoeven
3
-1
/
+13
2011-04-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
9
-28
/
+28
2011-04-13
Revert "i915: restore only the mode of this driver on lastclose"
Dave Airlie
3
-18
/
+1
2011-04-13
Revert "ttm: Utilize the DMA API for pages that have TTM_PAGE_FLAG_DMA32 set."
Dave Airlie
1
-23
/
+3
2011-04-13
i915: select VIDEO_OUTPUT_CONTROL for ACPI_VIDEO
Konstantin Khlebnikov
2
-0
/
+2
2011-04-13
drm/radeon/kms: properly program vddci on evergreen+
Alex Deucher
4
-12
/
+33
2011-04-13
drm/radeon/kms: add voltage type to atom set voltage function
Alex Deucher
7
-12
/
+15
2011-04-13
drm/radeon/kms: fix pcie_p callbacks on btc and cayman
Alex Deucher
1
-1
/
+1
2011-04-13
drm/radeon/kms: fix suspend on rv530 asics
Alex Deucher
1
-1
/
+5
2011-04-13
drm/radeon/kms: clean up gart dummy page handling
Alex Deucher
4
-12
/
+2
2011-04-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
Linus Torvalds
15
-181
/
+143
2011-04-12
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg...
Linus Torvalds
15
-907
/
+114
2011-04-12
vfs: Re-introduce s_uuid in the superblock
Linus Torvalds
1
-0
/
+1
2011-04-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sam...
Linus Torvalds
4
-4
/
+31
2011-04-12
nfs: don't call __mark_inode_dirty while holding i_lock
Dave Chinner
1
-2
/
+4
[next]