index
:
Linux Stable
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.13.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Xen: make events.c portable for ia64/xen support
Isaku Yamahata
2008-04-24
2
-7
/
+23
*
xen: move events.c to drivers/xen for IA64/Xen support
Isaku Yamahata
2008-04-24
1
-0
/
+8
*
xen: add missing definitions in include/xen/interface/vcpu.h which ia64/xen n...
Isaku Yamahata
2008-04-24
1
-0
/
+5
*
xen: add missing definitions for xen grant table which ia64/xen needs
Isaku Yamahata
2008-04-24
2
-3
/
+32
*
xen: definitions which ia64/xen needs
Isaku Yamahata
2008-04-24
1
-1
/
+11
*
xen: definisions which ia64 needs
Isaku Yamahata
2008-04-24
1
-0
/
+10
*
xen: add support for callbackops hypercall
Jeremy Fitzhardinge
2008-04-24
3
-0
/
+112
*
x86: unify pgd ctor/dtor
Jeremy Fitzhardinge
2008-04-24
3
-16
/
+17
*
x86: unify KERNEL_PGD_PTRS
Jeremy Fitzhardinge
2008-04-24
2
-4
/
+3
*
xen: unify pte operations on machine frames
Jeremy Fitzhardinge
2008-04-24
1
-15
/
+15
*
xen: use phys_addr_t when referring to physical addresses
Jeremy Fitzhardinge
2008-04-24
1
-14
/
+2
*
x86: demacro pgalloc paravirt stubs
Jeremy Fitzhardinge
2008-04-24
1
-7
/
+8
*
x86/pgtable.h: demacro ptep_clear_flush_young
Jeremy Fitzhardinge
2008-04-24
1
-8
/
+2
*
x86/pgtable.h: demacro ptep_test_and_clear_young
Jeremy Fitzhardinge
2008-04-24
1
-9
/
+2
*
x86/pgtable.h: demacro ptep_set_access_flags
Jeremy Fitzhardinge
2008-04-24
1
-10
/
+3
*
x86: add pud_alloc for 4-level pagetables
Jeremy Fitzhardinge
2008-04-24
2
-0
/
+14
*
x86: rename paravirt_alloc_pt etc after the pagetable structure
Jeremy Fitzhardinge
2008-04-24
2
-24
/
+24
*
x86: move pgalloc pud and pgd operations into common place
Jeremy Fitzhardinge
2008-04-24
3
-44
/
+30
*
x86: move pmd functions into common asm/pgalloc.h
Jeremy Fitzhardinge
2008-04-24
3
-56
/
+33
*
x86: move pte functions into common asm/pgalloc.h
Jeremy Fitzhardinge
2008-04-24
3
-34
/
+16
*
x86: put paravirt stubs into common asm/pgalloc.h
Jeremy Fitzhardinge
2008-04-24
2
-10
/
+10
*
x86: xen unify x86 add common mm pgtable c fix
Ingo Molnar
2008-04-24
1
-16
/
+1
*
x86: add common mm/pgtable.c
Jeremy Fitzhardinge
2008-04-24
3
-78
/
+18
*
x86: convert pgalloc_64.h from macros to inlines
Jeremy Fitzhardinge
2008-04-24
1
-15
/
+18
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2008-04-22
5
-35
/
+28
|
\
|
*
[PATCH] teach seq_file to discard entries
Al Viro
2008-04-21
1
-0
/
+2
|
*
[PATCH] switch a bunch of LSM hooks from nameidata to path
Al Viro
2008-04-21
1
-26
/
+26
|
*
[PATCH] move a bunch of declarations to fs/internal.h
Al Viro
2008-04-21
3
-9
/
+0
*
|
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...
Linus Torvalds
2008-04-22
3
-1752
/
+1
|
\
\
|
*
|
[IA64] move XP and XPC to drivers/misc/sgi-xp
Dean Nelson
2008-04-22
2
-1752
/
+0
|
*
|
[IA64] simplify notify hooks in mca.c
Hidetoshi Seto
2008-04-22
1
-0
/
+1
|
|
/
*
|
Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6
Linus Torvalds
2008-04-22
3
-5
/
+66
|
\
\
|
*
|
i2c: Renesas SH7760 I2C master driver
Manuel Lauss
2008-04-22
1
-0
/
+22
|
*
|
i2c: Add platform driver on top of the new pca-algorithm
Wolfram Sang
2008-04-22
1
-0
/
+12
|
*
|
i2c-algo-pca: Extend for future drivers
Wolfram Sang
2008-04-22
1
-5
/
+32
|
|
/
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...
Linus Torvalds
2008-04-22
6
-50
/
+65
|
\
\
|
*
|
dlm: linux/{dlm,dlm_device}.h: cleanup for userspace
Mike Frysinger
2008-04-21
2
-1
/
+10
|
*
|
dlm: common max length definitions
David Teigland
2008-04-21
3
-7
/
+4
|
*
|
dlm: move plock code from gfs2
David Teigland
2008-04-21
3
-42
/
+51
*
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2008-04-22
3
-6
/
+14
|
\
\
\
|
*
|
|
HID: export headers properly
Mike Frysinger
2008-04-22
2
-0
/
+3
|
*
|
|
HID: fix race between open() and disconnect() in usbhid
Oliver Neukum
2008-04-22
1
-0
/
+1
|
*
|
|
HID: make hid_input_field and usbhid_modify_dquirk static
Adrian Bunk
2008-04-22
1
-2
/
+0
|
*
|
|
HID: force feedback driver for Logitech Rumblepad 2
Anssi Hannula
2008-04-22
1
-0
/
+1
|
*
|
|
HID: move wait from hid to usbhid
Jiri Slaby
2008-04-22
1
-2
/
+0
|
*
|
|
HID: make function from dbg_hid
Jiri Slaby
2008-04-22
1
-1
/
+5
|
*
|
|
HID: Sunplus Wireless Desktop needs report descriptor fixup
Jiri Kosina
2008-04-22
1
-1
/
+2
|
*
|
|
HID: quirk for MS Wireless Desktop Receiver (model 1028)
Jim Duchek
2008-04-22
1
-0
/
+1
|
*
|
|
HID: fixup fullspeed interval on highspeed Afatech DVB-T IR kbd
Pekka Sarnila
2008-04-22
1
-0
/
+1
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
2008-04-22
4
-200
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
[next]