| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2016-07-26 | 1 | -1/+1 |
|\ |
|
| * | genirq: Add affinity hint to irq allocation | Thomas Gleixner | 2016-07-04 | 1 | -1/+1 |
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2016-07-25 | 7 | -39/+114 |
|\ \
| |/
|/| |
|
| * | locking/atomic: Remove linux/atomic.h:atomic_fetch_or() | Peter Zijlstra | 2016-06-16 | 2 | -3/+0 |
| * | locking/atomic, arch/sparc: Implement atomic{,64}_fetch_{add,sub,and,or,xor}() | Peter Zijlstra | 2016-06-16 | 6 | -34/+105 |
| * | locking/spinlock, arch: Update and fix spin_unlock_wait() implementations | Peter Zijlstra | 2016-06-14 | 2 | -5/+12 |
* | | sparc: get rid of superfluous __GFP_REPEAT | Michal Hocko | 2016-06-25 | 1 | -4/+2 |
* | | tree wide: get rid of __GFP_REPEAT for order-0 allocations part I | Michal Hocko | 2016-06-25 | 1 | -4/+2 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc | Linus Torvalds | 2016-06-01 | 11 | -100/+215 |
|\ |
|
| * | sparc64: Fix return from trap window fill crashes. | David S. Miller | 2016-05-30 | 5 | -52/+116 |
| * | sparc: Harden signal return frame checks. | David S. Miller | 2016-05-29 | 5 | -45/+92 |
| * | sparc64: Take ctx_alloc_lock properly in hugetlb_setup(). | David S. Miller | 2016-05-25 | 1 | -3/+7 |
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2016-05-26 | 1 | -7/+7 |
|\ \
| |/
|/| |
|
| * | Merge tag 'perf-core-for-mingo-20160516' of git://git.kernel.org/pub/scm/linu... | Ingo Molnar | 2016-05-20 | 1 | -7/+7 |
| |\ |
|
| | * | perf core: Add a 'nr' field to perf_event_callchain_context | Arnaldo Carvalho de Melo | 2016-05-17 | 1 | -3/+3 |
| | * | perf core: Pass max stack as a perf_callchain_entry context | Arnaldo Carvalho de Melo | 2016-05-17 | 1 | -7/+7 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc | Linus Torvalds | 2016-05-23 | 17 | -85/+130 |
|\ \ \ |
|
| * | | | sparc64: Reduce TLB flushes during hugepte changes | Nitin Gupta | 2016-05-21 | 6 | -51/+97 |
| * | | | sparc32: drop superfluous cast in calls to __nocache_pa() | Sam Ravnborg | 2016-05-21 | 2 | -3/+3 |
| * | | | sparc32: fix build with STRICT_MM_TYPECHECKS | Sam Ravnborg | 2016-05-21 | 5 | -11/+14 |
| * | | | sparc32: use proper prototype for trapbase | Sam Ravnborg | 2016-05-21 | 3 | -5/+3 |
| * | | | sparc32: drop local prototype in kgdb_32 | Sam Ravnborg | 2016-05-21 | 1 | -2/+2 |
| * | | | sparc32: drop hardcoding trap_level in kgdb_trap | Sam Ravnborg | 2016-05-21 | 4 | -14/+12 |
* | | | | lib/GCD.c: use binary GCD algorithm instead of Euclidean | Zhaoxiu Zeng | 2016-05-21 | 1 | -0/+1 |
* | | | | printk/nmi: generic solution for safe printk in NMI | Petr Mladek | 2016-05-21 | 1 | -0/+1 |
* | | | | exit_thread: accept a task parameter to be exited | Jiri Slaby | 2016-05-21 | 2 | -8/+8 |
* | | | | exit_thread: remove empty bodies | Jiri Slaby | 2016-05-21 | 1 | -0/+1 |
* | | | | arch: fix has_transparent_hugepage() | Hugh Dickins | 2016-05-20 | 1 | -2/+0 |
* | | | | Merge tag 'gpio-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds | 2016-05-18 | 1 | -1/+0 |
|\ \ \ \ |
|
| * | | | | sparc: remove ARCH_WANT_OPTIONAL_GPIOLIB | Linus Walleij | 2016-04-26 | 1 | -1/+0 |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2016-05-18 | 1 | -1/+1 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | bpf: split HAVE_BPF_JIT into cBPF and eBPF variant | Daniel Borkmann | 2016-05-16 | 1 | -1/+1 |
| | |/ /
| |/| | |
|
* | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2016-05-16 | 1 | -3/+3 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | Merge branch 'perf/urgent' into perf/core, to pick up fixes | Ingo Molnar | 2016-05-11 | 20 | -68/+119 |
| |\| | |
|
| * | | | perf core: Allow setting up max frame stack depth via sysctl | Arnaldo Carvalho de Melo | 2016-04-27 | 1 | -3/+3 |
* | | | | Merge branch 'locking-rwsem-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2016-05-16 | 2 | -124/+1 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | locking/rwsem, sparc: Drop superfluous arch specific implementation | Michal Hocko | 2016-04-13 | 2 | -119/+1 |
| * | | | locking/rwsem: Get rid of __down_write_nested() | Michal Hocko | 2016-04-13 | 1 | -6/+1 |
| |/ / |
|
* | | | sparc64: Fix bootup regressions on some Kconfig combinations. | David S. Miller | 2016-04-27 | 8 | -55/+34 |
* | | | sparc64: recognize and support Sonoma CPU type | Khalid Aziz | 2016-04-21 | 6 | -1/+25 |
* | | | sparc: Implement and wire up vio_hotplug for vio. | Adrian Glaubitz | 2016-04-21 | 1 | -0/+9 |
* | | | sparc: Implement and wire up modalias_show for vio. | Adrian Glaubitz | 2016-04-21 | 1 | -0/+9 |
* | | | sparc/pci: Refactor dev_archdata initialization into pci_init_dev_archdata | Sowmini Varadhan | 2016-04-21 | 1 | -8/+21 |
* | | | sparc/defconfigs: Remove CONFIG_IPV6_PRIVACY | Borislav Petkov | 2016-04-21 | 2 | -2/+0 |
* | | | sparc: Write up preadv2/pwritev2 syscalls. | David S. Miller | 2016-03-30 | 3 | -4/+6 |
* | | | sparc/PCI: Fix for panic while enabling SR-IOV | Babu Moger | 2016-03-30 | 1 | -0/+17 |
|/ / |
|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc | Linus Torvalds | 2016-03-28 | 23 | -68/+68 |
|\ \
| |/
|/| |
|
| * | sparc: Convert naked unsigned uses to unsigned int | Joe Perches | 2016-03-21 | 15 | -58/+58 |
| * | sparc: Fix misspellings in comments. | Adam Buchbinder | 2016-03-21 | 8 | -10/+10 |
* | | arch, ftrace: for KASAN put hard/soft IRQ entries into separate sections | Alexander Potapenko | 2016-03-26 | 1 | -0/+1 |