- 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
- a43cb95 dump_stack: unify debug information printed by show_regs() by Tejun Heo · 12 years ago
- 196779b dump_stack: consolidate dump_stack() implementations and unify their behaviors by Tejun Heo · 12 years ago
- 8700c95 Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
- 7265d80 mm/score: use common help functions to free reserved pages by Jiang Liu · 12 years ago
- 2f96b8c proc: Split kcore bits from linux/procfs.h into linux/kcore.h by David Howells · 12 years ago
- d190e81 idle: Remove GENERIC_IDLE_LOOP config switch by Thomas Gleixner · 12 years ago
- 9944420 score: Use generic idle loop by Thomas Gleixner · 12 years ago
- 4febd95 Select VIRT_TO_BUS directly where needed by Stephen Rothwell · 12 years ago
- 887cbce0 arch Kconfig: centralise CONFIG_ARCH_NO_VIRT_TO_BUS by Stephen Rothwell · 12 years ago
- d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
- e72837e default SET_PERSONALITY() in linux/elf.h by Al Viro · 12 years ago
- d64008a burying unused conditionals by Al Viro · 12 years ago
- b774cc5 score: switch to generic sigaltstack by Al Viro · 12 years ago
- b881bc4 ARCH: drivers remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
- 54d46ea Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
- d66d8c7 UAPI: (Scripted) Disintegrate arch/score/include/asm by David Howells · 12 years ago
- 5208ba2 missing user_stack_pointer() instances by Al Viro · 12 years ago
- ae903ca Bury the conditionals from kernel_thread/kernel_execve series by Al Viro · 12 years ago
- 9977d9b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
- cc1b39d Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/core by Ingo Molnar · 12 years ago
- afa86fc flagday: don't pass regs to copy_thread() by Al Viro · 12 years ago
- eda9697 score: switch to generic fork/vfork/clone by Al Viro · 12 years ago
- f409132 Merge branches 'no-rebases', 'arch-avr32', 'arch-blackfin', 'arch-cris', 'arch-h8300', 'arch-m32r', 'arch-mn10300', 'arch-score', 'arch-sh' and 'arch-powerpc' into for-next by Al Viro · 12 years ago
- afd3f96 score: do_sigaltstack() expects a userland pointer... by Al Viro · 12 years ago
- 8cbd9cc tracing,x86: Add a TSC trace_clock by David Sharp · 12 years ago
- 1ffbed7 score: switch to generic sys_execve() by Al Viro · 12 years ago
- 1856ab6 score: switch to generic kernel_thread()/kernel_execve() by Al Viro · 12 years ago
- d25282d Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 12 years ago
- 91a27b2 vfs: define struct filename and have getname() return it by Jeff Layton · 12 years ago
- 8213a2f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
- 50e0d10 Merge tag 'asm-generic' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 12 years ago
- ed5062d Merge branch 'uapi-prep' of git://git.infradead.org/users/dhowells/linux-headers by Linus Torvalds · 12 years ago
- 16f3e95 cross-arch: don't corrupt personality flags upon exec() by Jiri Kosina · 12 years ago
- 0d118d7 score: select generic atomic64_t support by Fengguang Wu · 12 years ago
- 458fe42 sections: fix section conflicts in arch/score by Andi Kleen · 12 years ago
- c37d615 Merge branch 'disintegrate-asm-generic' of git://git.infradead.org/users/dhowells/linux-headers into asm-generic by Arnd Bergmann · 12 years ago
- 8901395 UAPI: Fix the guards on various asm/unistd.h files by David Howells · 12 years ago
- e7a570f asm-generic: Add default clkdev.h by Mark Brown · 12 years ago
- 4413e16 UAPI: (Scripted) Set up UAPI Kbuild files by David Howells · 12 years ago
- 16a8016 sanitize tsk_is_polling() by Al Viro · 12 years ago
- 8af4efa bury _TIF_RESTORE_SIGMASK by Al Viro · 12 years ago
- af445f4 score: fix bogus restarts on sigreturn() by Al Viro · 13 years ago
- 786d35d Make most arch asm/module.h files use asm-generic/module.h by David Howells · 12 years ago
- 0ee23fd score: Add missing RCU idle APIs on idle loop by Frederic Weisbecker · 12 years ago
- efee984 new helper: signal_delivered() by Al Viro · 13 years ago
- 77097ae most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set by Al Viro · 13 years ago
- a610d6e pull clearing RESTORE_SIGMASK into block_sigmask() by Al Viro · 12 years ago
- b7f9a11 new helper: sigmask_to_save() by Al Viro · 13 years ago
- 51a7b44 new helper: restore_saved_sigmask() by Al Viro · 12 years ago
- fb21aff Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
- 07acfc2 Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
- c7523a7c Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
- a42c6de move key_repace_session_keyring() into tracehook_notify_resume() by Al Viro · 12 years ago
- f936991 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
- ec0d7f1 Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
- 1d5d4db score: add handling of NOTIFY_RESUME to do_notify_resume() by Al Viro · 13 years ago
- cf4a0ce score: don't open-code force_sigsegv() by Al Viro · 13 years ago
- f2ccfb3 score: ->restart_block.fn needs to be reset on rt_sigreturn by Al Viro · 13 years ago
- 4c3181b score: use set_current_blocked() and block_sigmask() by Matt Fleming · 13 years ago
- 80c1dfa score: don't mask signals if we fail to setup signal stack by Matt Fleming · 13 years ago
- 764e0da timers: Fixup the Kconfig consolidation fallout by Thomas Gleixner · 12 years ago
- 43229d1 score: Use generic time config by Anna-Maria Gleixner · 12 years ago
- 55ccf3f fork: move the real prepare_to_copy() users to arch_dup_task_struct() by Suresh Siddha · 12 years ago
- c4e2689 score: Use common threadinfo allocator by Thomas Gleixner · 13 years ago
- a6359d1 init_task: Replace CONFIG_HAVE_GENERIC_INIT_TASK by Thomas Gleixner · 13 years ago
- 842d7b1 score: Use generic init_task by Thomas Gleixner · 13 years ago
- 3b5d56b kvmclock: Add functions to check if the host has stopped the vm by Eric B Munson · 13 years ago
- 141124c Delete all instances of asm/system.h by David Howells · 13 years ago
- 4eb14db Disintegrate asm/system.h for Score by David Howells · 13 years ago
- 69a7aeb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
- bd2f553 sched/rt: Use schedule_preempt_disabled() by Thomas Gleixner · 14 years ago
- bd111e6 score: Fix typo in Kconfig.debug by Masanari Iida · 13 years ago
- c25a785 score: fix off-by-one index into syscall table by Dan Rosenberg · 13 years ago
- 9f13a1f cpu: Register a generic CPU device on architectures that currently do not by Ben Hutchings · 13 years ago
- e343a89 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 13 years ago
- 0ee332c memblock: Kill early_node_map[] by Tejun Heo · 13 years ago
- a2bf79e score: Use HAVE_MEMBLOCK_NODE_MAP by Tejun Heo · 13 years ago
- 4673ca8 lib: move GENERIC_IOMAP to lib/Kconfig by Michael S. Tsirkin · 13 years ago
- fd694a1 score: drop unused Kconfig symbols by Paul Bolle · 13 years ago
- 66574cc modules: make arch's use default loader hooks by Jonas Bonn · 13 years ago
- 63e424c arch: remove CONFIG_GENERIC_FIND_{NEXT_BIT,BIT_LE,LAST_BIT} by Akinobu Mita · 13 years ago
- 5ca43f6 lib: consolidate DEBUG_STACK_USAGE option by Stephen Boyd · 13 years ago
- 1c39517 mm: now that all old mmu_gather code is gone, remove the storage by Peter Zijlstra · 13 years ago
- 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
- 78c8982 genirq: Remove the now obsolete config options and select statements by Thomas Gleixner · 14 years ago
- 324808c2 score: Use generic show_interrupts() by Thomas Gleixner · 14 years ago
- 9913535 score: Convert to new irq function names by Thomas Gleixner · 14 years ago
- fa73c5b score: lost a semicolon in asm/irqflags.h by Chen Liqin · 14 years ago
- 538202b score: Select GENERIC_HARDIRQS_NO_DEPRECATED by Thomas Gleixner · 14 years ago
- 7182297 score: Convert irq_chip to new functions by Thomas Gleixner · 14 years ago
- b6a8401 mm: NUMA aware alloc_thread_info_node() by Eric Dumazet · 14 years ago
- 2fc361b score: Use generic irq Kconfig by Thomas Gleixner · 14 years ago
- 1c77ff2 genirq: Remove __do_IRQ by Thomas Gleixner · 14 years ago
- 6a108a1 kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERT by David Rientjes · 14 years ago
- 51399a3 Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 by Linus Torvalds · 14 years ago
- 41a2437 ptrace: cleanup arch_ptrace() on score by Namhyung Kim · 14 years ago
- 9b05a69 ptrace: change signature of arch_ptrace() by Namhyung Kim · 14 years ago
- ece0e2b mm: remove pte_*map_nested() by Peter Zijlstra · 14 years ago
- 239060b Merge branch 'kbuild/rc-fixes' into kbuild/kconfig by Michal Marek · 14 years ago