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.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
2015-06-08
Merge branch 'x86/asm' into x86/core, to prepare for new patch
Ingo Molnar
82
-2818
/
+2120
2015-06-08
x86/asm/entry/32: Clean up entry_32.S
Ingo Molnar
1
-571
/
+570
2015-06-08
x86/asm/entry: Untangle 'system_call' into two entry points: entry_SYSCALL_64...
Ingo Molnar
6
-14
/
+14
2015-06-08
x86/asm/entry: Untangle 'ia32_sysenter_target' into two entry points: entry_S...
Ingo Molnar
5
-11
/
+12
2015-06-08
x86/asm/entry: Rename compat syscall entry points
Ingo Molnar
8
-15
/
+15
2015-06-07
x86/uapi: Do not export <asm/msr-index.h> as part of the user API headers
Borislav Petkov
4
-4
/
+3
2015-06-07
Merge branch 'x86/ras' into x86/core, to fix conflicts
Ingo Molnar
16
-52
/
+271
2015-06-07
x86: Kill CONFIG_X86_HT
Borislav Petkov
5
-16
/
+12
2015-06-07
x86/mce: Handle Local MCE events
Ashok Raj
2
-6
/
+27
2015-06-07
x86/mce: Add infrastructure to support Local MCE
Ashok Raj
4
-0
/
+54
2015-06-07
x86/mce: Add Local MCE definitions
Ashok Raj
2
-0
/
+7
2015-06-07
x86/asm/entry/64/compat: Rename ia32entry.S -> entry_64_compat.S
Ingo Molnar
3
-2
/
+2
2015-06-05
x86/asm/entry/32: Remove unnecessary optimization in stub32_clone
Denys Vlasenko
1
-7
/
+6
2015-06-05
x86/asm/entry/32: Explain the stub32_clone logic
Denys Vlasenko
1
-0
/
+8
2015-06-05
x86/asm/entry/32: Improve code readability
Ingo Molnar
1
-141
/
+146
2015-06-05
x86/asm/entry/32: Do not use R9 in SYSCALL32 entry point
Denys Vlasenko
1
-11
/
+8
2015-06-05
x86/asm/entry/32: Open-code LOAD_ARGS32
Denys Vlasenko
1
-25
/
+29
2015-06-05
x86/asm/entry/32: Open-code CLEAR_RREGS
Denys Vlasenko
1
-13
/
+20
2015-06-05
x86/asm/entry/32: Simplify the zeroing of pt_regs->r8..r11 in the int80 code ...
Denys Vlasenko
1
-4
/
+9
2015-06-05
x86/asm/entry/64: Remove pointless jump to irq_return
Andy Lutomirski
1
-3
/
+1
2015-06-05
x86/asm/msr: Make wrmsrl_safe() a function
Andy Lutomirski
1
-2
/
+7
2015-06-04
x86/asm/entry: Move the vsyscall code to arch/x86/entry/vsyscall/
Ingo Molnar
9
-6
/
+12
2015-06-04
x86/asm/entry: Move the arch/x86/syscalls/ definitions to arch/x86/entry/sysc...
Ingo Molnar
7
-4
/
+4
2015-06-04
x86/asm/entry: Move arch/x86/include/asm/calling.h to arch/x86/entry/
Ingo Molnar
4
-3
/
+3
2015-06-04
x86/asm/entry: Move the 'thunk' functions to arch/x86/entry/
Ingo Molnar
5
-4
/
+2
2015-06-03
x86/asm/entry, x86/vdso: Move the vDSO code to arch/x86/entry/vdso/
Ingo Molnar
26
-3
/
+5
2015-06-03
x86/asm/entry: Move the compat syscall entry code to arch/x86/entry/
Ingo Molnar
3
-2
/
+5
2015-06-03
x86/asm/entry: Move entry_64.S and entry_32.S to arch/x86/entry/
Ingo Molnar
5
-1
/
+8
2015-06-03
x86/kconfig: Reorganize arch feature Kconfig select's
Ingo Molnar
1
-105
/
+105
2015-06-03
Merge branch 'locking/core' into x86/core, to prepare for dependent patch
Ingo Molnar
60
-96
/
+1397
2015-06-03
lockdep: Do not break user-visible string
Borislav Petkov
1
-2
/
+1
2015-06-03
Merge branches 'x86/mm', 'x86/build', 'x86/apic' and 'x86/platform' into x86/...
Ingo Molnar
122
-3155
/
+3621
2015-06-02
x86/asm/entry/64: Fold identical code paths
Jan Beulich
1
-8
/
+2
2015-06-02
x86/asm/entry/64: Use negative immediates for stack adjustments
Jan Beulich
1
-2
/
+2
2015-06-02
x86/debug: Remove perpetually broken, unmaintainable dwarf annotations
Ingo Molnar
27
-1101
/
+350
2015-06-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
32
-119
/
+174
2015-06-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
Linus Torvalds
12
-59
/
+282
2015-06-02
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-0
/
+1
2015-06-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
1
-4
/
+0
2015-06-02
Merge tag 'wireless-drivers-for-davem-2015-06-01' of git://git.kernel.org/pub...
David S. Miller
5
-27
/
+20
2015-06-02
vti6: Add pmtu handling to vti6_xmit.
Steffen Klassert
1
-0
/
+14
2015-06-02
Revert "net: core: 'ethtool' issue with querying phy settings"
David S. Miller
1
-9
/
+1
2015-06-01
bnx2x: Move statistics implementation into semaphores
Yuval Mintz
3
-11
/
+20
2015-06-01
xen: netback: read hotplug script once at start of day.
Ian Campbell
1
-14
/
+19
2015-06-01
xen: netback: fix printf format string warning
Ian Campbell
1
-1
/
+1
2015-06-01
Revert "netfilter: ensure number of counters is >0 in do_replace()"
Bernhard Thaler
1
-4
/
+0
2015-06-01
include/uapi/linux/virtio_balloon.h: include linux/virtio_types.h
Mikko Rapeli
1
-0
/
+1
2015-06-01
sparc: Resolve conflict between sparc v9 and M7 on usage of bit 9 of TTE
Khalid Aziz
6
-22
/
+104
2015-06-01
sparc64: pci slots information is not populated in sysfs
Eric Snowberg
1
-8
/
+51
2015-06-01
sparc: kernel: GRPCI2: Remove a useless memset
Christophe Jaillet
1
-1
/
+0
[next]