index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-05
perf: Clarify perf_cpu_context::active_pmu usage by renaming it to ::unique_pmu
Peter Zijlstra
1
-6
/
+6
2012-10-05
sched: Update sched_domains_numa_masks[][] when new cpus are onlined
Tang Chen
1
-0
/
+56
2012-10-05
sched: Ensure 'sched_domains_numa_levels' is safe to use in other functions
Tang Chen
1
-0
/
+13
2012-10-05
nohz: Fix one jiffy count too far in idle cputime
Frederic Weisbecker
1
-1
/
+1
2012-10-04
Merge tag 'kvm-3.7-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+1
2012-10-02
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...
Linus Torvalds
2
-46
/
+42
2012-10-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
4
-150
/
+44
2012-10-02
Merge tag 'pm-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
6
-2
/
+33
2012-10-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
4
-15
/
+18
2012-10-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
15
-219
/
+457
2012-10-02
Merge branch 'for-3.7-hierarchy' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
3
-1
/
+26
2012-10-02
Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
1
-101
/
+219
2012-10-02
Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
2
-580
/
+641
2012-10-01
Merge tag 'tty-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
Linus Torvalds
2
-3
/
+42
2012-10-01
Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2012-10-01
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-11
/
+0
2012-10-01
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-59
/
+49
2012-10-01
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
11
-705
/
+686
2012-10-01
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
24
-407
/
+1259
2012-10-01
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-0
/
+3
2012-10-01
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-40
/
+102
2012-10-01
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-64
/
+65
2012-10-01
sanitize tsk_is_polling()
Al Viro
1
-1
/
+1
2012-09-30
preparation for generic kernel_thread()
Al Viro
1
-1
/
+12
2012-09-29
uprobes: Simplify is_swbp_at_addr(), remove stale comments
Oleg Nesterov
1
-49
/
+24
2012-09-29
uprobes: Kill set_orig_insn()->is_swbp_at_addr()
Oleg Nesterov
1
-9
/
+23
2012-09-29
uprobes: Introduce copy_opcode(), kill read_opcode()
Oleg Nesterov
1
-44
/
+19
2012-09-29
uprobes: Kill set_swbp()->is_swbp_at_addr()
Oleg Nesterov
1
-11
/
+0
2012-09-29
uprobes: Restrict valid_vma(false) to skip VM_SHARED vmas
Oleg Nesterov
1
-9
/
+4
2012-09-29
uprobes: Change valid_vma() to demand VM_MAYEXEC rather than VM_EXEC
Oleg Nesterov
1
-2
/
+2
2012-09-29
uprobes: Change write_opcode() to use FOLL_FORCE
Oleg Nesterov
1
-1
/
+1
2012-09-29
uprobes: Move clear_thread_flag(TIF_UPROBE) to uprobe_notify_resume()
Oleg Nesterov
1
-0
/
+2
2012-09-29
uprobes: Kill UTASK_BP_HIT state
Oleg Nesterov
1
-20
/
+9
2012-09-29
uprobes: Fix UPROBE_SKIP_SSTEP checks in handle_swbp()
Oleg Nesterov
1
-16
/
+15
2012-09-29
uprobes: Do not setup ->active_uprobe/state prematurely
Oleg Nesterov
1
-6
/
+3
2012-09-29
uprobes: Do not leak UTASK_BP_HIT if find_active_uprobe() fails
Oleg Nesterov
1
-1
/
+4
2012-09-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
5
-72
/
+57
2012-09-28
ftrace: Allow stealing pages from pipe buffer
Masami Hiramatsu
1
-7
/
+1
2012-09-28
module: wait when loading a module which is currently initializing.
Rusty Russell
1
-2
/
+26
2012-09-28
module: fix symbol waiting when module fails before init
Rusty Russell
1
-4
/
+4
2012-09-28
Make most arch asm/module.h files use asm-generic/module.h
David Howells
1
-20
/
+0
2012-09-28
module: taint kernel when lve module is loaded
Matthew Garrett
1
-0
/
+4
2012-09-28
Merge tag 'v3.6-rc7' into next
James Morris
16
-196
/
+329
2012-09-26
switch simple cases of fget_light to fdget
Al Viro
3
-54
/
+43
2012-09-26
switch prctl_set_mm_exe_file() to fget_light()
Al Viro
1
-4
/
+4
2012-09-26
new helper: daemonize_descriptors()
Al Viro
1
-3
/
+1
2012-09-26
move files_struct-related bits from kernel/exit.c to fs/file.c
Al Viro
1
-93
/
+0
2012-09-26
events: don't use get_unused_fd_flags() when get_unused_fd() will do
Al Viro
1
-1
/
+1
2012-09-26
kdb: Implement disable_nmi command
Anton Vorontsov
1
-0
/
+31
2012-09-26
kernel/debug: Mask KGDB NMI upon entry
Anton Vorontsov
1
-3
/
+11
[prev]
[next]