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-10-20
Merge branch 'v28-timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
Linus Torvalds
23
-658
/
+776
2008-10-20
byteorder: remove direct includes of linux/byteorder/swab[b].h
Harvey Harrison
1
-1
/
+1
2008-10-20
ftrace: stack tracer only record when on stack
Steven Rostedt
1
-0
/
+4
2008-10-20
ftrace: rename the ftrace tracer to function
Steven Rostedt
1
-1
/
+1
2008-10-20
ftrace: rename FTRACE to FUNCTION_TRACER
Steven Rostedt
9
-22
/
+23
2008-10-20
ftrace: fix depends
Steven Rostedt
1
-5
/
+0
2008-10-20
ftrace: release functions from hash
Steven Rostedt
1
-0
/
+43
2008-10-20
byteorder: remove direct includes of linux/byteorder/swab[b].h
Harvey Harrison
1
-1
/
+1
2008-10-20
kdump: add vmlist.addr to vmcoreinfo for x86 vmalloc translation.
Ken'ichi Ohmichi
1
-0
/
+2
2008-10-20
kthread_bind: use wait_task_inactive(TASK_UNINTERRUPTIBLE)
Oleg Nesterov
1
-3
/
+2
2008-10-20
make ptrace_untrace() static
Adrian Bunk
1
-1
/
+1
2008-10-20
cpuset: use seq_*mask_* to print masks
Lai Jiangshan
1
-8
/
+4
2008-10-20
cpuset.c: remove extra variable
Rakib Mullick
1
-3
/
+2
2008-10-20
cgroups: convert tasks file to use a seq_file with shared pid array
Paul Menage
1
-83
/
+139
2008-10-20
cgroups: fix probable race with put_css_set[_taskexit] and find_css_set
Lai Jiangshan
2
-25
/
+22
2008-10-20
kernel/configs.c: remove useless comments
WANG Cong
1
-9
/
+0
2008-10-20
container freezer: rename check_if_frozen()
Matt Helsley
1
-4
/
+8
2008-10-20
container freezer: make freezer state names less generic
Matt Helsley
1
-28
/
+28
2008-10-20
container freezer: prevent frozen tasks or cgroups from changing
Matt Helsley
1
-17
/
+26
2008-10-20
container freezer: skip frozen cgroups during power management resume
Matt Helsley
1
-0
/
+3
2008-10-20
container freezer: implement freezer cgroup subsystem
Matt Helsley
5
-3
/
+401
2008-10-20
container freezer: make refrigerator always available
Matt Helsley
4
-116
/
+126
2008-10-20
vmscan: unevictable LRU scan sysctl
Lee Schermerhorn
1
-0
/
+10
2008-10-20
sched: disable the hrtick for now
Ingo Molnar
1
-1
/
+1
2008-10-20
sched: revert back to per-rq vruntime
Peter Zijlstra
1
-17
/
+15
2008-10-20
sched: fair scheduler should not resched rt tasks
Peter Zijlstra
1
-4
/
+24
2008-10-20
sched: optimize group load balancer
Peter Zijlstra
2
-20
/
+35
2008-10-20
hrtimers: simplify hrtimer_peek_ahead_timers()
Thomas Gleixner
1
-9
/
+3
2008-10-20
hrtimers: fix docbook comments
Thomas Gleixner
1
-2
/
+2
2008-10-20
Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timers/ntp', 'timers/posixtimers' and 'timers/debug' into v28-timers-for-linus
Thomas Gleixner
72
-1681
/
+2742
2008-10-20
timer_list: add base address to clock base
Thomas Gleixner
1
-1
/
+2
2008-10-20
timer_list: print cpu number of clockevents device
Thomas Gleixner
1
-3
/
+7
2008-10-20
timer_list: print real timer address
Thomas Gleixner
1
-3
/
+4
2008-10-19
Merge branch 'linus' into tracing-v28-for-linus-v3
Ingo Molnar
29
-220
/
+600
2008-10-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6
Linus Torvalds
2
-0
/
+13
2008-10-17
Merge commit 'linus/master' into merge-linus
Arjan van de Ven
56
-896
/
+1672
2008-10-17
NOHZ: restart tick device from irq_enter()
Thomas Gleixner
3
-8
/
+38
2008-10-17
NOHZ: split tick_nohz_restart_sched_tick()
Thomas Gleixner
1
-22
/
+27
2008-10-17
NOHZ: unify the nohz function calls in irq_enter()
Thomas Gleixner
2
-8
/
+15
2008-10-17
sched: minor fast-path overhead reduction
Mike Galbraith
1
-1
/
+1
2008-10-17
sched: fix the wrong mask_len, cleanup
Peter Zijlstra
1
-1
/
+1
2008-10-17
sched: fix the wrong mask_len
Miao Xie
1
-1
/
+1
2008-10-17
Merge branch 'linus' into sched/urgent
Ingo Molnar
33
-245
/
+551
2008-10-17
softirq: Add support for triggering softirq work on softirqs.
David S. Miller
1
-0
/
+129
2008-10-16
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
Linus Torvalds
1
-3
/
+3
2008-10-16
Fix kernel/softirq.c printk format warning properly
Linus Torvalds
1
-1
/
+1
2008-10-16
Merge branch 'core-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
Linus Torvalds
5
-16
/
+73
2008-10-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
Linus Torvalds
1
-1
/
+32
2008-10-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus
Linus Torvalds
1
-1
/
+1
2008-10-16
make kprobes.c:kretprobe_table_lock() static
Adrian Bunk
1
-1
/
+1
[prev]
[next]