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
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2012-02-19
Merge tag 'fixes-3.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...
Linus Torvalds
61
-388
/
+492
2012-02-19
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...
Linus Torvalds
5
-29
/
+40
2012-02-19
i387: re-introduce FPU state preloading at context switch time
Linus Torvalds
4
-42
/
+133
2012-02-18
i387: move TS_USEDFPU flag from thread_info to task_struct
Linus Torvalds
6
-32
/
+30
2012-02-17
i387: move AMD K7/K8 fpu fxsave/fxrstor workaround from save to restore
Linus Torvalds
3
-22
/
+16
2012-02-17
i387: do not preload FPU state at task switch time
Linus Torvalds
4
-68
/
+11
2012-02-17
i387: don't ever touch TS_USEDFPU directly, use helper functions
Linus Torvalds
4
-23
/
+58
2012-02-17
i387: move TS_USEDFPU clearing out of __save_init_fpu and into callers
Linus Torvalds
1
-3
/
+6
2012-02-16
i387: fix x86-64 preemption-unsafe user stack save/restore
Linus Torvalds
3
-8
/
+45
2012-02-16
powerpc/perf: power_pmu_start restores incorrect values, breaking frequency e...
Anton Blanchard
1
-1
/
+7
2012-02-16
powerpc: Disable interrupts early in Program Check
Benjamin Herrenschmidt
1
-1
/
+1
2012-02-16
powerpc: Remove legacy iSeries from ppc64_defconfig
Stephen Rothwell
1
-5
/
+0
2012-02-16
powerpc/fsl/pci: Fix PCIe fixup regression
Benjamin Herrenschmidt
1
-19
/
+29
2012-02-16
powerpc: Fix kernel log of oops/panic instruction dump
Ira Snyder
1
-3
/
+3
2012-02-15
i387: fix sense of sanity check
Linus Torvalds
1
-1
/
+1
2012-02-15
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...
Linus Torvalds
9
-27
/
+51
2012-02-15
Merge tag 'stable/for-linus-fixes-3.3-rc3' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
2
-1
/
+8
2012-02-14
powerpc/pseries/eeh: Fix crash when error happens during device probe
Thadeu Lima de Souza Cascardo
2
-2
/
+7
2012-02-14
powerpc/pseries: Fix partition migration hang in stop_topology_update
Brian King
2
-3
/
+8
2012-02-14
powerpc/powernv: Disable interrupts while taking phb->lock
Michael Ellerman
1
-8
/
+14
2012-02-14
powerpc: Fix WARN_ON in decrementer_check_overflow
Benjamin Herrenschmidt
1
-1
/
+5
2012-02-14
powerpc/wsp: Fix IRQ affinity setting
Benjamin Herrenschmidt
1
-1
/
+1
2012-02-14
powerpc: Implement GET_IP/SET_IP
Srikar Dronamraju
1
-8
/
+12
2012-02-14
powerpc/wsp: Permanently enable PCI class code workaround
Benjamin Herrenschmidt
1
-4
/
+4
2012-02-14
Merge branch 'at91-fixes' of git://github.com/at91linux/linux-at91 into fixes
Arnd Bergmann
7
-40
/
+109
2012-02-14
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/...
Arnd Bergmann
5
-11
/
+9
2012-02-14
Merge branch 'omap-fixes-warnings' of git://git.linaro.org/people/rmk/linux-arm
Linus Torvalds
10
-46
/
+64
2012-02-14
Merge branch 'omap-fixes-urgent' of git://git.linaro.org/people/rmk/linux-arm
Linus Torvalds
1
-0
/
+5
2012-02-14
Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm
Linus Torvalds
3
-1
/
+11
2012-02-14
i387: make irq_fpu_usable() tests more robust
Linus Torvalds
2
-8
/
+47
2012-02-14
i387: math_state_restore() isn't called from asm
Linus Torvalds
2
-4
/
+4
2012-02-13
ARM: at91: drop ide driver in favor of the pata one
Jean-Christophe PLAGNIOL-VILLARD
2
-8
/
+5
2012-02-13
ARM: at91: add accessor to manage SMC
Jean-Christophe PLAGNIOL-VILLARD
3
-28
/
+100
2012-02-13
ARM: at91: USB AT91 gadget registration for module
Nicolas Ferre
4
-4
/
+4
2012-02-13
ARM: omap: resolve nebulous 'Error setting wl12xx data'
Russell King
4
-15
/
+33
2012-02-13
ARM: omap: fix wrapped error messages in omap_hwmod.c
Russell King
1
-8
/
+8
2012-02-13
ARM: omap: fix section mismatch warnings in mux.c caused by hsmmc.c
Russell King
1
-7
/
+7
2012-02-13
ARM: omap: fix section mismatch warning for sdp3430_twl_gpio_setup()
Russell King
1
-4
/
+4
2012-02-13
ARM: omap: fix section mismatch error for omap_4430sdp_display_init()
Russell King
1
-1
/
+1
2012-02-13
ARM: omap: fix section mismatch warning for omap_secondary_startup()
Russell King
1
-0
/
+1
2012-02-13
ARM: omap: preemptively fix section mismatch in omap4_sdp4430_wifi_mux_init()
Russell King
1
-1
/
+1
2012-02-13
ARM: omap: fix section mismatch warning in mux.c
Russell King
1
-4
/
+4
2012-02-13
ARM: omap: fix uninformative vc/i2c configuration error message
Russell King
1
-2
/
+2
2012-02-13
ARM: omap: fix vc.c PMIC error message
Russell King
1
-4
/
+2
2012-02-13
ARM: omap: fix prm44xx.c OMAP44XX_IRQ_PRCM build error
Russell King
1
-0
/
+1
2012-02-13
ep93xx: fix build of vision_ep93xx.c
H Hartley Sweeten
1
-1
/
+3
2012-02-13
Merge branch 'v3.3-samsung-fixes-3' of git://git.kernel.org/pub/scm/linux/ker...
Arnd Bergmann
34
-94
/
+268
2012-02-13
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/olof/te...
Arnd Bergmann
4
-13
/
+13
2012-02-10
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-3
/
+0
2012-02-10
ARM: OMAP2xxx: PM: fix OMAP2xxx-specific UART idle bug in v3.3
Paul Walmsley
1
-7
/
+1
[next]