| Commit message (Expand) | Author | Age | Files | Lines |
* | x86-64: introduce struct pci_sysdata to facilitate sharing of ->sysdata | Muli Ben-Yehuda | 2007-07-21 | 4 | -2/+26 |
* | i386: basic infrastructure support for AMD geode-class machines | Andres Salomon | 2007-07-21 | 1 | -0/+159 |
* | i386: fix iounmap's use of vm_struct's size field | Jeremy Fitzhardinge | 2007-07-21 | 1 | -0/+7 |
* | i386: move PIT function declarations and constants to correct header file | Thomas Gleixner | 2007-07-21 | 3 | -6/+7 |
* | x86_64: move iommu declaration from proto to iommu.h | Yinghai Lu | 2007-07-21 | 2 | -25/+29 |
* | x86_64: disable the GART in shutdown | Yinghai Lu | 2007-07-21 | 1 | -0/+7 |
* | i386: replace hard-coded constant with appropriate macro from kernel.h | Robert P. J. Day | 2007-07-21 | 1 | -1/+1 |
* | i386: add cpu_relax() to cmos_lock() | Andreas Mohr | 2007-07-21 | 1 | -1/+4 |
* | x86_64: flush_tlb_kernel_range() warning fix | Andrew Morton | 2007-07-21 | 1 | -1/+5 |
* | x86_64: fix wrong comment regarding set_fixmap() | Jiri Kosina | 2007-07-21 | 1 | -3/+3 |
* | x86_64: use the global PIT lock | Thomas Gleixner | 2007-07-21 | 1 | -0/+6 |
* | x86_64: Move functions declarations to header file | Glauber de Oliveira Costa | 2007-07-21 | 1 | -0/+20 |
* | i386: do not restore reserved memory after hibernation | Rafael J. Wysocki | 2007-07-21 | 1 | -0/+8 |
* | x86_64: make dump_error_regs a chip op | Muli Ben-Yehuda | 2007-07-21 | 1 | -0/+1 |
* | x86_64: introduce chipset specific ops | Muli Ben-Yehuda | 2007-07-21 | 1 | -1/+7 |
* | x86: remove support for the Rise CPU | Adrian Bunk | 2007-07-21 | 2 | -2/+0 |
* | i386: add reference to the arguments | Andrew Morton | 2007-07-21 | 1 | -1/+5 |
* | x86: PM_TRACE support | Nigel Cunningham | 2007-07-21 | 3 | -14/+31 |
* | i386: fix machine rebooting | Truxton Fulton | 2007-07-21 | 1 | -1/+24 |
* | x86_64: support poll() on /dev/mcelog | Tim Hockin | 2007-07-21 | 2 | -0/+4 |
* | x86_64: fake pxm-to-node mapping for fake numa | David Rientjes | 2007-07-21 | 3 | -0/+15 |
* | x86_64: Quicklist support for x86_64 | Christoph Lameter | 2007-07-21 | 2 | -25/+49 |
* | i386: minor nx handling adjustment | Jan Beulich | 2007-07-21 | 1 | -1/+0 |
* | x86: share hpet.h with i386 | Thomas Gleixner | 2007-07-21 | 2 | -138/+49 |
* | x86_64: Fix APIC typo | Thomas Gleixner | 2007-07-21 | 1 | -2/+2 |
* | x86_64: Untangle asm/hpet.h from asm/timex.h | Chris Wright | 2007-07-21 | 3 | -2/+2 |
* | i386: remove pit_interrupt_hook | Chris Wright | 2007-07-21 | 3 | -13/+2 |
* | x86_64: remove extra extern declaring about dmi_ioremap | Yinghai Lu | 2007-07-21 | 1 | -4/+1 |
* | x86_64: Add vDSO for x86-64 with gettimeofday/clock_gettime/getcpu | Andi Kleen | 2007-07-21 | 5 | -1/+47 |
* | x86: Support __attribute__((__cold__)) in gcc 4.3 | Andi Kleen | 2007-07-21 | 4 | -8/+35 |
* | i386: Move all simple string operations out of line | Andi Kleen | 2007-07-21 | 1 | -230/+13 |
* | x86_64: Always use builtin memcpy on gcc 4.3 | Andi Kleen | 2007-07-21 | 1 | -1/+4 |
* | x86_64: various cleanups in NUMA scan node | David Rientjes | 2007-07-21 | 1 | -2/+0 |
* | x86_64: asm/ptrace.h needs linux/compiler.h | Jean Delvare | 2007-07-21 | 1 | -0/+1 |
* | NTP: move the cmos update code into ntp.c | Thomas Gleixner | 2007-07-21 | 2 | -1/+3 |
* | clockevents: fix resume logic | Thomas Gleixner | 2007-07-21 | 1 | -0/+1 |
* | clockevents: remove prototypes of removed functions | Thomas Gleixner | 2007-07-21 | 1 | -4/+0 |
* | coda: remove CODA_STORE/CODA_RELEASE upcalls | Jan Harkes | 2007-07-21 | 2 | -4/+0 |
* | x86_64: wbinvd macro fix | Nick Piggin | 2007-07-21 | 1 | -1/+1 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sp... | Linus Torvalds | 2007-07-20 | 9 | -159/+174 |
|\ |
|
| * | [SPARC64]: Convert parport to of_platform_driver. | David S. Miller | 2007-07-20 | 1 | -100/+133 |
| * | [SPARC]: Implement fb_is_primary_device(). | David S. Miller | 2007-07-20 | 2 | -0/+18 |
| * | [SPARC]: Define minimal struct dev_archdata, similarly to sparc64. | David S. Miller | 2007-07-20 | 1 | -1/+13 |
| * | [SPARC]: Fix serial console device detection. | David S. Miller | 2007-07-20 | 5 | -58/+10 |
* | | Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/mch... | Linus Torvalds | 2007-07-20 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | V4L/DVB (5867): videodev2.h: add missing <sys/time.h> for userspace | Hans Verkuil | 2007-07-20 | 1 | -0/+1 |
* | | Merge branch 'for-2.6.23' of master.kernel.org:/pub/scm/linux/kernel/git/arnd... | Linus Torvalds | 2007-07-20 | 8 | -23/+106 |
|\ \
| |/
|/| |
|
| * | [CELL] spufs: rework list management and associated locking | Christoph Hellwig | 2007-07-20 | 1 | -7/+4 |
| * | [CELL] oprofile: add support to OProfile for profiling CELL BE SPUs | Bob Nelson | 2007-07-20 | 5 | -5/+59 |
| * | [CELL] spufs: extension of spu_create to support affinity definition | Arnd Bergmann | 2007-07-20 | 2 | -3/+7 |