index
:
linux.git
arm64-uaccess
for-next
master
nocache-cleanup
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
2012-10-07
uprobes: Fix prepare_uprobe() race with itself
Oleg Nesterov
2012-10-07
uprobes: Introduce prepare_uprobe()
Oleg Nesterov
2012-10-07
uprobes: Fix handle_swbp() vs unregister() + register() race
Oleg Nesterov
2012-10-07
uprobes: Do not delete uprobe if uprobe_unregister() fails
Oleg Nesterov
2012-10-07
uprobes: Don't return success if alloc_uprobe() fails
Oleg Nesterov
2012-10-07
Merge branch 'virtio-next' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
2012-10-07
Merge tag 'for-v3.7' of git://git.infradead.org/users/cbou/linux-pstore
Linus Torvalds
2012-10-06
kernel/resource.c: fix stack overflow in __reserve_region_with_split()
T Makphaibulchoke
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-03
Merge branch 'security-next-keys' of git://git.kernel.org/pub/scm/linux/kerne...
James Morris
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
KEYS: Make the session and process keyrings per-thread
David Howells
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-02
seccomp: Make syscall skipping and nr changes more consistent
Andy Lutomirski
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
[prev]
[next]