summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | lib/percpu_counter.c: fix __percpu_counter_add()Ming Lei2014-01-151-2/+2
| | * | | | | | | | | | | crash_dump: fix compilation error (on MIPS at least)Qais Yousef2014-01-151-0/+2
| | * | | | | | | | | | | mm: fix crash when using XFS on loopbackMikulas Patocka2014-01-151-1/+4
| | * | | | | | | | | | | MIPS: fix blast_icache32 on loongson2Aaro Koskinen2014-01-152-21/+29
| | * | | | | | | | | | | MIPS: fix case mismatch in local_r4k_flush_icache_range()Huacai Chen2014-01-153-7/+7
| | * | | | | | | | | | | nilfs2: fix segctor bug that causes file system corruptionAndreas Rohner2014-01-151-4/+6
| | | |_|_|_|_|/ / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | Merge tag 'md/3.13-fixes' of git://neil.brown.name/mdLinus Torvalds2014-01-155-14/+29
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | md: fix problem when adding device to read-only array with bitmap.NeilBrown2014-01-142-3/+18
| | * | | | | | | | | | | md/raid10: fix bug when raid10 recovery fails to recover a block.NeilBrown2014-01-141-4/+4
| | * | | | | | | | | | | md/raid5: fix a recently broken BUG_ON().NeilBrown2014-01-141-1/+2
| | * | | | | | | | | | | md/raid1: fix request counting bug in new 'barrier' code.NeilBrown2014-01-141-2/+1
| | * | | | | | | | | | | md/raid10: fix two bugs in handling of known-bad-blocks.NeilBrown2014-01-141-2/+2
| | * | | | | | | | | | | md/raid5: Fix possible confusion when multiple write errors occur.NeilBrown2014-01-141-2/+2
| * | | | | | | | | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-01-1510-14/+29
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / | |/| | | | | | | | | | |
| | * | | | | | | | | | | Merge branch 'drm-nouveau-next' of git://git.freedesktop.org/git/nouveau/linu...Dave Airlie2014-01-156-10/+17
| | |\ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | drm/nouveau: fix null ptr dereferences on some boardsBen Skeggs2014-01-156-10/+17
| | * | | | | | | | | | | | Revert "drm: copy mode type in drm_mode_connector_list_update()"Dave Airlie2014-01-141-1/+1
| | * | | | | | | | | | | | Merge tag 'drm-intel-fixes-2014-01-13' of git://people.freedesktop.org/~danve...Dave Airlie2014-01-143-3/+11
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / / | | |/| | | | | | | | | | |
| | | * | | | | | | | | | | drm/i915/bdw: make sure south port interrupts are enabled properly v2Jesse Barnes2014-01-101-0/+2
| | | * | | | | | | | | | | drm/i915: Don't grab crtc mutexes in intel_modeset_gem_init()Ville Syrjälä2014-01-101-2/+2
| | | * | | | | | | | | | | drm/i915: fix DDI PLLs HW state readout codePaulo Zanoni2014-01-081-1/+7
| * | | | | | | | | | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2014-01-131-9/+13
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | powerpc: Check return value of instance-to-package OF callBenjamin Herrenschmidt2014-01-131-9/+13
| * | | | | | | | | | | | | | Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2014-01-133-9/+10
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | |
| | * | | | | | | | | | | | | x86, fpu, amd: Clear exceptions in AMD FXSAVE workaroundLinus Torvalds2014-01-111-6/+7
| | * | | | | | | | | | | | | ftrace/x86: Load ftrace_ops in parameter not the variable holding itSteven Rostedt2014-01-092-3/+3
| * | | | | | | | | | | | | | Linux 3.13-rc8v3.13-rc8Linus Torvalds2014-01-121-1/+1
| * | | | | | | | | | | | | | SELinux: Fix possible NULL pointer dereference in selinux_inode_permission()Steven Rostedt2014-01-122-3/+22
| * | | | | | | | | | | | | | thp: fix copy_page_rep GPF by testing is_huge_zero_pmd once onlyHugh Dickins2014-01-121-3/+3
| * | | | | | | | | | | | | | block: null_blk: fix queue leak inside removing deviceMing Lei2014-01-121-8/+2
| | |_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'ixgbevf'David S. Miller2014-01-174-370/+403
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | ixgbevf: merge ixgbevf_tx_map and ixgbevf_tx_queue into a single functionEmil Tantilov2014-01-172-140/+133
| * | | | | | | | | | | | | | ixgbevf: redo dma mapping using the tx buffer infoEmil Tantilov2014-01-172-40/+59
| * | | | | | | | | | | | | | ixgbevf: make the first tx_buffer a repository for most of the skb infoEmil Tantilov2014-01-172-95/+130
| * | | | | | | | | | | | | | ixgbevf: add tx countersEmil Tantilov2014-01-171-0/+2
| * | | | | | | | | | | | | | ixgbevf: remove counters for Tx/Rx checksum offloadEmil Tantilov2014-01-173-20/+9
| * | | | | | | | | | | | | | ixgbevf: move ring specific stats into ring specific structureEmil Tantilov2014-01-173-44/+62
| * | | | | | | | | | | | | | ixgbevf: make use of the dev pointer in the ixgbevf_ring structEmil Tantilov2014-01-173-84/+61
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge branch 'i40e'David S. Miller2014-01-1718-299/+1711
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | i40e: Fix device ID define names to align to standardShannon Nelson2014-01-177-70/+70
| * | | | | | | | | | | | | | i40e: add DCB option to KconfigNeerav Parikh2014-01-172-0/+10
| * | | | | | | | | | | | | | i40e: add DCB and DCBNL supportNeerav Parikh2014-01-174-20/+669
| * | | | | | | | | | | | | | i40e: implement DCB support infastructureNeerav Parikh2014-01-175-15/+712
| * | | | | | | | | | | | | | i40e: refactor flow directorAnjali Singhai Jain2014-01-173-160/+221
| * | | | | | | | | | | | | | i40e: rename definesJesse Brandeburg2014-01-174-33/+33
| * | | | | | | | | | | | | | i40e: whitespace fixesJesse Brandeburg2014-01-174-5/+5
| * | | | | | | | | | | | | | i40e: Change firmware workaroundJesse Brandeburg2014-01-172-7/+2
| * | | | | | | | | | | | | | i40e: fix compile warning on checksum_localJesse Brandeburg2014-01-171-1/+1
| * | | | | | | | | | | | | | Bluetooth: remove direct compilation of 6lowpan_iphc.cStephen Warren2014-01-171-4/+0
* | | | | | | | | | | | | | | Bluetooth: remove direct compilation of 6lowpan_iphc.cStephen Warren2014-01-171-4/+0
|/ / / / / / / / / / / / / /