summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2012-10-05perf: Clarify perf_cpu_context::active_pmu usage by renaming it to ::unique_pmuPeter Zijlstra1-6/+6
2012-10-05sched: Update sched_domains_numa_masks[][] when new cpus are onlinedTang Chen1-0/+56
2012-10-05sched: Ensure 'sched_domains_numa_levels' is safe to use in other functionsTang Chen1-0/+13
2012-10-05nohz: Fix one jiffy count too far in idle cputimeFrederic Weisbecker1-1/+1
2012-10-04Merge tag 'kvm-3.7-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2012-10-03Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2-46/+42
2012-10-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds4-150/+44
2012-10-03Merge tag 'pm-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds6-2/+33
2012-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds4-15/+18
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds15-219/+457
2012-10-02Merge branch 'for-3.7-hierarchy' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-1/+26
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds1-101/+219
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2-580/+641
2012-10-01Merge tag 'tty-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds2-3/+42
2012-10-01Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2012-10-01Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-11/+0
2012-10-01Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-59/+49
2012-10-01Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds11-705/+686
2012-10-01Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds24-407/+1259
2012-10-01Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-0/+3
2012-10-01Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-40/+102
2012-10-01Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-64/+65
2012-10-01sanitize tsk_is_polling()Al Viro1-1/+1
2012-09-30preparation for generic kernel_thread()Al Viro1-1/+12
2012-09-29uprobes: Simplify is_swbp_at_addr(), remove stale commentsOleg Nesterov1-49/+24
2012-09-29uprobes: Kill set_orig_insn()->is_swbp_at_addr()Oleg Nesterov1-9/+23
2012-09-29uprobes: Introduce copy_opcode(), kill read_opcode()Oleg Nesterov1-44/+19
2012-09-29uprobes: Kill set_swbp()->is_swbp_at_addr()Oleg Nesterov1-11/+0
2012-09-29uprobes: Restrict valid_vma(false) to skip VM_SHARED vmasOleg Nesterov1-9/+4
2012-09-29uprobes: Change valid_vma() to demand VM_MAYEXEC rather than VM_EXECOleg Nesterov1-2/+2
2012-09-29uprobes: Change write_opcode() to use FOLL_FORCEOleg Nesterov1-1/+1
2012-09-29uprobes: Move clear_thread_flag(TIF_UPROBE) to uprobe_notify_resume()Oleg Nesterov1-0/+2
2012-09-29uprobes: Kill UTASK_BP_HIT stateOleg Nesterov1-20/+9
2012-09-29uprobes: Fix UPROBE_SKIP_SSTEP checks in handle_swbp()Oleg Nesterov1-16/+15
2012-09-29uprobes: Do not setup ->active_uprobe/state prematurelyOleg Nesterov1-6/+3
2012-09-29uprobes: Do not leak UTASK_BP_HIT if find_active_uprobe() failsOleg Nesterov1-1/+4
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-72/+57
2012-09-28ftrace: Allow stealing pages from pipe bufferMasami Hiramatsu1-7/+1
2012-09-28module: wait when loading a module which is currently initializing.Rusty Russell1-2/+26
2012-09-28module: fix symbol waiting when module fails before initRusty Russell1-4/+4
2012-09-28Make most arch asm/module.h files use asm-generic/module.hDavid Howells1-20/+0
2012-09-28module: taint kernel when lve module is loadedMatthew Garrett1-0/+4
2012-09-28Merge tag 'v3.6-rc7' into nextJames Morris16-196/+329
2012-09-27switch simple cases of fget_light to fdgetAl Viro3-54/+43
2012-09-27switch prctl_set_mm_exe_file() to fget_light()Al Viro1-4/+4
2012-09-27new helper: daemonize_descriptors()Al Viro1-3/+1
2012-09-27move files_struct-related bits from kernel/exit.c to fs/file.cAl Viro1-93/+0
2012-09-27events: don't use get_unused_fd_flags() when get_unused_fd() will doAl Viro1-1/+1
2012-09-27kdb: Implement disable_nmi commandAnton Vorontsov1-0/+31
2012-09-27kernel/debug: Mask KGDB NMI upon entryAnton Vorontsov1-3/+11