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
2008-04-25
xen: short-cut for recursive event handling
Jeremy Fitzhardinge
1
-16
/
+30
2008-04-25
xen: make sure retriggered events are set pending
Jeremy Fitzhardinge
1
-1
/
+7
2008-04-25
xen: implement a debug-interrupt handler
Jeremy Fitzhardinge
3
-5
/
+64
2008-04-25
xen: support sysenter/sysexit if hypervisor does
Jeremy Fitzhardinge
6
-3
/
+99
2008-04-25
xen: add support for callbackops hypercall
Jeremy Fitzhardinge
3
-0
/
+112
2008-04-25
x86: unify pgd ctor/dtor
Jeremy Fitzhardinge
4
-62
/
+30
2008-04-25
x86: unify KERNEL_PGD_PTRS
Jeremy Fitzhardinge
8
-18
/
+17
2008-04-25
xen: make sure iret faults are trapped
Jeremy Fitzhardinge
2
-2
/
+6
2008-04-25
xen: unify pte operations on machine frames
Jeremy Fitzhardinge
1
-15
/
+15
2008-04-25
xen: use phys_addr_t when referring to physical addresses
Jeremy Fitzhardinge
1
-14
/
+2
2008-04-25
xen: unify pte operations
Jeremy Fitzhardinge
1
-81
/
+44
2008-04-25
xen: make use of pte_t union
Jeremy Fitzhardinge
1
-13
/
+11
2008-04-25
xen: use appropriate pte types
Jeremy Fitzhardinge
1
-16
/
+16
2008-04-25
x86: demacro pgalloc paravirt stubs
Jeremy Fitzhardinge
1
-7
/
+8
2008-04-25
x86/pgtable.h: demacro ptep_clear_flush_young
Jeremy Fitzhardinge
2
-8
/
+14
2008-04-25
x86/pgtable.h: demacro ptep_test_and_clear_young
Jeremy Fitzhardinge
2
-9
/
+17
2008-04-25
x86/pgtable.h: demacro ptep_set_access_flags
Jeremy Fitzhardinge
2
-10
/
+19
2008-04-25
x86: add pud_alloc for 4-level pagetables
Jeremy Fitzhardinge
4
-0
/
+17
2008-04-25
x86: rename paravirt_alloc_pt etc after the pagetable structure
Jeremy Fitzhardinge
9
-69
/
+69
2008-04-25
x86: move all the pgd_list handling to one place
Jeremy Fitzhardinge
1
-21
/
+7
2008-04-25
x86: move pgalloc pud and pgd operations into common place
Jeremy Fitzhardinge
5
-49
/
+37
2008-04-25
x86: move pmd functions into common asm/pgalloc.h
Jeremy Fitzhardinge
6
-71
/
+41
2008-04-25
x86: move pte functions into common asm/pgalloc.h
Jeremy Fitzhardinge
6
-47
/
+23
2008-04-25
x86: put paravirt stubs into common asm/pgalloc.h
Jeremy Fitzhardinge
3
-12
/
+10
2008-04-25
x86: xen unify x86 add common mm pgtable c fix
Ingo Molnar
2
-16
/
+19
2008-04-25
x86: add common mm/pgtable.c
Jeremy Fitzhardinge
6
-266
/
+258
2008-04-25
x86: convert pgalloc_64.h from macros to inlines
Jeremy Fitzhardinge
2
-15
/
+34
2008-04-23
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
18
-120
/
+118
2008-04-23
Fix cardbus resource allocation
Linus Torvalds
1
-15
/
+15
2008-04-23
bus_remove_device: be more careful about incomplete initialization
Rafael J. Wysocki
1
-1
/
+2
2008-04-23
Relax check on adding children of suspended devices
Rafael J. Wysocki
1
-9
/
+6
2008-04-23
[PATCH] get rid of __exit_files(), __exit_fs() and __put_fs_struct()
Al Viro
1
-21
/
+6
2008-04-23
[PATCH] proc_readfd_common() race fix
Al Viro
1
-3
/
+1
2008-04-23
[PATCH] double-free of inode on alloc_file() failure exit in create_write_pipe()
Al Viro
1
-0
/
+3
2008-04-23
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...
Linus Torvalds
20
-1420
/
+965
2008-04-23
fs: use loff_t type instead of long long
David Sterba
2
-4
/
+4
2008-04-23
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...
Linus Torvalds
3
-3
/
+23
2008-04-23
[IA64] run drivers/misc/sgi-xp through scripts/checkpatch.pl
Dean Nelson
7
-391
/
+268
2008-04-23
[IA64] run rest drivers/misc/sgi-xp through scripts/Lindent
Dean Nelson
3
-506
/
+322
2008-04-23
[IA64] run some drivers/misc/sgi-xp through scripts/Lindent
Dean Nelson
5
-553
/
+396
2008-04-23
[IA64] move XP and XPC to drivers/misc/sgi-xp
Dean Nelson
13
-37
/
+45
2008-04-23
Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6
Linus Torvalds
34
-575
/
+2313
2008-04-23
kernel-doc: fix sched.c missing parameter
Randy Dunlap
1
-0
/
+1
2008-04-23
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...
Linus Torvalds
20
-161
/
+276
2008-04-23
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
14
-209
/
+431
2008-04-23
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
26
-1561
/
+1173
2008-04-23
fix brd allocation flags
Petr Tesarik
1
-1
/
+1
2008-04-23
i2c: Fix platform driver hotplug/coldplug
Kay Sievers
17
-1
/
+29
2008-04-23
i2c: New driver for the SuperH Mobile I2C bus controller
Magnus Damm
3
-0
/
+511
2008-04-23
i2c/scx200_acb: Don't use 0 as NULL pointer
Adrian Bunk
1
-1
/
+1
[next]