aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* timers: fix itimer/many thread hang, fixIngo Molnar2008-09-301-1/+5
* timers: fix itimer/many thread hang, v3Frank Mayhar2008-09-273-90/+38
* posix-timers: lock_timer: make it readableOleg Nesterov2008-09-241-13/+10
* posix-timers: lock_timer: kill the bogus ->it_id checkOleg Nesterov2008-09-241-5/+4
* posix-timers: kill ->it_sigev_signo and ->it_sigev_valueOleg Nesterov2008-09-242-12/+7
* posix-timers: sys_timer_create: cleanup the error handlingOleg Nesterov2008-09-241-8/+7
* posix-timers: move the initialization of timer->sigq from send to create pathOleg Nesterov2008-09-241-5/+5
* posix-timers: sys_timer_create: simplify and s/tasklist/rcu/Oleg Nesterov2008-09-241-15/+8
* posix-timers: sys_timer_create: remove the buggy PF_EXITING checkOleg Nesterov2008-09-241-27/+7
* posix-timers: always do get_task_struct(timer->it_process)Oleg Nesterov2008-09-241-6/+4
* posix-timers: don't switch to ->group_leader if ->it_process diesOleg Nesterov2008-09-241-14/+5
* timers: fix itimer/many thread hang, v2Frank Mayhar2008-09-236-311/+214
* timers: fix itimer/many thread hang, cleanupsIngo Molnar2008-09-142-4/+4
* timers: fix itimer/many thread hang, fix #2Ingo Molnar2008-09-141-3/+4
* timers: fix itimer/many thread hang, fixIngo Molnar2008-09-141-1/+0
* timers: fix itimer/many thread hangFrank Mayhar2008-09-1416-426/+677
* Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-09-136-40/+131
|\
| * [ARM] Fix PCI_DMA_BUS_IS_PHYS for ARMRussell King2008-09-131-1/+1
| * Merge branch 'for-rmk' of git://pasiphae.extern.pengutronix.de/git/imx/linux-...Russell King2008-09-132-6/+23
| |\
| | * imx serial: fix rts handling for non imx1 based hardwareMarc Kleine-Budde2008-09-021-1/+1
| | * imx serial: set RXD mux bit on i.MX27 and i.MX31Marc Kleine-Budde2008-09-021-2/+13
| | * i.MX serial: fix init failureDarius Augulis2008-09-021-2/+8
| | * pcm037: add rts/cts support for serial portSascha Hauer2008-09-021-1/+1
| * | [ARM] 5247/1: tosa: SW_EAR_IN supportDmitry Baryshkov2008-09-131-0/+8
| * | [ARM] 5246/1: tosa: add proper clock alias for tc6393xb clockDmitry Baryshkov2008-09-131-0/+3
| * | [ARM] 5245/1: Fix warning about unused return value in drivers/pcmciaJürgen Schindele2008-09-131-1/+5
| * | [ARM] OMAP: Fix MMC device dataRussell King2008-09-111-32/+91
* | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-09-133-3/+4
|\ \ \
| * | | [libata] LBA28/LBA48 off-by-one bug in ata.hTaisuke Yamada2008-09-131-1/+1
| * | | sata_inic162x: enable LED blinkingBob Stewart2008-09-131-1/+2
| * | | ata: duplicate variable sparse warningStephen Hemminger2008-09-131-1/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2008-09-135-8/+47
|\ \ \ \
| * | | | PCI: re-add debug prints for unmodified BARsYinghai Lu2008-09-121-4/+11
| * | | | PCI: fix pciehp_free_irq()Adrian Bunk2008-09-101-1/+1
| * | | | PCI Hotplug: fakephp: fix deadlock... againAlex Chiang2008-09-091-3/+3
| * | | | PCI: Fix printk warnings in setup-bus.cJohann Felix Soden2008-09-091-1/+5
| * | | | PCI: Fix printk warnings in probe.cJohann Felix Soden2008-09-091-3/+8
| * | | | PCI/iommu: blacklist DMAR on Intel G31/G33 chipsetsDavid Woodhouse2008-09-091-0/+23
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-09-136-1/+88
|\ \ \ \ \
| * | | | | niu: panic on resetSantwona Behera2008-09-121-0/+56
| * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...David S. Miller2008-09-111-0/+3
| |\ \ \ \ \
| | * | | | | [Bluetooth] Fix regression from using default link policyMarcel Holtmann2008-09-121-0/+3
| * | | | | | netlink: fix overrun in attribute iterationVegard Nossum2008-09-111-1/+1
| |/ / / / /
| * | | | | ath9k: Assign seq# when mac80211 requests thisJouni Malinen2008-09-113-0/+28
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2008-09-135-108/+16
|\ \ \ \ \ \
| * | | | | | sparc: Fix user_regset 'n' field values.David S. Miller2008-09-122-6/+6
| * | | | | | sparc64: Fix PCI error interrupt registry on PSYCHO.David S. Miller2008-09-121-3/+3
| * | | | | | sparc32: Fix function signature of of_bus_sbus_get_flags().David S. Miller2008-09-101-1/+1
| * | | | | | sparc64: Fix interrupt register calculations on Psycho and Sabre.David S. Miller2008-09-101-98/+6
* | | | | | | memstick: fix MSProHG 8-bit interface mode supportAlex Dubov2008-09-134-73/+106