summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xen: SMP guest supportJeremy Fitzhardinge2007-07-1811-53/+705
* xen: Implement sched_clockJeremy Fitzhardinge2007-07-183-4/+28
* xen: Account for stolen timeJeremy Fitzhardinge2007-07-181-9/+150
* xen: ignore RW mapping of RO pages in pagetable_initJeremy Fitzhardinge2007-07-181-2/+25
* xen: Complete pagetable pinningJeremy Fitzhardinge2007-07-184-109/+242
* xen: add pinned page flagJeremy Fitzhardinge2007-07-181-0/+5
* xen: configurationJeremy Fitzhardinge2007-07-182-0/+13
* xen: time implementationJeremy Fitzhardinge2007-07-183-1/+414
* xen: event channelsJeremy Fitzhardinge2007-07-184-1/+542
* xen: virtual mmuJeremy Fitzhardinge2007-07-184-5/+494
* xen: Core Xen implementationJeremy Fitzhardinge2007-07-1816-1/+1373
* xen: Add Xen interface header filesJeremy Fitzhardinge2007-07-1819-0/+3021
* Add nosegneg capability to the vsyscall page notesJeremy Fitzhardinge2007-07-181-0/+28
* Add a sched_clock paravirt_opJeremy Fitzhardinge2007-07-187-17/+57
* paravirt: helper to disable all IO spaceJeremy Fitzhardinge2007-07-182-0/+36
* Allocate and free vmalloc areasJeremy Fitzhardinge2007-07-182-0/+57
* paravirt: export __supported_pte_maskJeremy Fitzhardinge2007-07-181-0/+1
* paravirt: make siblingmap functions visibleJeremy Fitzhardinge2007-07-182-4/+5
* paravirt: unstatic smp_store_cpu_infoJeremy Fitzhardinge2007-07-182-1/+3
* paravirt: unstatic leave_mmJeremy Fitzhardinge2007-07-182-2/+5
* paravirt: increase IRQ limitJeremy Fitzhardinge2007-07-181-1/+1
* paravirt: add a hook for once the allocator is readyJeremy Fitzhardinge2007-07-183-0/+14
* paravirt: add an "mm" argument to alloc_ptJeremy Fitzhardinge2007-07-185-9/+9
* use elfnote.h to generate vsyscall notes.Jeremy Fitzhardinge2007-07-182-24/+21Star
* usermodehelper: Tidy up waitingJeremy Fitzhardinge2007-07-1814-26/+40
* Add common orderly_poweroff()Jeremy Fitzhardinge2007-07-186-30/+79
* usermodehelper: split setup from executionJeremy Fitzhardinge2007-07-182-59/+176
* add argv_split()Jeremy Fitzhardinge2007-07-183-1/+109
* add kstrndupJeremy Fitzhardinge2007-07-183-40/+30Star
* zs: move to the serial subsystemMaciej W. Rozycki2007-07-1812-2746/+1610Star
* serial: add early_serial_setup() back to header fileYinghai Lu2007-07-1824-0/+25
* fbdev: make fb_append_extra_logo() depend on fb=yArnd Bergmann2007-07-181-1/+1
* dm: fix memory leak in dm_create_persistent() when starting metadata update t...Jesper Juhl2007-07-181-0/+1
* slob: Kill off duplicate kzalloc() definition.Paul Mundt2007-07-181-10/+0Star
* Revert drivers/ide/ide.c scsi_cmd_ioctl() usage changesLinus Torvalds2007-07-181-5/+5
* Make the "z/VM unit record device driver" depend on S390Linus Torvalds2007-07-181-0/+1
* Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds2007-07-1811-145/+1126
|\
| * [S390] Fix broken logic, SIGA flags must be bitwise ORedJan Glauber2007-07-171-6/+6
| * [S390] cio: Dont print trailing \0 in modalias_show().Cornelia Huck2007-07-171-1/+1
| * [S390] Simplify stack trace.Heiko Carstens2007-07-171-15/+11Star
| * [S390] z/VM unit record device driverFrank Munzert2007-07-175-0/+1018
| * [S390] vmcp cleanupChristian Borntraeger2007-07-172-40/+53
| * [S390] qdio: output queue stall on FCP and network devicesFrank Pavlic2007-07-171-2/+2
| * [S390] Fix disassembly of RX_URRD, SI_URD & PC-relative instructions.Christian Borntraeger2007-07-171-3/+4
| * [S390] Update default configuration.Martin Schwidefsky2007-07-171-78/+31Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds2007-07-187-72/+502
|\ \
| * | [WATCHDOG] at32ap700x_wdt.c - Fix compilation warningsWim Van Sebroeck2007-07-051-2/+4
| * | [WATCHDOG] at32ap700x_wdt.c - Add spinlock supportWim Van Sebroeck2007-07-051-0/+9
| * | [WATCHDOG] at32ap700x_wdt.c - Add nowayout + MAGICCLOSE featuresWim Van Sebroeck2007-07-051-11/+53
| * | [WATCHDOG] at32ap700x_wdt.c - timeout module parameter patchWim Van Sebroeck2007-07-052-16/+13Star