aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* sched: Add a preempt count base offset to __might_sleep()Frederic Weisbecker2009-07-18
* sched: Cover the CONFIG_DEBUG_SPINLOCK_SLEEP off-case for __might_sleep()Frederic Weisbecker2009-07-18
* sched: Remove obsolete comment in __cond_resched()Frederic Weisbecker2009-07-18
* sched: Drop the need_resched() loop from cond_resched()Frederic Weisbecker2009-07-18
* Merge branch 'linus' into sched/coreIngo Molnar2009-07-18
|\
| * Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2009-07-18
| |\
| | * drm: Move a dereference below a NULL testJulia Lawall2009-07-15
| | * fb/intelfb: conflict with DRM_I915 and hide by defaultJesse Barnes2009-07-15
| | * drm/ttm: fix misplaced parenthesesRoel Kluin2009-07-15
| | * drm/via: Fix vblank IRQ on VIA hardware.Simon Farnsworth2009-07-15
| | * drm: drm_gem, check kzalloc retvalJiri Slaby2009-07-15
| | * drm: drm_debugfs, check kmalloc retvalJiri Slaby2009-07-15
| | * drm/radeon: add some missing pci idsAlex Deucher2009-07-15
| * | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/fyu/l...Linus Torvalds2009-07-17
| |\ \
| | * | Revert "Neither asm/types.h nor linux/types.h is required for arch/ia64/inclu...Aurelien Jarno2009-07-17
| | * | Add dma_debug_init() for ia64fujita2009-07-17
| | * | Fix ia64 compilation IS_ERR and PTE_ERR errors.Fenghua Yu2009-07-17
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2009-07-17
| |\ \ \
| | * | | x86/pci: insert ioapic resource before assigning unassigned resourcesYinghai Lu2009-07-10
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2009-07-17
| |\ \ \ \
| | * \ \ \ Merge branch 'fix/usb-audio' into for-linusTakashi Iwai2009-07-16
| | |\ \ \ \
| | | * | | | sound: usb-audio: add workaround for Blue Microphones devicesClemens Ladisch2009-07-15
| | * | | | | Merge branch 'fix/misc' into for-linusTakashi Iwai2009-07-16
| | |\ \ \ \ \
| | | * | | | | ALSA: riptide - proper handling of pci_register_driver for joystickJaswinder Singh Rajput2009-07-15
| | * | | | | | Merge branch 'fix/hda' into for-linusTakashi Iwai2009-07-16
| | |\ \ \ \ \ \
| | | * | | | | | ALSA: hda_intel: more strict alc880_parse_auto_config dig_nid checkingJaroslav Kysela2009-07-10
| | * | | | | | | Merge branch 'fix/asoc' into for-linusTakashi Iwai2009-07-16
| | |\ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | |
| | | * | | | | | ASoC: Fix NULL pointer dereference in __pxa2xx_pcm_hw_freeDaniel Mack2009-07-09
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2009-07-17
| |\ \ \ \ \ \ \ \
| | * | | | | | | | virtio_net: Sync header with qemuAlex Williamson2009-07-17
| | * | | | | | | | virtio-pci: correctly unregister root device on errorMark McLoughlin2009-07-17
| | * | | | | | | | virtio_blk: ioctl return value fixChristoph Hellwig2009-07-17
| | * | | | | | | | virtio_blk: don't bounce highmem requestsChristoph Hellwig2009-07-17
| | * | | | | | | | lguest: restrict CPUID to avoid perf counter wrmsrRusty Russell2009-07-17
| | * | | | | | | | lguest: remove unnecessary forward struct declarationDavide Libenzi2009-07-17
| | * | | | | | | | lguest: fix journeyMatias Zabaljauregui2009-07-17
| | | |_|_|_|_|/ / | | |/| | | | | |
| * | | | | | | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-07-17
| |\ \ \ \ \ \ \ \
| | * | | | | | | | tracing/function: Fix the return value of ftrace_trace_onoff_callback()Xiao Guangrong2009-07-16
| | |/ / / / / / /
| * / / / / / / / tty_port: Fix return on interrupted useAlan Cox2009-07-17
| |/ / / / / / /
| * | | | | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2009-07-16
| |\ \ \ \ \ \ \
| | * | | | | | | sched: Fix bug in SCHED_IDLE interaction with group schedulingPaul Turner2009-07-11
| | * | | | | | | sched: Fix rt_rq->pushable_tasks initialization in init_rt_rq()Fabio Checconi2009-07-10
| | * | | | | | | sched: Reset sched stats on fork()Lucas De Marchi2009-07-10
| | * | | | | | | sched_rt: Fix overload bug on rt group schedulingPeter Zijlstra2009-07-10
| | * | | | | | | sched: Documentation/sched-rt-group: Fix style issues & bump versionWolfram Sang2009-06-21
| * | | | | | | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-07-16
| |\ \ \ \ \ \ \ \
| | * | | | | | | | timer stats: fix quick check optimizationHeiko Carstens2009-07-10
| * | | | | | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2009-07-16
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | powerpc: Fix another bug in move of altivec code to vector.SAndreas Schwab2009-07-15
| | * | | | | | | | | powerpc: Fix booke user_disable_single_step()Dave Kleikamp2009-07-15
| | | |_|_|_|_|_|_|/ | | |/| | | | | | |