| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2007-07-20 | 13 | -114/+562 |
|\ |
|
| * | Input: appletouch - improve powersaving for Geyser3 devices | Soeren Sonnenburg | 2007-07-20 | 1 | -37/+74 |
| * | Input: lifebook - fix an oops on Panasonic CF-18 | Dmitry Torokhov | 2007-07-20 | 1 | -1/+1 |
| * | Input: document intended meaning of KEY_SWITCHVIDEOMODE | Dmitry Torokhov | 2007-07-18 | 1 | -1/+2 |
| * | Input: switch to using seq_list_xxx helpers | Pavel Emelianov | 2007-07-18 | 1 | -25/+4 |
| * | Input: i8042 - give more trust to PNP data on i386 | Dmitry Torokhov | 2007-07-18 | 1 | -7/+29 |
| * | Input: add driver for Fujitsu serial touchscreens | Dmitry Torokhov | 2007-07-18 | 4 | -0/+204 |
| * | Input: ads7846 - re-check pendown status before reporting events | Semih Hazar | 2007-07-18 | 2 | -0/+21 |
| * | Input: ads7846 - introduce sample settling delay | Semih Hazar | 2007-07-18 | 2 | -1/+72 |
| * | Input: xpad - add support for leds on xbox 360 pad | Jan Kratochvil | 2007-07-18 | 2 | -42/+155 |
* | | pata_cs5520: Fix probe bug regression introduced in 2.6.22 | Alan Cox | 2007-07-20 | 1 | -1/+1 |
* | | splice: fix bad unlock_page() in error case | Jens Axboe | 2007-07-20 | 1 | -2/+3 |
* | | lguest: override sched_clock | Rusty Russell | 2007-07-20 | 1 | -1/+8 |
* | | lguest: trivial: We now have asm/processor-flags.h, so use it. | Rusty Russell | 2007-07-20 | 1 | -3/+1 |
* | | lguest: fix sense if IF flag on interrupt injection | Rusty Russell | 2007-07-20 | 1 | -5/+5 |
* | | AFS: Use patched rxrpc_kernel_send_data() correctly | David Howells | 2007-07-20 | 1 | -11/+10 |
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6 | Linus Torvalds | 2007-07-20 | 56 | -571/+1326 |
|\ \ |
|
| * | | sh: intc - add support for SH7750 and its variants | Magnus Damm | 2007-07-20 | 8 | -75/+206 |
| * | | sh: Move entry point code to .text.head. | Paul Mundt | 2007-07-20 | 2 | -1/+3 |
| * | | sh: heartbeat: Shut up resource size warning. | Paul Mundt | 2007-07-20 | 1 | -1/+1 |
| * | | sh: update r2d defconfig and fix SH7751R pci compliation | Magnus Damm | 2007-07-20 | 2 | -3/+4 |
| * | | sh: Many symbol exports for nommu allmodconfig. | Paul Mundt | 2007-07-20 | 3 | -2/+43 |
| * | | sh: zero terminate 8250 platform data for r2d board | Magnus Damm | 2007-07-20 | 1 | -1/+2 |
| * | | sh: cpufreq: Fix up the build for SH-2. | Paul Mundt | 2007-07-20 | 1 | -5/+0 |
| * | | sh: Make on-chip DMA channel selection explicit. | Paul Mundt | 2007-07-20 | 1 | -1/+1 |
| * | | sh: Fix up CPU dependencies for on-chip DMAC. | Paul Mundt | 2007-07-20 | 1 | -0/+1 |
| * | | Merge branch 'clkfwk' | Paul Mundt | 2007-07-20 | 5 | -135/+113 |
| |\ \ |
|
| | * | | sh: cpufreq: clock framework support. | Paul Mundt | 2007-07-20 | 2 | -135/+81 |
| | * | | sh: Support rate rounding for SH7722 FRQCR clocks. | Paul Mundt | 2007-07-20 | 1 | -0/+15 |
| | * | | sh: Implement clk_round_rate() in the clock framework. | Paul Mundt | 2007-07-20 | 2 | -0/+17 |
| * | | | sh: Fix up PCI section mismatch warnings. | Paul Mundt | 2007-07-20 | 4 | -4/+4 |
| * | | | sh: Wire up fallocate() syscall. | Paul Mundt | 2007-07-20 | 2 | -1/+3 |
| |/ / |
|
| * | | sh: intc - add support for 7780 | Magnus Damm | 2007-07-20 | 7 | -32/+198 |
| * | | sh: intc - improve group support | Magnus Damm | 2007-07-20 | 1 | -20/+73 |
| * | | sh: Fix up SH-3 and SH-4 driver dependencies. | Paul Mundt | 2007-07-20 | 2 | -2/+2 |
| * | | sh: push-switch: Correct license string. | Paul Mundt | 2007-07-20 | 1 | -1/+1 |
| * | | sh: cpufreq: Fix driver dependencies and flag as broken. | Paul Mundt | 2007-07-20 | 1 | -1/+1 |
| * | | sh: IPR/INTC2 IRQ setup consolidation. | Magnus Damm | 2007-07-20 | 13 | -26/+15 |
| * | | sh: clean up interrupt code for solution engine 7722 board | Magnus Damm | 2007-07-20 | 4 | -91/+52 |
| * | | sh: intc - add support for 7722 processor | Magnus Damm | 2007-07-20 | 3 | -31/+131 |
| * | | sh: intc - shared IPR and INTC2 controller | Magnus Damm | 2007-07-20 | 4 | -0/+424 |
| * | | sh: Fix irq assignment for uarts on sh7722 | Magnus Damm | 2007-07-20 | 2 | -7/+19 |
| * | | sh: hd64461 tidying. | Kristoffer Ericson | 2007-07-20 | 5 | -159/+3 |
| * | | sh: r7780rp: Add R8A66597 and M66592 support. | Yoshihiro Shimoda | 2007-07-20 | 1 | -0/+54 |
* | | | Merge branch 'linus' of master.kernel.org:/pub/scm/linux/kernel/git/perex/alsa | Linus Torvalds | 2007-07-20 | 89 | -399/+8426 |
|\ \ \ |
|
| * | | | [ALSA] version 1.0.14 | Jaroslav Kysela | 2007-07-20 | 1 | -1/+1 |
| * | | | [ALSA] remove duplicate Logitech Quickcam USB ID in usbquirks.h | Jaroslav Kysela perex@suse.cz | 2007-07-20 | 1 | -9/+0 |
| * | | | [ALSA] hda-codec - Fix input with STAC92xx | Takashi Iwai | 2007-07-20 | 1 | -7/+0 |
| * | | | [ALSA] hda-intel: support for iMac 24'' released on 09/2006 | Nicola Fagnani | 2007-07-20 | 2 | -1/+74 |
| * | | | [ALSA] hda-codec - Add quirk for Asus P5LD2 | Claudio Matsuoka | 2007-07-20 | 1 | -0/+1 |