| Commit message (Expand) | Author | Files | Lines |
2014-06-25 | RAS, extlog: Adjust init flow | Chen, Gong | 1 | -8/+5 |
2014-06-25 | trace, eMCA: Add a knob to adjust where to save event log | Chen, Gong | 1 | -1/+7 |
2014-06-25 | trace, RAS: Add eMCA trace event interface | Chen, Gong | 6 | -8/+158 |
2014-06-25 | RAS, debugfs: Add debugfs interface for RAS subsystem | Chen, Gong | 4 | -1/+85 |
2014-06-25 | CPER: Adjust code flow of some functions | Chen, Gong | 2 | -55/+109 |
2014-06-24 | x86, MCE: Robustify mcheck_init_device | Borislav Petkov | 1 | -4/+6 |
2014-06-23 | trace, AER: Move trace into unified interface | Chen, Gong | 4 | -80/+66 |
2014-06-23 | trace, RAS: Add basic RAS trace event | Chen, Gong | 7 | -3/+19 |
2014-06-22 | x86, MCE: Kill CPU_POST_DEAD | Borislav Petkov | 1 | -5/+4 |
2014-06-22 | Linux 3.16-rc2v3.16-rc2 | Linus Torvalds | 1 | -1/+1 |
2014-06-21 | tracing: Add __field_struct macro for TRACE_EVENT() | Steven Rostedt | 2 | -1/+35 |
2014-06-21 | tracing: syscall_regfunc() should not skip kernel threads | Oleg Nesterov | 1 | -3/+1 |
2014-06-21 | tracing: Change syscall_*regfunc() to check PF_KTHREAD and use for_each_proce... | Oleg Nesterov | 1 | -13/+11 |
2014-06-21 | tracing: Fix syscall_*regfunc() vs copy_process() race | Oleg Nesterov | 2 | -0/+17 |
2014-06-20 | MAINTAINERS: add entry for VMware Balloon driver | Dmitry Torokhov | 2 | -1/+10 |
2014-06-20 | w1: mxc_w1: Fix incorrect "presence" status | Alexander Shiyan | 1 | -1/+1 |
2014-06-20 | imx-drm: parallel-display: Fix DPMS default state. | Denis Carikli | 1 | -0/+7 |
2014-06-20 | staging: android: timed_output: fix use after free of dev | Yi Zhang | 1 | -1/+0 |
2014-06-20 | unicore32: Remove ARCH_HAS_CPUFREQ config option | Stephen Boyd | 1 | -6/+0 |
2014-06-20 | UniCore32: Change git tree location information in MAINTAINERS | Guan Xuetao | 1 | -2/+2 |
2014-06-20 | arch: unicore32: ksyms: export '__cpuc_coherent_kern_range' to avoid compilin... | Chen Gang | 1 | -0/+2 |
2014-06-20 | arch: unicore32: ksyms: export 'pm_power_off' to avoid compiling failure. | Chen Gang | 1 | -0/+1 |
2014-06-20 | arch: unicore32: ksyms: export additional find_first_*() to avoid compiling f... | Chen Gang | 1 | -0/+2 |
2014-06-20 | arch:unicore32:mm: add devmem_is_allowed() to support STRICT_DEVMEM | Chen Gang | 1 | -0/+23 |
2014-06-20 | unicore32: include: asm: add missing ')' for PAGE_* macros in pgtable.h | Chen Gang | 1 | -5/+5 |
2014-06-20 | arch/unicore32/kernel/setup.c: add generic 'screen_info' to avoid compiling f... | Chen Gang | 1 | -0/+4 |
2014-06-20 | drivers: scsi: mvsas: fix compiling issue by adding 'MVS_' for "enum pci_inte... | Chen Gang | 2 | -34/+34 |
2014-06-20 | arch: unicore32: kernel: ksyms: remove 'bswapsi2' and 'muldi3' to avoid compi... | Chen Gang | 2 | -4/+0 |
2014-06-20 | arch/unicore32/kernel/ksyms.c: remove 2 export symbols to avoid compiling fai... | Chen Gang | 1 | -4/+0 |
2014-06-20 | drivers/rtc/rtc-puv3.c: remove "&dev->" for typo issue MIME-Version: 1.0 | Chen Gang | 1 | -1/+1 |
2014-06-20 | drivers/rtc/rtc-puv3.c: use dev_dbg() instead of dev_debug() for typo issue | Chen Gang | 1 | -1/+1 |
2014-06-20 | arch/unicore32/include/asm/io.h: add readl_relaxed() generic definition | Chen Gang | 1 | -0/+4 |
2014-06-20 | arch/unicore32/include/asm/ptrace.h: add generic definition for profile_pc() | Chen Gang | 1 | -0/+1 |
2014-06-20 | arch/unicore32/mm/alignment.c: include "asm/pgtable.h" to avoid compiling error | Chen Gang | 1 | -0/+1 |
2014-06-20 | arch/unicore32/kernel/clock.c: add readl() and writel() for 'PM_' macros | Chen Gang | 1 | -4/+4 |
2014-06-20 | arch/unicore32/kernel/module.c: use __vmalloc_node_range() instead of __vmall... | Chen Gang | 1 | -8/+3 |
2014-06-20 | arch/unicore32/kernel/ksyms.c: remove several undefined exported symbols | Chen Gang | 1 | -33/+0 |
2014-06-19 | Btrfs: fix wrong error handle when the device is missing or is not writeable | Miao Xie | 1 | -7/+15 |
2014-06-19 | Btrfs: fix deadlock when mounting a degraded fs | Miao Xie | 2 | -1/+9 |
2014-06-19 | Btrfs: use bio_endio_nodec instead of open code | Miao Xie | 1 | -8/+1 |
2014-06-19 | Btrfs: fix NULL pointer crash when running balance and scrub concurrently | Wang Shilong | 3 | -7/+6 |
2014-06-19 | btrfs: Skip scrubbing removed chunks to avoid -ENOENT. | Qu Wenruo | 1 | -10/+9 |
2014-06-19 | Btrfs: fix broken free space cache after the system crashed | Miao Xie | 4 | -44/+186 |
2014-06-19 | Btrfs: make free space cache write out functions more readable | Miao Xie | 1 | -66/+93 |
2014-06-19 | Btrfs: remove unused wait queue in struct extent_buffer | Filipe Manana | 1 | -1/+0 |
2014-06-19 | Btrfs: fix deadlocks with trylock on tree nodes | Chris Mason | 1 | -34/+46 |
2014-06-19 | tty/serial: fix 8250 early console option passing to regular console | Rob Herring | 2 | -2/+5 |
2014-06-19 | tty: Correct INPCK handling | Peter Hurley | 1 | -9/+10 |
2014-06-19 | serial: Fix IGNBRK handling | Peter Hurley | 34 | -32/+44 |
2014-06-19 | drm: fix uninitialized acquire_ctx fields (v2) | Rob Clark | 1 | -0/+1 |