Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | sdhci: support JMicron secondary interface | Pierre Ossman | 2008-07-15 | 1 | -0/+1 | |
| * | | | | | | Merge branch 'for_linus' of git://git.infradead.org/~dedekind/ubifs-2.6 | Linus Torvalds | 2008-07-17 | 1 | -0/+2 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | VFS: export sync_sb_inodes | Artem Bityutskiy | 2008-07-14 | 1 | -0/+2 | |
| | | |_|_|_|/ | | |/| | | | | ||||||
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 | Linus Torvalds | 2008-07-16 | 1 | -30/+44 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | IDE: Remove unused code | Elias Oltmanns | 2008-07-16 | 1 | -7/+0 | |
| | * | | | | | | IDE: Fix HDIO_DRIVE_RESET handling | Elias Oltmanns | 2008-07-16 | 1 | -0/+6 | |
| | * | | | | | | ide: ->port_init_devs -> ->init_dev | Bartlomiej Zolnierkiewicz | 2008-07-16 | 1 | -2/+2 | |
| | * | | | | | | ide: set hwif->dev in ide_init_port_hw() (take 2) | Bartlomiej Zolnierkiewicz | 2008-07-16 | 1 | -1/+1 | |
| | * | | | | | | ide: make ide_hwifs[] static | Bartlomiej Zolnierkiewicz | 2008-07-16 | 1 | -12/+0 | |
| | * | | | | | | ide: move PIO blacklist to ide-pio-blacklist.c | Bartlomiej Zolnierkiewicz | 2008-07-16 | 1 | -0/+2 | |
| | * | | | | | | ide: remove no longer used ide_pio_timings[] | Bartlomiej Zolnierkiewicz | 2008-07-16 | 1 | -8/+0 | |
| | * | | | | | | ide: move ide_pio_cycle_time() to ide-timings.c | Bartlomiej Zolnierkiewicz | 2008-07-16 | 1 | -1/+1 | |
| | * | | | | | | ide: convert ide-timing.h to ide-timings.c library (take 2) | Bartlomiej Zolnierkiewicz | 2008-07-16 | 1 | -0/+5 | |
| | * | | | | | | ide: move some bits from ide-timing.h to <linux/ide.h> | Bartlomiej Zolnierkiewicz | 2008-07-16 | 1 | -0/+28 | |
| | | |_|_|_|/ | | |/| | | | | ||||||
| * | | | | | | Merge branch 'release-2.6.27' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2008-07-16 | 26 | -200/+246 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Add the ability to reset the machine using the RESET_REG in ACPI's FADT table. | Aaron Durbin | 2008-07-16 | 1 | -6/+8 | |
| | * | | | | | | PNP: convert resource options to single linked list | Bjorn Helgaas | 2008-07-16 | 1 | -2/+4 | |
| | * | | | | | | PNP: support optional IRQ resources | Bjorn Helgaas | 2008-07-16 | 1 | -0/+1 | |
| | * | | | | | | PNP: make resource option structures private to PNP subsystem | Bjorn Helgaas | 2008-07-16 | 1 | -48/+0 | |
| | * | | | | | | PNP: define PNP-specific IORESOURCE_IO_* flags alongside IRQ, DMA, MEM | Bjorn Helgaas | 2008-07-16 | 2 | -3/+4 | |
| | * | | | | | | PNP: add pnp_possible_config() -- can a device could be configured this way? | Bjorn Helgaas | 2008-07-16 | 1 | -0/+5 | |
| | * | | | | | | PNP: replace pnp_resource_table with dynamically allocated resources | Bjorn Helgaas | 2008-07-16 | 1 | -7/+13 | |
| | * | | | | | | PNP: make pnp_{port,mem,etc}_start(), et al work for invalid resources | Bjorn Helgaas | 2008-07-16 | 1 | -12/+60 | |
| | * | | | | | | ACPI : Create "idle=nomwait" bootparam | Zhao Yakui | 2008-07-16 | 2 | -0/+2 | |
| | * | | | | | | ACPI: Create "idle=halt" bootparam | Zhao Yakui | 2008-07-16 | 2 | -0/+2 | |
| | * | | | | | | ACPI: Enhance /sys/firmware/interrupts to allow enable/disable/clear from use... | Zhang Rui | 2008-07-16 | 2 | -6/+0 | |
| | * | | | | | | ACPICA: Update version to 20080609 | Bob Moore | 2008-07-16 | 1 | -1/+1 | |
| | * | | | | | | ACPICA: Cleanup debug operand dump mechanism | Bob Moore | 2008-07-16 | 2 | -7/+3 | |
| | * | | | | | | ACPICA: Update disassembler for DMAR table changes | Bob Moore | 2008-07-16 | 2 | -0/+5 | |
| | * | | | | | | ACPICA: Update DMAR and SRAT table definitions | Bob Moore | 2008-07-16 | 1 | -2/+17 | |
| | * | | | | | | ACPICA: Update version to 20080514 | Bob Moore | 2008-07-16 | 1 | -1/+1 | |
| | * | | | | | | ACPICA: Add const qualifier for appropriate string constants | Bob Moore | 2008-07-16 | 5 | -42/+55 | |
| | * | | | | | | ACPICA: Eliminate acpi_native_uint type v2 | Bob Moore | 2008-07-16 | 10 | -53/+44 | |
| | * | | | | | | ACPICA: Fix possible negative array index in acpi_ut_validate_exception | Bob Moore | 2008-07-16 | 1 | -0/+4 | |
| | * | | | | | | ACPICA: Update tracking macros to reduce code/data size | Jan Beulich | 2008-07-16 | 1 | -6/+4 | |
| | * | | | | | | ACPICA: Fix for hang on GPE method invocation | Bob Moore | 2008-07-16 | 1 | -7/+0 | |
| | * | | | | | | ACPICA: Add argument count checking to control method invocation via acpi_eva... | Bob Moore | 2008-07-16 | 2 | -2/+5 | |
| | * | | | | | | Freezer: Introduce PF_FREEZER_NOSIG | Rafael J. Wysocki | 2008-07-16 | 2 | -0/+11 | |
| | * | | | | | | ACPI PM: acpi_pm_device_sleep_state() cleanup | David Brownell | 2008-07-16 | 1 | -2/+2 | |
| | * | | | | | | ACPICA: fix mutex names in debug code. | Vegard Nossum | 2008-07-16 | 1 | -1/+1 | |
| | * | | | | | | Make GPE disable more robust | Bob Moore | 2008-07-16 | 1 | -0/+2 | |
| | * | | | | | | ACPI: change processors from array to per_cpu variable | Mike Travis | 2008-07-16 | 1 | -1/+1 | |
| | |/ / / / / | ||||||
| * | | | | | | block: Trivial fix for blk_integrity_rq() | Martin K. Petersen | 2008-07-16 | 1 | -0/+3 | |
| * | | | | | | Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6 | Linus Torvalds | 2008-07-16 | 7 | -7/+149 | |
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | ||||||
| | * | | | | | Merge branch 'devel' into next | Trond Myklebust | 2008-07-16 | 7 | -7/+149 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | SUNRPC: Support registering IPv6 interfaces with local rpcbind daemon | Chuck Lever | 2008-07-16 | 1 | -0/+3 | |
| | | * | | | | | NFS: use documenting macro constants for initializing ac{reg, dir}{min, max} | Chuck Lever | 2008-07-09 | 1 | -0/+5 | |
| | | * | | | | | NFS: set transport defaults after mount option parsing is finished | Trond Myklebust | 2008-07-09 | 1 | -0/+5 | |
| | | * | | | | | NFS: Add string length argument to nfs_parse_server_address | Chuck Lever | 2008-07-09 | 1 | -0/+7 | |
| | | * | | | | | NFS: Allow redirtying of a completed unstable write. | Trond Myklebust | 2008-07-09 | 1 | -3/+6 |