summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-11-21Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds71-2272/+1979
2013-11-21Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds4-7/+17
2013-11-21Merge tag 'md/3.13' of git://neil.brown.name/mdLinus Torvalds8-186/+592
2013-11-21bridge: flush br's address entry in fdb when remove theDing Tianhong1-0/+2
2013-11-21net: core: Always propagate flag changes to interfacesVlad Yasevich1-1/+1
2013-11-21ipv4: fix race in concurrent ip_route_input_slow()Alexei Starovoitov1-2/+6
2013-11-21Merge branch 'r8152'David S. Miller1-64/+50
2013-11-21r8152: fix incorrect type in assignmenthayeswang1-9/+9
2013-11-21r8152: support stopping/waking tx queuehayeswang1-0/+22
2013-11-21r8152: modify the tx flowhayeswang1-43/+3
2013-11-21r8152: fix tx/rx memory overflowhayeswang1-13/+17
2013-11-20iscsi-target: Expose default_erl as TPG attributeNicholas Bellinger6-7/+36
2013-11-20target_core_configfs: split up ALUA supported statesHannes Reinecke1-43/+84
2013-11-20target_core_alua: Make supported states configurableHannes Reinecke1-0/+50
2013-11-20target_core_alua: Store supported ALUA statesHannes Reinecke3-6/+20
2013-11-20target_core_alua: Rename ALUA_ACCESS_STATE_OPTIMIZEDHannes Reinecke2-6/+6
2013-11-20target_core_alua: spellcheckHannes Reinecke1-9/+9
2013-11-20target core: rename (ex,im)plict -> (ex,im)plicitHannes Reinecke10-101/+101
2013-11-20hwmon: (acpi_power_meter) Fix acpi_bus_get_device() return value checkYijing Wang1-3/+2
2013-11-20kvm: mmu: delay mmu audit activationSasha Levin1-1/+1
2013-11-20avr32: uapi: be sure of "_UAPI" prefix for all guard macrosChen Gang31-102/+56
2013-11-20avr32: add kprobe_ctlblk memory structEirik Aanonsen1-0/+14
2013-11-20avr32: fix out-of-range jump in large kernelsAndreas Bießmann2-2/+6
2013-11-20avr32: setup crt for early panic()Andreas Bießmann2-25/+25
2013-11-20percpu-refcount: Add percpu-refcount.o to obj-yRandy Dunlap1-2/+2
2013-11-20iscsi-target: Do not reject non-immediate CmdSNs exceeding MaxCmdSNNicholas Bellinger2-8/+11
2013-11-20iscsi-target: Convert iscsi_session statistics to atomic_long_tNicholas Bellinger6-50/+25
2013-11-20Squashfs: Check stream is not NULL in decompressor_multi.cPhillip Lougher1-4/+3
2013-11-20Squashfs: Directly decompress into the page cache for file dataPhillip Lougher5-1/+336
2013-11-20Squashfs: Restructure squashfs_readpage()Phillip Lougher4-71/+118
2013-11-20Squashfs: Generalise paging handling in the decompressorsPhillip Lougher13-67/+163
2013-11-20Squashfs: add multi-threaded decompression using percpu variablePhillip Lougher3-20/+145
2013-11-20squashfs: Enhance parallel I/OMinchan Kim3-1/+221
2013-11-20Squashfs: Refactor decompressor interface and codePhillip Lougher11-136/+216
2013-11-20blk-mq: add blktrace insert event traceJens Axboe1-0/+2
2013-11-20virtio-blk: virtqueue_kick() must be ordered with other virtqueue operationsShaohua Li1-2/+3
2013-11-20aacraid: prevent invalid pointer dereferenceMahesh Rajashekhara1-1/+2
2013-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds129-1432/+1437
2013-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2-3/+0
2013-11-20Merge tag 'please-pull-fixia64' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2013-11-20parisc: size_t is unsigned, so comparison size < 0 doesn't make sense.Helge Deller1-1/+1
2013-11-20nfsd4: fix xdr decoding of large non-write compoundsJ. Bruce Fields1-1/+2
2013-11-20aio: nullify aio->ring_pages after freeing itSasha Levin1-1/+3
2013-11-20aio: prevent double free in ioctx_allocSasha Levin1-1/+0
2013-11-20parisc: improve SIGBUS/SIGSEGV error reportingHelge Deller1-2/+20
2013-11-20parisc: break out SOCK_NONBLOCK define to own asm header fileHelge Deller2-8/+14
2013-11-20parisc: do not inline pa_memcpy() internal functionsHelge Deller1-2/+2
2013-11-20Revert "parisc: implement full version of access_ok()"Helge Deller1-42/+4
2013-11-20kernel/bounds: avoid circular dependencies in generated headersKirill A. Shutemov1-1/+1
2013-11-20Merge branch 'genetlink_mcast'David S. Miller33-513/+518