Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_exynos9820
/
f6855f7fb2e22c5675d292dd445ee3c1fc09ac18
/
arch
/
x86
/
kernel
/
mce_64.c
3806204
Remove workaround for unimmunized rcu_dereference from mce_log()
by Paul E. McKenney
· 17 years ago
250c227
x86_64: move kernel
by Thomas Gleixner
· 17 years ago
[Renamed from arch/x86_64/kernel/mce_64.c]
96a6674
x86_64: prepare shared kernel/mce.c
by Thomas Gleixner
· 17 years ago
[Renamed from arch/x86_64/kernel/mce.c]
8f4e956
x86: Stop MCEs and NMIs during code patching
by Andi Kleen
· 17 years ago
22293e5
x86: round_jiffies() for i386 and x86-64 non-critical/corrected MCE polling
by Venki Pallipadi
· 17 years ago
bd78432
x86_64: mcelog tolerant level cleanup
by Tim Hockin
· 17 years ago
e02e68d
x86_64: support poll() on /dev/mcelog
by Tim Hockin
· 17 years ago
f528e7b
x86_64: O_EXCL on /dev/mcelog
by Tim Hockin
· 17 years ago
86313c4
usermodehelper: Tidy up waiting
by Jeremy Fitzhardinge
· 17 years ago
4f84e4b
x86_64: fix misplaced `continue' in mce.c
by Joshua Wise
· 18 years ago
8bb7844
Add suspend-related notifications for CPU hotplug
by Rafael J. Wysocki
· 18 years ago
1eeb66a
move die notifier handling to common code
by Christoph Hellwig
· 18 years ago
8a336b0
[PATCH] x86-64: Dynamically adjust machine check interval
by Tim Hockin
· 18 years ago
a98f0dd
[PATCH] x86-64: Allow to run a program when a machine check event is detected
by Andi Kleen
· 18 years ago
5dfe4c9
[PATCH] mark struct file_operations const 2
by Arjan van de Ven
· 18 years ago
4522d58
Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6
by Linus Torvalds
· 18 years ago
02316067
[PATCH] hotplug CPU: clean up hotcpu_notifier() use
by Ingo Molnar
· 18 years ago
d4c4571
[PATCH] x86-64: Fix kobject_init() WARN_ON on resume from disk
by Rafael J. Wysocki
· 18 years ago
65f27f3
WorkStruct: Pass the work_struct pointer instead of context data
by David Howells
· 18 years ago
52bad64
WorkStruct: Separate delayable and non-delayable events.
by David Howells
· 18 years ago
15d5f83
[PATCH] x86: Refactor thermal throttle processing
by Dmitriy Zavin
· 18 years ago
151f8cc
[PATCH] Remove safe_smp_processor_id()
by Andi Kleen
· 18 years ago
be6b5a3
[PATCH] cpu hotplug: use hotplug version of registration in late inits
by Chandra Seetharaman
· 18 years ago
74b85f3
[PATCH] cpu hotplug: make cpu_notifier related notifier blocks __cpuinit only
by Chandra Seetharaman
· 19 years ago
9c7b216
[PATCH] cpu hotplug: revert init patch submitted for 2.6.17
by Chandra Seetharaman
· 19 years ago
fff2e89
[PATCH] x86_64: mce_amd relocate sysfs files
by Jacob Shin
· 19 years ago
83d722f
[PATCH] Remove __devinit and __cpuinit from notifier_call definitions
by Chandra Seetharaman
· 19 years ago
553f265
[PATCH] x86_64: Don't run NMI watchdog during machine checks
by Andi Kleen
· 19 years ago
9b41046
[PATCH] Don't pass boot parameters to argv_init[]
by OGAWA Hirofumi
· 19 years ago
3d1712c
[PATCH] x86_64: {set,clear,test}_bit() related cleanup and pci_mmcfg_init() fix
by Akinobu Mita
· 19 years ago
7ded568
[PATCH] x86_64: data/functions wrongly marked as __init with cpu hotplug.
by Ashok Raj
· 19 years ago
0a9c3ee
[PATCH] x86_64: Use safe_smp_processor_id in MCE handler
by Andi Kleen
· 19 years ago
4855170
[PATCH] x86_64: Make it clear in machine checks that it's an hardware problem
by Andi Kleen
· 19 years ago
73ca535
[PATCH] x86_64: increase MCE bank counts
by Shaohua Li
· 19 years ago
6e3f361
[PATCH] x86_64: make trap information available to die notification handlers
by Jan Beulich
· 19 years ago
a941564
[PATCH] capable/capability.h (arch/)
by Randy Dunlap
· 19 years ago
e583538
[PATCH] x86_64: Log machine checks from boot on Intel systems
by Andi Kleen
· 19 years ago
89b831e
[PATCH] x86_64: Support for AMD specific MCE Threshold.
by Jacob Shin
· 19 years ago
7644143
[PATCH] x86_64: Fix mce_log
by Mike Waychison
· 19 years ago
9f15833
[PATCH] use add_taint() for setting tainted bit flags
by Randy Dunlap
· 19 years ago
413588c
[PATCH] x86-64: Remove code to resume machine check state of other CPUs.
by Andi Kleen
· 19 years ago
8c566ef
[PATCH] x86-64: Add command line option to set machine check tolerance level
by Andi Kleen
· 19 years ago
673242c
[PATCH] x86-64: Make lockless machine check record passing a bit more robust.
by Andi Kleen
· 19 years ago
d5172f2
[PATCH] x86_64: ignore machine checks from boot time
by Andi Kleen
· 19 years ago
91c6d40
[PATCH] x86_64: Create per CPU machine check sysfs directories
by Andi Kleen
· 19 years ago
b2b1866
[PATCH] RCU: clean up a few remaining synchronize_kernel() calls
by Paul E. McKenney
· 20 years ago
e6982c6
[PATCH] x86_64: Change init sections for CPU hotplug support
by Ashok Raj
· 20 years ago
f0de53b
[PATCH] x86_64: Remove excessive stack allocation in MCE code with large NR_CPUS
by Andi Kleen
· 20 years ago
94ad847
[PATCH] x86_64: Use the extended RIP MSR for machine check reporting if available.
by Andi Kleen
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago