index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2012-02-20
i387: export 'fpu_owner_task' per-cpu variable
Linus Torvalds
1
-0
/
+3
2012-02-20
x86: Specify a size for the cmp in the NMI handler
Steven Rostedt
1
-2
/
+2
2012-02-20
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
3
-5
/
+9
2012-02-20
i387: support lazy restore of FPU state
Linus Torvalds
5
-15
/
+29
2012-02-20
i387: use 'restore_fpu_checking()' directly in task switching code
Linus Torvalds
2
-35
/
+22
2012-02-20
i387: fix up some fpu_counter confusion
Linus Torvalds
3
-1
/
+4
2012-02-20
Merge branch 'fixes-mmc' into fixes
Tony Lindgren
98
-617
/
+945
2012-02-20
ARM: OMAP: Fix build error when mmc_omap is built as module
Tony Lindgren
1
-0
/
+4
2012-02-20
ARM: OMAP: Fix kernel panic with HSMMC when twl4030_gpio is a module
Tony Lindgren
2
-1
/
+7
2012-02-20
xen/pat: Disable PAT support for now.
Konrad Rzeszutek Wilk
2
-4
/
+6
2012-02-20
xen/setup: Remove redundant filtering of PTE masks.
Konrad Rzeszutek Wilk
1
-4
/
+0
2012-02-20
x86/nmi: Test saved %cs in NMI to determine nested NMI case
Steven Rostedt
1
-0
/
+7
2012-02-18
Merge tag 'fixes-3.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...
Linus Torvalds
61
-388
/
+492
2012-02-18
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...
Linus Torvalds
5
-29
/
+40
2012-02-18
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
Merge branch 'for_3.3/fixes/pm' of git://git.kernel.org/pub/scm/linux/kernel/...
Tony Lindgren
52
-1180
/
+345
2012-02-17
[S390] correct ktime to tod clock comparator conversion
Martin Schwidefsky
1
-2
/
+5
2012-02-17
[S390] incorrect PageTables counter for kvm page tables
Martin Schwidefsky
1
-1
/
+1
2012-02-17
[S390] idle: avoid RCU usage in extended quiescent state
Heiko Carstens
1
-2
/
+3
2012-02-17
openrisc: Fix up audit_syscall_[entry|exit]() usage
Jonas Bonn
2
-9
/
+11
2012-02-17
openrisc: include export.h for EXPORT_SYMBOL
Jonas Bonn
2
-0
/
+2
2012-02-17
pxa/hx4700: add platform device and I2C info for AK4641 codec
Axel Lin
1
-0
/
+25
2012-02-16
i387: move AMD K7/K8 fpu fxsave/fxrstor workaround from save to restore
Linus Torvalds
3
-22
/
+16
2012-02-16
i387: do not preload FPU state at task switch time
Linus Torvalds
4
-68
/
+11
2012-02-16
i387: don't ever touch TS_USEDFPU directly, use helper functions
Linus Torvalds
4
-23
/
+58
2012-02-16
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
arch/arm/mach-pxa/: included linux/gpio.h twice
Danny Kukawka
2
-2
/
+0
2012-02-16
arch/arm/mach-mmp/: some files include some headers twice
Danny Kukawka
3
-3
/
+0
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-16
ARM: pxa: fix including linux/gpio.h twice
Danny Kukawka
1
-1
/
+0
2012-02-16
ARM: pxa: fix mixed declarations and code in sharpsl_pm
Haojian Zhuang
1
-2
/
+1
2012-02-16
ARM: pxa: fix wrong parsing gpio event on spitz
Haojian Zhuang
1
-3
/
+2
2012-02-15
ARM: 7327/1: need to include asm/system.h in asm/processor.h
Olof Johansson
1
-0
/
+1
2012-02-15
ARM: 7326/2: PL330: fix null pointer dereference in pl330_chan_ctrl()
Javi Merino
1
-1
/
+2
2012-02-15
ARM: 7164/3: PL330: Fix the size of the dst_cache_ctrl field
Javi Merino
1
-1
/
+1
2012-02-15
ARM: 7325/1: fix v7 boot with lockdep enabled
Rabin Vincent
2
-1
/
+6
2012-02-15
i387: fix sense of sanity check
Linus Torvalds
1
-1
/
+1
2012-02-15
ARM: 7323/1: Do not allow ARM_LPAE on pre-ARMv7 architectures
Catalin Marinas
1
-1
/
+2
2012-02-14
Kbuild: Use dtc's -d (dependency) option
Stephen Warren
1
-1
/
+1
2012-02-14
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...
Linus Torvalds
9
-27
/
+51
2012-02-14
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
ARM: OMAP2+: usb-host: fix compile warning
Felipe Balbi
1
-3
/
+3
2012-02-14
ARM: OMAP4: Move the barrier memboclk_steal() as part of reserve callback
Santosh Shilimkar
6
-11
/
+27
2012-02-14
ARM: OMAP4: cpuidle: Fix the C-state reporting to cpuidle governor.
Santosh Shilimkar
1
-3
/
+2
[prev]
[next]