summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-07-242-2/+2
|\
| * sched: clean up compiler warningPeter Zijlstra2008-07-241-1/+1
| * sched: fix hrtick & generic-ipi dependencyIngo Molnar2008-07-231-1/+1
* | x86-64: make BUILD_IRQ() also reset section backLinus Torvalds2008-07-241-1/+2
* | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-07-244-6/+5
|\ \
| * | x86: fix header export, asm-x86/processor-flags.h, CONFIG_* leaksVegard Nossum2008-07-241-0/+2
| * | x86: BUILD_IRQ say .text to avoid .data.percpuHugh Dickins2008-07-241-1/+1
| * | xen: don't use sysret for sysexit32Jeremy Fitzhardinge2008-07-241-1/+1
| * | x86: call early_cpu_init at the same pointJeremy Fitzhardinge2008-07-241-4/+1
* | | Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/wil...Linus Torvalds2008-07-2429-68/+30
|\ \ \
| * | | Remove __DECLARE_SEMAPHORE_GENERICMatthew Wilcox2008-07-241-4/+2
| * | | Remove asm/semaphore.hMatthew Wilcox2008-07-2424-31/+0
| * | | Remove use of asm/semaphore.hMatthew Wilcox2008-07-241-1/+1
| * | | Add missing semaphore.h includesMatthew Wilcox2008-07-243-0/+3
| * | | Remove mention of semaphores from kernel-lockingMatthew Wilcox2008-07-241-33/+24
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Linus Torvalds2008-07-2419-117/+3253
|\ \ \
| * | | m68knommu: put ColdFire head code into .text.head sectionGreg Ungerer2008-07-232-1/+3
| * | | m68knommu: remove last use of CONFIG_FADS and CONFIG_RPXCLASSICGreg Ungerer2008-07-231-1/+1
| * | | m68knommu: remove RPXCLASSIC from the m68k treeSebastian Siewior2008-07-232-61/+0
| * | | m68knommu: fec: remove FADSSebastian Siewior2008-07-231-10/+0
| * | | m68knommu: MCF5307 PIT GENERIC_CLOCKEVENTS supportSebastian Siewior2008-07-233-13/+91
| * | | m68knommu: add read_barrier_depends() and irqs_disabled_flags()Sebastian Siewior2008-07-231-0/+11
| * | | m68knommu: add byteswap assembly opcode for ISA A+Sebastian Siewior2008-07-231-1/+15
| * | | m68knommu: add ffs and __ffs plattform which support ISA A+ or ISA CSebastian Siewior2008-07-232-4/+37
| * | | m68knommu: add sched_clock() for the DMA timerSebastian Siewior2008-07-231-0/+16
| * | | m68knommu: complete generic timeSebastian Siewior2008-07-232-28/+14
| * | | m68knommu: move code within time.cSebastian Siewior2008-07-231-14/+26
| * | | m68knommu: m68knommu: add old stack trace methodSebastian Siewior2008-07-231-3/+35
| * | | m68knommu: Add Coldfire DMA Timer supportSebastian Siewior2008-07-232-1/+69
| * | | m68knommu: defconfig for M5407C3 boardGreg Ungerer2008-07-231-0/+641
| * | | m68knommu: defconfig for M5307C3 boardGreg Ungerer2008-07-231-0/+580
| * | | m68knommu: defconfig for M5275EVB boardGreg Ungerer2008-07-231-0/+627
| * | | m68knommu: defconfig for M5249EVB boardGreg Ungerer2008-07-231-0/+497
| * | | m68knommu: change to a configs directory for board configurationsGreg Ungerer2008-07-231-0/+610
* | | | Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-backlightLinus Torvalds2008-07-244-0/+128
|\ \ \ \
| * | | | backlight: Fix missing kernel doc entrySebastian Siewior2008-07-231-0/+1
| * | | | backlight: Add Nvidia-based Apple Macbook Pro backlight driverMatthew Garrett2008-07-233-0/+127
| |/ / /
* | | | Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-ledsLinus Torvalds2008-07-2410-6/+860
|\ \ \ \
| * | | | leds: Ensure led->trigger is set earlierDmitry Baryshkov2008-07-231-1/+2
| * | | | leds: Add support for Philips PCA955x I2C LED driversNate Case2008-07-234-0/+407
| * | | | leds: Fix sparse warnings in leds-h1940 driverBen Dooks2008-07-231-3/+6
| * | | | leds: mark led_classdev.default_trigger as constAnton Vorontsov2008-07-231-1/+1
| * | | | leds: fix unsigned value overflow in atmel pwm driverLi Zefan2008-07-231-1/+1
| * | | | leds: Add pca9532 platform data for Thecus N2100Riku Voipio2008-07-231-0/+52
| * | | | leds: Add pca9532 led driverRiku Voipio2008-07-234-0/+391
| |/ / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2008-07-243-25/+38
|\ \ \ \
| * | | | sparc64: Fix cpufreq notifier registry.David S. Miller2008-07-231-5/+10
| * | | | sparc64: Fix lockdep issues in LDC protocol layer.David S. Miller2008-07-222-20/+28
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-07-249-19/+24
|\ \ \ \ \
| * | | | | pkt_sched: sch_sfq: dump a real number of flowsJarek Poplawski2008-07-231-1/+8
OpenPOWER on IntegriCloud