Age | Commit message (Expand) | Author | Files | Lines |
2013-08-21 | openrisc: remove undefined of_get_cpu_node declaration | Sudeep KarkadaNagesha | 1 | -3/+0 |
2013-08-14 | arch: *: Kconfig: add "kernel/Kconfig.freezer" to "arch/*/Kconfig" | Chen Gang | 1 | -0/+1 |
2013-07-15 | openrisc: delete __cpuinit usage from all openrisc files | Paul Gortmaker | 1 | -1/+1 |
2013-07-09 | mm: invoke oom-killer from remaining unconverted page fault handlers | Johannes Weiner | 1 | -4/+4 |
2013-07-04 | Merge branch 'kconfig-diet' from Dave Hansen | Linus Torvalds | 1 | -10/+1 |
2013-07-04 | consolidate per-arch stack overflow debugging options | Dave Hansen | 1 | -10/+1 |
2013-07-04 | Merge branch 'akpm' (updates from Andrew Morton) | Linus Torvalds | 1 | -42/+6 |
2013-07-04 | mm/openrisc: prepare for removing num_physpages and simplify mem_init() | Jiang Liu | 1 | -40/+4 |
2013-07-04 | mm: concentrate modification of totalram_pages into the mm core | Jiang Liu | 1 | -1/+1 |
2013-07-04 | mm: enhance free_reserved_area() to support poisoning memory with zero | Jiang Liu | 1 | -2/+2 |
2013-07-04 | mm: change signature of free_reserved_area() to fix building warnings | Jiang Liu | 1 | -1/+1 |
2013-07-03 | Merge branch 'exotic-arch-fixes' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -0/+1 |
2013-06-29 | consolidate io_remap_pfn_range definitions | Al Viro | 1 | -3/+0 |
2013-06-23 | openrisc: Wire up asm-generic/xor.h | Geert Uytterhoeven | 1 | -0/+1 |
2013-05-09 | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux | Linus Torvalds | 1 | -3/+0 |
2013-05-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rku... | Linus Torvalds | 1 | -3/+0 |
2013-05-01 | arch: remove CONFIG_GENERIC_FIND_NEXT_BIT again | Paul Bolle | 1 | -3/+0 |
2013-05-01 | dump_stack: unify debug information printed by show_regs() | Tejun Heo | 1 | -0/+1 |
2013-05-01 | dump_stack: consolidate dump_stack() implementations and unify their behaviors | Tejun Heo | 1 | -11/+0 |
2013-04-30 | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 3 | -76/+1 |
2013-04-30 | mm/openrisc: use common help functions to free reserved pages | Jiang Liu | 1 | -24/+3 |
2013-04-17 | idle: Remove GENERIC_IDLE_LOOP config switch | Thomas Gleixner | 1 | -1/+0 |
2013-04-16 | Remove GENERIC_GPIO config option | Alexandre Courbot | 1 | -3/+0 |
2013-04-08 | openrisc: Use generic idle loop | Thomas Gleixner | 3 | -74/+2 |
2013-04-08 | arch: Consolidate tsk_is_polling() | Thomas Gleixner | 1 | -2/+0 |
2013-03-20 | openrisc: default GENERIC_GPIO to false | Alexandre Courbot | 1 | -1/+1 |
2013-03-13 | openrisc: remove HAVE_VIRT_TO_BUS | Jonas Bonn | 1 | -1/+0 |
2013-03-13 | openrisc: require gpiolib | Jonas Bonn | 1 | -1/+1 |
2013-03-12 | Select VIRT_TO_BUS directly where needed | Stephen Rothwell | 1 | -1/+1 |
2013-02-28 | arch Kconfig: centralise CONFIG_ARCH_NO_VIRT_TO_BUS | Stephen Rothwell | 1 | -0/+1 |
2013-02-27 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -3/+0 |
2013-02-27 | Merge branch 'for-upstream' of git://openrisc.net/jonas/linux | Linus Torvalds | 6 | -18/+34 |
2013-02-26 | default SET_PERSONALITY() in linux/elf.h | Al Viro | 1 | -3/+0 |
2013-02-26 | openrisc: add missing header inclusion | Stefan Kristiansson | 1 | -0/+1 |
2013-02-24 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2 | -17/+2 |
2013-02-18 | openrisc idle: delete pm_idle | Len Brown | 1 | -5/+0 |
2013-02-17 | openrisc: really pass correct arg to schedule_tail | Jonas Bonn | 1 | -1/+1 |
2013-02-17 | Add bitops include needed for ext2 filesystem | Sebastian Macke | 1 | -0/+1 |
2013-02-17 | openrisc: update DTLB-miss handler last | Jonas Bonn | 1 | -3/+14 |
2013-02-14 | openrisc: fix up vmalloc page table loading | Jonas Bonn | 2 | -6/+14 |
2013-02-14 | burying unused conditionals | Al Viro | 1 | -1/+0 |
2013-02-10 | openrisc idle: delete pm_idle | Len Brown | 1 | -5/+0 |
2013-02-10 | openrisc: remove CONFIG_SYMBOL_PREFIX | James Hogan | 1 | -4/+0 |
2013-02-10 | openrisc: avoid using function parameter regs in reset vector | Stefan Kristiansson | 1 | -3/+3 |
2013-02-10 | openrisc: remove unused current_regs | Jonas Bonn | 1 | -1/+0 |
2013-02-04 | openrisc: switch to generic sigaltstack | Al Viro | 3 | -17/+3 |
2013-01-04 | ARCH: drivers remove __dev* attributes. | Greg Kroah-Hartman | 1 | -1/+1 |
2012-12-22 | Merge tag 'asm-generic' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd... | Linus Torvalds | 1 | -0/+1 |
2012-12-21 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2 | -3/+0 |
2012-12-20 | Bury the conditionals from kernel_thread/kernel_execve series | Al Viro | 2 | -3/+0 |