index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2008-07-24
mm/vmstat.c: proper externs
Adrian Bunk
1
-1
/
+1
2008-07-24
sched: clean up compiler warning
Peter Zijlstra
1
-1
/
+1
2008-07-24
ftrace: remove latency-tracer leftover
Ingo Molnar
1
-3
/
+0
2008-07-24
Merge branch 'linus' into tracing/urgent
Ingo Molnar
27
-463
/
+560
2008-07-23
Merge branch 'x86/auditsc' of git://git.kernel.org/pub/scm/linux/kernel/git/frob/linux-2.6-roland
Linus Torvalds
1
-1
/
+2
2008-07-23
Merge branch 'sched/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
Linus Torvalds
7
-245
/
+199
2008-07-23
Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
Linus Torvalds
13
-46
/
+48
2008-07-23
Merge branch 'core/softlockup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
Linus Torvalds
3
-13
/
+56
2008-07-23
x86_64 syscall audit fast-path
Roland McGrath
1
-1
/
+2
2008-07-24
posix-timers: fix posix_timer_event() vs dequeue_signal() race
Oleg Nesterov
2
-4
/
+14
2008-07-24
posix-timers: do_schedule_next_timer: fix the setting of ->si_overrun
Oleg Nesterov
1
-1
/
+1
2008-07-23
set_irq_wake: fix return code and wake status tracking
Uwe Kleine-König
1
-12
/
+27
2008-07-23
sched: fix hrtick & generic-ipi dependency
Ingo Molnar
1
-1
/
+1
2008-07-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus
Linus Torvalds
4
-137
/
+207
2008-07-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
Linus Torvalds
3
-7
/
+16
2008-07-22
Fix build on COMPAT platforms when CONFIG_EPOLL is disabled
Atsushi Nemoto
1
-0
/
+1
2008-07-22
cpusets: fix wrong domain attr updates
Miao Xie
1
-1
/
+3
2008-07-22
remove CONFIG_KMOD from core kernel code
Johannes Berg
3
-4
/
+4
2008-07-22
modules: Take a shortcut for checking if an address is in a module
Rusty Russell
1
-2
/
+22
2008-07-22
module: turn longs into ints for module sizes
Denys Vlasenko
1
-2
/
+2
2008-07-22
Shrink struct module: CONFIG_UNUSED_SYMBOLS ifdefs
Denys Vlasenko
1
-15
/
+34
2008-07-22
module: generic each_symbol iterator function
Rusty Russell
1
-110
/
+134
2008-07-22
module: don't use stop_machine for waiting rmmod
Rusty Russell
1
-4
/
+11
2008-07-22
Merge branch 'linus' into x86/x2apic
Ingo Molnar
1
-1
/
+1
2008-07-22
genirq: remove last NO_IDLE_HZ leftovers
Thomas Gleixner
1
-2
/
+0
2008-07-21
sysdev: Pass the attribute to the low level sysdev show/store function
Andi Kleen
3
-7
/
+16
2008-07-20
dma-coherent: add documentation to new interfaces
Dmitry Baryshkov
1
-0
/
+28
2008-07-20
sched: hrtick_enabled() should use cpu_active()
Ingo Molnar
1
-1
/
+1
2008-07-20
Merge branch 'sched/urgent' into sched/devel
Ingo Molnar
4
-146
/
+65
2008-07-20
sched, x86: clean up hrtick implementation
Peter Zijlstra
3
-146
/
+63
2008-07-18
Merge branch 'linus' into x86/x2apic
Ingo Molnar
63
-1140
/
+11466
2008-07-18
cpumask: Optimize cpumask_of_cpu in kernel/time/tick-common.c
Mike Travis
1
-7
/
+7
2008-07-18
cpumask: Replace cpumask_of_cpu with cpumask_of_cpu_ptr
Mike Travis
2
-2
/
+5
2008-07-18
Merge branch 'linus' into cpus4096
Ingo Molnar
10
-292
/
+442
2008-07-18
Generic dma-coherent: fix DMA_MEMORY_EXCLUSIVE
Dmitry Baryshkov
1
-2
/
+1
2008-07-18
Merge branch 'linus' into core/generic-dma-coherent
Ingo Molnar
69
-1172
/
+11551
2008-07-18
Merge branch 'linus' into timers/nohz
Ingo Molnar
71
-1296
/
+11816
2008-07-18
genirq: enable polling for disabled screaming irqs
Eric W. Biederman
1
-55
/
+91
2008-07-18
ftrace: only trace preempt off with preempt tracer
Steven Rostedt
1
-2
/
+4
2008-07-18
kthread: reduce stack pressure in create_kthread and kthreadd
Mike Travis
1
-2
/
+2
2008-07-18
softlockup: fix invalid proc_handler for softlockup_panic
Hiroshi Shimamoto
1
-1
/
+1
2008-07-18
nohz: prevent tick stop outside of the idle loop
Thomas Gleixner
2
-3
/
+11
2008-07-18
rcu classic: new algorithm for callbacks-processing(v2)
Lai Jiangshan
1
-60
/
+97
2008-07-18
rcu classic: simplify the next pending batch
Lai Jiangshan
1
-14
/
+8
2008-07-18
sched: fix warning in inc_rt_tasks() to not declare variable 'rq' if it's not needed
David Howells
1
-0
/
+2
2008-07-18
ftrace: fix 4d3702b6 (post-v2.6.26): WARNING: at kernel/lockdep.c:2731 check_flags (ftrace)
Steven Rostedt
1
-11
/
+16
2008-07-18
cpu hotplug: Make cpu_active_map synchronization dependency clear
Max Krasnyansky
1
-0
/
+10
2008-07-18
cpu hotplug, sched: Introduce cpu_active_map and redo sched domain managment (take 2)
Max Krasnyansky
5
-70
/
+80
2008-07-18
sched: rework of "prioritize non-migratable tasks over migratable ones"
Dmitry Adamushko
1
-28
/
+40
2008-07-18
sched: reduce stack size in isolated_cpu_setup()
Mike Travis
1
-1
/
+2
[prev]
[next]