Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | PCI/x86: detect host bridge config space size w/o using quirks | Yinghai Lu | 2009-03-20 | 1 | -20/+0 | |
| * | | | | | PCI MSI: Add support for multiple MSI | Matthew Wilcox | 2009-03-20 | 2 | -0/+8 | |
| * | | | | | x86: use dev_printk in quirk message | Bjorn Helgaas | 2009-03-20 | 1 | -2/+1 | |
| * | | | | | PCI/alpha: pci sysfs resources | Ivan Kokshaysky | 2009-03-20 | 3 | -1/+381 | |
| * | | | | | PCI/MSI: Use #ifdefs instead of weak functions | Michael Ellerman | 2009-03-20 | 2 | -0/+7 | |
| * | | | | | PCI/x86: format early dump like other PCI output | Bjorn Helgaas | 2009-03-20 | 1 | -3/+3 | |
| * | | | | | PCI/x86: make early dump handle multi-function devices | Bjorn Helgaas | 2009-03-20 | 1 | -5/+8 | |
* | | | | | | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 | Linus Torvalds | 2009-04-01 | 2 | -0/+4 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | [S390] cio: introduce notifier for boxed state | Sebastian Ott | 2009-03-31 | 1 | -0/+2 | |
| * | | | | | | [S390] fix hypfs build failure | Heiko Carstens | 2009-03-31 | 1 | -0/+2 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | rtc-parisc: remove unnecessary ret variable | dann frazier | 2009-04-01 | 1 | -4/+1 | |
* | | | | | | rtc-parisc: declare rtc_parisc_dev as static | dann frazier | 2009-04-01 | 1 | -1/+1 | |
* | | | | | | rtc: add platform driver for EFI | dann frazier | 2009-04-01 | 1 | -0/+16 | |
* | | | | | | powerpc/fsl_soc: isolate legacy fsl_spi support to mpc832x_rdb boards | Anton Vorontsov | 2009-04-01 | 3 | -111/+107 | |
* | | | | | | powerpc/83xx: add mmc-spi support via the device tree for MPC8323E-RDB | Anton Vorontsov | 2009-04-01 | 2 | -0/+30 | |
* | | | | | | spi_mpc83xx: rework chip selects handling | Anton Vorontsov | 2009-04-01 | 3 | -22/+13 | |
* | | | | | | bcm47xx: fix GPIO API return codes | Michael Buesch | 2009-04-01 | 1 | -8/+12 | |
* | | | | | | uml: remove useless comments | WANG Cong | 2009-04-01 | 31 | -310/+0 | |
* | | | | | | uml: improve error messages | WANG Cong | 2009-04-01 | 1 | -4/+4 | |
* | | | | | | uml: don't use a too long string literal | WANG Cong | 2009-04-01 | 2 | -5/+9 | |
* | | | | | | ubd: stop defintining MAJOR_NR | Christoph Hellwig | 2009-04-01 | 1 | -9/+8 | |
* | | | | | | pm: cleanup includes | Magnus Damm | 2009-04-01 | 2 | -27/+0 | |
* | | | | | | pm: rework includes, remove arch ifdefs | Magnus Damm | 2009-04-01 | 5 | -0/+5 | |
* | | | | | | alpha: convert u64 to unsigned long long | Randy Dunlap | 2009-04-01 | 14 | -74/+78 | |
* | | | | | | alpha: xchg/cmpxchg cleanup and fixes | Ivan Kokshaysky | 2009-04-01 | 2 | -497/+308 | |
* | | | | | | alpha: fix macros | Roel Kluin | 2009-04-01 | 1 | -6/+6 | |
* | | | | | | mm: use debug_kmap_atomic | Akinobu Mita | 2009-04-01 | 5 | -0/+8 | |
* | | | | | | mm: introduce debug_kmap_atomic | Akinobu Mita | 2009-04-01 | 1 | -44/+1 | |
* | | | | | | generic debug pagealloc | Akinobu Mita | 2009-04-01 | 9 | -19/+17 | |
* | | | | | | proc tty: switch xtensa iss console to ->proc_fops | Alexey Dobriyan | 2009-04-01 | 1 | -13/+16 | |
* | | | | | | proc tty: switch ia64 simserial to ->proc_fops | Alexey Dobriyan | 2009-04-01 | 1 | -25/+24 | |
|/ / / / / | ||||||
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 2009-03-31 | 15 | -58/+72 | |
|\ \ \ \ \ | ||||||
| * \ \ \ \ | Merge branch 'master' of ssh://master.kernel.org/home/ftp/pub/scm/linux/kerne... | David S. Miller | 2009-03-30 | 14 | -57/+50 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | cpumask: use mm_cpumask() wrapper: sparc | Rusty Russell | 2009-03-16 | 4 | -18/+19 | |
| | * | | | | | cpumask: remove dangerous CPU_MASK_ALL_PTR, &CPU_MASK_ALL.: sparc | Rusty Russell | 2009-03-16 | 1 | -1/+1 | |
| | * | | | | | cpumask: remove the now-obsoleted pcibus_to_cpumask(): sparc | Rusty Russell | 2009-03-16 | 1 | -4/+0 | |
| | * | | | | | cpumask: remove cpu_coregroup_map: sparc | Rusty Russell | 2009-03-16 | 1 | -1/+0 | |
| | * | | | | | cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits.: sparc | Rusty Russell | 2009-03-16 | 4 | -17/+13 | |
| | * | | | | | cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits.: spa... | Rusty Russell | 2009-03-16 | 3 | -4/+4 | |
| | * | | | | | cpumask: Use accessors code.: sparc64 | Rusty Russell | 2009-03-16 | 2 | -3/+3 | |
| | * | | | | | cpumask: Use accessors code: sparc | Rusty Russell | 2009-03-16 | 3 | -6/+6 | |
| | * | | | | | cpumask: arch_send_call_function_ipi_mask: sparc | Rusty Russell | 2009-03-16 | 2 | -3/+4 | |
| | * | | | | | cpumask: Use smp_call_function_many(): sparc64 | Rusty Russell | 2009-03-16 | 1 | -1/+1 | |
| | | |_|/ / | | |/| | | | ||||||
| * | | | | | sparc64: Fix reset hangs on Niagara systems. | David S. Miller | 2009-03-30 | 1 | -1/+22 | |
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask | Linus Torvalds | 2009-03-31 | 50 | -83/+3 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | cpumask: remove references to struct irqaction's mask field. | Rusty Russell | 2009-03-30 | 43 | -53/+2 | |
| * | | | | | | cpumask: remove node_to_first_cpu | Rusty Russell | 2009-03-30 | 7 | -30/+1 | |
| |/ / / / / | ||||||
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-lguest-an... | Linus Torvalds | 2009-03-31 | 3 | -51/+63 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | lguest: use KVM hypercalls | Matias Zabaljauregui | 2009-03-30 | 3 | -51/+55 | |
| * | | | | | | lguest: wire up pte_update/pte_update_defer | Rusty Russell | 2009-03-30 | 1 | -1/+9 | |
| |/ / / / / |