Age | Commit message (Expand) | Author | Files | Lines |
2017-09-07 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -2/+1 |
2017-09-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2 | -0/+36 |
2017-09-04 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2 | -21/+7 |
2017-09-04 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -5/+0 |
2017-08-25 | futex: Remove duplicated code and fix undefined behaviour | Jiri Slaby | 1 | -21/+5 |
2017-08-25 | Merge branch 'linus' into locking/core, to pick up fixes | Ingo Molnar | 4 | -15/+15 |
2017-08-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 4 | -15/+15 |
2017-08-21 | sparc: kernel/pcic: silence gcc 7.x warning in pcibios_fixup_bus() | Thomas Petazzoni | 1 | -1/+1 |
2017-08-21 | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar | 1 | -5/+0 |
2017-08-17 | arch: Remove spin_unlock_wait() arch-specific definitions | Paul E. McKenney | 1 | -5/+0 |
2017-08-16 | sparc64: remove unnecessary log message | Tushar Dave | 1 | -2/+0 |
2017-08-16 | sparc64: Don't clibber fixed registers in __multi4. | David S. Miller | 1 | -12/+12 |
2017-08-11 | Merge branch 'linus' into locking/core, to resolve conflicts | Ingo Molnar | 6 | -11/+63 |
2017-08-11 | mm: add pmd_t initializer __pmd() to work around a GCC bug. | Zi Yan | 1 | -0/+2 |
2017-08-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 6 | -11/+63 |
2017-08-10 | locking/atomic: Fix atomic_set_release() for 'funny' architectures | Peter Zijlstra | 1 | -0/+2 |
2017-08-10 | bpf, sparc64: implement jiting of BPF_J{LT, LE, SLT, SLE} | Daniel Borkmann | 1 | -0/+34 |
2017-08-07 | Merge tag 'mlx5-shared-2017-08-07' of git://git.kernel.org/pub/scm/linux/kern... | David S. Miller | 7 | -18/+48 |
2017-08-04 | sparc64: Increase max_phys_bits to 51 and VA bits to 53 for M8. | Vijay Kumar | 1 | -1/+11 |
2017-08-04 | sparc64: recognize and support sparc M8 cpu type | Allen Pais | 6 | -2/+30 |
2017-08-04 | sparc64: properly name the cpu constants | Allen Pais | 2 | -8/+22 |
2017-08-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc | Linus Torvalds | 7 | -18/+48 |
2017-08-04 | sparc64: Fix exception handling in UltraSPARC-III memcpy. | David S. Miller | 1 | -2/+2 |
2017-08-04 | sock: add SOCK_ZEROCOPY sockopt | Willem de Bruijn | 1 | -0/+2 |
2017-08-04 | crypto: algapi - make crypto_xor() take separate dst and src arguments | Ard Biesheuvel | 1 | -2/+1 |
2017-07-22 | Merge tag 'tty-4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -1/+1 |
2017-07-20 | sparc: defconfig: Cleanup from old Kconfig options | Krzysztof Kozlowski | 2 | -8/+0 |
2017-07-20 | sparc64: Register hugepages during arch init | Nitin Gupta | 1 | -1/+24 |
2017-07-18 | sparc64: Prevent perf from running during super critical sections | Rob Gardner | 3 | -7/+22 |
2017-07-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc | Linus Torvalds | 5 | -75/+139 |
2017-07-17 | tty: Fix TIOCGPTPEER ioctl definition | Gleb Fotengauer-Malinovskiy | 1 | -1/+1 |
2017-07-15 | Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -1/+0 |
2017-07-14 | sparc64: Measure receiver forward progress to avoid send mondo timeout | Jane Chu | 4 | -70/+132 |
2017-07-13 | Merge tag 'kbuild-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds | 2 | -1/+2 |
2017-07-13 | mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s... | Michal Hocko | 1 | -1/+1 |
2017-07-13 | kernel/watchdog: introduce arch_touch_nmi_watchdog() | Nicholas Piggin | 2 | -4/+3 |
2017-07-12 | SPARC64: Fix sun4v DMA panic | Tushar Dave | 1 | -5/+7 |
2017-07-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc | Linus Torvalds | 7 | -20/+57 |
2017-07-11 | sparc: move generic-y of exported headers to uapi/asm/Kbuild | Masahiro Yamada | 2 | -1/+2 |
2017-07-11 | lib/extable.c: use bsearch() library function in search_extable() | Thomas Meyer | 1 | -14/+14 |
2017-07-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next | Linus Torvalds | 23 | -492/+889 |
2017-07-08 | Merge tag 'kbuild-thinar-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -8/+8 |
2017-07-07 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -1/+2 |
2017-07-07 | Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -2/+0 |
2017-07-07 | Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 5 | -58/+62 |
2017-07-07 | mm/hugetlb: add size parameter to huge_pte_offset() | Punit Agrawal | 1 | -1/+2 |
2017-07-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2 | -3/+13 |
2017-07-04 | Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -7/+11 |
2017-07-04 | Merge tag 'tty-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -1/+2 |
2017-07-04 | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -2/+0 |