Age | Commit message (Expand) | Author |
2012-10-06 | taskstats: cgroupstats_user_cmd() may leak on error | Jesper Juhl |
2012-10-06 | kdump: remove unneeded include | Wei Yongjun |
2012-10-06 | coredump: pass siginfo_t* to do_coredump() and below, not merely signr | Denys Vlasenko |
2012-10-06 | coredump: update coredump-related headers | Alex Kelly |
2012-10-06 | coredump: make core dump functionality optional | Alex Kelly |
2012-10-06 | poweroff: fix bug in orderly_poweroff() | hongfeng |
2012-10-06 | kernel/sys.c: call disable_nonboot_cpus() in kernel_restart() | Shawn Guo |
2012-10-05 | perf: Fix perf_cgroup_switch for sw-events | Peter Zijlstra |
2012-10-05 | perf: Clarify perf_cpu_context::active_pmu usage by renaming it to ::unique_pmu | Peter Zijlstra |
2012-10-05 | sched: Update sched_domains_numa_masks[][] when new cpus are onlined | Tang Chen |
2012-10-05 | sched: Ensure 'sched_domains_numa_levels' is safe to use in other functions | Tang Chen |
2012-10-05 | nohz: Fix one jiffy count too far in idle cputime | Frederic Weisbecker |
2012-10-04 | Merge tag 'kvm-3.7-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2012-10-02 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds |
2012-10-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2012-10-02 | Merge tag 'pm-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds |
2012-10-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2012-10-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds |
2012-10-02 | Merge branch 'for-3.7-hierarchy' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2012-10-02 | Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds |
2012-10-02 | Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds |
2012-10-01 | Merge tag 'tty-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty | Linus Torvalds |
2012-10-01 | Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2012-10-01 | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2012-10-01 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2012-10-01 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2012-10-01 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2012-10-01 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2012-10-01 | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2012-10-01 | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2012-10-01 | sanitize tsk_is_polling() | Al Viro |
2012-09-30 | preparation for generic kernel_thread() | Al Viro |
2012-09-29 | uprobes: Simplify is_swbp_at_addr(), remove stale comments | Oleg Nesterov |
2012-09-29 | uprobes: Kill set_orig_insn()->is_swbp_at_addr() | Oleg Nesterov |
2012-09-29 | uprobes: Introduce copy_opcode(), kill read_opcode() | Oleg Nesterov |
2012-09-29 | uprobes: Kill set_swbp()->is_swbp_at_addr() | Oleg Nesterov |
2012-09-29 | uprobes: Restrict valid_vma(false) to skip VM_SHARED vmas | Oleg Nesterov |
2012-09-29 | uprobes: Change valid_vma() to demand VM_MAYEXEC rather than VM_EXEC | Oleg Nesterov |
2012-09-29 | uprobes: Change write_opcode() to use FOLL_FORCE | Oleg Nesterov |
2012-09-29 | uprobes: Move clear_thread_flag(TIF_UPROBE) to uprobe_notify_resume() | Oleg Nesterov |
2012-09-29 | uprobes: Kill UTASK_BP_HIT state | Oleg Nesterov |
2012-09-29 | uprobes: Fix UPROBE_SKIP_SSTEP checks in handle_swbp() | Oleg Nesterov |
2012-09-29 | uprobes: Do not setup ->active_uprobe/state prematurely | Oleg Nesterov |
2012-09-29 | uprobes: Do not leak UTASK_BP_HIT if find_active_uprobe() fails | Oleg Nesterov |
2012-09-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2012-09-28 | ftrace: Allow stealing pages from pipe buffer | Masami Hiramatsu |
2012-09-28 | module: wait when loading a module which is currently initializing. | Rusty Russell |
2012-09-28 | module: fix symbol waiting when module fails before init | Rusty Russell |
2012-09-28 | Make most arch asm/module.h files use asm-generic/module.h | David Howells |
2012-09-28 | module: taint kernel when lve module is loaded | Matthew Garrett |