summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2012-10-02Merge branch 'for-3.7-hierarchy' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2012-10-01Merge tag 'tty-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds
2012-10-01Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-10-01Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2012-10-01Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2012-10-01Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2012-10-01Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2012-10-01Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2012-10-01Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2012-10-01Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2012-10-01sanitize tsk_is_polling()Al Viro
2012-09-30preparation for generic kernel_thread()Al Viro
2012-09-29uprobes: Simplify is_swbp_at_addr(), remove stale commentsOleg Nesterov
2012-09-29uprobes: Kill set_orig_insn()->is_swbp_at_addr()Oleg Nesterov
2012-09-29uprobes: Introduce copy_opcode(), kill read_opcode()Oleg Nesterov
2012-09-29uprobes: Kill set_swbp()->is_swbp_at_addr()Oleg Nesterov
2012-09-29uprobes: Restrict valid_vma(false) to skip VM_SHARED vmasOleg Nesterov
2012-09-29uprobes: Change valid_vma() to demand VM_MAYEXEC rather than VM_EXECOleg Nesterov
2012-09-29uprobes: Change write_opcode() to use FOLL_FORCEOleg Nesterov
2012-09-29uprobes: Move clear_thread_flag(TIF_UPROBE) to uprobe_notify_resume()Oleg Nesterov
2012-09-29uprobes: Kill UTASK_BP_HIT stateOleg Nesterov
2012-09-29uprobes: Fix UPROBE_SKIP_SSTEP checks in handle_swbp()Oleg Nesterov
2012-09-29uprobes: Do not setup ->active_uprobe/state prematurelyOleg Nesterov
2012-09-29uprobes: Do not leak UTASK_BP_HIT if find_active_uprobe() failsOleg Nesterov
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-09-28ftrace: Allow stealing pages from pipe bufferMasami Hiramatsu
2012-09-28module: wait when loading a module which is currently initializing.Rusty Russell
2012-09-28module: fix symbol waiting when module fails before initRusty Russell
2012-09-28Make most arch asm/module.h files use asm-generic/module.hDavid Howells
2012-09-28module: taint kernel when lve module is loadedMatthew Garrett
2012-09-28Merge tag 'v3.6-rc7' into nextJames Morris
2012-09-26switch simple cases of fget_light to fdgetAl Viro
2012-09-26switch prctl_set_mm_exe_file() to fget_light()Al Viro
2012-09-26new helper: daemonize_descriptors()Al Viro
2012-09-26move files_struct-related bits from kernel/exit.c to fs/file.cAl Viro
2012-09-26events: don't use get_unused_fd_flags() when get_unused_fd() will doAl Viro
2012-09-26kdb: Implement disable_nmi commandAnton Vorontsov
2012-09-26kernel/debug: Mask KGDB NMI upon entryAnton Vorontsov
2012-09-26rcu: Apply micro-optimization and int/bool fixes to RCU's idle handlingPaul E. McKenney
2012-09-26rcu: Userspace RCU extended QS selftestFrederic Weisbecker
2012-09-26rcu: Exit RCU extended QS on user preemptionFrederic Weisbecker
2012-09-26rcu: Exit RCU extended QS on kernel preemption after irq/exceptionFrederic Weisbecker
2012-09-26rcu: Switch task's syscall hooks on context switchFrederic Weisbecker
2012-09-26rcu: Ignore userspace extended quiescent state by defaultFrederic Weisbecker
2012-09-26rcu: Allow rcu_user_enter()/exit() to nestFrederic Weisbecker
2012-09-26rcu: Settle config for userspace extended quiescent stateFrederic Weisbecker
2012-09-26rcu: Make RCU_FAST_NO_HZ handle adaptive ticksPaul E. McKenney
2012-09-26rcu: New rcu_user_enter_after_irq() and rcu_user_exit_after_irq() APIsFrederic Weisbecker