summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | qlge: Fix vlan netdev features.Jitendra Kalsaria2014-01-141-0/+2
| * | | net: avoid reference counter overflows on fib_rules in multicast forwardingHannes Frederic Sowa2014-01-142-4/+10
| * | | dm9601: add USB IDs for new dm96xx variantsPeter Korsgaard2014-01-141-0/+12
| * | | MAINTAINERS: add virtio-dev ML for virtioMichael S. Tsirkin2014-01-141-0/+3
| * | | ieee802154: Fix memory leak in ieee802154_add_iface()Christian Engelmayer2014-01-141-2/+4
| * | | net: usbnet: fix SG initialisationBjørn Mork2014-01-131-1/+1
| * | | inet_diag: fix inet_diag_dump_icsk() to use correct state for timewait socketsNeal Cardwell2014-01-131-1/+4
| * | | cxgb4: silence shift wrapping static checker warningDan Carpenter2014-01-131-1/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2014-01-173-3/+8
|\ \ \ \
| * | | | vfs: Fix a regression in mounting procEric W. Biederman2013-11-261-1/+1
| * | | | fork: Allow CLONE_PARENT after setns(CLONE_NEWPID)Eric W. Biederman2013-11-261-1/+1
| * | | | vfs: In d_path don't call d_dname on a mount pointEric W. Biederman2013-11-261-1/+6
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-01-171-1/+1
|\ \ \ \ \
| * | | | | kvm: x86: fix apic_base enable checkAndrew Jones2014-01-151-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2014-01-171-1/+1
|\ \ \ \ \
| * | | | | Revert "arm64: Fix memory shareability attribute for ioremap_wc/cache"Catalin Marinas2014-01-161-1/+1
* | | | | | percpu_counter: unbreak __percpu_counter_add()Hugh Dickins2014-01-171-1/+1
| |_|_|_|/ |/| | | |
| | | | |
| \ \ \ \
*-. \ \ \ \ Merge branches 'sched-urgent-for-linus' and 'timers-urgent-for-linus' of git:...Linus Torvalds2014-01-162-9/+14
|\ \ \ \ \ \
| | * \ \ \ \ Merge branch 'clockevents/3.13-fixes' of git://git.linaro.org/people/daniel.l...Ingo Molnar2014-01-151-8/+13
| | |\ \ \ \ \
| | | * | | | | clocksource: cadence_ttc: Fix mutex taken inside interrupt contextSoren Brinkmann2013-12-301-8/+13
| * | | | | | | sched: Calculate effective load even if local weight is 0Rik van Riel2014-01-121-1/+1
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-01-163-15/+26
|\ \ \ \ \ \ \
| * | | | | | | sched_clock: Disable seqlock lockdep usage in sched_clock()John Stultz2014-01-121-3/+3
| * | | | | | | seqlock: Use raw_ prefix instead of _no_lockdepJohn Stultz2014-01-122-12/+23
| |/ / / / / /
* | | | | | | Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-01-161-1/+1
|\ \ \ \ \ \ \
| * | | | | | | hwmon: (coretemp) Fix truncated name of alarm attributesJean Delvare2014-01-141-1/+1
* | | | | | | | Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2014-01-166-5/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | ARM: 7938/1: OMAP4/highbank: Flush L2 cache before disablingTaras Kondratiuk2014-01-122-0/+2
| * | | | | | | | ARM: 7939/1: traps: fix opcode endianness when read from user memoryTaras Kondratiuk2014-01-111-2/+3
| * | | | | | | | ARM: 7937/1: perf_event: Silence sparse warningStephen Boyd2014-01-111-1/+1
| * | | | | | | | ARM: 7934/1: DT/kernel: fix arch_match_cpu_phys_id to avoid erroneous matchSudeep Holla2014-01-111-1/+1
| * | | | | | | | Revert "ARM: 7908/1: mm: Fix the arm_dma_limit calculation"Russell King2014-01-071-1/+1
* | | | | | | | | Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-01-161-6/+9
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | writeback: Fix data corruption on NFSJan Kara2013-12-141-6/+9
* | | | | | | | | | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-01-161-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | i2c: Re-instate body of i2c_parent_is_i2c_adapter()Stephen Warren2014-01-141-1/+1
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2014-01-157-35/+50
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | 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
OpenPOWER on IntegriCloud