summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-02-11softlockup: ensure the task has been switched out onceFrederic Weisbecker1-1/+7
2009-02-09softlockup: remove timestamp checking from hung_taskMandeep Singh Baines3-45/+12
2009-02-05softlockup: convert read_lock in hung_task to rcu_read_lockMandeep Singh Baines1-2/+2
2009-02-05softlockup: check all tasks in hung_taskMandeep Singh Baines1-2/+37
2009-01-31softlockup: remove unused definition for spawn_softlockup_taskMandeep Singh Baines1-3/+0
2009-01-18softlockup: fix potential race in hung_task when resetting timeoutMandeep Singh Baines1-8/+16
2009-01-16softlockup: fix to allow compiling with !DETECT_HUNG_TASKMandeep Singh Baines1-1/+1
2009-01-16softlockup: decouple hung tasks check from softlockup detectionMandeep Singh Baines6-105/+261
2009-01-15rcu: move Kconfig menuMike Travis1-87/+92
2009-01-14softlock: fix false panic which can occur if softlockup_thresh is reducedMandeep Singh Baines3-1/+13
2009-01-14rcu: add __cpuinit to rcu_init_percpu_data()Lai Jiangshan2-2/+2
2009-01-13Merge branch 'x86-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds6-50/+100
2009-01-13Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds7-115/+10
2009-01-13Fix timeouts in sys_pselect7Bernd Schmidt1-1/+1
2009-01-13fix early_serial_setup() regressionHelge Deller2-1/+2
2009-01-13TWL4030: fix clk API usageRussell King1-4/+4
2009-01-13x86 PAT: remove CPA WARN_ON for zero ptevenkatesh.pallipadi@intel.com2-17/+38
2009-01-13x86 PAT: return compatible mapping to remap_pfn_range callersvenkatesh.pallipadi@intel.com1-15/+28
2009-01-13x86 PAT: change track_pfn_vma_new to take pgprot_t pointer paramvenkatesh.pallipadi@intel.com3-8/+9
2009-01-13x86 PAT: consolidate old memtype new memtype check into a functionvenkatesh.pallipadi@intel.com2-11/+20
2009-01-13x86 PAT: remove PFNMAP type on track_pfn_vma_new() errorvenkatesh.pallipadi@intel.com1-1/+7
2009-01-13Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+0
2009-01-13Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-0/+10
2009-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds8-31/+47
2009-01-13Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-7/+19
2009-01-13Prevent oops at boot with VT-dDirk Hohndel1-1/+2
2009-01-13pata_it821x: Update RDC UDMA handlingAlan Cox1-4/+13
2009-01-13ata: fix wrong WARN_ON_ONCEChristian Borntraeger1-3/+6
2009-01-12Merge branches 'ehca', 'ipoib', 'iser', 'mlx4' and 'nes' into for-nextRoland Dreier7-30/+46
2009-01-12IB/iser: Add dependency on INFINIBAND_ADDR_TRANSRandy Dunlap1-1/+1
2009-01-12IPoIB: Do not join broadcast group if interface is brought downYossi Etigin1-0/+3
2009-01-12async: fix __lowest_in_progress()Arjan van de Ven1-5/+16
2009-01-12script: improve markup_oops.pl to also decode oopses in modulesArjan van de Ven1-9/+50
2009-01-12ti_usb_3410_5052: add Multi-Tech firmwareChris Adams6-2/+2635
2009-01-12ti_usb_3410_5052: add Multi-Tech modem supportChris Adams2-5/+39
2009-01-12ti_usb_3410_5052: support alternate firmwareChris Adams1-15/+29
2009-01-12usb-serial: remove NULL checkAlan Cox1-3/+0
2009-01-12neo: Remove a bogus NULL checkAlan Cox1-3/+0
2009-01-12pty: Fix documentationAlan Cox1-3/+1
2009-01-12Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-9/+25
2009-01-12Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-56/+100
2009-01-12Merge branch 'for-next' of git://git.o-hand.com/linux-mfdLinus Torvalds25-2/+2910
2009-01-12Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds126-2031/+18974
2009-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds59-372/+342
2009-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds42-585/+595
2009-01-12Merge branch 'for_2.6.29' of git://git.kernel.org/pub/scm/linux/kernel/git/kk...Linus Torvalds5-7/+12
2009-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds7-3/+666
2009-01-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds56-553/+912
2009-01-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...Linus Torvalds5-379/+357
2009-01-12Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds6-19/+26