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
2011-03-23
cpuset: fix unchecked calls to NODEMASK_ALLOC()
Li Zefan
1
-35
/
+16
2011-03-23
cpuset: remove unneeded NODEMASK_ALLOC() in cpuset_attach()
Li Zefan
1
-5
/
+2
2011-03-23
cpuset: remove unneeded NODEMASK_ALLOC() in cpuset_sprintf_memlist()
Li Zefan
1
-16
/
+8
2011-03-23
memcg: remove direct page_cgroup-to-page pointer
Johannes Weiner
1
-0
/
+2
2011-03-23
memcg: res_counter_read_u64(): fix potential races on 32-bit machines
KAMEZAWA Hiroyuki
1
-0
/
+14
2011-03-23
timekeeping: Use syscore_ops instead of sysdev class and sysdev
Rafael J. Wysocki
1
-19
/
+8
2011-03-23
mm: arch: rename in_gate_area_no_task to in_gate_area_no_mm
Stephen Wilson
1
-2
/
+2
2011-03-23
perf: Better fit max unprivileged mlock pages for tools needs
Frederic Weisbecker
1
-1
/
+2
2011-03-23
genirq; Remove the last leftovers of the old sparse irq code
Thomas Gleixner
1
-14
/
+0
2011-03-23
perf_events: Fix stale ->cgrp pointer in update_cgrp_time_from_cpuctx()
Stephane Eranian
1
-1
/
+11
2011-03-23
sched, doc: Update sched-design-CFS.txt
Borislav Petkov
2
-4
/
+0
2011-03-23
lockdep: Remove unused 'factor' variable from lockdep_stats_show()
Sergey Senozhatsky
1
-8
/
+1
2011-03-23
sched: Remove unused 'rq' variable and cpu_rq() call from alloc_fair_sched_gr...
Sergey Senozhatsky
1
-3
/
+0
2011-03-23
Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...
Ingo Molnar
1
-2
/
+1
2011-03-22
printk: allow setting DEFAULT_MESSAGE_LEVEL via Kconfig
Mandeep Singh Baines
1
-1
/
+1
2011-03-22
printk: use %pK for /proc/kallsyms and /proc/modules
Kees Cook
2
-8
/
+6
2011-03-22
console: prevent registered consoles from dumping old kernel message over again
Feng Tang
1
-0
/
+18
2011-03-22
console: allow to retain boot console via boot option keep_bootcon
Fabio M. Di Nitto
1
-1
/
+15
2011-03-22
kernel/watchdog.c: always return NOTIFY_OK during cpu up/down events
Don Zickus
1
-6
/
+16
2011-03-22
kernel/watchdog.c: allow hardlockup to panic by default
Don Zickus
1
-1
/
+4
2011-03-22
sys_unshare: remove the dead CLONE_THREAD/SIGHAND/VM code
Oleg Nesterov
1
-98
/
+25
2011-03-22
kernel/cpu.c: fix many errors related to style.
Michael Rodriguez
1
-6
/
+5
2011-03-22
smp: move smp setup functions to kernel/smp.c
Amerigo Wang
1
-0
/
+81
2011-03-22
move x86 specific oops=panic to generic code
Olaf Hering
1
-0
/
+10
2011-03-22
kthread: use kthread_create_on_node()
Eric Dumazet
3
-5
/
+12
2011-03-22
kthread: NUMA aware kthread_create_on_node()
Eric Dumazet
2
-7
/
+27
2011-03-22
mm: NUMA aware alloc_thread_info_node()
Eric Dumazet
1
-3
/
+6
2011-03-22
mm: NUMA aware alloc_task_struct_node()
Eric Dumazet
1
-4
/
+6
2011-03-22
cgroups: if you list_empty() a head then don't list_del() it
Phil Carmody
1
-8
/
+6
2011-03-22
tracing: Fix set_ftrace_filter probe function display
Jiri Olsa
1
-2
/
+1
2011-03-21
Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing the signal code
Julien Tinnes
1
-4
/
+12
2011-03-20
Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...
Linus Torvalds
2
-2
/
+3
2011-03-19
sched: Fix yield_to kernel-doc
Randy Dunlap
1
-0
/
+2
2011-03-18
Merge branches 'irq-fixes-for-linus' and 'sched-fixes-for-linus' of git://git...
Linus Torvalds
2
-2
/
+3
2011-03-18
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
3
-9
/
+14
2011-03-18
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2011-03-18
KGDB: Notify GDB of machine halt, reboot or power off
David Howells
1
-0
/
+30
2011-03-18
trace, filters: Initialize the match variable in process_ops() properly
Ingo Molnar
1
-1
/
+1
2011-03-17
Merge branch 'kvm-updates/2.6.39' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-0
/
+3
2011-03-17
smp_call_function_interrupt: use typedef and %pf
Milton Miller
1
-8
/
+8
2011-03-17
smp_call_function_many: handle concurrent clearing of mask
Milton Miller
1
-3
/
+10
2011-03-17
call_function_many: add missing ordering
Milton Miller
1
-13
/
+33
2011-03-17
call_function_many: fix list delete vs add race
Milton Miller
1
-7
/
+13
2011-03-17
export pid symbols needed for kvm_vcpu_on_spin
Rik van Riel
2
-0
/
+3
2011-03-17
genirq: Fix incorrect unlock in __setup_irq()
Dan Carpenter
1
-1
/
+1
2011-03-17
genirq: show_interrupts: Check desc->name before printing it blindly
Thomas Gleixner
1
-1
/
+2
2011-03-17
kernel: change to new flag variable
matt mooney
2
-2
/
+3
2011-03-17
trace, documentation: Fix branch profiling location in debugfs
David Rientjes
1
-2
/
+2
2011-03-17
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
Paul Mundt
84
-2468
/
+5553
2011-03-16
Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
Linus Torvalds
1
-8
/
+1
[prev]
[next]