summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Merge tag 'm68k-for-v4.9-tag2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-12-0913-25/+73
| |\ \ \ \ \ \
| | * | | | | | m68k: Fix ndelay() macroBoris Brezillon2016-10-301-1/+1
| | * | | | | | m68k/defconfig: Update defconfigs for v4.9-rc1Geert Uytterhoeven2016-10-3012-24/+72
| * | | | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2016-12-093-2/+6
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'drm-fixes-4.9' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2016-12-083-2/+6
| | |\ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | |
| | | * | | | | | drm/amdgpu: just suspend the hw on pci shutdownAlex Deucher2016-12-073-2/+6
| * | | | | | | | Revert "radix tree test suite: fix compilation"Linus Torvalds2016-12-093-1/+30
| * | | | | | | | Merge branch 'parisc-4.9-5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-12-093-25/+16Star
| |\ \ \ \ \ \ \ \
| | * | | | | | | | parisc: Fix TLB related boot crash on SMP machinesHelge Deller2016-12-081-0/+11
| | * | | | | | | | parisc: Remove unnecessary TLB purges from flush_dcache_page_asm and flush_ic...John David Anglin2016-12-071-21/+1Star
| | * | | | | | | | parisc: Purge TLB before setting PTEJohn David Anglin2016-12-071-4/+4
| | | |_|_|_|_|/ / | | |/| | | | | |
| * | | | | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2016-12-081-6/+8
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge remote-tracking branch 'mkp-scsi/4.9/scsi-fixes' into fixesJames Bottomley2016-11-291-6/+8
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | scsi: lpfc: fix oops/BUG in lpfc_sli_ringtxcmpl_put()Mauricio Faria de Oliveira2016-11-251-6/+8
| * | | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-12-085-31/+9Star
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | kcov: add missing #include <linux/sched.h>Kefeng Wang2016-12-081-0/+1
| | * | | | | | | | | | radix tree test suite: fix compilationMatthew Wilcox2016-12-083-30/+1Star
| | * | | | | | | | | | zram: restrict add/remove attributes to root onlySergey Senozhatsky2016-12-081-1/+7
| |/ / / / / / / / / /
| * | | | | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-12-075-9/+12
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | x86/unwind: Fix guess-unwinder regressionJosh Poimboeuf2016-11-281-3/+6
| | * | | | | | | | | | x86/build: Annotate die() with noreturn to fix build warning on clangPeter Foley2016-11-281-1/+1
| | * | | | | | | | | | x86/platform/olpc: Fix resume handler build warningBorislav Petkov2016-11-281-0/+2
| | * | | | | | | | | | x86/apic/uv: Silence a shift wrapping warningDan Carpenter2016-11-241-2/+2
| | * | | | | | | | | | x86/coredump: Always use user_regs_struct for compat_elf_gregset_tDmitry Safonov2016-11-241-3/+1Star
| * | | | | | | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-12-071-1/+3
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | sched/autogroup: Fix 64-bit kernel nice level adjustmentMike Galbraith2016-11-241-1/+3
| | |/ / / / / / / / / /
| * | | | | | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-074-13/+11Star
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | perf/core: Remove invalid warning from list_update_cgroup_even()tDavid Carrillo-Cisneros2016-12-061-11/+8Star
| | * | | | | | | | | | | perf/x86: Fix full width counter, counter overflowPeter Zijlstra (Intel)2016-12-062-2/+2
| | * | | | | | | | | | | perf/x86/intel: Enable C-state residency events for Knights MillPiotr Luc2016-12-061-0/+1
| * | | | | | | | | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2016-12-074-91/+159
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | lockdep: Fix report formattingDmitry Vyukov2016-12-061-54/+57
| | * | | | | | | | | | | | locking/rtmutex: Use READ_ONCE() in rt_mutex_owner()Thomas Gleixner2016-12-021-2/+3
| | * | | | | | | | | | | | locking/rtmutex: Prevent dequeue vs. unlock raceThomas Gleixner2016-12-021-2/+66
| | * | | | | | | | | | | | locking/selftest: Fix output since KERN_CONT changesMichael Ellerman2016-11-251-33/+33
| | | |/ / / / / / / / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-071-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | objtool: Fix bytes check of lea's rex_prefixJiri Slaby2016-12-061-1/+1
| | | |/ / / / / / / / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2016-12-071-5/+2Star
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | fuse: fix clearing suid, sgid for chown()Miklos Szeredi2016-12-061-5/+2Star
| | | |_|_|_|_|/ / / / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | Revert "default exported asm symbols to zero"Linus Torvalds2016-12-071-1/+0Star
| * | | | | | | | | | | | Don't feed anything but regular iovec's to blk_rq_map_user_iovLinus Torvalds2016-12-071-0/+4
| | |_|_|_|_|/ / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2016-12-061-1/+2
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | dbri: move dereference after check for NULLDan Carpenter2016-12-061-1/+2
| * | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-12-0636-117/+194
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'mlx5-fixes'David S. Miller2016-12-068-42/+53
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | net/mlx5e: Change the SQ/RQ operational state to positive logicMohamad Haj Yahia2016-12-065-13/+17
| | | * | | | | | | | | | | | net/mlx5e: Don't flush SQ on errorSaeed Mahameed2016-12-061-1/+0Star
| | | * | | | | | | | | | | | net/mlx5e: Don't notify HW when filling the edge of ICO SQSaeed Mahameed2016-12-061-1/+1
| | | * | | | | | | | | | | | net/mlx5: Fix query ISSI flowKamal Heib2016-12-063-11/+14
| | | * | | | | | | | | | | | net/mlx5: Remove duplicate pci dev name printKamal Heib2016-12-061-4/+4