| Commit message (Expand) | Author | Age | Files | Lines |
* | signals: avoid random wakeups in sigsuspend() | Sasha Levin | 2016-02-05 | 1 | -2/+4 |
* | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds | 2016-02-04 | 3 | -4/+22 |
|\ |
|
| * | arm64: asm: Explicitly include linux/personality.h in asm/page.h | Mark Brown | 2016-02-03 | 1 | -0/+1 |
| * | arm64: futex.h: Add missing PAN toggling | James Morse | 2016-02-02 | 1 | -0/+2 |
| * | arm64: allow vmalloc regions to be set with set_memory_* | Ard Biesheuvel | 2016-02-02 | 1 | -4/+19 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shl... | Linus Torvalds | 2016-02-04 | 8 | -56/+61 |
|\ \ |
|
| * \ | Merge branch 'mymd/for-next' into mymd/for-linus | Shaohua Li | 2016-02-03 | 8 | -56/+61 |
| |\ \ |
|
| | * | | md-cluster: delete useless code | Shaohua Li | 2016-01-24 | 1 | -4/+0 |
| | * | | md-cluster: fix missing memory free | Shaohua Li | 2016-01-24 | 1 | -1/+5 |
| | * | | raid6/algos.c : bug fix : Add the missing definitions to the pq.h file | Gayatri Kammela | 2016-01-21 | 1 | -0/+2 |
| | * | | MD: add myself as MD maintainer | Shaohua Li | 2016-01-20 | 1 | -0/+1 |
| | * | | MD: rename some functions | Shaohua Li | 2016-01-20 | 4 | -51/+53 |
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo... | Linus Torvalds | 2016-02-04 | 100 | -53101/+20 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | staging/rdma: remove deprecated ipath driver | Doug Ledford | 2016-02-03 | 41 | -30440/+0 |
| * | | | staging/rdma: remove deprecated ehca driver | Doug Ledford | 2016-02-03 | 35 | -13582/+0 |
| * | | | staging/rdma: remove deprecated amso1100 driver | Doug Ledford | 2016-02-03 | 27 | -9064/+0 |
| * | | | IB/core: Set correct payload length for RoCEv2 over IPv6 | Moni Shoua | 2016-02-02 | 1 | -3/+4 |
| * | | | IB/mlx5: Use MLX5_GET to correctly get end of padding mode | Maor Gottlieb | 2016-02-02 | 1 | -1/+1 |
| * | | | IB/mlx5: Fix use of null pointer PD | Majd Dibbiny | 2016-02-02 | 1 | -9/+9 |
| * | | | IB/mlx5: Fix reqlen validation in mlx5_ib_alloc_ucontext | Majd Dibbiny | 2016-02-02 | 1 | -1/+3 |
| * | | | IB/mlx5: Add CREATE_CQ and CREATE_QP to uverbs_ex_cmd_mask | Matan Barak | 2016-02-02 | 1 | -1/+3 |
| | |/
| |/| |
|
* | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2016-02-03 | 22 | -193/+269 |
|\ \ \ |
|
| * | | | mm: fix memory leak in copy_huge_pmd() | Matthew Wilcox | 2016-02-03 | 1 | -7/+10 |
| * | | | drivers/hwspinlock: fix race between radix tree insertion and lookup | Matthew Wilcox | 2016-02-03 | 1 | -0/+4 |
| * | | | radix-tree: fix race in gang lookup | Matthew Wilcox | 2016-02-03 | 2 | -2/+26 |
| * | | | mm/vmpressure.c: fix subtree pressure detection | Vladimir Davydov | 2016-02-03 | 1 | -2/+1 |
| * | | | mm: polish virtual memory accounting | Konstantin Khlebnikov | 2016-02-03 | 4 | -11/+28 |
| * | | | mm: warn about VmData over RLIMIT_DATA | Konstantin Khlebnikov | 2016-02-03 | 3 | -6/+38 |
| * | | | Documentation: cgroup-v2: add memory.stat::sock description | Johannes Weiner | 2016-02-03 | 1 | -0/+4 |
| * | | | mm: memcontrol: drop superfluous entry in the per-memcg stats array | Johannes Weiner | 2016-02-03 | 1 | -1/+1 |
| * | | | drivers/scsi/sg.c: mark VMA as VM_IO to prevent migration | Kirill A. Shutemov | 2016-02-03 | 1 | -1/+1 |
| * | | | proc: revert /proc/<pid>/maps [stack:TID] annotation | Johannes Weiner | 2016-02-03 | 5 | -106/+48 |
| * | | | numa: fix /proc/<pid>/numa_maps for hugetlbfs on s390 | Michael Holzheu | 2016-02-03 | 1 | -3/+4 |
| * | | | MAINTAINERS: update Seth email | Seth Jennings | 2016-02-03 | 1 | -2/+2 |
| * | | | ocfs2/cluster: fix memory leak in o2hb_region_release | Joseph Qi | 2016-02-03 | 1 | -6/+8 |
| * | | | lib/test-string_helpers.c: fix and improve string_get_size() tests | Vitaly Kuznetsov | 2016-02-03 | 1 | -18/+49 |
| * | | | thp: limit number of object to scan on deferred_split_scan() | Kirill A. Shutemov | 2016-02-03 | 1 | -4/+6 |
| * | | | thp: change deferred_split_count() to return number of THP in queue | Kirill A. Shutemov | 2016-02-03 | 1 | -7/+8 |
| * | | | thp: make split_queue per-node | Kirill A. Shutemov | 2016-02-03 | 3 | -23/+37 |
* | | | | Merge tag 'for-linus-4.5-2' of git://git.code.sf.net/p/openipmi/linux-ipmi | Linus Torvalds | 2016-02-03 | 1 | -2/+1 |
|\ \ \ \ |
|
| * | | | | ipmi: put acpi.h with the other headers | Tony Camuso | 2016-02-03 | 1 | -2/+1 |
* | | | | | Merge tag 'devicetree-fixes-for-4.5' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2016-02-03 | 2 | -2/+19 |
|\ \ \ \ \ |
|
| * | | | | | of: drop symbols declared by _OF_DECLARE() from modules | Masahiro Yamada | 2016-01-25 | 1 | -1/+1 |
| * | | | | | MAINTAINERS: Add missing platform maintainers for dts files | Rob Herring | 2016-01-25 | 1 | -1/+18 |
* | | | | | | Merge tag 'nfs-for-4.5-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2016-02-03 | 4 | -68/+62 |
|\ \ \ \ \ \ |
|
| * | | | | | | NFS: Cleanup - rename NFS_LAYOUT_RETURN_BEFORE_CLOSE | Trond Myklebust | 2016-01-27 | 4 | -9/+9 |
| * | | | | | | pNFS: Fix missing layoutreturn calls | Trond Myklebust | 2016-01-26 | 1 | -62/+56 |
| |/ / / / / |
|
* | | | | | | Merge tag 'trace-v4.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2016-02-03 | 1 | -0/+7 |
|\ \ \ \ \ \ |
|
| * | | | | | | tracing/stacktrace: Show entire trace if passed in function not found | Steven Rostedt | 2016-01-29 | 1 | -0/+7 |
| |/ / / / / |
|
* | | | | | | mm: retire GUP WARN_ON_ONCE that outlived its usefulness | Hugh Dickins | 2016-02-03 | 2 | -8/+1 |
| |_|/ / /
|/| | | | |
|