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
Age
Commit message (
Expand
)
Author
Files
Lines
2010-05-19
x86: detect scattered cpuid features earlier
Jacob Pan
1
-1
/
+1
2010-05-18
Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
Linus Torvalds
6
-901
/
+1163
2010-05-18
Merge branch 'x86-txt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
Linus Torvalds
4
-17
/
+37
2010-05-18
Merge branch 'x86-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
Linus Torvalds
8
-244
/
+470
2010-05-18
Merge branch 'x86-mrst-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
Linus Torvalds
3
-2
/
+7
2010-05-18
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
Linus Torvalds
1
-0
/
+48
2010-05-18
Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
Linus Torvalds
2
-8
/
+18
2010-05-18
Merge branch 'core-hweight-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
Linus Torvalds
14
-62
/
+188
2010-05-18
Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
Linus Torvalds
10
-169
/
+155
2010-05-18
Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
Linus Torvalds
19
-248
/
+308
2010-05-18
Merge branch 'x86-doc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
Linus Torvalds
0
-0
/
+0
2010-05-18
Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
Linus Torvalds
24
-279
/
+590
2010-05-18
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
Linus Torvalds
4
-38
/
+16
2010-05-18
Merge branch 'x86-atomic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
Linus Torvalds
14
-297
/
+894
2010-05-18
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
Linus Torvalds
8
-29
/
+71
2010-05-18
Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
Linus Torvalds
19
-210
/
+723
2010-05-18
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
Linus Torvalds
39
-1258
/
+1250
2010-05-18
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
Linus Torvalds
207
-8076
/
+14615
2010-05-18
Merge branch 'oprofile-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
Linus Torvalds
22
-436
/
+609
2010-05-18
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
Linus Torvalds
21
-142
/
+469
2010-05-18
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
Linus Torvalds
15
-122
/
+157
2010-05-18
Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
Linus Torvalds
8
-129
/
+312
2010-05-18
Merge branch 'core-debugobjects-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
Linus Torvalds
1
-2
/
+2
2010-05-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
Linus Torvalds
27
-1244
/
+1227
2010-05-18
stop_machine: Move local variable closer to the usage site in cpu_stop_cpu_callback()
Ingo Molnar
1
-1
/
+4
2010-05-17
x86, hweight: Use a 32-bit popcnt for __arch_hweight32()
H. Peter Anvin
1
-4
/
+6
2010-05-17
perf tools: Add mode to build without newt support
Arnaldo Carvalho de Melo
1
-0
/
+4
2010-05-17
cifs: fix noserverino handling when unix extensions are enabled
Jeff Layton
3
-0
/
+15
2010-05-17
perf symbols: symbol inconsistency message should be done only at verbose=1
Arnaldo Carvalho de Melo
1
-1
/
+1
2010-05-17
cifs: don't update uniqueid in cifs_fattr_to_inode
Jeff Layton
1
-1
/
+0
2010-05-17
cifs: always revalidate hardlinked inodes when using noserverino
Jeff Layton
1
-0
/
+5
2010-05-17
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k
Linus Torvalds
31
-279
/
+399
2010-05-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/joern/logfs
Linus Torvalds
10
-53
/
+104
2010-05-17
Merge branch 'bkl/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing
Linus Torvalds
1
-11
/
+0
2010-05-17
perf tui: Add explicit -lslang option
Arnaldo Carvalho de Melo
1
-1
/
+1
2010-05-17
m68k: amiga - Floppy platform device conversion
Geert Uytterhoeven
2
-26
/
+26
2010-05-17
m68k: amiga - Sound platform device conversion
Geert Uytterhoeven
2
-20
/
+36
2010-05-17
m68k: amiga - Frame buffer platform device conversion
Geert Uytterhoeven
2
-18
/
+46
2010-05-17
m68k: amiga - Zorro host bridge platform device conversion
Geert Uytterhoeven
5
-122
/
+184
2010-05-17
m68k: amiga - Zorro bus modalias support
Geert Uytterhoeven
12
-12
/
+66
2010-05-17
platform: Make platform resource input parameters const
Geert Uytterhoeven
2
-4
/
+6
2010-05-17
m68k: invoke oom-killer from page fault
Nick Piggin
1
-10
/
+4
2010-05-17
serial167: Kill unused variables
Geert Uytterhoeven
1
-2
/
+0
2010-05-17
perf options: Type check all the remaining OPT_ variants
Arnaldo Carvalho de Melo
12
-33
/
+33
2010-05-17
perf options: Type check OPT_BOOLEAN and fix the offenders
Arnaldo Carvalho de Melo
5
-7
/
+8
2010-05-17
m68k: Implement generic_find_next_{zero_,}le_bit()
Geert Uytterhoeven
1
-6
/
+8
2010-05-17
m68k: hp300 - Checkpatch cleanup
Andrea Gelmini
1
-3
/
+1
2010-05-17
m68k: Remove trailing spaces in messages
Frans Pop
3
-7
/
+7
2010-05-17
m68k: Simplify param.h by using <asm-generic/param.h>
Robert P. J. Day
1
-15
/
+1
2010-05-17
m68k: Remove BKL from rtc implementations
Thomas Gleixner
2
-34
/
+14
[next]