summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/l...Linus Torvalds2010-03-01167-603/+721
|\
| * ACPI: replace acpi_integer by u64Lin Ming2010-01-2819-87/+87
| * ACPICA: Update version to 20100121.Bob Moore2010-01-221-1/+1
| * ACPICA: Remove unused uint32_struct typeBob Moore2010-01-221-5/+0
| * ACPICA: Disassembler: Remove obsolete "Integer64" field in parse objectBob Moore2010-01-221-1/+0
| * ACPICA: Remove obsolete ACPI_INTEGER (acpi_integer) typeBob Moore2010-01-2233-196/+169
| * ACPICA: Predefined name repair: fix NULL package elementsBob Moore2010-01-225-92/+209
| * ACPICA: AcpiGetDevices: Eliminate unnecessary _STA callsLin Ming2010-01-221-19/+33
| * ACPICA: Update all ACPICA copyrights and signons to 2010Bob Moore2010-01-22148-147/+190
| * ACPICA: Update for new gcc-4 warning optionsBob Moore2010-01-226-55/+32
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2010-03-0144-6385/+56
|\ \
| * \ Pull misc2634 into release branchTony Luck2010-02-263-26/+4
| |\ \
| | * | [IA64] wrong attribute of HUB chip written in uv_setup()Roel Kluin2010-02-261-1/+1
| | * | [IA64] remove trailing space in messagesFrans Pop2010-02-261-2/+2
| | * | [IA64] use asm-generic/scatterlist.hFUJITA Tomonori2010-02-261-23/+1
| * | | Pull alex into release branchTony Luck2010-02-264-36/+32
| |\ \ \
| | * | | [IA64] build arch/ia64/kernel/acpi-ext.o when CONFIG_ACPIAlex Chiang2010-02-261-4/+1
| | * | | [IA64] Only build arch/ia64/kernel/acpi.o when CONFIG_ACPIAlex Chiang2010-02-264-33/+32
| | |/ /
| * | | Pull rmia32 into release branchTony Luck2010-02-2638-6323/+20
| |\ \ \ | | |/ / | |/| |
| | * | [IA64] Remove COMPAT_IA32 supportTony Luck2010-02-0838-6323/+20
* | | | Merge branch 'for-linus' of git://repo.or.cz/cris-mirrorLinus Torvalds2010-03-016-8/+8
|\ \ \ \
| * | | | cris: Fixup last users of irq_chip->typenameThomas Gleixner2009-11-193-3/+3
| * | | | CRIS v32: Should index be positive?Roel Kluin2009-11-033-5/+5
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst...Linus Torvalds2010-03-011-1/+2
|\ \ \ \ \
| * | | | | virtio: fix out of range array accessMichael S. Tsirkin2010-02-281-1/+2
* | | | | | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-03-01318-2054/+12430
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branches 'clks' and 'pnx' into develRussell King2010-02-25146-1156/+1466
| |\ \ \ \ \ \
| | * | | | | | ARM: PNX4008: use msecs_to_jiffies() rather than open-coding itRussell King2010-02-121-2/+2
| | * | | | | | ARM: PNX4008: i2c-pnx makes no use of asm/uaccess.h nor asm/irq.hRussell King2010-02-121-2/+0
| | * | | | | | ARM: PNX4008: i2c-pnx: don't split messages across several linesRussell King2010-02-121-37/+44
| | * | | | | | ARM: PNX4008: Use i2c driver data for passing between internal functionsRussell King2010-02-121-70/+62
| | * | | | | | ARM: PNX4008: move i2c_adapter structure inside the drivers private dataRussell King2010-02-123-36/+26
| | * | | | | | ARM: PNX4008: kzalloc i2c drivers internal dataRussell King2010-02-123-30/+28
| | * | | | | | ARM: PNX4008: Make ioaddr 'void __iomem *' rather than 'u32'Russell King2010-02-122-5/+5
| | * | | | | | ARM: PNX4008: remove platform definitions from mach/timex.hRussell King2010-02-124-54/+74
| | * | | | | | ARM: PNX4008: get i2c clock rate from clk APIRussell King2010-02-124-24/+10
| | * | | | | | ARM: PNX4008: convert i2c-pnx to use clk API enable/disable callsRussell King2010-02-122-15/+15
| | * | | | | | ARM: PNX4008: move i2c clock start/stop into driverRussell King2010-02-123-47/+32
| | * | | | | | ARM: PNX4008: move i2c suspend/resume callbacks into driverRussell King2010-02-123-30/+7
| | * | | | | | ARM: PNX4008: convert i2c clocks to match by device onlyRussell King2010-02-122-9/+5
| | * | | | | | ARM: PNX4008: convert watchdog to use clk API enable/disable callsRussell King2010-02-122-15/+26
| | * | | | | | ARM: PNX4008: convert watchdog clocks to match by device onlyRussell King2010-02-122-2/+2
| | * | | | | | ARM: PNX4008: provide clock enable/disable methods and initializationRussell King2010-02-122-13/+26
| | * | | | | | ARM: PNX4008: simplify clk enable/disable pathsRussell King2010-02-121-32/+23
| | * | | | | | ARM: PNX4008: convert to clkdevRussell King2010-02-124-33/+43
| | * | | | | | ARM: Consolidate clks_register() and similarRussell King2010-02-1233-92/+40
| | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge branch 'misc2' into develRussell King2010-02-2572-562/+1092
| |\ \ \ \ \ \
| | * | | | | | ARM: Eliminate decompressor -Dstatic= PIC hackRussell King2010-02-254-104/+64
| | * | | | | | ARM: 5952/1: ARM: MM: Add ARM_L1_CACHE_SHIFT_6 for handle inside each ARCH Kc...Kukjin Kim2010-02-243-1/+8
| | * | | | | | ARM: 5933/1: amba-pl011: support hardware flow controlRabin Vincent2010-02-181-0/+19