Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | Input: serio - use pr_xxx() and dev_xxx() helpers | Dmitry Torokhov | 2010-01-06 | 1 | -42/+35 | |
| | * | | | | Input: serio - use list_first_entry() helper | Dmitry Torokhov | 2010-01-06 | 1 | -20/+11 | |
| | * | | | | Input: serio - let device core tell us if device was registered | Dmitry Torokhov | 2010-01-06 | 1 | -6/+2 | |
| | * | | | | Input: serio - use device core to create 'id' attribute group | Dmitry Torokhov | 2010-01-06 | 1 | -8/+9 | |
| | * | | | | Input: xpad - allow using triggers as buttons rather than axes | Nicolas Léveillé | 2009-12-30 | 1 | -79/+121 | |
| * | | | | | Input: winbond-cir - fix suspend/resume | David Härdeman | 2010-02-24 | 1 | -109/+104 | |
* | | | | | | Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/l... | Linus Torvalds | 2010-03-01 | 149 | -538/+613 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | ACPI: replace acpi_integer by u64 | Lin Ming | 2010-01-28 | 15 | -57/+57 | |
| * | | | | | | ACPICA: Disassembler: Remove obsolete "Integer64" field in parse object | Bob Moore | 2010-01-22 | 1 | -1/+0 | |
| * | | | | | | ACPICA: Remove obsolete ACPI_INTEGER (acpi_integer) type | Bob Moore | 2010-01-22 | 30 | -182/+150 | |
| * | | | | | | ACPICA: Predefined name repair: fix NULL package elements | Bob Moore | 2010-01-22 | 5 | -92/+209 | |
| * | | | | | | ACPICA: AcpiGetDevices: Eliminate unnecessary _STA calls | Lin Ming | 2010-01-22 | 1 | -19/+33 | |
| * | | | | | | ACPICA: Update all ACPICA copyrights and signons to 2010 | Bob Moore | 2010-01-22 | 134 | -134/+134 | |
| * | | | | | | ACPICA: Update for new gcc-4 warning options | Bob Moore | 2010-01-22 | 5 | -53/+30 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/... | Linus Torvalds | 2010-03-01 | 1 | -2/+0 | |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | ||||||
| * | | | | | Pull rmia32 into release branch | Tony Luck | 2010-02-26 | 1 | -2/+0 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | [IA64] Remove COMPAT_IA32 support | Tony Luck | 2010-02-08 | 1 | -2/+0 | |
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst... | Linus Torvalds | 2010-03-01 | 1 | -1/+2 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | virtio: fix out of range array access | Michael S. Tsirkin | 2010-02-28 | 1 | -1/+2 | |
* | | | | | | | | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2010-03-01 | 6 | -202/+565 | |
|\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge branches 'clks' and 'pnx' into devel | Russell King | 2010-02-25 | 55 | -625/+856 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | ARM: PNX4008: use msecs_to_jiffies() rather than open-coding it | Russell King | 2010-02-12 | 1 | -2/+2 | |
| | * | | | | | | | | ARM: PNX4008: i2c-pnx makes no use of asm/uaccess.h nor asm/irq.h | Russell King | 2010-02-12 | 1 | -2/+0 | |
| | * | | | | | | | | ARM: PNX4008: i2c-pnx: don't split messages across several lines | Russell King | 2010-02-12 | 1 | -37/+44 | |
| | * | | | | | | | | ARM: PNX4008: Use i2c driver data for passing between internal functions | Russell King | 2010-02-12 | 1 | -70/+62 | |
| | * | | | | | | | | ARM: PNX4008: move i2c_adapter structure inside the drivers private data | Russell King | 2010-02-12 | 1 | -20/+20 | |
| | * | | | | | | | | ARM: PNX4008: kzalloc i2c drivers internal data | Russell King | 2010-02-12 | 1 | -10/+19 | |
| | * | | | | | | | | ARM: PNX4008: Make ioaddr 'void __iomem *' rather than 'u32' | Russell King | 2010-02-12 | 1 | -4/+4 | |
| | * | | | | | | | | ARM: PNX4008: get i2c clock rate from clk API | Russell King | 2010-02-12 | 1 | -11/+4 | |
| | * | | | | | | | | ARM: PNX4008: convert i2c-pnx to use clk API enable/disable calls | Russell King | 2010-02-12 | 1 | -9/+9 | |
| | * | | | | | | | | ARM: PNX4008: move i2c clock start/stop into driver | Russell King | 2010-02-12 | 1 | -9/+30 | |
| | * | | | | | | | | ARM: PNX4008: move i2c suspend/resume callbacks into driver | Russell King | 2010-02-12 | 1 | -2/+7 | |
| | * | | | | | | | | ARM: PNX4008: convert watchdog to use clk API enable/disable calls | Russell King | 2010-02-12 | 1 | -13/+24 | |
| | * | | | | | | | | ARM: PNX4008: convert watchdog clocks to match by device only | Russell King | 2010-02-12 | 1 | -1/+1 | |
| | | |_|_|/ / / / | | |/| | | | | | | ||||||
| * | | | | | | | | Merge branch 'misc2' into devel | Russell King | 2010-02-25 | 1 | -0/+19 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | ARM: 5933/1: amba-pl011: support hardware flow control | Rabin Vincent | 2010-02-18 | 1 | -0/+19 | |
| | | | | | | | | | | ||||||
| | \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ | ||||||
| *-----. \ \ \ \ \ \ \ \ | Merge branches 'at91', 'cache', 'cup', 'ep93xx', 'ixp4xx', 'nuc', 'pending-dm... | Russell King | 2010-02-25 | 388 | -3095/+15683 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | * | | | | | | | | | | ARM: 5940/2: ARM: MMCI: remove custom DBG macro and printk | Linus Walleij | 2010-02-21 | 1 | -14/+16 | |
| | | | * | | | | | | | | | | ARM: 5914/1: Modify PL031 for Nomadik and U8500 v2 | Linus Walleij | 2010-02-04 | 1 | -38/+327 | |
| | | | * | | | | | | | | | | ARM: 5896/1: MMCI: work around a hardware bug in U300 | Linus Walleij | 2010-01-27 | 1 | -0/+11 | |
| | | | * | | | | | | | | | | ARM: 5893/1: SPI AMBA PL022: Limit TX FIFO fills | Linus Walleij | 2010-01-27 | 1 | -6/+12 | |
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge branch 'for-2.6.34' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2010-03-01 | 54 | -503/+348 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | block: fix for "Consolidate phys_segment and hw_segment limits" | Stephen Rothwell | 2010-03-01 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | cciss: Fix problem with scatter gather elements in the scsi half of the driver | Stephen M. Cameron | 2010-02-28 | 1 | -26/+59 | |
| * | | | | | | | | | | | | | cciss: eliminate unnecessary pointer use in cciss scsi code | Stephen M. Cameron | 2010-02-28 | 1 | -16/+15 | |
| * | | | | | | | | | | | | | cciss: do not use void pointer for scsi hba data | Stephen M. Cameron | 2010-02-28 | 2 | -16/+11 | |
| * | | | | | | | | | | | | | cciss: factor out scatter gather chain block mapping code | Stephen M. Cameron | 2010-02-28 | 1 | -29/+34 | |
| * | | | | | | | | | | | | | cciss: fix scatter gather chain block dma direction kludge | Stephen M. Cameron | 2010-02-28 | 1 | -5/+3 | |
| * | | | | | | | | | | | | | cciss: simplify scatter gather code | Stephen M. Cameron | 2010-02-28 | 2 | -35/+16 | |
| * | | | | | | | | | | | | | cciss: factor out scatter gather chain block allocation and freeing | Stephen M. Cameron | 2010-02-28 | 1 | -50/+58 |