| Commit message (Expand) | Author | Age | Files | Lines |
* | x86/ras: Fix build warnings in <linux/aer.h> | Mike Qiu | 2014-07-30 | 1 | -0/+2 |
* | Merge tag 'please-pull-extlog-trace' into x86/ras | H. Peter Anvin | 2014-07-14 | 22 | -166/+506 |
|\ |
|
| * | RAS, extlog: Adjust init flow | Chen, Gong | 2014-06-25 | 1 | -8/+5 |
| * | trace, eMCA: Add a knob to adjust where to save event log | Chen, Gong | 2014-06-25 | 1 | -1/+7 |
| * | trace, RAS: Add eMCA trace event interface | Chen, Gong | 2014-06-25 | 6 | -8/+158 |
| * | RAS, debugfs: Add debugfs interface for RAS subsystem | Chen, Gong | 2014-06-25 | 4 | -1/+85 |
| * | CPER: Adjust code flow of some functions | Chen, Gong | 2014-06-25 | 2 | -55/+109 |
| * | trace, AER: Move trace into unified interface | Chen, Gong | 2014-06-23 | 4 | -80/+66 |
| * | trace, RAS: Add basic RAS trace event | Chen, Gong | 2014-06-23 | 7 | -3/+19 |
| * | tracing: Add __field_struct macro for TRACE_EVENT() | Steven Rostedt | 2014-06-21 | 2 | -1/+35 |
| * | tracing: syscall_regfunc() should not skip kernel threads | Oleg Nesterov | 2014-06-21 | 1 | -3/+1 |
| * | tracing: Change syscall_*regfunc() to check PF_KTHREAD and use for_each_proce... | Oleg Nesterov | 2014-06-21 | 1 | -13/+11 |
| * | tracing: Fix syscall_*regfunc() vs copy_process() race | Oleg Nesterov | 2014-06-21 | 2 | -0/+17 |
* | | x86, MCE: Robustify mcheck_init_device | Borislav Petkov | 2014-06-24 | 1 | -4/+6 |
* | | x86, MCE: Kill CPU_POST_DEAD | Borislav Petkov | 2014-06-22 | 1 | -5/+4 |
* | | Linux 3.16-rc2v3.16-rc2 | Linus Torvalds | 2014-06-22 | 1 | -1/+1 |
* | | Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2014-06-22 | 6 | -0/+1216 |
|\ \ |
|
| * | | Merge tag 'v3.16-rc1' into i2c/for-next | Wolfram Sang | 2014-06-17 | 2435 | -46522/+105768 |
| |\| |
|
| * | | i2c: sun6-p2wi: fix call to snprintf | Boris BREZILLON | 2014-06-17 | 1 | -1/+1 |
| * | | i2c: rk3x: add NULL entry to the end of_device_id array | Dan Carpenter | 2014-06-12 | 1 | -0/+1 |
| * | | i2c: sun6i-p2wi: use proper return value in probe | Wolfram Sang | 2014-06-12 | 1 | -1/+1 |
| * | | i2c: sunxi: add P2WI (Push/Pull 2 Wire Interface) controller support | Boris BREZILLON | 2014-06-12 | 3 | -0/+359 |
| * | | i2c: sunxi: add P2WI DT bindings documentation | Boris BREZILLON | 2014-06-12 | 1 | -0/+41 |
| * | | i2c: rk3x: add driver for Rockchip RK3xxx SoC I2C adapter | Max Schwarz | 2014-06-12 | 4 | -0/+815 |
* | | | Merge tag 'locks-v3.16-2' of git://git.samba.org/jlayton/linux | Linus Torvalds | 2014-06-22 | 2 | -1/+7 |
|\ \ \ |
|
| * | | | locks: set fl_owner for leases back to current->files | Jeff Layton | 2014-06-10 | 1 | -1/+1 |
| * | | | locks: add missing memory barrier in break_deleg | Jeff Layton | 2014-06-10 | 1 | -0/+6 |
* | | | | Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar... | Linus Torvalds | 2014-06-22 | 4 | -11/+12 |
|\ \ \ \ |
|
| * | | | | kbuild: fix a typo in a kbuild document | Masahiro Yamada | 2014-06-18 | 1 | -1/+1 |
| * | | | | builddeb: fix missing headers in linux-headers package | Fathi Boudra | 2014-06-18 | 1 | -1/+3 |
| * | | | | Documentation: Fix DocBook build with relative $(srctree) | Michal Marek | 2014-06-18 | 1 | -2/+2 |
| * | | | | kbuild: Fix tar-pkg with relative $(objtree) | Michal Marek | 2014-06-18 | 1 | -2/+1 |
| * | | | | deb-pkg: Fix for relative paths | Michal Marek | 2014-06-18 | 1 | -5/+5 |
| | |_|/
| |/| | |
|
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2014-06-22 | 11 | -172/+359 |
|\ \ \ \ |
|
| * | | | | Btrfs: fix wrong error handle when the device is missing or is not writeable | Miao Xie | 2014-06-19 | 1 | -7/+15 |
| * | | | | Btrfs: fix deadlock when mounting a degraded fs | Miao Xie | 2014-06-19 | 2 | -1/+9 |
| * | | | | Btrfs: use bio_endio_nodec instead of open code | Miao Xie | 2014-06-19 | 1 | -8/+1 |
| * | | | | Btrfs: fix NULL pointer crash when running balance and scrub concurrently | Wang Shilong | 2014-06-19 | 3 | -7/+6 |
| * | | | | btrfs: Skip scrubbing removed chunks to avoid -ENOENT. | Qu Wenruo | 2014-06-19 | 1 | -10/+9 |
| * | | | | Btrfs: fix broken free space cache after the system crashed | Miao Xie | 2014-06-19 | 4 | -44/+186 |
| * | | | | Btrfs: make free space cache write out functions more readable | Miao Xie | 2014-06-19 | 1 | -66/+93 |
| * | | | | Btrfs: remove unused wait queue in struct extent_buffer | Filipe Manana | 2014-06-19 | 1 | -1/+0 |
| * | | | | Btrfs: fix deadlocks with trylock on tree nodes | Chris Mason | 2014-06-19 | 1 | -34/+46 |
* | | | | | Merge branch 'for-3.16' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2014-06-22 | 2 | -0/+79 |
|\ \ \ \ \ |
|
| * | | | | | NFSD: fix bug for readdir of pseudofs | Kinglong Mee | 2014-06-17 | 1 | -0/+1 |
| * | | | | | NFSD: Don't hand out delegations for 30 seconds after recalling them. | NeilBrown | 2014-06-17 | 1 | -0/+78 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2014-06-21 | 41 | -126/+1249 |
|\ \ \ \ \ |
|
| * \ \ \ \ | Merge branch 'perf/core' into perf/urgent, to pick up the latest fixes | Ingo Molnar | 2014-06-14 | 39 | -123/+1242 |
| |\ \ \ \ \ |
|
| | * \ \ \ \ | Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/... | Ingo Molnar | 2014-06-13 | 10 | -38/+574 |
| | |\ \ \ \ \ |
|
| | | * | | | | | perf tests: Add test for closing dso objects on EMFILE error | Jiri Olsa | 2014-06-12 | 3 | -0/+78 |