| Commit message (Expand) | Author | Age | Files | Lines |
* | locking/mcs: Allow architecture specific asm files to be used for contended case | Tim Chen | 2014-02-09 | 1 | -0/+1 |
* | locking/mcs: Order the header files in Kbuild of each architecture in alphabe... | Tim Chen | 2014-02-09 | 1 | -3/+3 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2014-01-25 | 1 | -0/+1 |
|\ |
|
| * | net: resort some Kbuild files to hopefully help avoid some conflicts | Stephen Rothwell | 2014-01-14 | 1 | -1/+1 |
| * | lib: Add missing arch generic-y entries for asm-generic/hash.h | David S. Miller | 2013-12-18 | 1 | -0/+1 |
* | | hexagon: use generic fixmap.h | Mark Salter | 2014-01-24 | 1 | -39/+1 |
* | | arch: Re-sort some Kbuild files to hopefully help avoid some conflicts | Stephen Rothwell | 2014-01-14 | 1 | -1/+1 |
* | | arch: Clean up asm/barrier.h implementations using asm-generic/barrier.h | Peter Zijlstra | 2014-01-12 | 1 | -0/+1 |
* | | arch: Move smp_mb__{before,after}_atomic_{inc,dec}.h into asm/atomic.h | Peter Zijlstra | 2014-01-12 | 2 | -5/+5 |
|/ |
|
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2013-11-19 | 1 | -4/+0 |
|\ |
|
| * | preempt: Make PREEMPT_ACTIVE generic | Thomas Gleixner | 2013-11-13 | 1 | -4/+0 |
* | | kernel: remove CONFIG_USE_GENERIC_SMP_HELPERS | Christoph Hellwig | 2013-11-15 | 1 | -1/+0 |
* | | hexagon: handle pgtable_page_ctor() fail | Kirill A. Shutemov | 2013-11-15 | 1 | -4/+6 |
* | | Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2013-11-12 | 1 | -3/+0 |
|\ \
| |/
|/| |
|
| * | hexagon: remove unnecessary prom.h includes | Rob Herring | 2013-10-10 | 1 | -3/+0 |
* | | sched, arch: Create asm/preempt.h | Peter Zijlstra | 2013-09-25 | 1 | -0/+1 |
|/ |
|
* | Remove GENERIC_HARDIRQ config option | Martin Schwidefsky | 2013-09-13 | 1 | -1/+0 |
* | arch: mm: pass userspace fault flag to generic fault handler | Johannes Weiner | 2013-09-13 | 1 | -2/+4 |
* | arch: *: Kconfig: add "kernel/Kconfig.freezer" to "arch/*/Kconfig" | Chen Gang | 2013-08-14 | 1 | -0/+1 |
* | hexagon: delete __cpuinit usage from all hexagon files | Paul Gortmaker | 2013-07-15 | 2 | -3/+3 |
* | mm/hexagon: prepare for removing num_physpages and simplify mem_init() | Jiang Liu | 2013-07-04 | 1 | -3/+1 |
* | mm: concentrate modification of totalram_pages into the mm core | Jiang Liu | 2013-07-04 | 1 | -1/+1 |
* | consolidate io_remap_pfn_range definitions | Al Viro | 2013-06-29 | 1 | -4/+0 |
* | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux | Linus Torvalds | 2013-05-09 | 1 | -3/+0 |
|\ |
|
| * | Remove GENERIC_GPIO config option | Alexandre Courbot | 2013-04-16 | 1 | -3/+0 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rku... | Linus Torvalds | 2013-05-09 | 2 | -8/+6 |
|\ \ |
|
| * | | HEXAGON: Remove non existent reference to GENERIC_KERNEL_EXECVE & GENERIC_KER... | Alexander Shiyan | 2013-05-07 | 1 | -2/+0 |
| * | | Hexagon: fix register used to call do_work_pending | Richard Kuo | 2013-05-07 | 1 | -6/+6 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rku... | Linus Torvalds | 2013-05-01 | 33 | -343/+659 |
|\| | |
|
| * | | Hexagon: add v4 CS regs to core copyout macro | Richard Kuo | 2013-05-01 | 1 | -3/+12 |
| * | | Hexagon: use correct translation for VMALLOC_START | Richard Kuo | 2013-05-01 | 1 | -2/+1 |
| * | | Hexagon: use correct translations for DMA mappings | Richard Kuo | 2013-05-01 | 2 | -10/+22 |
| * | | Hexagon: fix return value for notify_resume case in do_work_pending | Richard Kuo | 2013-05-01 | 1 | -0/+1 |
| * | | Hexagon: fix signal number for user mem faults | Richard Kuo | 2013-05-01 | 1 | -2/+2 |
| * | | Hexagon: remove two Kconfig entries | Paul Bolle | 2013-05-01 | 1 | -9/+0 |
| * | | arch: remove CONFIG_GENERIC_FIND_NEXT_BIT again | Paul Bolle | 2013-05-01 | 1 | -3/+0 |
| * | | Hexagon: update copyright dates | Richard Kuo | 2013-05-01 | 20 | -20/+20 |
| * | | Hexagon: add translation types for __vmnewmap | Richard Kuo | 2013-05-01 | 1 | -0/+7 |
| * | | Hexagon: fix signal.c compile error | Richard Kuo | 2013-05-01 | 1 | -0/+2 |
| * | | Hexagon: break up user fn/arg register setting | Richard Kuo | 2013-05-01 | 1 | -1/+2 |
| * | | Hexagon: use generic sys_fork, sys_vfork, and sys_clone | Richard Kuo | 2013-05-01 | 2 | -0/+5 |
| * | | Hexagon: fix psp/sp macro | Richard Kuo | 2013-05-01 | 1 | -2/+1 |
| * | | Hexagon: fix up int enable/disable at ret_from_fork | Richard Kuo | 2013-05-01 | 1 | -2/+11 |
| * | | Hexagon: add IOMEM and _relaxed IO macros | Richard Kuo | 2013-05-01 | 1 | -0/+14 |
| * | | Hexagon: switch to using the device type for IO mappings | Richard Kuo | 2013-05-01 | 1 | -5/+4 |
| * | | Hexagon: don't print info for offline CPU's | Richard Kuo | 2013-05-01 | 1 | -0/+5 |
| * | | Hexagon: add support for single-stepping (v4+) | Richard Kuo | 2013-05-01 | 6 | -1/+38 |
| * | | Hexagon: use correct work mask when checking for more work | Richard Kuo | 2013-05-01 | 1 | -1/+1 |
| * | | Hexagon: add support for additional exceptions | Richard Kuo | 2013-05-01 | 1 | -0/+10 |
| * | | Hexagon: fix initial page table setup prior to jump to VA | Richard Kuo | 2013-05-01 | 1 | -12/+73 |