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.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-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
2009-02-05
modpost: NOBITS sections may point beyond the end of the file
Tejun Heo
1
-1
/
+4
2009-02-05
x86: style cleanups for xen assemblies
Tejun Heo
3
-204
/
+219
2009-02-05
Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...
Ingo Molnar
21
-1178
/
+1379
2009-02-05
xen: use direct ops on 64-bit
Jeremy Fitzhardinge
1
-13
/
+1
2009-02-05
xen: make direct versions of irq_enable/disable/save/restore to common code
Jeremy Fitzhardinge
5
-231
/
+169
2009-02-05
xen: setup percpu data pointers
Jeremy Fitzhardinge
3
-3
/
+20
2009-02-05
Merge branch 'core/percpu' into x86/paravirt
H. Peter Anvin
68
-310
/
+586
2009-02-05
xen: fix 32-bit build resulting from mmu move
Jeremy Fitzhardinge
1
-0
/
+37
2009-02-04
x86/paravirt: return full 64-bit result
Jeremy Fitzhardinge
1
-1
/
+1
2009-02-03
x86, percpu: fix kexec with vmlinux
Yinghai Lu
1
-2
/
+3
2009-02-02
x86/vmi: fix interrupt enable/disable/save/restore calling convention.
Jeremy Fitzhardinge
1
-4
/
+5
2009-02-02
x86/paravirt: don't restore second return reg
Jeremy Fitzhardinge
1
-2
/
+2
2009-01-31
Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...
Ingo Molnar
66
-303
/
+566
2009-01-31
Merge branch 'master' into tj-percpu
Tejun Heo
58
-283
/
+533
2009-01-31
xen: setup percpu data pointers
Jeremy Fitzhardinge
2
-1
/
+7
2009-01-31
x86: split loading percpu segments from loading gdt
Jeremy Fitzhardinge
2
-6
/
+13
2009-01-31
x86: pass in cpu number to switch_to_new_gdt()
Brian Gerst
5
-12
/
+12
2009-01-31
x86: UV fix uv_flush_send_and_wait()
Cliff Wickman
1
-1
/
+1
2009-01-31
x86/paravirt: fix missing callee-save call on pud_val
Jeremy Fitzhardinge
1
-4
/
+4
2009-01-31
x86/paravirt: use callee-saved convention for pte_val/make_pte/etc
Jeremy Fitzhardinge
3
-88
/
+67
2009-01-31
x86/paravirt: implement PVOP_CALL macros for callee-save functions
Jeremy Fitzhardinge
1
-35
/
+99
2009-01-31
x86/paravirt: add register-saving thunks to reduce caller register pressure
Jeremy Fitzhardinge
6
-49
/
+132
2009-01-31
x86/paravirt: selectively save/restore regs around pvops calls
Jeremy Fitzhardinge
1
-35
/
+65
2009-01-31
x86: fix paravirt clobber in entry_64.S
Jeremy Fitzhardinge
1
-1
/
+1
2009-01-31
x86/pvops: add a paravirt_ident functions to allow special patching
Jeremy Fitzhardinge
4
-9
/
+98
2009-01-31
xen: move remaining mmu-related stuff into mmu.c
Jeremy Fitzhardinge
4
-730
/
+712
2009-01-31
Merge branch 'core/percpu' into x86/paravirt
H. Peter Anvin
1333
-12264
/
+24882
2009-01-31
linker script: use separate simpler definition for PERCPU()
Tejun Heo
1
-5
/
+17
2009-01-30
Allow opportunistic merging of VM_CAN_NONLINEAR areas
Linus Torvalds
1
-1
/
+4
2009-01-30
Merge branch 'linus' into core/percpu
Ingo Molnar
293
-4196
/
+10165
2009-01-30
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...
Linus Torvalds
10
-30
/
+49
2009-01-30
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
11
-133
/
+249
2009-01-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
35
-119
/
+225
2009-01-30
Add enable_ms to jsm driver
Paul Larson
1
-0
/
+6
2009-01-30
cfq-iosched: Allow RT requests to pre-empt ongoing BE timeslice
Divyesh Shah
1
-1
/
+38
2009-01-30
block: add sysfs file for controlling io stats accounting
Jens Axboe
3
-36
/
+88
2009-01-30
Mark mandatory elevator functions in the biodoc.txt
Nikanth Karthikesan
1
-3
/
+3
2009-01-30
include/linux: Add bsg.h to the Kernel exported headers
Boaz Harrosh
1
-0
/
+1
2009-01-30
block: silently error an unsupported barrier bio
Jens Axboe
1
-0
/
+5
2009-01-30
block: Fix documentation for blkdev_issue_flush()
Theodore Ts'o
1
-1
/
+1
2009-01-30
block: add bio_rw_flagged() for testing bio->bi_rw
Jens Axboe
1
-10
/
+18
2009-01-30
block: seperate bio/request unplug and sync bits
Jens Axboe
3
-8
/
+17
2009-01-30
block: export SSD/non-rotational queue flag through sysfs
Bartlomiej Zolnierkiewicz
1
-1
/
+29
2009-01-30
Fix small typo in bio.h's documentation
Alberto Bertogli
1
-1
/
+1
2009-01-30
block: get rid of the manual directory counting in blktrace
Jens Axboe
1
-51
/
+21
2009-01-30
block: Allow empty integrity profile
Martin K. Petersen
1
-11
/
+14
2009-01-30
block: Remove obsolete BUG_ON
Martin K. Petersen
1
-1
/
+0
2009-01-30
block: Don't verify integrity metadata on read error
Martin K. Petersen
2
-11
/
+15
2009-01-30
ext4: Remove bogus BUG() check in ext4_bmap()
Theodore Ts'o
1
-3
/
+0
2009-01-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
Linus Torvalds
9
-161
/
+121
[next]