Age | Commit message (Expand) | Author | Files | Lines |
2013-11-12 | Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -3/+0 |
2013-10-10 | hexagon: remove unnecessary prom.h includes | Rob Herring | 1 | -3/+0 |
2013-09-25 | sched, arch: Create asm/preempt.h | Peter Zijlstra | 1 | -0/+1 |
2013-09-13 | Remove GENERIC_HARDIRQ config option | Martin Schwidefsky | 1 | -1/+0 |
2013-09-13 | arch: mm: pass userspace fault flag to generic fault handler | Johannes Weiner | 1 | -2/+4 |
2013-08-14 | arch: *: Kconfig: add "kernel/Kconfig.freezer" to "arch/*/Kconfig" | Chen Gang | 1 | -0/+1 |
2013-07-15 | hexagon: delete __cpuinit usage from all hexagon files | Paul Gortmaker | 2 | -3/+3 |
2013-07-04 | mm/hexagon: prepare for removing num_physpages and simplify mem_init() | Jiang Liu | 1 | -3/+1 |
2013-07-04 | mm: concentrate modification of totalram_pages into the mm core | Jiang Liu | 1 | -1/+1 |
2013-06-29 | consolidate io_remap_pfn_range definitions | Al Viro | 1 | -4/+0 |
2013-05-09 | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux | Linus Torvalds | 1 | -3/+0 |
2013-05-09 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rku... | Linus Torvalds | 2 | -8/+6 |
2013-05-07 | HEXAGON: Remove non existent reference to GENERIC_KERNEL_EXECVE & GENERIC_KER... | Alexander Shiyan | 1 | -2/+0 |
2013-05-07 | Hexagon: fix register used to call do_work_pending | Richard Kuo | 1 | -6/+6 |
2013-05-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rku... | Linus Torvalds | 33 | -343/+659 |
2013-05-01 | Hexagon: add v4 CS regs to core copyout macro | Richard Kuo | 1 | -3/+12 |
2013-05-01 | Hexagon: use correct translation for VMALLOC_START | Richard Kuo | 1 | -2/+1 |
2013-05-01 | Hexagon: use correct translations for DMA mappings | Richard Kuo | 2 | -10/+22 |
2013-05-01 | Hexagon: fix return value for notify_resume case in do_work_pending | Richard Kuo | 1 | -0/+1 |
2013-05-01 | Hexagon: fix signal number for user mem faults | Richard Kuo | 1 | -2/+2 |
2013-05-01 | Hexagon: remove two Kconfig entries | Paul Bolle | 1 | -9/+0 |
2013-05-01 | arch: remove CONFIG_GENERIC_FIND_NEXT_BIT again | Paul Bolle | 1 | -3/+0 |
2013-05-01 | Hexagon: update copyright dates | Richard Kuo | 20 | -20/+20 |
2013-05-01 | Hexagon: add translation types for __vmnewmap | Richard Kuo | 1 | -0/+7 |
2013-05-01 | Hexagon: fix signal.c compile error | Richard Kuo | 1 | -0/+2 |
2013-05-01 | Hexagon: break up user fn/arg register setting | Richard Kuo | 1 | -1/+2 |
2013-05-01 | Hexagon: use generic sys_fork, sys_vfork, and sys_clone | Richard Kuo | 2 | -0/+5 |
2013-05-01 | Hexagon: fix psp/sp macro | Richard Kuo | 1 | -2/+1 |
2013-05-01 | Hexagon: fix up int enable/disable at ret_from_fork | Richard Kuo | 1 | -2/+11 |
2013-05-01 | Hexagon: add IOMEM and _relaxed IO macros | Richard Kuo | 1 | -0/+14 |
2013-05-01 | Hexagon: switch to using the device type for IO mappings | Richard Kuo | 1 | -5/+4 |
2013-05-01 | Hexagon: don't print info for offline CPU's | Richard Kuo | 1 | -0/+5 |
2013-05-01 | Hexagon: add support for single-stepping (v4+) | Richard Kuo | 6 | -1/+38 |
2013-05-01 | Hexagon: use correct work mask when checking for more work | Richard Kuo | 1 | -1/+1 |
2013-05-01 | Hexagon: add support for additional exceptions | Richard Kuo | 1 | -0/+10 |
2013-05-01 | Hexagon: fix initial page table setup prior to jump to VA | Richard Kuo | 1 | -12/+73 |
2013-05-01 | Hexagon: remove keyring related call | Richard Kuo | 1 | -3/+0 |
2013-05-01 | Hexagon: check to if we will overflow the signal stack | Richard Kuo | 1 | -0/+4 |
2013-05-01 | Hexagon: Signal and return path fixes | Richard Kuo | 5 | -88/+84 |
2013-05-01 | Hexagon: add support for new v4+ registers | Richard Kuo | 8 | -48/+206 |
2013-05-01 | Hexagon: add individual register access for switch_stack | Richard Kuo | 1 | -6/+43 |
2013-05-01 | Hexagon: use defines for MIN_KERNEL_SEG calculation | Richard Kuo | 1 | -1/+1 |
2013-05-01 | Hexagon: use GENERIC_CPU_DEVICES | Richard Kuo | 3 | -53/+2 |
2013-05-01 | Hexagon: change arch version config to allow comparisons | Richard Kuo | 3 | -31/+10 |
2013-05-01 | Hexagon: add support for ARCH_PFN_OFFSET | Richard Kuo | 8 | -55/+91 |
2013-05-01 | Hexagon: fix __atomic_add_unless | Richard Kuo | 1 | -9/+11 |
2013-05-01 | Hexagon: clean up generic headers in Kbuild | Richard Kuo | 1 | -1/+1 |
2013-05-01 | dump_stack: unify debug information printed by show_regs() | Tejun Heo | 1 | -0/+2 |
2013-05-01 | dump_stack: consolidate dump_stack() implementations and unify their behaviors | Tejun Heo | 1 | -8/+0 |
2013-04-17 | idle: Remove GENERIC_IDLE_LOOP config switch | Thomas Gleixner | 1 | -1/+0 |