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-01-30
x86 setup: add missing prototype; formatting fix
H. Peter Anvin
2
-1
/
+2
2008-01-30
x86 setup: OK -> ok (no need to scream)
H. Peter Anvin
1
-2
/
+2
2008-01-30
x86 setup: be more verbose when probing EDD
devzero@web.de
1
-0
/
+13
2008-01-30
x86 setup: early cmdline parser handle boolean options
devzero@web.de
1
-0
/
+65
2008-01-30
x86 setup: fix constraints in segment accessor functions
H. Peter Anvin
1
-8
/
+8
2008-01-30
x86 setup: display VESA graphics modes in vga=ask menu
H. Peter Anvin
5
-24
/
+61
2008-01-30
x86 setup: use X86_CR0_PE macro instead of hard-coded constant
H. Peter Anvin
1
-1
/
+2
2008-01-30
x86 setup: initialize LDTR and TR to make life easier to Intel VT
H. Peter Anvin
3
-0
/
+14
2008-01-30
x86 setup: make PM transition more paranoid; cleanup 32-bit entry
H. Peter Anvin
1
-12
/
+32
2008-01-30
x86: <asm/segment.h>: boot GDT entries are 32/64-independent
H. Peter Anvin
2
-17
/
+8
2008-01-30
x86: trivial whitespace in kprobes.c
Harvey Harrison
1
-3
/
+3
2008-01-30
x86: move get_segment_eip() to step.c
Harvey Harrison
4
-154
/
+83
2008-01-30
x86: move out tick_nohz_stop_sched_tick() call from the loop
Hiroshi Shimamoto
1
-2
/
+1
2008-01-30
x86: fix UML and -regparm=3
Ingo Molnar
5
-12
/
+25
2008-01-30
x86: big ticket locks
Nick Piggin
1
-27
/
+97
2008-01-30
x86: coding style fixes in arch/x86/pci/fixup.c
Paolo Ciarrocchi
1
-15
/
+15
2008-01-30
x86: use fixup_exception() in traps_64.c
Harvey Harrison
1
-32
/
+15
2008-01-30
x86: more users of PF_ constants in fault_32|64.c
Harvey Harrison
2
-4
/
+5
2008-01-30
x86: introduce __die helper to X86_32
Harvey Harrison
1
-34
/
+42
2008-01-30
x86: change x86 machine check handler to use unlocked_ioctl instead
Nikanth Karthikesan
1
-3
/
+2
2008-01-30
x86/pgtable: explain constant sign extension problem
Jeremy Fitzhardinge
1
-0
/
+5
2008-01-30
xen: mask out PWT too
Jeremy Fitzhardinge
1
-1
/
+1
2008-01-30
x86: unify paravirt pagetable accessors
Jeremy Fitzhardinge
5
-72
/
+121
2008-01-30
x86: unify zero_page definition
Jeremy Fitzhardinge
3
-13
/
+8
2008-01-30
x86: fix warning
Jeremy Fitzhardinge
1
-1
/
+1
2008-01-30
x86: pgtable: unify pte accessors
Jeremy Fitzhardinge
5
-143
/
+113
2008-01-30
x86/vmi: fix compilation as a result of pte_t changes
Jeremy Fitzhardinge
1
-4
/
+4
2008-01-30
x86: page.h: make pte_t a union to always include
Jeremy Fitzhardinge
10
-41
/
+29
2008-01-30
x86: fix pte_modify() bug
Ingo Molnar
1
-1
/
+1
2008-01-30
x86: unify pgtable accessors which use, #2
Ingo Molnar
2
-16
/
+15
2008-01-30
x86: unify pgtable accessors which use
Jeremy Fitzhardinge
5
-36
/
+17
2008-01-30
x86: mask NX from pte_pfn
Jeremy Fitzhardinge
1
-1
/
+1
2008-01-30
x86/pgtable: unify pagetable accessors, #6
Jeremy Fitzhardinge
3
-60
/
+28
2008-01-30
x86/pgtable: unify pagetable accessors, #5
Ingo Molnar
1
-11
/
+6
2008-01-30
x86/pgtable: unify pagetable accessors, #4
Ingo Molnar
1
-0
/
+8
2008-01-30
x86/pgtable: unify pagetable accessors, #3
Ingo Molnar
1
-7
/
+7
2008-01-30
x86/pgtable: unify pagetable accessors, #2
Ingo Molnar
1
-5
/
+5
2008-01-30
x86/pgtable: unify pagetable accessors, #1
Ingo Molnar
1
-9
/
+15
2008-01-30
x86/pgtable: fix constant sign extension problem
Ingo Molnar
1
-12
/
+12
2008-01-30
x86: avoid name conflict for Voyager leave_mm
Jeremy Fitzhardinge
1
-5
/
+5
2008-01-30
x86: move all asm/pgtable constants into one place
Jeremy Fitzhardinge
3
-201
/
+119
2008-01-30
x86: add PWT to NOCACHE flags
Ingo Molnar
2
-3
/
+3
2008-01-30
x86: coding style fixes in arch/x86/ia32/audit.c
Paolo Ciarrocchi
1
-1
/
+1
2008-01-30
x86: make NUMA work on 32-bit again
Mel Gorman
1
-2
/
+11
2008-01-30
x86, ptrace: add bts_struct size to status command
Markus Metzger
2
-3
/
+10
2008-01-30
x86: migration helpers for KVM
Ingo Molnar
1
-0
/
+4
2008-01-30
x86: unify arch/x86/kernel/acpi/sleep*.c
Pavel Machek
4
-188
/
+88
2008-01-30
x86: clean up arch/x86/mm/fault_64.c
Ingo Molnar
1
-3
/
+3
2008-01-30
x86: kprobes: add kprobes smoke tests that run on boot
Ananth N Mavinakayanahalli
5
-0
/
+241
2008-01-30
x86: unify percpu.h
travis@sgi.com
3
-164
/
+141
[next]