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
2012-03-14
genirq: Flush the irq thread on synchronization
Ido Yariv
2
-28
/
+44
2012-03-14
padata: Fix race on sequence number wrap
Steffen Klassert
1
-28
/
+10
2012-03-14
padata: Fix race in the serialization path
Steffen Klassert
1
-2
/
+4
2012-03-14
uprobes/core: Handle breakpoint and singlestep exceptions
Srikar Dronamraju
3
-4
/
+327
2012-03-13
tracing: Fix build breakage without CONFIG_PERF_EVENTS
Mark Brown
1
-2
/
+0
2012-03-13
ftrace: Fix function_graph for archs that test ftrace_trace_function
Rajesh Bhagat
1
-1
/
+2
2012-03-13
Merge branch 'linus' into irq/core
Thomas Gleixner
12
-55
/
+144
2012-03-13
Merge branch 'x86/cleanups' into perf/uprobes
Ingo Molnar
18
-46
/
+171
2012-03-13
Merge tag 'v3.3-rc7' into sched/core
Ingo Molnar
6
-38
/
+99
2012-03-13
sched/arch: Introduce the finish_arch_post_lock_switch() scheduler callback
Catalin Marinas
2
-0
/
+4
2012-03-13
uprobes/core: Rename bkpt to swbp
Srikar Dronamraju
1
-17
/
+17
2012-03-13
uprobes/core: Make order of function parameters consistent across functions
Srikar Dronamraju
1
-45
/
+48
2012-03-13
uprobes/core: Make macro names consistent
Srikar Dronamraju
1
-9
/
+9
2012-03-13
Merge branch 'x86/x32' into x86/cleanups
Ingo Molnar
2
-9
/
+61
2012-03-12
Merge branch 'perf/hw-branch-sampling' into perf/core
Ingo Molnar
2
-0
/
+183
2012-03-12
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
5
-36
/
+97
2012-03-12
sched: Fix nohz load accounting -- again!
Peter Zijlstra
1
-27
/
+26
2012-03-12
sched: Update yield() docs
Peter Zijlstra
1
-2
/
+18
2012-03-12
printk/sched: Introduce special printk_sched() for those awkward moments
Peter Zijlstra
3
-5
/
+45
2012-03-12
sched/nohz: Correctly initialize 'next_balance' in 'nohz' idle balancer
Diwakar Tundlam
1
-0
/
+1
2012-03-12
sched: Cleanup cpu_active madness
Peter Zijlstra
1
-1
/
+1
2012-03-12
sched: Fix load-balance wreckage
Peter Zijlstra
1
-71
/
+39
2012-03-12
workqueue: use percpu allocator for cwq on UP
Lai Jiangshan
1
-19
/
+3
2012-03-09
Merge commit 'v3.3-rc6' into next
Dmitry Torokhov
114
-4764
/
+7419
2012-03-09
genirq: Get rid of unnecessary IRQTF_DIED flag
Alexander Gordeev
4
-15
/
+4
2012-03-09
genirq: No need to check IRQTF_DIED before stopping a thread handler
Alexander Gordeev
1
-4
/
+2
2012-03-09
genirq: Get rid of unnecessary irqaction field in task_struct
Alexander Gordeev
1
-8
/
+11
2012-03-09
genirq: Fix incorrect check for forced IRQ thread handler
Alexander Gordeev
1
-1
/
+1
2012-03-07
Revert "CPU hotplug, cpusets, suspend: Don't touch cpusets during suspend/resume"
Linus Torvalds
1
-2
/
+2
2012-03-06
genirq: Clear action->thread_mask if IRQ_ONESHOT is not set
Thomas Gleixner
1
-6
/
+38
2012-03-06
block: ioc_task_link() can't fail
Tejun Heo
1
-3
/
+2
2012-03-06
softirq: Reduce invoke_softirq() code duplication
Heiko Carstens
1
-14
/
+4
2012-03-06
genirq: Fix long-term regression in genirq irq_set_irq_type() handling
Russell King
1
-2
/
+1
2012-03-05
hung_task: fix the broken rcu_lock_break() logic
Oleg Nesterov
1
-4
/
+7
2012-03-05
vfork: kill PF_STARTING
Oleg Nesterov
1
-9
/
+0
2012-03-05
coredump_wait: don't call complete_vfork_done()
Oleg Nesterov
1
-1
/
+1
2012-03-05
vfork: make it killable
Oleg Nesterov
1
-8
/
+32
2012-03-05
vfork: introduce complete_vfork_done()
Oleg Nesterov
1
-7
/
+10
2012-03-05
kprobes: return proper error code from register_kprobe()
Prashanth Nageshappa
1
-5
/
+7
2012-03-05
kmsg_dump: don't run on non-error paths by default
Matthew Garrett
1
-0
/
+6
2012-03-05
perf: Add callback to flush branch_stack on context switch
Stephane Eranian
1
-0
/
+85
2012-03-05
perf: Disable PERF_SAMPLE_BRANCH_* when not supported
Stephane Eranian
2
-0
/
+30
2012-03-05
perf: Add generic taken branch sampling support
Stephane Eranian
1
-0
/
+68
2012-03-05
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
16
-35
/
+108
2012-03-04
Merge branch 'pm-qos'
Rafael J. Wysocki
2
-14
/
+12
2012-03-04
Merge branch 'pm-sleep'
Rafael J. Wysocki
10
-113
/
+104
2012-03-04
PM / Freezer: Remove references to TIF_FREEZE in comments
Marcos Paulo de Souza
3
-9
/
+7
2012-03-04
PM / Hibernate: Enable usermodehelpers in hibernate() error path
Srivatsa S. Bhat
1
-3
/
+4
2012-03-02
Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus' and 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-4
/
+4
2012-03-02
sched: Clean up parameter passing of proc_sched_autogroup_set_nice()
Hiroshi Shimamoto
1
-6
/
+6
[prev]
[next]