| Commit message (Expand) | Author | Age | Files | Lines |
* | sb_edac: add support for Haswell based systems | Aristeu Rozanski | 2014-06-26 | 2 | -26/+351 |
* | sb_edac: Fix mix tab/spaces alignments | Mauro Carvalho Chehab | 2014-06-26 | 1 | -3/+3 |
* | edac: add DDR4 and RDDR4 | Aristeu Rozanski | 2014-06-26 | 2 | -1/+8 |
* | sb_edac: remove bogus assumption on mc ordering | Aristeu Rozanski | 2014-06-26 | 1 | -4/+0 |
* | sb_edac: make minimal use of channel_mask | Aristeu Rozanski | 2014-06-26 | 1 | -0/+3 |
* | sb_edac: fix socket detection on Ivy Bridge controllers | Aristeu Rozanski | 2014-06-26 | 1 | -1/+1 |
* | sb_edac: update Kconfig description | Aristeu Rozanski | 2014-06-26 | 1 | -2/+2 |
* | sb_edac: search devices using product id | Aristeu Rozanski | 2014-06-26 | 1 | -215/+137 |
* | sb_edac: make RIR limit retrieval per model | Aristeu Rozanski | 2014-06-26 | 1 | -3/+10 |
* | sb_edac: make node id retrieval per model | Aristeu Rozanski | 2014-06-26 | 1 | -4/+11 |
* | sb_edac: make memory type detection per memory controller | Aristeu Rozanski | 2014-06-26 | 1 | -16/+28 |
* | 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 |
| | | * | | | | | perf tests: Add test for caching dso file descriptors | Jiri Olsa | 2014-06-12 | 3 | -4/+138 |
| | | * | | | | | perf tests: Allow reuse of test_file function | Jiri Olsa | 2014-06-12 | 1 | -1/+5 |
| | | * | | | | | perf tests: Spawn child for each test | Jiri Olsa | 2014-06-12 | 1 | -1/+31 |
| | | * | | | | | perf tools: Add dso__data_* interface descriptons | Jiri Olsa | 2014-06-12 | 2 | -0/+97 |