Age | Commit message (Expand) | Author | Files | Lines |
2016-11-17 | locking/core: Provide common cpu_relax_yield() definition | Christian Borntraeger | 1 | -1/+0 |
2016-11-16 | locking/core, arch: Remove cpu_relax_lowlatency() | Christian Borntraeger | 1 | -1/+0 |
2016-11-16 | locking/core: Introduce cpu_relax_yield() | Christian Borntraeger | 1 | -0/+1 |
2016-10-25 | locking/mutex: Kill arch specific code | Peter Zijlstra | 1 | -1/+0 |
2016-10-14 | Merge tag 'metag-for-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -2/+1 |
2016-10-07 | nmi_backtrace: generate one-line reports for idle cpus | Chris Metcalf | 1 | -0/+1 |
2016-10-07 | metag: Only define atomic_dec_if_positive conditionally | Guenter Roeck | 1 | -2/+1 |
2016-09-13 | metag: copy_from_user() should zero the destination on access_ok() failure | Al Viro | 1 | -1/+2 |
2016-08-09 | metag: Drop show_mem() from mem_init() | James Hogan | 1 | -1/+0 |
2016-08-05 | Merge tag 'metag-for-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/j... | Linus Torvalds | 6 | -7/+7 |
2016-08-04 | metag: Fix __cmpxchg_u32 asm constraint for CMP | James Hogan | 1 | -1/+1 |
2016-08-04 | dma-mapping: use unsigned long for dma_attrs | Krzysztof Kozlowski | 1 | -8/+8 |
2016-07-30 | Merge tag 'devicetree-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -4/+1 |
2016-07-29 | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -19/+7 |
2016-07-26 | mm: do not pass mm_struct into handle_mm_fault | Kirill A. Shutemov | 1 | -1/+1 |
2016-07-25 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 3 | -10/+73 |
2016-07-15 | metag: Remove duplicate KERN_<LEVEL> prefix | Joe Perches | 1 | -1/+1 |
2016-07-15 | metag: Fix typos | Andrea Gelmini | 4 | -5/+5 |
2016-07-15 | metag/perf: Convert to hotplug state machine | Richard Cochran | 1 | -19/+7 |
2016-06-24 | tree wide: get rid of __GFP_REPEAT for order-0 allocations part I | Michal Hocko | 1 | -3/+2 |
2016-06-23 | metag: Remove unnecessary of_platform_populate with default match table | Kefeng Wang | 1 | -4/+1 |
2016-06-16 | locking/atomic: Remove linux/atomic.h:atomic_fetch_or() | Peter Zijlstra | 1 | -2/+0 |
2016-06-16 | locking/atomic, arch/metag: Implement atomic_fetch_{add,sub,and,or,xor}() | Peter Zijlstra | 3 | -8/+63 |
2016-06-14 | locking/spinlock, arch: Update and fix spin_unlock_wait() implementations | Peter Zijlstra | 1 | -2/+12 |
2016-05-25 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -5/+5 |
2016-05-24 | Merge tag 'asm-generic-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -0/+2 |
2016-05-20 | lib/GCD.c: use binary GCD algorithm instead of Euclidean | Zhaoxiu Zeng | 1 | -0/+1 |
2016-05-20 | exit_thread: accept a task parameter to be exited | Jiri Slaby | 1 | -3/+3 |
2016-05-20 | exit_thread: remove empty bodies | Jiri Slaby | 2 | -2/+1 |
2016-05-19 | metag: mm: use hugetlb_bad_size() | Vaishali Thakkar | 1 | -0/+1 |
2016-05-17 | Merge tag 'gpio-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds | 1 | -1/+0 |
2016-05-17 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 4 | -8/+8 |
2016-05-16 | perf core: Add a 'nr' field to perf_event_callchain_context | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2016-05-16 | perf core: Pass max stack as a perf_callchain_entry context | Arnaldo Carvalho de Melo | 1 | -5/+5 |
2016-05-16 | Merge tag 'metag-for-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/j... | Linus Torvalds | 3 | -2/+4 |
2016-05-05 | asm-generic: Drop renameat syscall from default list | James Hogan | 1 | -0/+2 |
2016-05-03 | metag: Fix atomic_*_return inline asm constraints | James Hogan | 1 | -1/+1 |
2016-05-03 | metag: perf: fix build on Meta1 | James Hogan | 1 | -0/+3 |
2016-04-29 | metag: ftrace: remove the misleading comment for ftrace_dyn_arch_init | Li Bin | 1 | -1/+0 |
2016-04-27 | perf core: Allow setting up max frame stack depth via sysctl | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2016-04-26 | metag: remove ARCH_WANT_OPTIONAL_GPIOLIB | Linus Walleij | 1 | -1/+0 |
2016-04-18 | metag: Fix misspellings in comments. | Adam Buchbinder | 4 | -8/+8 |
2016-03-25 | arch, ftrace: for KASAN put hard/soft IRQ entries into separate sections | Alexander Potapenko | 1 | -0/+1 |
2016-03-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -4/+3 |
2016-03-18 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -1/+1 |
2016-03-17 | Merge tag 'gpio-v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds | 1 | -4/+0 |
2016-03-17 | mm: cleanup *pte_alloc* interfaces | Kirill A. Shutemov | 1 | -1/+1 |
2016-03-13 | ipv4: Update parameters for csum_tcpudp_magic to their original types | Alexander Duyck | 1 | -4/+3 |
2016-03-01 | arch/hotplug: Call into idle with a proper state | Thomas Gleixner | 1 | -1/+1 |
2016-02-16 | gpio: Remove unused asm/gpio.h files | Bjorn Helgaas | 1 | -4/+0 |