index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2007-07-18
xen: use the hvc console infrastructure for Xen console
Jeremy Fitzhardinge
7
-1
/
+182
2007-07-18
xen: hack to prevent bad segment register reload
Jeremy Fitzhardinge
1
-0
/
+12
2007-07-18
xen: lazy-mmu operations
Jeremy Fitzhardinge
3
-32
/
+72
2007-07-18
xen: Add support for preemption
Jeremy Fitzhardinge
5
-42
/
+76
2007-07-18
xen: SMP guest support
Jeremy Fitzhardinge
11
-53
/
+705
2007-07-18
xen: Implement sched_clock
Jeremy Fitzhardinge
3
-4
/
+28
2007-07-18
xen: Account for stolen time
Jeremy Fitzhardinge
1
-9
/
+150
2007-07-18
xen: ignore RW mapping of RO pages in pagetable_init
Jeremy Fitzhardinge
1
-2
/
+25
2007-07-18
xen: Complete pagetable pinning
Jeremy Fitzhardinge
4
-109
/
+242
2007-07-18
xen: add pinned page flag
Jeremy Fitzhardinge
1
-0
/
+5
2007-07-18
xen: configuration
Jeremy Fitzhardinge
2
-0
/
+13
2007-07-18
xen: time implementation
Jeremy Fitzhardinge
3
-1
/
+414
2007-07-18
xen: event channels
Jeremy Fitzhardinge
4
-1
/
+542
2007-07-18
xen: virtual mmu
Jeremy Fitzhardinge
4
-5
/
+494
2007-07-18
xen: Core Xen implementation
Jeremy Fitzhardinge
16
-1
/
+1373
2007-07-18
xen: Add Xen interface header files
Jeremy Fitzhardinge
19
-0
/
+3021
2007-07-18
Add nosegneg capability to the vsyscall page notes
Jeremy Fitzhardinge
1
-0
/
+28
2007-07-18
Add a sched_clock paravirt_op
Jeremy Fitzhardinge
7
-17
/
+57
2007-07-18
paravirt: helper to disable all IO space
Jeremy Fitzhardinge
2
-0
/
+36
2007-07-18
Allocate and free vmalloc areas
Jeremy Fitzhardinge
2
-0
/
+57
2007-07-18
paravirt: export __supported_pte_mask
Jeremy Fitzhardinge
1
-0
/
+1
2007-07-18
paravirt: make siblingmap functions visible
Jeremy Fitzhardinge
2
-4
/
+5
2007-07-18
paravirt: unstatic smp_store_cpu_info
Jeremy Fitzhardinge
2
-1
/
+3
2007-07-18
paravirt: unstatic leave_mm
Jeremy Fitzhardinge
2
-2
/
+5
2007-07-18
paravirt: increase IRQ limit
Jeremy Fitzhardinge
1
-1
/
+1
2007-07-18
paravirt: add a hook for once the allocator is ready
Jeremy Fitzhardinge
3
-0
/
+14
2007-07-18
paravirt: add an "mm" argument to alloc_pt
Jeremy Fitzhardinge
5
-9
/
+9
2007-07-18
use elfnote.h to generate vsyscall notes.
Jeremy Fitzhardinge
2
-24
/
+21
2007-07-18
usermodehelper: Tidy up waiting
Jeremy Fitzhardinge
14
-26
/
+40
2007-07-18
Add common orderly_poweroff()
Jeremy Fitzhardinge
6
-30
/
+79
2007-07-18
usermodehelper: split setup from execution
Jeremy Fitzhardinge
2
-59
/
+176
2007-07-18
add argv_split()
Jeremy Fitzhardinge
3
-1
/
+109
2007-07-18
add kstrndup
Jeremy Fitzhardinge
3
-40
/
+30
2007-07-18
zs: move to the serial subsystem
Maciej W. Rozycki
12
-2746
/
+1610
2007-07-18
serial: add early_serial_setup() back to header file
Yinghai Lu
24
-0
/
+25
2007-07-18
fbdev: make fb_append_extra_logo() depend on fb=y
Arnd Bergmann
1
-1
/
+1
2007-07-18
dm: fix memory leak in dm_create_persistent() when starting metadata update t...
Jesper Juhl
1
-0
/
+1
2007-07-18
slob: Kill off duplicate kzalloc() definition.
Paul Mundt
1
-10
/
+0
2007-07-18
Revert drivers/ide/ide.c scsi_cmd_ioctl() usage changes
Linus Torvalds
1
-5
/
+5
2007-07-18
Make the "z/VM unit record device driver" depend on S390
Linus Torvalds
1
-0
/
+1
2007-07-18
Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6
Linus Torvalds
11
-145
/
+1126
2007-07-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog
Linus Torvalds
7
-72
/
+502
2007-07-18
Merge branch 'bsg' of git://git.kernel.dk/data/git/linux-2.6-block
Linus Torvalds
4
-98
/
+89
2007-07-18
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...
Linus Torvalds
1
-0
/
+2
2007-07-18
Merge branch 'isdn-cleanup' of master.kernel.org:/pub/scm/linux/kernel/git/jg...
Linus Torvalds
6
-472
/
+586
2007-07-18
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sp...
Linus Torvalds
3
-136
/
+37
2007-07-18
Merge branch 'uninit-var' of master.kernel.org:/pub/scm/linux/kernel/git/jgar...
Linus Torvalds
13
-17
/
+32
2007-07-18
Merge branch 'warnings' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzi...
Linus Torvalds
12
-23
/
+37
2007-07-18
smp_call_function_single() should be a macro on UP
Al Viro
1
-10
/
+8
2007-07-18
[SPARC64]: Kill bogus set_fs(KERNEL_DS) in do_rt_sigreturn().
Oleg Nesterov
1
-12
/
+3
[next]