index
:
kernel-crypto.git
audit
bugfixes
herbert
integration
master
ncr-audit
ncr-integration
ncr-rhel5-patches
ncr-standalone-master
ncr-standalone-rename
ncr-submission-2
ncr-userspace-crypto
User-space crypto API development for Linux
Miloslav Trmac
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2009-06-10
1
-1
/
+1
|
\
|
*
Merge branch 'x86/urgent' into x86/xen
Ingo Molnar
2009-05-08
53
-412
/
+967
|
|
\
|
*
\
Merge commit 'origin/master' into for-linus/xen/master
Jeremy Fitzhardinge
2009-04-07
107
-4035
/
+14921
|
|
\
\
|
*
|
|
x86/paravirt: finish change from lazy cpu to context switch start/end
Jeremy Fitzhardinge
2009-03-29
1
-1
/
+1
|
*
|
|
x86/pvops: replace arch_enter_lazy_cpu_mode with arch_start_context_switch
Jeremy Fitzhardinge
2009-03-29
1
-1
/
+1
*
|
|
|
Merge branch 'sched-docs-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2009-06-10
1
-0
/
+23
|
\
\
\
\
|
*
|
|
|
sched: Document memory barriers implied by sleep/wake-up primitives
David Howells
2009-04-29
1
-0
/
+23
*
|
|
|
|
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2009-06-10
7
-127
/
+262
|
\
\
\
\
\
|
*
|
|
|
|
sched: properly define the sched_group::cpumask and sched_domain::span fields
Ingo Molnar
2009-05-19
1
-2
/
+3
|
*
|
|
|
|
sched, timers: cleanup avenrun users
Thomas Gleixner
2009-05-15
2
-26
/
+21
|
*
|
|
|
|
sched, timers: move calc_load() to scheduler
Thomas Gleixner
2009-05-15
4
-64
/
+79
|
*
|
|
|
|
Merge commit 'v2.6.30-rc5' into sched/core
Ingo Molnar
2009-05-11
43
-260
/
+343
|
|
\
\
\
\
\
|
*
|
|
|
|
|
sched: emit thread info flags with stack trace
David Rientjes
2009-05-07
1
-2
/
+3
|
*
|
|
|
|
|
sched: rt: document the risk of small values in the bandwidth settings
Peter Zijlstra
2009-05-05
1
-0
/
+7
|
*
|
|
|
|
|
sched: Replace first_cpu() with cpumask_first() in ILB nomination code
Gautham R Shenoy
2009-04-21
1
-1
/
+1
|
*
|
|
|
|
|
sched: remove extra call overhead for schedule()
Peter Zijlstra
2009-04-20
2
-9
/
+7
|
*
|
|
|
|
|
sched: use group_first_cpu() instead of cpumask_first(sched_group_cpus())
Miao Xie
2009-04-15
1
-2
/
+2
|
*
|
|
|
|
|
wait: don't use __wake_up_common()
Johannes Weiner
2009-04-14
2
-2
/
+2
|
*
|
|
|
|
|
sched: Nominate a power-efficient ilb in select_nohz_balancer()
Gautham R Shenoy
2009-04-14
1
-1
/
+17
|
*
|
|
|
|
|
sched: Nominate idle load balancer from a semi-idle package.
Gautham R Shenoy
2009-04-14
1
-9
/
+118
|
*
|
|
|
|
|
sched: remove redundant hierarchy walk in check_preempt_wakeup
Paul Turner
2009-04-09
1
-10
/
+3
*
|
|
|
|
|
|
Merge branch 'x86-kbuild-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2009-06-10
1
-0
/
+8
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
x86: add extension fields for bootloader type and version
H. Peter Anvin
2009-05-11
1
-0
/
+8
*
|
|
|
|
|
|
|
Merge branch 'irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2009-06-10
8
-78
/
+70
|
\
\
\
\
\
\
\
\
|
*
\
\
\
\
\
\
\
Merge branch 'linus' into irq/numa
Ingo Molnar
2009-06-01
13
-94
/
+62
|
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
sparseirq: Allow early irq_desc allocation
Paul Mundt
2009-05-23
1
-4
/
+14
|
*
|
|
|
|
|
|
|
|
Merge branch 'x86/apic' into irq/numa
Ingo Molnar
2009-05-12
9
-23
/
+55
|
|
\
\
\
\
\
\
\
\
\
|
|
|
|
_
|
_
|
/
/
/
/
/
|
|
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
x86/irq: use move_irq_desc() in create_irq_nr()
Yinghai Lu
2009-05-01
1
-1
/
+1
|
*
|
|
|
|
|
|
|
|
x86/irq: change irq_desc_alloc() to take node instead of cpu
Yinghai Lu
2009-04-28
4
-43
/
+25
|
*
|
|
|
|
|
|
|
|
irq: only update affinity if ->set_affinity() is sucessfull
Yinghai Lu
2009-04-28
3
-11
/
+23
|
*
|
|
|
|
|
|
|
|
x86/irq: remove leftover code from NUMA_MIGRATE_IRQ_DESC
Yinghai Lu
2009-04-28
4
-20
/
+5
|
*
|
|
|
|
|
|
|
|
irq, cpumask: correct CPUMASKS_OFFSTACK typo and fix fallout
Yinghai Lu
2009-04-28
2
-4
/
+7
|
|
|
_
|
_
|
_
|
/
/
/
/
|
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
cpumask: alloc zeroed cpumask for static cpumask_var_ts
Yinghai Lu
2009-06-09
3
-3
/
+3
*
|
|
|
|
|
|
|
|
async: Fix lack of boot-time console due to insufficient synchronization
Linus Torvalds
2009-06-08
1
-10
/
+5
*
|
|
|
|
|
|
|
|
ptrace: revert "ptrace_detach: the wrong wakeup breaks the ERESTARTxxx logic"
Oleg Nesterov
2009-06-04
1
-0
/
+2
*
|
|
|
|
|
|
|
|
ptrace: tracehook_report_clone: fix false positives
Oleg Nesterov
2009-06-04
1
-1
/
+1
|
|
_
|
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
kmod: Release sub_info on cred allocation failure.
Tetsuo Handa
2009-05-26
1
-1
/
+3
*
|
|
|
|
|
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
2009-05-24
3
-26
/
+4
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
PM: Do not hold dpm_list_mtx while disabling/enabling nonboot CPUs
Rafael J. Wysocki
2009-05-24
3
-26
/
+4
*
|
|
|
|
|
|
|
|
async: make sure independent async domains can't accidentally entangle
James Bottomley
2009-05-24
1
-8
/
+12
|
/
/
/
/
/
/
/
/
*
|
|
|
|
|
|
|
futex: setup writeable mapping for futex ops which modify user space data
Thomas Gleixner
2009-05-19
1
-11
/
+13
|
|
|
|
|
|
|
|
|
\
\
\
\
\
\
\
*
-
.
\
\
\
\
\
\
\
Merge branches 'sched-fixes-for-linus-2' and 'core-fixes-for-linus-2' of git:...
Linus Torvalds
2009-05-18
2
-3
/
+4
|
\
\
\
\
\
\
\
\
\
|
|
*
|
|
|
|
|
|
|
lockdep: increase MAX_LOCKDEP_ENTRIES and MAX_LOCKDEP_CHAINS
Ingo Molnar
2009-05-12
1
-2
/
+2
|
*
|
|
|
|
|
|
|
|
sched: Fix fallback sched_clock()'s offset when using jiffies
Ron
2009-05-09
1
-1
/
+2
|
|
|
_
|
/
/
/
/
/
/
|
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2009-05-18
1
-1
/
+1
|
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
tracing: Append prompt in /debug/tracing/README file
GeunSik Lim
2009-05-15
1
-1
/
+1
|
|
/
/
/
/
/
/
/
/
*
|
|
|
|
|
|
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
2009-05-17
1
-2
/
+2
|
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
PM: check sysdev_suspend(PMSG_FREEZE) return value
Bjorn Helgaas
2009-05-15
1
-2
/
+2
*
|
|
|
|
|
|
|
|
|
Fix caller information for warn_slowpath_null
Linus Torvalds
2009-05-16
1
-15
/
+20
|
/
/
/
/
/
/
/
/
/
*
|
|
|
|
|
|
|
|
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...
Linus Torvalds
2009-05-15
1
-2
/
+2
|
\
\
\
\
\
\
\
\
\
[next]