index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2010-05-08
cpu_stop: add dummy implementation for UP
Tejun Heo
1
-6
/
+63
2010-05-06
sched: replace migration_thread with cpu_stop
Tejun Heo
2
-3
/
+0
2010-05-06
stop_machine: reimplement using cpu_stop
Tejun Heo
1
-20
/
+0
2010-05-06
cpu_stop: implement stop_cpu[s]()
Tejun Heo
1
-4
/
+35
2010-04-23
sched: Pre-compute cpumask_weight(sched_domain_span(sd))
Peter Zijlstra
1
-0
/
+1
2010-04-15
Merge branch 'linus' into sched/core
Ingo Molnar
56
-109
/
+317
2010-04-13
Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
Linus Torvalds
1
-0
/
+1
2010-04-12
NFSv4: fix delegated locking
Trond Myklebust
1
-0
/
+1
2010-04-11
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
David S. Miller
71
-175
/
+411
2010-04-09
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
8
-33
/
+185
2010-04-09
radix_tree_tag_get() is not as safe as the docs make out [ver #2]
David Howells
1
-0
/
+7
2010-04-09
slab: Generify kernel pointer validation
Pekka Enberg
1
-0
/
+1
2010-04-08
libata: Fix accesses at LBA28 boundary (old bug, but nasty) (v2)
Mark Lord
1
-2
/
+2
2010-04-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6
Linus Torvalds
1
-0
/
+1
2010-04-07
x25: Patch to fix bug 15678 - x25 accesses fields beyond end of packet.
John Hughes
1
-0
/
+4
2010-04-08
virtio: disable multiport console support.
Michael S. Tsirkin
1
-23
/
+0
2010-04-07
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-2
/
+6
2010-04-07
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...
Linus Torvalds
3
-2
/
+19
2010-04-07
memcg: fix race in file_mapped accounting
KAMEZAWA Hiroyuki
1
-0
/
+6
2010-04-07
pagemap: fix pfn calculation for hugepage
Naoya Horiguchi
1
-2
/
+2
2010-04-07
kernel.h: fix wrong usage of __ratelimit()
Yong Zhang
1
-1
/
+1
2010-04-07
vfs: rename block_fsync() to blkdev_fsync()
Andrew Morton
1
-1
/
+1
2010-04-07
raw: fsync method is now required
Anton Blanchard
1
-0
/
+1
2010-04-07
include/linux/kfifo.h: fix INIT_KFIFO()
David Härdeman
1
-1
/
+2
2010-04-07
bitops: remove temporary for_each_bit()
Andrew Morton
1
-3
/
+0
2010-04-07
Merge branch 'fix/asoc' into for-linus
Takashi Iwai
2
-1
/
+18
2010-04-06
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+1
2010-04-06
libata: unlock HPA if device shrunk
Tejun Heo
1
-0
/
+1
2010-04-05
Fix up possibly racy module refcounting
Nick Piggin
1
-7
/
+7
2010-04-05
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...
Linus Torvalds
1
-0
/
+2
2010-04-05
ALSA: ASoC: move dma_data from snd_soc_dai to snd_soc_pcm_stream
Daniel Mack
2
-1
/
+18
2010-04-05
Merge branch 'slabh' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc
Linus Torvalds
25
-26
/
+31
2010-04-05
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...
Linus Torvalds
2
-1
/
+17
2010-04-05
9p: Make sure we are able to clunk the cached fid on umount
Aneesh Kumar K.V
1
-0
/
+2
2010-04-05
Merge branch 'master' into export-slabh
Tejun Heo
8
-43
/
+91
2010-04-04
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-7
/
+14
2010-04-04
ALSA: i2c: cleanup: change parameter to pointer
Dan Carpenter
1
-1
/
+1
2010-04-02
Merge master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
2
-0
/
+5
2010-04-02
Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
1
-2
/
+5
2010-04-02
sched: Add enqueue/dequeue flags
Peter Zijlstra
1
-3
/
+8
2010-04-02
sched: Fix TASK_WAKING vs fork deadlock
Peter Zijlstra
1
-1
/
+2
2010-04-02
sched: Make select_fallback_rq() cpuset friendly
Oleg Nesterov
1
-0
/
+7
2010-04-02
sched: _cpu_down(): Don't play with current->cpus_allowed
Oleg Nesterov
1
-0
/
+1
2010-04-02
sched: Kill the broken and deadlockable cpuset_lock/cpuset_cpus_allowed_locke...
Oleg Nesterov
1
-13
/
+0
2010-04-02
Merge branch 'linus' into sched/core
Ingo Molnar
314
-1856
/
+10539
2010-04-02
Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/f...
Ingo Molnar
1
-7
/
+14
2010-04-01
ibft, x86: Change reserve_ibft_region() to find_ibft_region()
Yinghai Lu
1
-2
/
+6
2010-04-01
Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...
Linus Torvalds
4
-34
/
+67
2010-04-01
ide: Requeue request after DMA timeout
Herbert Xu
1
-0
/
+1
2010-04-01
perf: Use hot regs with software sched switch/migrate events
Frederic Weisbecker
1
-7
/
+14
[next]